kiro-kit 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +1 -0
- package/dist/index.js +2067 -0
- package/dist/index.js.map +1 -0
- package/dist/presets/_template/.env.example +15 -0
- package/dist/presets/_template/.mcp.json.example +30 -0
- package/dist/presets/_template/README.md +71 -0
- package/dist/presets/_template/agents/.gitkeep +1 -0
- package/dist/presets/_template/agents/brainstormer.md +47 -0
- package/dist/presets/_template/agents/code-reviewer.md +56 -0
- package/dist/presets/_template/agents/copywriter.md +47 -0
- package/dist/presets/_template/agents/database-admin.md +48 -0
- package/dist/presets/_template/agents/debugger.md +47 -0
- package/dist/presets/_template/agents/docs-manager.md +46 -0
- package/dist/presets/_template/agents/git-manager.md +49 -0
- package/dist/presets/_template/agents/journal-writer.md +58 -0
- package/dist/presets/_template/agents/mcp-manager.md +46 -0
- package/dist/presets/_template/agents/planner.md +44 -0
- package/dist/presets/_template/agents/project-manager.md +54 -0
- package/dist/presets/_template/agents/researcher.md +47 -0
- package/dist/presets/_template/agents/scout-external.md +50 -0
- package/dist/presets/_template/agents/scout.md +51 -0
- package/dist/presets/_template/agents/tester.md +55 -0
- package/dist/presets/_template/agents/ui-ux-designer.md +47 -0
- package/dist/presets/_template/commands/bootstrap.md +15 -0
- package/dist/presets/_template/commands/clean.md +14 -0
- package/dist/presets/_template/commands/design/figma.md +14 -0
- package/dist/presets/_template/commands/design/system.md +14 -0
- package/dist/presets/_template/commands/design/wireframe.md +14 -0
- package/dist/presets/_template/commands/docs/architecture.md +14 -0
- package/dist/presets/_template/commands/docs/summarize.md +14 -0
- package/dist/presets/_template/commands/docs/update.md +14 -0
- package/dist/presets/_template/commands/fix/build.md +14 -0
- package/dist/presets/_template/commands/fix/lint.md +13 -0
- package/dist/presets/_template/commands/fix/tests.md +14 -0
- package/dist/presets/_template/commands/git/branch.md +15 -0
- package/dist/presets/_template/commands/git/commit.md +15 -0
- package/dist/presets/_template/commands/git/pr.md +14 -0
- package/dist/presets/_template/commands/lint.md +14 -0
- package/dist/presets/_template/commands/plan/feature.md +15 -0
- package/dist/presets/_template/commands/plan/refactor.md +15 -0
- package/dist/presets/_template/commands/release.md +16 -0
- package/dist/presets/_template/commands/review/code.md +14 -0
- package/dist/presets/_template/commands/review/security.md +14 -0
- package/dist/presets/_template/commands/scout/ext.md +15 -0
- package/dist/presets/_template/commands/scout.md +15 -0
- package/dist/presets/_template/commands/skill/add.md +15 -0
- package/dist/presets/_template/commands/skill/create.md +15 -0
- package/dist/presets/_template/commands/skill/optimize.md +14 -0
- package/dist/presets/_template/commands/test.md +15 -0
- package/dist/presets/_template/docs/.gitkeep +1 -0
- package/dist/presets/_template/hooks/.env.example +9 -0
- package/dist/presets/_template/hooks/README.md +28 -0
- package/dist/presets/_template/hooks/discord-notify.js +31 -0
- package/dist/presets/_template/hooks/discord-notify.ps1 +19 -0
- package/dist/presets/_template/hooks/discord-notify.sh +15 -0
- package/dist/presets/_template/hooks/git-status-tracker.js +26 -0
- package/dist/presets/_template/hooks/modularization-hook.js +36 -0
- package/dist/presets/_template/hooks/pre-commit-lint.js +15 -0
- package/dist/presets/_template/hooks/scout-block.js +30 -0
- package/dist/presets/_template/hooks/scout-block.ps1 +26 -0
- package/dist/presets/_template/hooks/scout-block.sh +31 -0
- package/dist/presets/_template/hooks/telegram-notify.js +30 -0
- package/dist/presets/_template/hooks/telegram-notify.ps1 +22 -0
- package/dist/presets/_template/hooks/telegram-notify.sh +16 -0
- package/dist/presets/_template/manifest.json +17 -0
- package/dist/presets/_template/settings.json +31 -0
- package/dist/presets/_template/skills/.env.example +12 -0
- package/dist/presets/_template/skills/INSTALLATION.md +37 -0
- package/dist/presets/_template/skills/README.md +34 -0
- package/dist/presets/_template/skills/THIRD_PARTY_NOTICES.md +24 -0
- package/dist/presets/_template/skills/agent_skills_spec.md +41 -0
- package/dist/presets/_template/skills/template-skill/SKILL.md +20 -0
- package/dist/presets/_template/skills/template-skill/assets/.gitkeep +1 -0
- package/dist/presets/_template/skills/template-skill/references/.gitkeep +1 -0
- package/dist/presets/_template/skills/template-skill/scripts/.gitkeep +1 -0
- package/dist/presets/_template/specs/_templates/_template/.gitkeep +1 -0
- package/dist/presets/_template/statusline.js +22 -0
- package/dist/presets/_template/statusline.ps1 +16 -0
- package/dist/presets/_template/statusline.sh +17 -0
- package/dist/presets/_template/steering/.gitkeep +1 -0
- package/dist/presets/_template/workflows/development-rules.md +33 -0
- package/dist/presets/_template/workflows/documentation-management.md +29 -0
- package/dist/presets/_template/workflows/orchestration-protocol.md +25 -0
- package/dist/presets/_template/workflows/primary-workflow.md +33 -0
- package/dist/presets/backend/.env.example +24 -0
- package/dist/presets/backend/.mcp.json.example +34 -0
- package/dist/presets/backend/README.md +58 -0
- package/dist/presets/backend/agents/api-developer.md +45 -0
- package/dist/presets/backend/agents/brainstormer.md +42 -0
- package/dist/presets/backend/agents/code-reviewer.md +56 -0
- package/dist/presets/backend/agents/copywriter.md +40 -0
- package/dist/presets/backend/agents/database-admin.md +41 -0
- package/dist/presets/backend/agents/database-architect.md +58 -0
- package/dist/presets/backend/agents/debugger.md +40 -0
- package/dist/presets/backend/agents/devops-engineer.md +58 -0
- package/dist/presets/backend/agents/docs-manager.md +39 -0
- package/dist/presets/backend/agents/git-manager.md +47 -0
- package/dist/presets/backend/agents/journal-writer.md +58 -0
- package/dist/presets/backend/agents/mcp-manager.md +39 -0
- package/dist/presets/backend/agents/planner.md +39 -0
- package/dist/presets/backend/agents/project-manager.md +54 -0
- package/dist/presets/backend/agents/researcher.md +41 -0
- package/dist/presets/backend/agents/scout-external.md +43 -0
- package/dist/presets/backend/agents/scout.md +46 -0
- package/dist/presets/backend/agents/security-auditor.md +59 -0
- package/dist/presets/backend/agents/tester.md +55 -0
- package/dist/presets/backend/commands/backend/middleware.md +29 -0
- package/dist/presets/backend/commands/backend/migration.md +27 -0
- package/dist/presets/backend/commands/backend/route.md +27 -0
- package/dist/presets/backend/commands/bootstrap.md +16 -0
- package/dist/presets/backend/commands/clean.md +12 -0
- package/dist/presets/backend/commands/design/figma.md +15 -0
- package/dist/presets/backend/commands/design/system.md +17 -0
- package/dist/presets/backend/commands/design/wireframe.md +15 -0
- package/dist/presets/backend/commands/docs/architecture.md +13 -0
- package/dist/presets/backend/commands/docs/summarize.md +15 -0
- package/dist/presets/backend/commands/docs/update.md +12 -0
- package/dist/presets/backend/commands/fix/build.md +11 -0
- package/dist/presets/backend/commands/fix/lint.md +10 -0
- package/dist/presets/backend/commands/fix/tests.md +16 -0
- package/dist/presets/backend/commands/git/branch.md +16 -0
- package/dist/presets/backend/commands/git/commit.md +17 -0
- package/dist/presets/backend/commands/git/pr.md +16 -0
- package/dist/presets/backend/commands/lint.md +11 -0
- package/dist/presets/backend/commands/plan/feature.md +16 -0
- package/dist/presets/backend/commands/plan/refactor.md +16 -0
- package/dist/presets/backend/commands/release.md +17 -0
- package/dist/presets/backend/commands/review/code.md +16 -0
- package/dist/presets/backend/commands/review/security.md +17 -0
- package/dist/presets/backend/commands/scout/ext.md +17 -0
- package/dist/presets/backend/commands/scout.md +16 -0
- package/dist/presets/backend/commands/skill/add.md +16 -0
- package/dist/presets/backend/commands/skill/create.md +17 -0
- package/dist/presets/backend/commands/skill/optimize.md +16 -0
- package/dist/presets/backend/commands/test.md +15 -0
- package/dist/presets/backend/docs/code-standards.md +84 -0
- package/dist/presets/backend/docs/project-roadmap.md +60 -0
- package/dist/presets/backend/docs/system-architecture.md +81 -0
- package/dist/presets/backend/hooks/.env.example +9 -0
- package/dist/presets/backend/hooks/README.md +28 -0
- package/dist/presets/backend/hooks/discord-notify.js +31 -0
- package/dist/presets/backend/hooks/discord-notify.ps1 +19 -0
- package/dist/presets/backend/hooks/discord-notify.sh +15 -0
- package/dist/presets/backend/hooks/git-status-tracker.js +26 -0
- package/dist/presets/backend/hooks/modularization-hook.js +36 -0
- package/dist/presets/backend/hooks/pre-commit-lint.js +15 -0
- package/dist/presets/backend/hooks/scout-block.js +30 -0
- package/dist/presets/backend/hooks/scout-block.ps1 +26 -0
- package/dist/presets/backend/hooks/scout-block.sh +31 -0
- package/dist/presets/backend/hooks/telegram-notify.js +30 -0
- package/dist/presets/backend/hooks/telegram-notify.ps1 +22 -0
- package/dist/presets/backend/hooks/telegram-notify.sh +16 -0
- package/dist/presets/backend/manifest.json +152 -0
- package/dist/presets/backend/settings.json +31 -0
- package/dist/presets/backend/skills/.env.example +9 -0
- package/dist/presets/backend/skills/INSTALLATION.md +47 -0
- package/dist/presets/backend/skills/README.md +43 -0
- package/dist/presets/backend/skills/THIRD_PARTY_NOTICES.md +16 -0
- package/dist/presets/backend/skills/agent_skills_spec.md +40 -0
- package/dist/presets/backend/skills/ai-multimodal/SKILL.md +32 -0
- package/dist/presets/backend/skills/backend-development/SKILL.md +50 -0
- package/dist/presets/backend/skills/better-auth/SKILL.md +57 -0
- package/dist/presets/backend/skills/chrome-devtools/SKILL.md +43 -0
- package/dist/presets/backend/skills/code-review/SKILL.md +45 -0
- package/dist/presets/backend/skills/databases/SKILL.md +50 -0
- package/dist/presets/backend/skills/debugging/SKILL.md +34 -0
- package/dist/presets/backend/skills/devops/SKILL.md +53 -0
- package/dist/presets/backend/skills/docs-seeker/SKILL.md +40 -0
- package/dist/presets/backend/skills/frontend-design/SKILL.md +39 -0
- package/dist/presets/backend/skills/mcp-builder/SKILL.md +53 -0
- package/dist/presets/backend/skills/mcp-management/SKILL.md +40 -0
- package/dist/presets/backend/skills/media-processing/SKILL.md +55 -0
- package/dist/presets/backend/skills/planning/SKILL.md +39 -0
- package/dist/presets/backend/skills/problem-solving/SKILL.md +41 -0
- package/dist/presets/backend/skills/repomix/SKILL.md +42 -0
- package/dist/presets/backend/skills/research/SKILL.md +34 -0
- package/dist/presets/backend/skills/sequential-thinking/SKILL.md +33 -0
- package/dist/presets/backend/skills/skill-creator/SKILL.md +56 -0
- package/dist/presets/backend/skills/template-skill/SKILL.md +25 -0
- package/dist/presets/backend/specs/_templates/backend/design.md +87 -0
- package/dist/presets/backend/specs/_templates/backend/requirements.md +55 -0
- package/dist/presets/backend/specs/_templates/backend/tasks.md +46 -0
- package/dist/presets/backend/statusline.js +22 -0
- package/dist/presets/backend/statusline.ps1 +16 -0
- package/dist/presets/backend/statusline.sh +17 -0
- package/dist/presets/backend/steering/api-design-conventions.md +105 -0
- package/dist/presets/backend/steering/security-best-practices.md +85 -0
- package/dist/presets/backend/workflows/development-rules.md +33 -0
- package/dist/presets/backend/workflows/documentation-management.md +29 -0
- package/dist/presets/backend/workflows/orchestration-protocol.md +25 -0
- package/dist/presets/backend/workflows/primary-workflow.md +33 -0
- package/dist/presets/data-ai/.env.example +35 -0
- package/dist/presets/data-ai/.mcp.json.example +31 -0
- package/dist/presets/data-ai/README.md +58 -0
- package/dist/presets/data-ai/agents/brainstormer.md +46 -0
- package/dist/presets/data-ai/agents/code-reviewer.md +59 -0
- package/dist/presets/data-ai/agents/copywriter.md +46 -0
- package/dist/presets/data-ai/agents/data-pipeline-architect.md +45 -0
- package/dist/presets/data-ai/agents/data-scientist.md +45 -0
- package/dist/presets/data-ai/agents/database-admin.md +43 -0
- package/dist/presets/data-ai/agents/debugger.md +44 -0
- package/dist/presets/data-ai/agents/docs-manager.md +41 -0
- package/dist/presets/data-ai/agents/git-manager.md +49 -0
- package/dist/presets/data-ai/agents/journal-writer.md +58 -0
- package/dist/presets/data-ai/agents/mcp-manager.md +40 -0
- package/dist/presets/data-ai/agents/ml-engineer.md +45 -0
- package/dist/presets/data-ai/agents/model-evaluator.md +45 -0
- package/dist/presets/data-ai/agents/planner.md +42 -0
- package/dist/presets/data-ai/agents/project-manager.md +54 -0
- package/dist/presets/data-ai/agents/researcher.md +46 -0
- package/dist/presets/data-ai/agents/scout-external.md +45 -0
- package/dist/presets/data-ai/agents/scout.md +48 -0
- package/dist/presets/data-ai/agents/tester.md +56 -0
- package/dist/presets/data-ai/agents/ui-ux-designer.md +45 -0
- package/dist/presets/data-ai/commands/bootstrap.md +17 -0
- package/dist/presets/data-ai/commands/clean.md +17 -0
- package/dist/presets/data-ai/commands/data/clean.md +20 -0
- package/dist/presets/data-ai/commands/data/explore.md +18 -0
- package/dist/presets/data-ai/commands/data/profile.md +18 -0
- package/dist/presets/data-ai/commands/data/validate.md +18 -0
- package/dist/presets/data-ai/commands/docs/architecture.md +17 -0
- package/dist/presets/data-ai/commands/docs/summarize.md +17 -0
- package/dist/presets/data-ai/commands/docs/update.md +17 -0
- package/dist/presets/data-ai/commands/fix/build.md +17 -0
- package/dist/presets/data-ai/commands/fix/lint.md +16 -0
- package/dist/presets/data-ai/commands/fix/tests.md +17 -0
- package/dist/presets/data-ai/commands/git/branch.md +16 -0
- package/dist/presets/data-ai/commands/git/commit.md +17 -0
- package/dist/presets/data-ai/commands/git/pr.md +17 -0
- package/dist/presets/data-ai/commands/lint.md +16 -0
- package/dist/presets/data-ai/commands/ml/compare.md +17 -0
- package/dist/presets/data-ai/commands/ml/deploy.md +18 -0
- package/dist/presets/data-ai/commands/ml/evaluate.md +19 -0
- package/dist/presets/data-ai/commands/ml/train.md +20 -0
- package/dist/presets/data-ai/commands/ml/tune.md +18 -0
- package/dist/presets/data-ai/commands/pipeline/build.md +18 -0
- package/dist/presets/data-ai/commands/pipeline/run.md +18 -0
- package/dist/presets/data-ai/commands/pipeline/validate.md +17 -0
- package/dist/presets/data-ai/commands/plan/feature.md +18 -0
- package/dist/presets/data-ai/commands/plan/refactor.md +18 -0
- package/dist/presets/data-ai/commands/release.md +17 -0
- package/dist/presets/data-ai/commands/review/code.md +17 -0
- package/dist/presets/data-ai/commands/review/security.md +18 -0
- package/dist/presets/data-ai/commands/scout/ext.md +17 -0
- package/dist/presets/data-ai/commands/scout.md +17 -0
- package/dist/presets/data-ai/commands/skill/add.md +17 -0
- package/dist/presets/data-ai/commands/skill/create.md +19 -0
- package/dist/presets/data-ai/commands/skill/optimize.md +18 -0
- package/dist/presets/data-ai/commands/test.md +17 -0
- package/dist/presets/data-ai/docs/code-standards.md +89 -0
- package/dist/presets/data-ai/docs/project-roadmap.md +79 -0
- package/dist/presets/data-ai/docs/system-architecture.md +97 -0
- package/dist/presets/data-ai/hooks/.env.example +9 -0
- package/dist/presets/data-ai/hooks/README.md +28 -0
- package/dist/presets/data-ai/hooks/discord-notify.js +31 -0
- package/dist/presets/data-ai/hooks/discord-notify.ps1 +19 -0
- package/dist/presets/data-ai/hooks/discord-notify.sh +15 -0
- package/dist/presets/data-ai/hooks/git-status-tracker.js +26 -0
- package/dist/presets/data-ai/hooks/modularization-hook.js +36 -0
- package/dist/presets/data-ai/hooks/pre-commit-lint.js +15 -0
- package/dist/presets/data-ai/hooks/scout-block.js +30 -0
- package/dist/presets/data-ai/hooks/scout-block.ps1 +26 -0
- package/dist/presets/data-ai/hooks/scout-block.sh +31 -0
- package/dist/presets/data-ai/hooks/telegram-notify.js +30 -0
- package/dist/presets/data-ai/hooks/telegram-notify.ps1 +22 -0
- package/dist/presets/data-ai/hooks/telegram-notify.sh +16 -0
- package/dist/presets/data-ai/manifest.json +167 -0
- package/dist/presets/data-ai/settings.json +31 -0
- package/dist/presets/data-ai/skills/.env.example +16 -0
- package/dist/presets/data-ai/skills/INSTALLATION.md +35 -0
- package/dist/presets/data-ai/skills/README.md +35 -0
- package/dist/presets/data-ai/skills/THIRD_PARTY_NOTICES.md +32 -0
- package/dist/presets/data-ai/skills/agent_skills_spec.md +46 -0
- package/dist/presets/data-ai/skills/ai-multimodal/SKILL.md +41 -0
- package/dist/presets/data-ai/skills/code-review/SKILL.md +49 -0
- package/dist/presets/data-ai/skills/data-engineering/SKILL.md +47 -0
- package/dist/presets/data-ai/skills/data-visualization/SKILL.md +46 -0
- package/dist/presets/data-ai/skills/debugging/SKILL.md +42 -0
- package/dist/presets/data-ai/skills/docs-seeker/SKILL.md +41 -0
- package/dist/presets/data-ai/skills/document-skills/docx/SKILL.md +49 -0
- package/dist/presets/data-ai/skills/document-skills/pdf/SKILL.md +51 -0
- package/dist/presets/data-ai/skills/document-skills/pptx/SKILL.md +51 -0
- package/dist/presets/data-ai/skills/document-skills/xlsx/SKILL.md +54 -0
- package/dist/presets/data-ai/skills/experiment-tracking/SKILL.md +52 -0
- package/dist/presets/data-ai/skills/feature-store/SKILL.md +56 -0
- package/dist/presets/data-ai/skills/google-adk-python/SKILL.md +56 -0
- package/dist/presets/data-ai/skills/jupyter-notebooks/SKILL.md +60 -0
- package/dist/presets/data-ai/skills/mcp-builder/SKILL.md +40 -0
- package/dist/presets/data-ai/skills/mcp-management/SKILL.md +41 -0
- package/dist/presets/data-ai/skills/ml-ops/SKILL.md +45 -0
- package/dist/presets/data-ai/skills/nlp-text-processing/SKILL.md +48 -0
- package/dist/presets/data-ai/skills/pandas-analysis/SKILL.md +49 -0
- package/dist/presets/data-ai/skills/planning/SKILL.md +44 -0
- package/dist/presets/data-ai/skills/problem-solving/SKILL.md +42 -0
- package/dist/presets/data-ai/skills/pytorch-training/SKILL.md +55 -0
- package/dist/presets/data-ai/skills/repomix/SKILL.md +40 -0
- package/dist/presets/data-ai/skills/research/SKILL.md +35 -0
- package/dist/presets/data-ai/skills/scikit-learn/SKILL.md +47 -0
- package/dist/presets/data-ai/skills/sequential-thinking/SKILL.md +34 -0
- package/dist/presets/data-ai/skills/skill-creator/SKILL.md +56 -0
- package/dist/presets/data-ai/skills/template-skill/SKILL.md +23 -0
- package/dist/presets/data-ai/skills/template-skill/assets/.gitkeep +1 -0
- package/dist/presets/data-ai/skills/template-skill/references/.gitkeep +1 -0
- package/dist/presets/data-ai/skills/template-skill/scripts/.gitkeep +1 -0
- package/dist/presets/data-ai/skills/tensorflow-keras/SKILL.md +54 -0
- package/dist/presets/data-ai/specs/_templates/data-ai/design.md +81 -0
- package/dist/presets/data-ai/specs/_templates/data-ai/requirements.md +49 -0
- package/dist/presets/data-ai/specs/_templates/data-ai/tasks.md +50 -0
- package/dist/presets/data-ai/statusline.js +22 -0
- package/dist/presets/data-ai/statusline.ps1 +16 -0
- package/dist/presets/data-ai/statusline.sh +17 -0
- package/dist/presets/data-ai/steering/ml-patterns.md +75 -0
- package/dist/presets/data-ai/steering/python-conventions.md +78 -0
- package/dist/presets/data-ai/workflows/development-rules.md +34 -0
- package/dist/presets/data-ai/workflows/documentation-management.md +24 -0
- package/dist/presets/data-ai/workflows/orchestration-protocol.md +18 -0
- package/dist/presets/data-ai/workflows/primary-workflow.md +33 -0
- package/dist/presets/devops/.env.example +36 -0
- package/dist/presets/devops/.mcp.json.example +30 -0
- package/dist/presets/devops/README.md +57 -0
- package/dist/presets/devops/agents/brainstormer.md +46 -0
- package/dist/presets/devops/agents/ci-cd-specialist.md +54 -0
- package/dist/presets/devops/agents/code-reviewer.md +59 -0
- package/dist/presets/devops/agents/copywriter.md +46 -0
- package/dist/presets/devops/agents/database-admin.md +43 -0
- package/dist/presets/devops/agents/debugger.md +44 -0
- package/dist/presets/devops/agents/docs-manager.md +41 -0
- package/dist/presets/devops/agents/git-manager.md +49 -0
- package/dist/presets/devops/agents/infrastructure-engineer.md +53 -0
- package/dist/presets/devops/agents/journal-writer.md +58 -0
- package/dist/presets/devops/agents/mcp-manager.md +40 -0
- package/dist/presets/devops/agents/monitoring-engineer.md +54 -0
- package/dist/presets/devops/agents/planner.md +42 -0
- package/dist/presets/devops/agents/project-manager.md +54 -0
- package/dist/presets/devops/agents/researcher.md +46 -0
- package/dist/presets/devops/agents/scout-external.md +45 -0
- package/dist/presets/devops/agents/scout.md +48 -0
- package/dist/presets/devops/agents/security-auditor.md +60 -0
- package/dist/presets/devops/agents/tester.md +56 -0
- package/dist/presets/devops/agents/ui-ux-designer.md +45 -0
- package/dist/presets/devops/commands/bootstrap.md +16 -0
- package/dist/presets/devops/commands/clean.md +13 -0
- package/dist/presets/devops/commands/design/figma.md +15 -0
- package/dist/presets/devops/commands/design/system.md +11 -0
- package/dist/presets/devops/commands/design/wireframe.md +15 -0
- package/dist/presets/devops/commands/devops/container.md +16 -0
- package/dist/presets/devops/commands/devops/deploy.md +17 -0
- package/dist/presets/devops/commands/devops/infra.md +17 -0
- package/dist/presets/devops/commands/devops/monitor.md +16 -0
- package/dist/presets/devops/commands/docs/architecture.md +11 -0
- package/dist/presets/devops/commands/docs/summarize.md +15 -0
- package/dist/presets/devops/commands/docs/update.md +11 -0
- package/dist/presets/devops/commands/fix/build.md +11 -0
- package/dist/presets/devops/commands/fix/lint.md +10 -0
- package/dist/presets/devops/commands/fix/tests.md +16 -0
- package/dist/presets/devops/commands/git/branch.md +16 -0
- package/dist/presets/devops/commands/git/commit.md +15 -0
- package/dist/presets/devops/commands/git/pr.md +16 -0
- package/dist/presets/devops/commands/lint.md +13 -0
- package/dist/presets/devops/commands/plan/feature.md +15 -0
- package/dist/presets/devops/commands/plan/refactor.md +16 -0
- package/dist/presets/devops/commands/release.md +17 -0
- package/dist/presets/devops/commands/review/code.md +15 -0
- package/dist/presets/devops/commands/review/security.md +16 -0
- package/dist/presets/devops/commands/scout/ext.md +16 -0
- package/dist/presets/devops/commands/scout.md +16 -0
- package/dist/presets/devops/commands/skill/add.md +16 -0
- package/dist/presets/devops/commands/skill/create.md +16 -0
- package/dist/presets/devops/commands/skill/optimize.md +16 -0
- package/dist/presets/devops/commands/test.md +15 -0
- package/dist/presets/devops/docs/code-standards.md +82 -0
- package/dist/presets/devops/docs/project-roadmap.md +58 -0
- package/dist/presets/devops/docs/system-architecture.md +85 -0
- package/dist/presets/devops/hooks/.env.example +9 -0
- package/dist/presets/devops/hooks/README.md +30 -0
- package/dist/presets/devops/hooks/build-verify.js +44 -0
- package/dist/presets/devops/hooks/discord-notify.js +31 -0
- package/dist/presets/devops/hooks/discord-notify.ps1 +19 -0
- package/dist/presets/devops/hooks/discord-notify.sh +15 -0
- package/dist/presets/devops/hooks/git-status-tracker.js +26 -0
- package/dist/presets/devops/hooks/image-scan.js +27 -0
- package/dist/presets/devops/hooks/modularization-hook.js +36 -0
- package/dist/presets/devops/hooks/pre-commit-lint.js +15 -0
- package/dist/presets/devops/hooks/scout-block.js +30 -0
- package/dist/presets/devops/hooks/scout-block.ps1 +26 -0
- package/dist/presets/devops/hooks/scout-block.sh +31 -0
- package/dist/presets/devops/hooks/telegram-notify.js +30 -0
- package/dist/presets/devops/hooks/telegram-notify.ps1 +22 -0
- package/dist/presets/devops/hooks/telegram-notify.sh +16 -0
- package/dist/presets/devops/manifest.json +156 -0
- package/dist/presets/devops/settings.json +39 -0
- package/dist/presets/devops/skills/.env.example +14 -0
- package/dist/presets/devops/skills/INSTALLATION.md +29 -0
- package/dist/presets/devops/skills/README.md +48 -0
- package/dist/presets/devops/skills/THIRD_PARTY_NOTICES.md +19 -0
- package/dist/presets/devops/skills/agent_skills_spec.md +28 -0
- package/dist/presets/devops/skills/ai-multimodal/SKILL.md +32 -0
- package/dist/presets/devops/skills/backend-development/SKILL.md +36 -0
- package/dist/presets/devops/skills/chrome-devtools/SKILL.md +35 -0
- package/dist/presets/devops/skills/ci-cd-patterns/SKILL.md +45 -0
- package/dist/presets/devops/skills/code-review/SKILL.md +30 -0
- package/dist/presets/devops/skills/container-security/SKILL.md +44 -0
- package/dist/presets/devops/skills/databases/SKILL.md +34 -0
- package/dist/presets/devops/skills/debugging/SKILL.md +35 -0
- package/dist/presets/devops/skills/devops/SKILL.md +53 -0
- package/dist/presets/devops/skills/docs-seeker/SKILL.md +32 -0
- package/dist/presets/devops/skills/frontend-design/SKILL.md +32 -0
- package/dist/presets/devops/skills/kubernetes-ops/SKILL.md +54 -0
- package/dist/presets/devops/skills/mcp-builder/SKILL.md +33 -0
- package/dist/presets/devops/skills/mcp-management/SKILL.md +33 -0
- package/dist/presets/devops/skills/media-processing/SKILL.md +30 -0
- package/dist/presets/devops/skills/planning/SKILL.md +39 -0
- package/dist/presets/devops/skills/problem-solving/SKILL.md +32 -0
- package/dist/presets/devops/skills/repomix/SKILL.md +39 -0
- package/dist/presets/devops/skills/research/SKILL.md +34 -0
- package/dist/presets/devops/skills/sequential-thinking/SKILL.md +33 -0
- package/dist/presets/devops/skills/skill-creator/SKILL.md +35 -0
- package/dist/presets/devops/skills/template-skill/SKILL.md +24 -0
- package/dist/presets/devops/skills/terraform-modules/SKILL.md +47 -0
- package/dist/presets/devops/skills/web-frameworks/SKILL.md +31 -0
- package/dist/presets/devops/specs/_templates/devops/design.md +87 -0
- package/dist/presets/devops/specs/_templates/devops/requirements.md +42 -0
- package/dist/presets/devops/specs/_templates/devops/tasks.md +46 -0
- package/dist/presets/devops/statusline.js +22 -0
- package/dist/presets/devops/statusline.ps1 +16 -0
- package/dist/presets/devops/statusline.sh +17 -0
- package/dist/presets/devops/steering/docker-conventions.md +45 -0
- package/dist/presets/devops/steering/infrastructure-patterns.md +58 -0
- package/dist/presets/devops/workflows/development-rules.md +34 -0
- package/dist/presets/devops/workflows/documentation-management.md +24 -0
- package/dist/presets/devops/workflows/orchestration-protocol.md +18 -0
- package/dist/presets/devops/workflows/primary-workflow.md +33 -0
- package/dist/presets/frontend/.env.example +19 -0
- package/dist/presets/frontend/.mcp.json.example +30 -0
- package/dist/presets/frontend/README.md +55 -0
- package/dist/presets/frontend/agents/accessibility-auditor.md +56 -0
- package/dist/presets/frontend/agents/brainstormer.md +46 -0
- package/dist/presets/frontend/agents/code-reviewer.md +59 -0
- package/dist/presets/frontend/agents/component-architect.md +59 -0
- package/dist/presets/frontend/agents/copywriter.md +46 -0
- package/dist/presets/frontend/agents/database-admin.md +43 -0
- package/dist/presets/frontend/agents/debugger.md +44 -0
- package/dist/presets/frontend/agents/docs-manager.md +41 -0
- package/dist/presets/frontend/agents/frontend-developer.md +47 -0
- package/dist/presets/frontend/agents/git-manager.md +49 -0
- package/dist/presets/frontend/agents/journal-writer.md +58 -0
- package/dist/presets/frontend/agents/mcp-manager.md +40 -0
- package/dist/presets/frontend/agents/performance-optimizer.md +57 -0
- package/dist/presets/frontend/agents/planner.md +42 -0
- package/dist/presets/frontend/agents/project-manager.md +54 -0
- package/dist/presets/frontend/agents/researcher.md +46 -0
- package/dist/presets/frontend/agents/scout-external.md +45 -0
- package/dist/presets/frontend/agents/scout.md +48 -0
- package/dist/presets/frontend/agents/tester.md +56 -0
- package/dist/presets/frontend/agents/ui-ux-designer.md +45 -0
- package/dist/presets/frontend/commands/bootstrap.md +15 -0
- package/dist/presets/frontend/commands/clean.md +12 -0
- package/dist/presets/frontend/commands/design/figma.md +15 -0
- package/dist/presets/frontend/commands/design/system.md +11 -0
- package/dist/presets/frontend/commands/design/wireframe.md +15 -0
- package/dist/presets/frontend/commands/docs/architecture.md +11 -0
- package/dist/presets/frontend/commands/docs/summarize.md +15 -0
- package/dist/presets/frontend/commands/docs/update.md +11 -0
- package/dist/presets/frontend/commands/fix/build.md +11 -0
- package/dist/presets/frontend/commands/fix/lint.md +10 -0
- package/dist/presets/frontend/commands/fix/tests.md +15 -0
- package/dist/presets/frontend/commands/frontend/component.md +31 -0
- package/dist/presets/frontend/commands/frontend/hook.md +29 -0
- package/dist/presets/frontend/commands/frontend/layout.md +29 -0
- package/dist/presets/frontend/commands/frontend/page.md +31 -0
- package/dist/presets/frontend/commands/git/branch.md +14 -0
- package/dist/presets/frontend/commands/git/commit.md +15 -0
- package/dist/presets/frontend/commands/git/pr.md +16 -0
- package/dist/presets/frontend/commands/lint.md +11 -0
- package/dist/presets/frontend/commands/plan/feature.md +15 -0
- package/dist/presets/frontend/commands/plan/refactor.md +15 -0
- package/dist/presets/frontend/commands/release.md +17 -0
- package/dist/presets/frontend/commands/review/code.md +15 -0
- package/dist/presets/frontend/commands/review/security.md +12 -0
- package/dist/presets/frontend/commands/scout/ext.md +17 -0
- package/dist/presets/frontend/commands/scout.md +16 -0
- package/dist/presets/frontend/commands/skill/add.md +16 -0
- package/dist/presets/frontend/commands/skill/create.md +16 -0
- package/dist/presets/frontend/commands/skill/optimize.md +16 -0
- package/dist/presets/frontend/commands/test.md +15 -0
- package/dist/presets/frontend/docs/code-standards.md +79 -0
- package/dist/presets/frontend/docs/project-roadmap.md +78 -0
- package/dist/presets/frontend/docs/system-architecture.md +90 -0
- package/dist/presets/frontend/hooks/.env.example +9 -0
- package/dist/presets/frontend/hooks/README.md +28 -0
- package/dist/presets/frontend/hooks/discord-notify.js +31 -0
- package/dist/presets/frontend/hooks/discord-notify.ps1 +19 -0
- package/dist/presets/frontend/hooks/discord-notify.sh +15 -0
- package/dist/presets/frontend/hooks/git-status-tracker.js +26 -0
- package/dist/presets/frontend/hooks/modularization-hook.js +36 -0
- package/dist/presets/frontend/hooks/pre-commit-lint.js +15 -0
- package/dist/presets/frontend/hooks/scout-block.js +30 -0
- package/dist/presets/frontend/hooks/scout-block.ps1 +26 -0
- package/dist/presets/frontend/hooks/scout-block.sh +31 -0
- package/dist/presets/frontend/hooks/telegram-notify.js +30 -0
- package/dist/presets/frontend/hooks/telegram-notify.ps1 +22 -0
- package/dist/presets/frontend/hooks/telegram-notify.sh +16 -0
- package/dist/presets/frontend/manifest.json +151 -0
- package/dist/presets/frontend/settings.json +31 -0
- package/dist/presets/frontend/skills/.env.example +8 -0
- package/dist/presets/frontend/skills/INSTALLATION.md +34 -0
- package/dist/presets/frontend/skills/README.md +32 -0
- package/dist/presets/frontend/skills/THIRD_PARTY_NOTICES.md +18 -0
- package/dist/presets/frontend/skills/aesthetic/SKILL.md +60 -0
- package/dist/presets/frontend/skills/agent_skills_spec.md +37 -0
- package/dist/presets/frontend/skills/ai-multimodal/SKILL.md +32 -0
- package/dist/presets/frontend/skills/chrome-devtools/SKILL.md +51 -0
- package/dist/presets/frontend/skills/code-review/SKILL.md +42 -0
- package/dist/presets/frontend/skills/debugging/SKILL.md +34 -0
- package/dist/presets/frontend/skills/docs-seeker/SKILL.md +38 -0
- package/dist/presets/frontend/skills/frontend-design/SKILL.md +43 -0
- package/dist/presets/frontend/skills/frontend-development/SKILL.md +50 -0
- package/dist/presets/frontend/skills/mcp-builder/SKILL.md +41 -0
- package/dist/presets/frontend/skills/mcp-management/SKILL.md +40 -0
- package/dist/presets/frontend/skills/media-processing/SKILL.md +41 -0
- package/dist/presets/frontend/skills/planning/SKILL.md +39 -0
- package/dist/presets/frontend/skills/problem-solving/SKILL.md +37 -0
- package/dist/presets/frontend/skills/repomix/SKILL.md +39 -0
- package/dist/presets/frontend/skills/research/SKILL.md +34 -0
- package/dist/presets/frontend/skills/sequential-thinking/SKILL.md +33 -0
- package/dist/presets/frontend/skills/skill-creator/SKILL.md +55 -0
- package/dist/presets/frontend/skills/template-skill/SKILL.md +20 -0
- package/dist/presets/frontend/skills/template-skill/assets/.gitkeep +0 -0
- package/dist/presets/frontend/skills/template-skill/references/.gitkeep +0 -0
- package/dist/presets/frontend/skills/template-skill/scripts/.gitkeep +0 -0
- package/dist/presets/frontend/skills/threejs/SKILL.md +65 -0
- package/dist/presets/frontend/skills/ui-styling/SKILL.md +49 -0
- package/dist/presets/frontend/skills/web-frameworks/SKILL.md +56 -0
- package/dist/presets/frontend/specs/_templates/frontend/design.md +66 -0
- package/dist/presets/frontend/specs/_templates/frontend/requirements.md +41 -0
- package/dist/presets/frontend/specs/_templates/frontend/tasks.md +44 -0
- package/dist/presets/frontend/statusline.js +22 -0
- package/dist/presets/frontend/statusline.ps1 +16 -0
- package/dist/presets/frontend/statusline.sh +17 -0
- package/dist/presets/frontend/steering/nextjs-patterns.md +77 -0
- package/dist/presets/frontend/steering/react-conventions.md +59 -0
- package/dist/presets/frontend/workflows/development-rules.md +34 -0
- package/dist/presets/frontend/workflows/documentation-management.md +24 -0
- package/dist/presets/frontend/workflows/orchestration-protocol.md +18 -0
- package/dist/presets/frontend/workflows/primary-workflow.md +33 -0
- package/dist/presets/fullstack/.env.example +37 -0
- package/dist/presets/fullstack/.mcp.json.example +37 -0
- package/dist/presets/fullstack/README.md +40 -0
- package/dist/presets/fullstack/agents/api-developer.md +45 -0
- package/dist/presets/fullstack/agents/brainstormer.md +33 -0
- package/dist/presets/fullstack/agents/code-reviewer.md +32 -0
- package/dist/presets/fullstack/agents/copywriter.md +34 -0
- package/dist/presets/fullstack/agents/database-admin.md +34 -0
- package/dist/presets/fullstack/agents/database-architect.md +45 -0
- package/dist/presets/fullstack/agents/debugger.md +33 -0
- package/dist/presets/fullstack/agents/docs-manager.md +30 -0
- package/dist/presets/fullstack/agents/fullstack-developer.md +45 -0
- package/dist/presets/fullstack/agents/git-manager.md +32 -0
- package/dist/presets/fullstack/agents/journal-writer.md +32 -0
- package/dist/presets/fullstack/agents/mcp-manager.md +30 -0
- package/dist/presets/fullstack/agents/performance-optimizer.md +52 -0
- package/dist/presets/fullstack/agents/planner.md +31 -0
- package/dist/presets/fullstack/agents/project-manager.md +31 -0
- package/dist/presets/fullstack/agents/researcher.md +30 -0
- package/dist/presets/fullstack/agents/scout-external.md +29 -0
- package/dist/presets/fullstack/agents/scout.md +29 -0
- package/dist/presets/fullstack/agents/tester.md +32 -0
- package/dist/presets/fullstack/agents/ui-ux-designer.md +33 -0
- package/dist/presets/fullstack/commands/bootstrap.md +16 -0
- package/dist/presets/fullstack/commands/clean.md +12 -0
- package/dist/presets/fullstack/commands/design/figma.md +15 -0
- package/dist/presets/fullstack/commands/design/system.md +11 -0
- package/dist/presets/fullstack/commands/design/wireframe.md +15 -0
- package/dist/presets/fullstack/commands/docs/architecture.md +11 -0
- package/dist/presets/fullstack/commands/docs/summarize.md +15 -0
- package/dist/presets/fullstack/commands/docs/update.md +15 -0
- package/dist/presets/fullstack/commands/fix/build.md +11 -0
- package/dist/presets/fullstack/commands/fix/lint.md +10 -0
- package/dist/presets/fullstack/commands/fix/tests.md +16 -0
- package/dist/presets/fullstack/commands/fullstack/api-route.md +17 -0
- package/dist/presets/fullstack/commands/fullstack/component.md +17 -0
- package/dist/presets/fullstack/commands/fullstack/deploy.md +17 -0
- package/dist/presets/fullstack/commands/fullstack/migration.md +16 -0
- package/dist/presets/fullstack/commands/git/branch.md +15 -0
- package/dist/presets/fullstack/commands/git/commit.md +16 -0
- package/dist/presets/fullstack/commands/git/pr.md +16 -0
- package/dist/presets/fullstack/commands/lint.md +11 -0
- package/dist/presets/fullstack/commands/plan/feature.md +15 -0
- package/dist/presets/fullstack/commands/plan/refactor.md +15 -0
- package/dist/presets/fullstack/commands/release.md +17 -0
- package/dist/presets/fullstack/commands/review/code.md +15 -0
- package/dist/presets/fullstack/commands/review/security.md +16 -0
- package/dist/presets/fullstack/commands/scout/ext.md +17 -0
- package/dist/presets/fullstack/commands/scout.md +16 -0
- package/dist/presets/fullstack/commands/skill/add.md +16 -0
- package/dist/presets/fullstack/commands/skill/create.md +16 -0
- package/dist/presets/fullstack/commands/skill/optimize.md +16 -0
- package/dist/presets/fullstack/commands/test.md +15 -0
- package/dist/presets/fullstack/docs/code-standards.md +74 -0
- package/dist/presets/fullstack/docs/project-roadmap.md +78 -0
- package/dist/presets/fullstack/docs/system-architecture.md +97 -0
- package/dist/presets/fullstack/hooks/.env.example +9 -0
- package/dist/presets/fullstack/hooks/README.md +28 -0
- package/dist/presets/fullstack/hooks/discord-notify.js +31 -0
- package/dist/presets/fullstack/hooks/discord-notify.ps1 +19 -0
- package/dist/presets/fullstack/hooks/discord-notify.sh +15 -0
- package/dist/presets/fullstack/hooks/git-status-tracker.js +26 -0
- package/dist/presets/fullstack/hooks/modularization-hook.js +36 -0
- package/dist/presets/fullstack/hooks/pre-commit-lint.js +15 -0
- package/dist/presets/fullstack/hooks/scout-block.js +30 -0
- package/dist/presets/fullstack/hooks/scout-block.ps1 +26 -0
- package/dist/presets/fullstack/hooks/scout-block.sh +31 -0
- package/dist/presets/fullstack/hooks/telegram-notify.js +30 -0
- package/dist/presets/fullstack/hooks/telegram-notify.ps1 +22 -0
- package/dist/presets/fullstack/hooks/telegram-notify.sh +16 -0
- package/dist/presets/fullstack/manifest.json +156 -0
- package/dist/presets/fullstack/settings.json +31 -0
- package/dist/presets/fullstack/skills/.env.example +10 -0
- package/dist/presets/fullstack/skills/INSTALLATION.md +28 -0
- package/dist/presets/fullstack/skills/README.md +38 -0
- package/dist/presets/fullstack/skills/THIRD_PARTY_NOTICES.md +22 -0
- package/dist/presets/fullstack/skills/agent_skills_spec.md +39 -0
- package/dist/presets/fullstack/skills/ai-multimodal/SKILL.md +32 -0
- package/dist/presets/fullstack/skills/backend-development/SKILL.md +40 -0
- package/dist/presets/fullstack/skills/better-auth/SKILL.md +45 -0
- package/dist/presets/fullstack/skills/code-review/SKILL.md +28 -0
- package/dist/presets/fullstack/skills/databases/SKILL.md +39 -0
- package/dist/presets/fullstack/skills/debugging/SKILL.md +46 -0
- package/dist/presets/fullstack/skills/devops/SKILL.md +42 -0
- package/dist/presets/fullstack/skills/docs-seeker/SKILL.md +30 -0
- package/dist/presets/fullstack/skills/frontend-design/SKILL.md +32 -0
- package/dist/presets/fullstack/skills/frontend-development/SKILL.md +33 -0
- package/dist/presets/fullstack/skills/mcp-builder/SKILL.md +37 -0
- package/dist/presets/fullstack/skills/payment-integration/SKILL.md +50 -0
- package/dist/presets/fullstack/skills/planning/SKILL.md +41 -0
- package/dist/presets/fullstack/skills/problem-solving/SKILL.md +32 -0
- package/dist/presets/fullstack/skills/repomix/SKILL.md +40 -0
- package/dist/presets/fullstack/skills/research/SKILL.md +32 -0
- package/dist/presets/fullstack/skills/sequential-thinking/SKILL.md +32 -0
- package/dist/presets/fullstack/skills/shopify/SKILL.md +44 -0
- package/dist/presets/fullstack/skills/skill-creator/SKILL.md +36 -0
- package/dist/presets/fullstack/skills/template-skill/SKILL.md +26 -0
- package/dist/presets/fullstack/skills/ui-styling/SKILL.md +39 -0
- package/dist/presets/fullstack/skills/web-frameworks/SKILL.md +39 -0
- package/dist/presets/fullstack/specs/_templates/fullstack/design.md +87 -0
- package/dist/presets/fullstack/specs/_templates/fullstack/requirements.md +54 -0
- package/dist/presets/fullstack/specs/_templates/fullstack/tasks.md +40 -0
- package/dist/presets/fullstack/statusline.js +15 -0
- package/dist/presets/fullstack/statusline.ps1 +5 -0
- package/dist/presets/fullstack/statusline.sh +5 -0
- package/dist/presets/fullstack/steering/fullstack-conventions.md +77 -0
- package/dist/presets/fullstack/steering/nextjs-app-router.md +92 -0
- package/dist/presets/fullstack/workflows/development-rules.md +34 -0
- package/dist/presets/fullstack/workflows/documentation-management.md +24 -0
- package/dist/presets/fullstack/workflows/orchestration-protocol.md +18 -0
- package/dist/presets/fullstack/workflows/primary-workflow.md +33 -0
- package/dist/presets/mobile/.env.example +28 -0
- package/dist/presets/mobile/.mcp.json.example +30 -0
- package/dist/presets/mobile/README.md +56 -0
- package/dist/presets/mobile/agents/accessibility-auditor.md +73 -0
- package/dist/presets/mobile/agents/brainstormer.md +45 -0
- package/dist/presets/mobile/agents/code-reviewer.md +53 -0
- package/dist/presets/mobile/agents/copywriter.md +34 -0
- package/dist/presets/mobile/agents/database-admin.md +36 -0
- package/dist/presets/mobile/agents/debugger.md +44 -0
- package/dist/presets/mobile/agents/docs-manager.md +41 -0
- package/dist/presets/mobile/agents/git-manager.md +47 -0
- package/dist/presets/mobile/agents/journal-writer.md +46 -0
- package/dist/presets/mobile/agents/mcp-manager.md +30 -0
- package/dist/presets/mobile/agents/mobile-developer.md +57 -0
- package/dist/presets/mobile/agents/navigation-architect.md +50 -0
- package/dist/presets/mobile/agents/performance-optimizer.md +75 -0
- package/dist/presets/mobile/agents/planner.md +40 -0
- package/dist/presets/mobile/agents/platform-specialist.md +55 -0
- package/dist/presets/mobile/agents/project-manager.md +41 -0
- package/dist/presets/mobile/agents/researcher.md +41 -0
- package/dist/presets/mobile/agents/scout-external.md +35 -0
- package/dist/presets/mobile/agents/scout.md +36 -0
- package/dist/presets/mobile/agents/state-manager.md +50 -0
- package/dist/presets/mobile/agents/tester.md +60 -0
- package/dist/presets/mobile/agents/ui-ux-designer.md +46 -0
- package/dist/presets/mobile/agents/widget-architect.md +52 -0
- package/dist/presets/mobile/commands/bootstrap.md +16 -0
- package/dist/presets/mobile/commands/clean.md +15 -0
- package/dist/presets/mobile/commands/design/figma.md +15 -0
- package/dist/presets/mobile/commands/design/system.md +15 -0
- package/dist/presets/mobile/commands/design/wireframe.md +16 -0
- package/dist/presets/mobile/commands/docs/architecture.md +16 -0
- package/dist/presets/mobile/commands/docs/summarize.md +15 -0
- package/dist/presets/mobile/commands/docs/update.md +15 -0
- package/dist/presets/mobile/commands/fix/build.md +15 -0
- package/dist/presets/mobile/commands/fix/lint.md +14 -0
- package/dist/presets/mobile/commands/fix/tests.md +16 -0
- package/dist/presets/mobile/commands/git/branch.md +16 -0
- package/dist/presets/mobile/commands/git/commit.md +16 -0
- package/dist/presets/mobile/commands/git/pr.md +16 -0
- package/dist/presets/mobile/commands/lint.md +15 -0
- package/dist/presets/mobile/commands/mobile/navigation.md +34 -0
- package/dist/presets/mobile/commands/mobile/platform.md +42 -0
- package/dist/presets/mobile/commands/mobile/screen.md +46 -0
- package/dist/presets/mobile/commands/mobile/widget.md +42 -0
- package/dist/presets/mobile/commands/plan/feature.md +16 -0
- package/dist/presets/mobile/commands/plan/refactor.md +17 -0
- package/dist/presets/mobile/commands/release.md +17 -0
- package/dist/presets/mobile/commands/review/code.md +16 -0
- package/dist/presets/mobile/commands/review/security.md +16 -0
- package/dist/presets/mobile/commands/scout/ext.md +16 -0
- package/dist/presets/mobile/commands/scout.md +16 -0
- package/dist/presets/mobile/commands/skill/add.md +16 -0
- package/dist/presets/mobile/commands/skill/create.md +16 -0
- package/dist/presets/mobile/commands/skill/optimize.md +16 -0
- package/dist/presets/mobile/commands/test.md +17 -0
- package/dist/presets/mobile/docs/code-standards.md +74 -0
- package/dist/presets/mobile/docs/project-roadmap.md +48 -0
- package/dist/presets/mobile/docs/system-architecture.md +70 -0
- package/dist/presets/mobile/hooks/.env.example +9 -0
- package/dist/presets/mobile/hooks/README.md +28 -0
- package/dist/presets/mobile/hooks/discord-notify.js +31 -0
- package/dist/presets/mobile/hooks/discord-notify.ps1 +19 -0
- package/dist/presets/mobile/hooks/discord-notify.sh +15 -0
- package/dist/presets/mobile/hooks/git-status-tracker.js +26 -0
- package/dist/presets/mobile/hooks/modularization-hook.js +36 -0
- package/dist/presets/mobile/hooks/pre-commit-lint.js +26 -0
- package/dist/presets/mobile/hooks/scout-block.js +30 -0
- package/dist/presets/mobile/hooks/scout-block.ps1 +26 -0
- package/dist/presets/mobile/hooks/scout-block.sh +31 -0
- package/dist/presets/mobile/hooks/telegram-notify.js +30 -0
- package/dist/presets/mobile/hooks/telegram-notify.ps1 +22 -0
- package/dist/presets/mobile/hooks/telegram-notify.sh +16 -0
- package/dist/presets/mobile/manifest.json +158 -0
- package/dist/presets/mobile/settings.json +31 -0
- package/dist/presets/mobile/skills/.env.example +12 -0
- package/dist/presets/mobile/skills/INSTALLATION.md +28 -0
- package/dist/presets/mobile/skills/README.md +46 -0
- package/dist/presets/mobile/skills/THIRD_PARTY_NOTICES.md +12 -0
- package/dist/presets/mobile/skills/agent_skills_spec.md +37 -0
- package/dist/presets/mobile/skills/ai-multimodal/SKILL.md +41 -0
- package/dist/presets/mobile/skills/app-deployment/SKILL.md +50 -0
- package/dist/presets/mobile/skills/chrome-devtools/SKILL.md +39 -0
- package/dist/presets/mobile/skills/code-review/SKILL.md +30 -0
- package/dist/presets/mobile/skills/debugging/SKILL.md +36 -0
- package/dist/presets/mobile/skills/docs-seeker/SKILL.md +39 -0
- package/dist/presets/mobile/skills/flutter-state/SKILL.md +42 -0
- package/dist/presets/mobile/skills/frontend-design/SKILL.md +42 -0
- package/dist/presets/mobile/skills/frontend-development/SKILL.md +42 -0
- package/dist/presets/mobile/skills/mcp-builder/SKILL.md +32 -0
- package/dist/presets/mobile/skills/mcp-management/SKILL.md +32 -0
- package/dist/presets/mobile/skills/media-processing/SKILL.md +38 -0
- package/dist/presets/mobile/skills/mobile-development/SKILL.md +48 -0
- package/dist/presets/mobile/skills/mobile-testing/SKILL.md +43 -0
- package/dist/presets/mobile/skills/native-integration/SKILL.md +41 -0
- package/dist/presets/mobile/skills/offline-first/SKILL.md +41 -0
- package/dist/presets/mobile/skills/planning/SKILL.md +39 -0
- package/dist/presets/mobile/skills/problem-solving/SKILL.md +32 -0
- package/dist/presets/mobile/skills/repomix/SKILL.md +36 -0
- package/dist/presets/mobile/skills/research/SKILL.md +34 -0
- package/dist/presets/mobile/skills/sequential-thinking/SKILL.md +33 -0
- package/dist/presets/mobile/skills/skill-creator/SKILL.md +40 -0
- package/dist/presets/mobile/skills/template-skill/SKILL.md +23 -0
- package/dist/presets/mobile/skills/ui-styling/SKILL.md +51 -0
- package/dist/presets/mobile/skills/web-frameworks/SKILL.md +37 -0
- package/dist/presets/mobile/specs/_templates/mobile/design.md +62 -0
- package/dist/presets/mobile/specs/_templates/mobile/requirements.md +47 -0
- package/dist/presets/mobile/specs/_templates/mobile/tasks.md +52 -0
- package/dist/presets/mobile/statusline.js +22 -0
- package/dist/presets/mobile/statusline.ps1 +16 -0
- package/dist/presets/mobile/statusline.sh +17 -0
- package/dist/presets/mobile/steering/flutter-conventions.md +60 -0
- package/dist/presets/mobile/steering/mobile-patterns.md +54 -0
- package/dist/presets/mobile/workflows/development-rules.md +36 -0
- package/dist/presets/mobile/workflows/documentation-management.md +25 -0
- package/dist/presets/mobile/workflows/orchestration-protocol.md +19 -0
- package/dist/presets/mobile/workflows/primary-workflow.md +36 -0
- package/package.json +65 -0
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: code-review
|
|
3
|
+
description: Structured code review practices for receiving feedback, requesting reviews, and verification gates. Use when reviewing or receiving review feedback on code changes.
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# Code Review
|
|
7
|
+
|
|
8
|
+
Activate this skill when performing or receiving code reviews.
|
|
9
|
+
|
|
10
|
+
## When to Use
|
|
11
|
+
|
|
12
|
+
- Receiving code review feedback
|
|
13
|
+
- Completing tasks requiring review before proceeding
|
|
14
|
+
- Before making completion claims about implementations
|
|
15
|
+
- Requesting reviews via subagent workflows
|
|
16
|
+
|
|
17
|
+
## Receiving Feedback
|
|
18
|
+
|
|
19
|
+
- Apply technical rigor over performative agreement
|
|
20
|
+
- If feedback is unclear, ask for clarification with specific questions
|
|
21
|
+
- If feedback is technically questionable, explain your reasoning
|
|
22
|
+
- Never change code just to appease a reviewer without understanding why
|
|
23
|
+
|
|
24
|
+
## Requesting Reviews
|
|
25
|
+
|
|
26
|
+
- Provide context: what changed, why, and what to focus on
|
|
27
|
+
- Highlight areas of uncertainty or risk
|
|
28
|
+
- Include test results and verification evidence
|
|
29
|
+
- Note any trade-offs or decisions made
|
|
30
|
+
|
|
31
|
+
## Verification Gates
|
|
32
|
+
|
|
33
|
+
Before claiming work is complete:
|
|
34
|
+
- Run the test suite and confirm passing
|
|
35
|
+
- Verify the build succeeds
|
|
36
|
+
- Check for type errors and lint warnings
|
|
37
|
+
- Confirm the change addresses the original requirement
|
|
38
|
+
- Provide evidence of verification (command output, test results)
|
|
39
|
+
|
|
40
|
+
## Rules
|
|
41
|
+
|
|
42
|
+
- Never claim completion without evidence
|
|
43
|
+
- Honest feedback is more valuable than agreement
|
|
44
|
+
- Focus on correctness, security, and maintainability
|
|
45
|
+
- Style preferences are lower priority than functional issues
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: databases
|
|
3
|
+
description: Work with PostgreSQL, MongoDB, and Redis for schema design, query optimization, migrations, and data modeling. Use when designing or optimizing data layers.
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# Databases
|
|
7
|
+
|
|
8
|
+
Activate this skill when working with database design, queries, migrations, or optimization.
|
|
9
|
+
|
|
10
|
+
## When to Use
|
|
11
|
+
|
|
12
|
+
- Designing database schemas and relationships
|
|
13
|
+
- Writing complex queries or aggregation pipelines
|
|
14
|
+
- Optimizing slow queries with indexes and execution plans
|
|
15
|
+
- Planning and executing database migrations
|
|
16
|
+
- Configuring replication, backups, or sharding
|
|
17
|
+
- Choosing between SQL and NoSQL for a use case
|
|
18
|
+
|
|
19
|
+
## PostgreSQL
|
|
20
|
+
|
|
21
|
+
- Use EXPLAIN ANALYZE for query optimization
|
|
22
|
+
- Create indexes based on WHERE, JOIN, and ORDER BY patterns
|
|
23
|
+
- Use partial indexes for filtered queries
|
|
24
|
+
- Prefer UUID or ULID for distributed primary keys
|
|
25
|
+
- Use transactions for multi-statement operations
|
|
26
|
+
- Implement row-level security for multi-tenant apps
|
|
27
|
+
|
|
28
|
+
## MongoDB
|
|
29
|
+
|
|
30
|
+
- Design schemas around access patterns (embed vs reference)
|
|
31
|
+
- Use compound indexes matching query patterns
|
|
32
|
+
- Leverage aggregation pipeline for complex transformations
|
|
33
|
+
- Use change streams for real-time data sync
|
|
34
|
+
- Implement schema validation at the database level
|
|
35
|
+
|
|
36
|
+
## Redis
|
|
37
|
+
|
|
38
|
+
- Use appropriate data structures (strings, hashes, sorted sets, streams)
|
|
39
|
+
- Set TTL on all cache entries
|
|
40
|
+
- Use Redis transactions (MULTI/EXEC) for atomic operations
|
|
41
|
+
- Implement pub/sub for real-time messaging
|
|
42
|
+
- Use Redis Streams for reliable message queues
|
|
43
|
+
|
|
44
|
+
## Migration Rules
|
|
45
|
+
|
|
46
|
+
- Migrations must be reversible (up and down)
|
|
47
|
+
- Never modify a deployed migration -- create a new one
|
|
48
|
+
- Test migrations against production-like data volumes
|
|
49
|
+
- Use zero-downtime migration patterns for live systems
|
|
50
|
+
- Back up data before destructive migrations
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: debugging
|
|
3
|
+
description: Systematic debugging framework for investigating root causes before applying fixes. Use when encountering bugs, test failures, or unexpected behavior.
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# Debugging
|
|
7
|
+
|
|
8
|
+
Activate this skill when encountering bugs, test failures, or unexpected behavior.
|
|
9
|
+
|
|
10
|
+
## When to Use
|
|
11
|
+
|
|
12
|
+
- Tests are failing unexpectedly
|
|
13
|
+
- Runtime errors or crashes occur
|
|
14
|
+
- Behavior does not match expectations
|
|
15
|
+
- Performance degrades without obvious cause
|
|
16
|
+
- Build or compilation errors appear
|
|
17
|
+
|
|
18
|
+
## Process
|
|
19
|
+
|
|
20
|
+
1. Reproduce the issue consistently
|
|
21
|
+
2. Gather evidence (error messages, stack traces, logs)
|
|
22
|
+
3. Form hypothesis about root cause
|
|
23
|
+
4. Trace backward from the symptom to the source
|
|
24
|
+
5. Validate hypothesis with targeted tests
|
|
25
|
+
6. Apply minimal fix addressing root cause
|
|
26
|
+
7. Verify fix resolves the issue without regressions
|
|
27
|
+
|
|
28
|
+
## Rules
|
|
29
|
+
|
|
30
|
+
- Never apply random fixes without understanding the cause
|
|
31
|
+
- Measure and trace before changing code
|
|
32
|
+
- If a fix attempt fails twice, step back and reconsider the hypothesis
|
|
33
|
+
- Check recent changes (git log) as first investigation step
|
|
34
|
+
- Isolate the problem to the smallest reproducible case
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: devops
|
|
3
|
+
description: Deploy and manage infrastructure with Docker, Kubernetes, CI/CD pipelines, and cloud services. Use when containerizing, deploying, or managing production infrastructure.
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# DevOps
|
|
7
|
+
|
|
8
|
+
Activate this skill when working with containers, deployments, CI/CD, or cloud infrastructure.
|
|
9
|
+
|
|
10
|
+
## When to Use
|
|
11
|
+
|
|
12
|
+
- Writing or optimizing Dockerfiles
|
|
13
|
+
- Configuring docker-compose for local development
|
|
14
|
+
- Setting up CI/CD pipelines (GitHub Actions, GitLab CI)
|
|
15
|
+
- Managing cloud infrastructure (AWS, GCP, Cloudflare)
|
|
16
|
+
- Implementing deployment strategies
|
|
17
|
+
- Configuring monitoring and alerting
|
|
18
|
+
- Writing infrastructure-as-code (Terraform, Pulumi)
|
|
19
|
+
|
|
20
|
+
## Docker Best Practices
|
|
21
|
+
|
|
22
|
+
- Use multi-stage builds to minimize image size
|
|
23
|
+
- Run as non-root user in production
|
|
24
|
+
- Pin base image versions (not :latest)
|
|
25
|
+
- Use .dockerignore to exclude unnecessary files
|
|
26
|
+
- Add HEALTHCHECK instructions
|
|
27
|
+
- Set resource limits (memory, CPU)
|
|
28
|
+
- Order layers for optimal caching (dependencies before source)
|
|
29
|
+
|
|
30
|
+
## CI/CD Pipeline Stages
|
|
31
|
+
|
|
32
|
+
1. Lint and typecheck
|
|
33
|
+
2. Unit tests
|
|
34
|
+
3. Build artifacts
|
|
35
|
+
4. Integration tests
|
|
36
|
+
5. Security scan (dependencies + container)
|
|
37
|
+
6. Deploy to staging
|
|
38
|
+
7. Smoke tests
|
|
39
|
+
8. Deploy to production (with approval gate)
|
|
40
|
+
|
|
41
|
+
## Deployment Strategies
|
|
42
|
+
|
|
43
|
+
- Blue-green: instant rollback, double resources
|
|
44
|
+
- Canary: gradual rollout, early detection
|
|
45
|
+
- Rolling: zero-downtime, incremental replacement
|
|
46
|
+
- Feature flags: decouple deploy from release
|
|
47
|
+
|
|
48
|
+
## Monitoring
|
|
49
|
+
|
|
50
|
+
- Application metrics: request rate, error rate, latency (RED)
|
|
51
|
+
- Infrastructure metrics: CPU, memory, disk, network
|
|
52
|
+
- Business metrics: signups, conversions, revenue
|
|
53
|
+
- Alerting: page on symptoms, not causes
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: docs-seeker
|
|
3
|
+
description: Search and retrieve technical documentation from official sources. Use when you need current documentation for libraries, frameworks, or APIs.
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# Docs Seeker
|
|
7
|
+
|
|
8
|
+
Activate this skill when you need to find or verify technical documentation.
|
|
9
|
+
|
|
10
|
+
## When to Use
|
|
11
|
+
|
|
12
|
+
- Looking up API documentation for a library
|
|
13
|
+
- Finding configuration options for a framework
|
|
14
|
+
- Verifying correct usage of a function or method
|
|
15
|
+
- Checking version-specific behavior or breaking changes
|
|
16
|
+
- Finding migration guides between versions
|
|
17
|
+
|
|
18
|
+
## Process
|
|
19
|
+
|
|
20
|
+
1. Identify the library/framework and version
|
|
21
|
+
2. Search official documentation sources first
|
|
22
|
+
3. Check for llms.txt or context7.com sources
|
|
23
|
+
4. Verify information against the specific version in use
|
|
24
|
+
5. Extract relevant code examples and configuration
|
|
25
|
+
|
|
26
|
+
## Sources Priority
|
|
27
|
+
|
|
28
|
+
1. Official documentation (docs site, README)
|
|
29
|
+
2. llms.txt / context7.com aggregated docs
|
|
30
|
+
3. GitHub repository (source code, issues, discussions)
|
|
31
|
+
4. Release notes and changelogs
|
|
32
|
+
5. Community resources (verified accuracy)
|
|
33
|
+
|
|
34
|
+
## Rules
|
|
35
|
+
|
|
36
|
+
- Always verify documentation matches the version in use
|
|
37
|
+
- Prefer code examples from official sources
|
|
38
|
+
- Note when documentation is incomplete or outdated
|
|
39
|
+
- Cross-reference multiple sources for critical information
|
|
40
|
+
- Include links to source documentation
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: frontend-design
|
|
3
|
+
description: Create production-grade frontend interfaces when backend services need admin panels, dashboards, or API documentation UIs. Use when building web interfaces for backend services.
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# Frontend Design
|
|
7
|
+
|
|
8
|
+
Activate this skill when building admin panels, dashboards, or documentation UIs for backend services.
|
|
9
|
+
|
|
10
|
+
## When to Use
|
|
11
|
+
|
|
12
|
+
- Building admin dashboards for backend services
|
|
13
|
+
- Creating API documentation interfaces
|
|
14
|
+
- Designing monitoring and observability UIs
|
|
15
|
+
- Building internal tools and management panels
|
|
16
|
+
|
|
17
|
+
## Design Principles
|
|
18
|
+
|
|
19
|
+
- Function over form for internal tools
|
|
20
|
+
- Clear data presentation with tables and charts
|
|
21
|
+
- Responsive but desktop-first for admin interfaces
|
|
22
|
+
- Consistent spacing using 4px/8px grid system
|
|
23
|
+
- Accessible color contrast (WCAG 2.1 AA minimum)
|
|
24
|
+
|
|
25
|
+
## Implementation Guidelines
|
|
26
|
+
|
|
27
|
+
- Use semantic HTML elements for structure
|
|
28
|
+
- Keep styling minimal and functional
|
|
29
|
+
- Implement proper loading and error states
|
|
30
|
+
- Use server-rendered pages where possible
|
|
31
|
+
- Prioritize data density over visual flair for admin tools
|
|
32
|
+
|
|
33
|
+
## Rules
|
|
34
|
+
|
|
35
|
+
- Admin UIs should prioritize usability over aesthetics
|
|
36
|
+
- Always include loading states for async data
|
|
37
|
+
- Implement proper error handling with retry options
|
|
38
|
+
- Use pagination for large data sets
|
|
39
|
+
- Include search and filter capabilities for lists
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: mcp-builder
|
|
3
|
+
description: Guide for creating MCP (Model Context Protocol) servers that enable LLMs to interact with external services. Use when building MCP server integrations.
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# MCP Builder
|
|
7
|
+
|
|
8
|
+
Activate this skill when building MCP servers to integrate external APIs or services.
|
|
9
|
+
|
|
10
|
+
## When to Use
|
|
11
|
+
|
|
12
|
+
- Creating a new MCP server for an API
|
|
13
|
+
- Adding tools, prompts, or resources to an MCP server
|
|
14
|
+
- Debugging MCP server connectivity
|
|
15
|
+
- Designing tool schemas for LLM consumption
|
|
16
|
+
|
|
17
|
+
## MCP Server Structure
|
|
18
|
+
|
|
19
|
+
- Tools: functions the LLM can call
|
|
20
|
+
- Resources: data the LLM can read
|
|
21
|
+
- Prompts: pre-built prompt templates
|
|
22
|
+
|
|
23
|
+
## Implementation (TypeScript)
|
|
24
|
+
|
|
25
|
+
```typescript
|
|
26
|
+
import { McpServer } from '@modelcontextprotocol/sdk/server/mcp.js';
|
|
27
|
+
|
|
28
|
+
const server = new McpServer({ name: 'my-server', version: '1.0.0' });
|
|
29
|
+
|
|
30
|
+
server.tool('tool-name', { param: z.string() }, async ({ param }) => {
|
|
31
|
+
return { content: [{ type: 'text', text: result }] };
|
|
32
|
+
});
|
|
33
|
+
```
|
|
34
|
+
|
|
35
|
+
## Implementation (Python)
|
|
36
|
+
|
|
37
|
+
```python
|
|
38
|
+
from mcp.server.fastmcp import FastMCP
|
|
39
|
+
|
|
40
|
+
mcp = FastMCP("my-server")
|
|
41
|
+
|
|
42
|
+
@mcp.tool()
|
|
43
|
+
def tool_name(param: str) -> str:
|
|
44
|
+
return result
|
|
45
|
+
```
|
|
46
|
+
|
|
47
|
+
## Rules
|
|
48
|
+
|
|
49
|
+
- Design tools with clear, specific names
|
|
50
|
+
- Use Zod/Pydantic schemas for input validation
|
|
51
|
+
- Handle errors gracefully with informative messages
|
|
52
|
+
- Keep tool descriptions concise but complete
|
|
53
|
+
- Test tools independently before integration
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: mcp-management
|
|
3
|
+
description: Manage MCP servers -- discover, analyze, and execute tools from configured servers. Use when working with MCP integrations or discovering available capabilities.
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# MCP Management
|
|
7
|
+
|
|
8
|
+
Activate this skill when managing MCP server configurations or discovering capabilities.
|
|
9
|
+
|
|
10
|
+
## When to Use
|
|
11
|
+
|
|
12
|
+
- Discovering available MCP tools across servers
|
|
13
|
+
- Configuring new MCP server connections
|
|
14
|
+
- Troubleshooting MCP connectivity issues
|
|
15
|
+
- Filtering tools for specific tasks
|
|
16
|
+
- Managing multi-server environments
|
|
17
|
+
|
|
18
|
+
## Configuration
|
|
19
|
+
|
|
20
|
+
MCP servers are configured in `.kiro/settings/mcp.json`:
|
|
21
|
+
|
|
22
|
+
```json
|
|
23
|
+
{
|
|
24
|
+
"mcpServers": {
|
|
25
|
+
"server-name": {
|
|
26
|
+
"command": "npx",
|
|
27
|
+
"args": ["-y", "@package/mcp-server"],
|
|
28
|
+
"env": { "API_KEY": "${ENV_VAR}" }
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
```
|
|
33
|
+
|
|
34
|
+
## Rules
|
|
35
|
+
|
|
36
|
+
- Verify server availability before execution
|
|
37
|
+
- Never expose credentials in tool output
|
|
38
|
+
- Use environment variables for sensitive values
|
|
39
|
+
- Test tool parameters against schema before calling
|
|
40
|
+
- Handle timeouts and connection failures gracefully
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: media-processing
|
|
3
|
+
description: Process multimedia files with FFmpeg and ImageMagick for encoding, conversion, and manipulation. Use when working with video, audio, or image processing pipelines.
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# Media Processing
|
|
7
|
+
|
|
8
|
+
Activate this skill when processing media files (video, audio, images).
|
|
9
|
+
|
|
10
|
+
## When to Use
|
|
11
|
+
|
|
12
|
+
- Converting media formats
|
|
13
|
+
- Encoding video with specific codecs
|
|
14
|
+
- Extracting audio from video
|
|
15
|
+
- Resizing or cropping images
|
|
16
|
+
- Generating thumbnails
|
|
17
|
+
- Creating streaming manifests (HLS/DASH)
|
|
18
|
+
- Batch processing media files
|
|
19
|
+
|
|
20
|
+
## FFmpeg Common Operations
|
|
21
|
+
|
|
22
|
+
```bash
|
|
23
|
+
# Convert format
|
|
24
|
+
ffmpeg -i input.mp4 -c:v libx264 -crf 23 output.mp4
|
|
25
|
+
|
|
26
|
+
# Extract audio
|
|
27
|
+
ffmpeg -i video.mp4 -vn -acodec libmp3lame audio.mp3
|
|
28
|
+
|
|
29
|
+
# Generate thumbnail
|
|
30
|
+
ffmpeg -i video.mp4 -ss 00:00:05 -frames:v 1 thumb.jpg
|
|
31
|
+
|
|
32
|
+
# HLS streaming
|
|
33
|
+
ffmpeg -i input.mp4 -codec: copy -start_number 0 -hls_time 10 -f hls output.m3u8
|
|
34
|
+
```
|
|
35
|
+
|
|
36
|
+
## ImageMagick Common Operations
|
|
37
|
+
|
|
38
|
+
```bash
|
|
39
|
+
# Resize
|
|
40
|
+
convert input.jpg -resize 800x600 output.jpg
|
|
41
|
+
|
|
42
|
+
# Format conversion
|
|
43
|
+
convert input.png output.webp
|
|
44
|
+
|
|
45
|
+
# Batch processing
|
|
46
|
+
mogrify -resize 50% -format webp *.png
|
|
47
|
+
```
|
|
48
|
+
|
|
49
|
+
## Rules
|
|
50
|
+
|
|
51
|
+
- Always specify output codec explicitly
|
|
52
|
+
- Use hardware acceleration when available
|
|
53
|
+
- Set quality parameters appropriate for use case
|
|
54
|
+
- Validate output files after processing
|
|
55
|
+
- Handle large files with streaming (avoid loading into memory)
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: planning
|
|
3
|
+
description: Plan technical solutions that are scalable, secure, and maintainable. Use when you need to decompose features, evaluate approaches, or create implementation plans.
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# Planning
|
|
7
|
+
|
|
8
|
+
Activate this skill when planning features, evaluating approaches, or creating implementation strategies.
|
|
9
|
+
|
|
10
|
+
## When to Use
|
|
11
|
+
|
|
12
|
+
- Starting a new feature or project
|
|
13
|
+
- Evaluating multiple technical approaches
|
|
14
|
+
- Decomposing complex requirements into tasks
|
|
15
|
+
- Assessing risks and dependencies
|
|
16
|
+
- Creating time-boxed implementation plans
|
|
17
|
+
|
|
18
|
+
## Process
|
|
19
|
+
|
|
20
|
+
1. Define success criteria and constraints
|
|
21
|
+
2. Research relevant patterns and prior art
|
|
22
|
+
3. Decompose into phases (3-7 typical)
|
|
23
|
+
4. Identify dependencies and critical path
|
|
24
|
+
5. Assess risks and define mitigations
|
|
25
|
+
6. Create actionable task list with time estimates
|
|
26
|
+
7. Document unresolved questions
|
|
27
|
+
|
|
28
|
+
## Output Format
|
|
29
|
+
|
|
30
|
+
Plans go in `plans/YYYYMMDD-HHmm-plan-name/`:
|
|
31
|
+
- `plan.md`: overview, phase list, status tracking
|
|
32
|
+
- `phase-XX-name.md`: detailed phase specifications
|
|
33
|
+
|
|
34
|
+
## Rules
|
|
35
|
+
|
|
36
|
+
- Every task should be completable in 30 min to 2 hours
|
|
37
|
+
- Plans must be actionable, not aspirational
|
|
38
|
+
- Include rollback strategy for risky phases
|
|
39
|
+
- Apply YAGNI: plan only what is needed now
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: problem-solving
|
|
3
|
+
description: Apply systematic problem-solving techniques for complexity spirals, innovation blocks, recurring patterns, and scale uncertainty. Use when stuck or facing novel challenges.
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# Problem Solving
|
|
7
|
+
|
|
8
|
+
Activate this skill when facing complex problems, getting stuck, or needing structured approaches to novel challenges.
|
|
9
|
+
|
|
10
|
+
## When to Use
|
|
11
|
+
|
|
12
|
+
- Complexity is spiraling out of control
|
|
13
|
+
- Stuck on a problem after multiple attempts
|
|
14
|
+
- Recurring patterns suggest a deeper issue
|
|
15
|
+
- Assumptions are constraining the solution space
|
|
16
|
+
- Scale or scope is uncertain
|
|
17
|
+
|
|
18
|
+
## Techniques
|
|
19
|
+
|
|
20
|
+
### Simplification Cascade
|
|
21
|
+
When complexity spirals: remove features until the core works, then add back one at a time.
|
|
22
|
+
|
|
23
|
+
### Inversion Exercise
|
|
24
|
+
When assumptions constrain: ask "what if the opposite were true?" to find hidden solutions.
|
|
25
|
+
|
|
26
|
+
### Meta-Pattern Recognition
|
|
27
|
+
When patterns recur: identify the underlying cause rather than fixing symptoms repeatedly.
|
|
28
|
+
|
|
29
|
+
### Scale Game
|
|
30
|
+
When scale is uncertain: design for 10x current load, validate at 1x, plan for 100x.
|
|
31
|
+
|
|
32
|
+
### Collision-Zone Thinking
|
|
33
|
+
When innovation is blocked: combine two unrelated concepts to find novel approaches.
|
|
34
|
+
|
|
35
|
+
## Rules
|
|
36
|
+
|
|
37
|
+
- If stuck after 3 attempts, change the approach entirely
|
|
38
|
+
- Question every assumption explicitly
|
|
39
|
+
- Prefer reversible decisions over perfect ones
|
|
40
|
+
- Solve the simplest version of the problem first
|
|
41
|
+
- Document what was tried and why it failed
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: repomix
|
|
3
|
+
description: Package code repositories into single AI-friendly files for analysis. Use when you need to understand unfamiliar codebases or prepare context for AI consumption.
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# Repomix
|
|
7
|
+
|
|
8
|
+
Activate this skill when packaging codebases for analysis or understanding repository structure.
|
|
9
|
+
|
|
10
|
+
## When to Use
|
|
11
|
+
|
|
12
|
+
- Analyzing an unfamiliar codebase
|
|
13
|
+
- Creating repository snapshots for context
|
|
14
|
+
- Preparing code for security audits
|
|
15
|
+
- Generating documentation context
|
|
16
|
+
- Evaluating third-party libraries
|
|
17
|
+
|
|
18
|
+
## Usage
|
|
19
|
+
|
|
20
|
+
```bash
|
|
21
|
+
# Pack current directory
|
|
22
|
+
repomix
|
|
23
|
+
|
|
24
|
+
# Pack with specific includes
|
|
25
|
+
repomix --include "src/**/*.ts"
|
|
26
|
+
|
|
27
|
+
# Pack remote repository
|
|
28
|
+
repomix --remote https://github.com/user/repo
|
|
29
|
+
|
|
30
|
+
# Output formats
|
|
31
|
+
repomix --style xml # default, best for AI
|
|
32
|
+
repomix --style markdown
|
|
33
|
+
repomix --style plain
|
|
34
|
+
```
|
|
35
|
+
|
|
36
|
+
## Rules
|
|
37
|
+
|
|
38
|
+
- Use include/exclude patterns to focus on relevant code
|
|
39
|
+
- Prefer XML format for AI consumption (best token efficiency)
|
|
40
|
+
- Exclude test fixtures, build output, and node_modules
|
|
41
|
+
- Use --remote for analyzing external repositories
|
|
42
|
+
- Check output size before feeding to AI (token limits)
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: research
|
|
3
|
+
description: Research and evaluate technical solutions, libraries, and patterns. Use when you need to investigate options before making architectural or technology decisions.
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# Research
|
|
7
|
+
|
|
8
|
+
Activate this skill when evaluating technologies, comparing libraries, or investigating best practices.
|
|
9
|
+
|
|
10
|
+
## When to Use
|
|
11
|
+
|
|
12
|
+
- Evaluating competing libraries or frameworks
|
|
13
|
+
- Investigating best practices for a specific domain
|
|
14
|
+
- Comparing architectural approaches
|
|
15
|
+
- Assessing security implications of a technology choice
|
|
16
|
+
- Understanding unfamiliar APIs or protocols
|
|
17
|
+
|
|
18
|
+
## Process
|
|
19
|
+
|
|
20
|
+
1. Define the research question precisely
|
|
21
|
+
2. Identify authoritative sources (official docs, RFCs, benchmarks)
|
|
22
|
+
3. Gather data from multiple sources
|
|
23
|
+
4. Cross-reference and validate findings
|
|
24
|
+
5. Evaluate trade-offs in context of the project
|
|
25
|
+
6. Produce actionable recommendation with confidence level
|
|
26
|
+
|
|
27
|
+
## Rules
|
|
28
|
+
|
|
29
|
+
- Prioritize official documentation over blog posts
|
|
30
|
+
- Note version numbers and compatibility requirements
|
|
31
|
+
- Distinguish proven patterns from experimental approaches
|
|
32
|
+
- State confidence level for each recommendation
|
|
33
|
+
- Flag when information may be outdated
|
|
34
|
+
- Include maintenance status and community health of libraries
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: sequential-thinking
|
|
3
|
+
description: Apply structured, reflective problem-solving for complex tasks requiring multi-step analysis and revision. Use for complex decomposition or when you need to think step by step.
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# Sequential Thinking
|
|
7
|
+
|
|
8
|
+
Activate this skill for complex problems requiring structured, step-by-step reasoning.
|
|
9
|
+
|
|
10
|
+
## When to Use
|
|
11
|
+
|
|
12
|
+
- Complex problem decomposition
|
|
13
|
+
- Multi-step analysis requiring course correction
|
|
14
|
+
- Problems with unclear scope or requirements
|
|
15
|
+
- Hypothesis-driven investigation
|
|
16
|
+
- Architecture decisions with many trade-offs
|
|
17
|
+
|
|
18
|
+
## Process
|
|
19
|
+
|
|
20
|
+
1. State the problem clearly in one sentence
|
|
21
|
+
2. Identify what you know and what you need to find out
|
|
22
|
+
3. Break into sequential steps, each building on the previous
|
|
23
|
+
4. At each step, validate assumptions before proceeding
|
|
24
|
+
5. If a step reveals new information, revise earlier conclusions
|
|
25
|
+
6. Summarize findings and recommended action
|
|
26
|
+
|
|
27
|
+
## Rules
|
|
28
|
+
|
|
29
|
+
- Each step must be independently verifiable
|
|
30
|
+
- Revise earlier steps when new evidence contradicts them
|
|
31
|
+
- State confidence level at each step
|
|
32
|
+
- Identify decision points and their trade-offs
|
|
33
|
+
- Keep the chain of reasoning visible and traceable
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: skill-creator
|
|
3
|
+
description: Guide for creating effective skills that extend agent capabilities with specialized knowledge and workflows. Use when building new skills.
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# Skill Creator
|
|
7
|
+
|
|
8
|
+
Activate this skill when creating or updating agent skills.
|
|
9
|
+
|
|
10
|
+
## When to Use
|
|
11
|
+
|
|
12
|
+
- Creating a new skill for specialized knowledge
|
|
13
|
+
- Updating an existing skill with new capabilities
|
|
14
|
+
- Organizing skill content for progressive disclosure
|
|
15
|
+
- Adding reference files or scripts to a skill
|
|
16
|
+
|
|
17
|
+
## Skill Structure
|
|
18
|
+
|
|
19
|
+
```
|
|
20
|
+
skills/skill-name/
|
|
21
|
+
SKILL.md Main skill file (concise, token-efficient)
|
|
22
|
+
references/ Detailed documentation (loaded on demand)
|
|
23
|
+
scripts/ Executable scripts for the skill
|
|
24
|
+
assets/ Static assets (templates, configs)
|
|
25
|
+
tests/ Skill-specific tests
|
|
26
|
+
```
|
|
27
|
+
|
|
28
|
+
## SKILL.md Format
|
|
29
|
+
|
|
30
|
+
```markdown
|
|
31
|
+
---
|
|
32
|
+
name: skill-name
|
|
33
|
+
description: When to activate this skill (one sentence)
|
|
34
|
+
---
|
|
35
|
+
|
|
36
|
+
# Skill Name
|
|
37
|
+
|
|
38
|
+
Brief overview (2-3 sentences).
|
|
39
|
+
|
|
40
|
+
## When to Use
|
|
41
|
+
[Bullet list of activation triggers]
|
|
42
|
+
|
|
43
|
+
## Process
|
|
44
|
+
[Numbered steps for using the skill]
|
|
45
|
+
|
|
46
|
+
## Rules
|
|
47
|
+
[Key constraints and guidelines]
|
|
48
|
+
```
|
|
49
|
+
|
|
50
|
+
## Rules
|
|
51
|
+
|
|
52
|
+
- Keep SKILL.md under 100 lines for token efficiency
|
|
53
|
+
- Put detailed content in references/ directory
|
|
54
|
+
- Use progressive disclosure: summary in SKILL.md, details in references
|
|
55
|
+
- Include clear activation triggers in description
|
|
56
|
+
- Test skills with representative scenarios
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: template-skill
|
|
3
|
+
description: Template for creating new skills. Copy this directory and customize for your specific use case.
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# Template Skill
|
|
7
|
+
|
|
8
|
+
This is a template for creating new skills. Copy this directory and customize.
|
|
9
|
+
|
|
10
|
+
## When to Use
|
|
11
|
+
|
|
12
|
+
- [Describe when this skill should be activated]
|
|
13
|
+
- [List specific triggers or scenarios]
|
|
14
|
+
|
|
15
|
+
## Process
|
|
16
|
+
|
|
17
|
+
1. [First step]
|
|
18
|
+
2. [Second step]
|
|
19
|
+
3. [Third step]
|
|
20
|
+
|
|
21
|
+
## Rules
|
|
22
|
+
|
|
23
|
+
- [Key constraint or guideline]
|
|
24
|
+
- [Another important rule]
|
|
25
|
+
- [Quality standard to maintain]
|