一键导入
batch-workflow
Use when running multi-skill pipelines — new-feature, marketing-launch, design-to-code, web-creation, full-audit, rag-setup workflows
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when running multi-skill pipelines — new-feature, marketing-launch, design-to-code, web-creation, full-audit, rag-setup workflows
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Deep research on any topic using parallel agents, web search, and cross-referencing. Use when user asks to research, investigate, or deeply analyze a topic, technology, library, or concept. Triggers on keywords like "research", "investigate", "deep dive", "find out everything about". Supports `--angle` presets for common specializations (competitors, design-refs).
Gateway router for web animation work. Picks between /scroll-animation, /motion-design, or /ai-animation via one AskUserQuestion call, then hands off. Does NOT implement animation — the downstream skills remain the source of truth for their respective domains.
Meta-orchestrator — converts a free-text task description into the right artefact(s) (agent, skill, hook, rule, or block) by composing existing KeiSeiKit primitives. Pure-click decision chain except the single intake field. Enriches `_blocks/` over time via Phase 6 block-augmentation — the kit gets smarter with every invocation.
Deprecated alias for /research with the design-refs angle preset. Routes to /research focused on design patterns, visual archetype references, and award-winning site teardowns.
Continuous parallel quality gate during development — 3 backend agents (security/perf/structure) check every significant code change in real-time. Run after writing code, before committing.
Pre-merge/pre-deploy parallel gate — 4 backend agents (security, tests, deps, regression) plus optional 5th frontend-final-gate agent (production build, Lighthouse, axe full, visual diff full) run final checks BEFORE code reaches main. Last line of defense.
| name | batch-workflow |
| description | Use when running multi-skill pipelines — new-feature, marketing-launch, design-to-code, web-creation, full-audit, rag-setup workflows |
| arguments | [{"name":"workflow","description":"Workflow name: new-feature, marketing-launch, design-to-code, web-creation, full-audit, rag-setup","required":true},{"name":"context","description":"Additional context for the workflow","required":false}] |
Full feature development pipeline:
/brainstorming — explore requirements and design/test-gen — write tests for the feature (TDD)/quick-api for API features)/refactor — if code needs restructuring/pr-review — self-review before committingdoc-writer agent — update docsProduct launch content pipeline:
/competitor-analysis — understand the landscape/content-pipeline — write launch blog post/social-post platform=all — create social media posts/email-sequence type=launch — create launch email sequenceRAG knowledge base setup pipeline:
/rag-pipeline init — choose embedding provider + vector DB/rag-pipeline ingest — chunk, embed, store/rag-pipeline search — test retrieval qualityComprehensive project audit:
/perf-audit target=full — performance checkauditor agent — Constructor Pattern audit