Single-commit clean baseline after security scrub of niche-tells, project codenames, internal jargon, and contributor-email leaks. Contents: - 100 Rust crates (_primitives/_rust/) - 37 agent manifests (_manifests/) + generated specs (_generated/) - 67 user-invocable skills (skills/) - 33 hooks (hooks/) - Composition blocks (_blocks/) - Documentation (docs/, README.md) - TS adapter packages (_ts_packages/) - Assembler (_assembler/) - Roles (_roles/) - Templates (_templates/) - Forgejo CI (.forgejo/) Author: Denis Parfionovich <info@greendragon.info> License: see LICENSE.
3.2 KiB
3.2 KiB
| name | description | arguments | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| batch-workflow | Use when running multi-skill pipelines — new-feature, marketing-launch, design-to-code, web-creation, full-audit, rag-setup workflows |
|
Batch Workflow — Multi-Skill Pipelines
Available Workflows
new-feature
Full feature development pipeline:
/brainstorming— explore requirements and design/test-gen— write tests for the feature (TDD)- Implementation (manual or via
/quick-apifor API features) /refactor— if code needs restructuring/pr-review— self-review before committingdoc-writeragent — update docs
marketing-launch
Product launch content pipeline:
/competitor-analysis— understand the landscape/landing-page— create product landing page/content-pipeline— write launch blog post/social-post platform=all— create social media posts/email-sequence type=launch— create launch email sequence/seo-audit— audit the landing page
design-to-code
Design implementation pipeline:
/figma-to-code— convert Figma design to code/design-system— extract/create tokens if needed/ui-component— build reusable components/responsive-audit— verify responsiveness
web-creation
Elite website pipeline (7-level constructor):
- Brief & goal definition (manual — product, audience, goal, tone)
/competitor-analysis— market positioning, 3-5 competitors/design-inspiration— reference board from awwwards/godly/dribbble/21st.dev/site-teardown— deconstruct best reference into recipe + tokens/frontend-design— design direction from tokens + archetype/design-system— create design system from tokens/landing-page recipe=<type>— implement page with recipe- Animation skills as needed (
/scroll-animation,/motion-design,/web-effects) /web-assets pipeline— optimize all images, fonts, video/a11y-audit scan— WCAG 2.2 AA compliance/seo-audit— meta, schema, OG tags/responsive-audit— 6 breakpoints/perf-audit— Lighthouse >90/web-deploy— deploy to Cloudflare Pages
rag-setup
RAG knowledge base setup pipeline:
/rag-pipeline init— choose embedding provider + vector DB- Document ingestion — PDF/text/image processing
/rag-pipeline ingest— chunk, embed, store/rag-pipeline search— test retrieval quality- Integration — connect to app (tool_use or context injection)
full-audit
Comprehensive project audit:
/perf-audit target=full— performance check/seo-audit— SEO check (if web project)/responsive-audit— responsive check (if web project)/a11y-audit scan— accessibility check (if web project)auditoragent — Constructor Pattern audit
Execution
- Present the workflow steps to user BEFORE starting
- Execute skills sequentially, passing context between them
- After each skill: report results, ask if user wants to continue or skip
- Track progress in TODO tasks