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,54 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: tensorflow-keras
|
|
3
|
+
description: Build and train models with TensorFlow and Keras. Use when implementing production ML models, using tf.data pipelines, or deploying with TF Serving.
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# TensorFlow / Keras
|
|
7
|
+
|
|
8
|
+
Activate this skill when building models with TensorFlow or Keras.
|
|
9
|
+
|
|
10
|
+
## When to Use
|
|
11
|
+
|
|
12
|
+
- Building production-ready ML models
|
|
13
|
+
- Implementing efficient data pipelines with tf.data
|
|
14
|
+
- Deploying models with TensorFlow Serving
|
|
15
|
+
- Using pre-trained models from TF Hub
|
|
16
|
+
- Converting models to TFLite for edge deployment
|
|
17
|
+
|
|
18
|
+
## Patterns
|
|
19
|
+
|
|
20
|
+
```python
|
|
21
|
+
import tensorflow as tf
|
|
22
|
+
from tensorflow import keras
|
|
23
|
+
|
|
24
|
+
model = keras.Sequential([
|
|
25
|
+
keras.layers.Dense(128, activation="relu"),
|
|
26
|
+
keras.layers.Dropout(0.3),
|
|
27
|
+
keras.layers.Dense(num_classes, activation="softmax"),
|
|
28
|
+
])
|
|
29
|
+
|
|
30
|
+
model.compile(
|
|
31
|
+
optimizer=keras.optimizers.Adam(1e-3),
|
|
32
|
+
loss="sparse_categorical_crossentropy",
|
|
33
|
+
metrics=["accuracy"],
|
|
34
|
+
)
|
|
35
|
+
|
|
36
|
+
model.fit(
|
|
37
|
+
train_ds,
|
|
38
|
+
validation_data=val_ds,
|
|
39
|
+
epochs=50,
|
|
40
|
+
callbacks=[
|
|
41
|
+
keras.callbacks.EarlyStopping(patience=5),
|
|
42
|
+
keras.callbacks.ModelCheckpoint("best_model.keras"),
|
|
43
|
+
],
|
|
44
|
+
)
|
|
45
|
+
```
|
|
46
|
+
|
|
47
|
+
## Rules
|
|
48
|
+
|
|
49
|
+
- Use tf.data for efficient input pipelines
|
|
50
|
+
- Prefer Keras API over raw TF ops
|
|
51
|
+
- Enable mixed precision for GPU training
|
|
52
|
+
- Use callbacks for checkpointing and early stopping
|
|
53
|
+
- Profile with TensorBoard before optimizing
|
|
54
|
+
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
# Design: [Feature Name]
|
|
2
|
+
|
|
3
|
+
## Architecture
|
|
4
|
+
|
|
5
|
+
### Pipeline Overview
|
|
6
|
+
|
|
7
|
+
```
|
|
8
|
+
[Data Source] --> [Ingestion] --> [Preprocessing] --> [Feature Engineering]
|
|
9
|
+
|
|
|
10
|
+
v
|
|
11
|
+
[Serving] <-- [Model Registry] <-- [Training] <-- [Feature Store]
|
|
12
|
+
```
|
|
13
|
+
|
|
14
|
+
### Data Flow
|
|
15
|
+
|
|
16
|
+
Describe how data flows through the system:
|
|
17
|
+
- Input sources and formats
|
|
18
|
+
- Transformation steps
|
|
19
|
+
- Output destinations
|
|
20
|
+
- Caching and storage strategy
|
|
21
|
+
|
|
22
|
+
## Data Design
|
|
23
|
+
|
|
24
|
+
### Input Schema
|
|
25
|
+
|
|
26
|
+
```python
|
|
27
|
+
# Define expected input schema
|
|
28
|
+
schema = {
|
|
29
|
+
"column_name": {"type": "float64", "nullable": False, "range": [0, 1]},
|
|
30
|
+
"category_col": {"type": "category", "values": ["A", "B", "C"]},
|
|
31
|
+
}
|
|
32
|
+
```
|
|
33
|
+
|
|
34
|
+
### Feature Engineering
|
|
35
|
+
|
|
36
|
+
| Feature | Source | Transform | Type |
|
|
37
|
+
|---------|--------|-----------|------|
|
|
38
|
+
| [name] | [column] | [operation] | numeric/categorical |
|
|
39
|
+
|
|
40
|
+
## Model Design
|
|
41
|
+
|
|
42
|
+
### Architecture
|
|
43
|
+
- Model type: [classification/regression/clustering/etc.]
|
|
44
|
+
- Algorithm: [specific algorithm or architecture]
|
|
45
|
+
- Input dimensions: [shape]
|
|
46
|
+
- Output: [description]
|
|
47
|
+
|
|
48
|
+
### Hyperparameters
|
|
49
|
+
- Learning rate: ___
|
|
50
|
+
- Batch size: ___
|
|
51
|
+
- Epochs: ___
|
|
52
|
+
- Regularization: ___
|
|
53
|
+
|
|
54
|
+
## Evaluation Strategy
|
|
55
|
+
|
|
56
|
+
- Primary metric: [metric name]
|
|
57
|
+
- Secondary metrics: [list]
|
|
58
|
+
- Validation approach: [k-fold/holdout/time-series split]
|
|
59
|
+
- Baseline: [what to compare against]
|
|
60
|
+
|
|
61
|
+
## Testing Strategy
|
|
62
|
+
|
|
63
|
+
- Unit tests: data transformations, feature computation
|
|
64
|
+
- Integration tests: pipeline end-to-end
|
|
65
|
+
- Model tests: prediction sanity checks, invariance tests
|
|
66
|
+
- Data tests: schema validation, distribution checks
|
|
67
|
+
|
|
68
|
+
## Performance Considerations
|
|
69
|
+
|
|
70
|
+
- Data loading optimization (chunked, lazy)
|
|
71
|
+
- GPU utilization strategy
|
|
72
|
+
- Memory management for large datasets
|
|
73
|
+
- Caching strategy for repeated computations
|
|
74
|
+
|
|
75
|
+
## Risks and Mitigations
|
|
76
|
+
|
|
77
|
+
| Risk | Impact | Mitigation |
|
|
78
|
+
|------|--------|------------|
|
|
79
|
+
| Data drift | Model degradation | Monitoring + retraining |
|
|
80
|
+
| [risk] | [impact] | [mitigation] |
|
|
81
|
+
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
# Requirements: [Feature Name]
|
|
2
|
+
|
|
3
|
+
## Overview
|
|
4
|
+
|
|
5
|
+
Brief description of the data/ML feature and its purpose.
|
|
6
|
+
|
|
7
|
+
## User Stories
|
|
8
|
+
|
|
9
|
+
- As a data scientist, I want to [action] so that [benefit]
|
|
10
|
+
- As an ML engineer, I want to [action] so that [benefit]
|
|
11
|
+
|
|
12
|
+
## Functional Requirements
|
|
13
|
+
|
|
14
|
+
### Data
|
|
15
|
+
- [ ] Input data sources identified and accessible
|
|
16
|
+
- [ ] Data schema defined and validated
|
|
17
|
+
- [ ] Missing value handling strategy documented
|
|
18
|
+
- [ ] Data volume and refresh frequency specified
|
|
19
|
+
|
|
20
|
+
### Model/Pipeline
|
|
21
|
+
- [ ] [Describe model or pipeline behavior]
|
|
22
|
+
- [ ] [Describe input/output contract]
|
|
23
|
+
- [ ] [Describe performance requirements]
|
|
24
|
+
|
|
25
|
+
### Reproducibility
|
|
26
|
+
- [ ] Random seeds documented
|
|
27
|
+
- [ ] Environment dependencies pinned
|
|
28
|
+
- [ ] Data versioning in place
|
|
29
|
+
- [ ] Configuration externalized (no hardcoded values)
|
|
30
|
+
|
|
31
|
+
## Non-Functional Requirements
|
|
32
|
+
|
|
33
|
+
- [ ] Training completes within [time] on [hardware]
|
|
34
|
+
- [ ] Inference latency under [X]ms at p95
|
|
35
|
+
- [ ] Memory usage under [X]GB during training
|
|
36
|
+
- [ ] Pipeline idempotent (safe to re-run)
|
|
37
|
+
|
|
38
|
+
## Success Metrics
|
|
39
|
+
|
|
40
|
+
- [ ] [Metric name] >= [threshold] (e.g., F1 >= 0.85)
|
|
41
|
+
- [ ] [Metric name] <= [threshold] (e.g., latency <= 100ms)
|
|
42
|
+
- [ ] [Baseline comparison] (e.g., +5% over current model)
|
|
43
|
+
|
|
44
|
+
## Acceptance Criteria
|
|
45
|
+
|
|
46
|
+
1. [Specific, testable criterion]
|
|
47
|
+
2. [Specific, testable criterion]
|
|
48
|
+
3. [Specific, testable criterion]
|
|
49
|
+
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
# Tasks: [Feature Name]
|
|
2
|
+
|
|
3
|
+
## Phase 1: Data Preparation
|
|
4
|
+
|
|
5
|
+
- [ ] 1.1 Identify and access data sources
|
|
6
|
+
- [ ] 1.2 Define input/output schemas
|
|
7
|
+
- [ ] 1.3 Implement data loading and validation
|
|
8
|
+
- [ ] 1.4 Exploratory data analysis
|
|
9
|
+
- [ ] 1.5 Document data quality findings
|
|
10
|
+
|
|
11
|
+
## Phase 2: Feature Engineering
|
|
12
|
+
|
|
13
|
+
- [ ] 2.1 Implement feature computation pipeline
|
|
14
|
+
- [ ] 2.2 Handle missing values and outliers
|
|
15
|
+
- [ ] 2.3 Create train/validation/test splits
|
|
16
|
+
- [ ] 2.4 Validate feature distributions
|
|
17
|
+
- [ ] 2.5 Write unit tests for transformations
|
|
18
|
+
|
|
19
|
+
## Phase 3: Model Development
|
|
20
|
+
|
|
21
|
+
- [ ] 3.1 Implement baseline model
|
|
22
|
+
- [ ] 3.2 Set up experiment tracking
|
|
23
|
+
- [ ] 3.3 Train and evaluate initial model
|
|
24
|
+
- [ ] 3.4 Hyperparameter tuning
|
|
25
|
+
- [ ] 3.5 Compare against baseline metrics
|
|
26
|
+
|
|
27
|
+
## Phase 4: Pipeline Integration
|
|
28
|
+
|
|
29
|
+
- [ ] 4.1 Wrap training in reproducible pipeline
|
|
30
|
+
- [ ] 4.2 Add data validation checks
|
|
31
|
+
- [ ] 4.3 Implement model versioning
|
|
32
|
+
- [ ] 4.4 Create pipeline configuration
|
|
33
|
+
- [ ] 4.5 Write integration tests
|
|
34
|
+
|
|
35
|
+
## Phase 5: Evaluation and Documentation
|
|
36
|
+
|
|
37
|
+
- [ ] 5.1 Final model evaluation on test set
|
|
38
|
+
- [ ] 5.2 Generate evaluation report with visualizations
|
|
39
|
+
- [ ] 5.3 Document model decisions and trade-offs
|
|
40
|
+
- [ ] 5.4 Create model card with limitations
|
|
41
|
+
- [ ] 5.5 Update project documentation
|
|
42
|
+
|
|
43
|
+
## Phase 6: Deployment (if applicable)
|
|
44
|
+
|
|
45
|
+
- [ ] 6.1 Create serving endpoint
|
|
46
|
+
- [ ] 6.2 Implement input validation
|
|
47
|
+
- [ ] 6.3 Set up monitoring and alerting
|
|
48
|
+
- [ ] 6.4 Load testing and performance verification
|
|
49
|
+
- [ ] 6.5 Rollback plan documentation
|
|
50
|
+
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
#!/usr/bin/env node
|
|
2
|
+
// Statusline: outputs git branch + project name + time on one line.
|
|
3
|
+
|
|
4
|
+
const { execSync } = require('child_process');
|
|
5
|
+
const path = require('path');
|
|
6
|
+
|
|
7
|
+
let branch = '';
|
|
8
|
+
try {
|
|
9
|
+
branch = execSync('git rev-parse --abbrev-ref HEAD', { encoding: 'utf8', stdio: ['pipe', 'pipe', 'pipe'] }).trim();
|
|
10
|
+
} catch (e) {
|
|
11
|
+
// Not a git repo
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
const projectName = path.basename(process.cwd());
|
|
15
|
+
const time = new Date().toLocaleTimeString([], { hour: '2-digit', minute: '2-digit' });
|
|
16
|
+
|
|
17
|
+
const parts = [];
|
|
18
|
+
if (branch) parts.push(branch);
|
|
19
|
+
parts.push(projectName);
|
|
20
|
+
parts.push(time);
|
|
21
|
+
|
|
22
|
+
process.stdout.write(parts.join(' | ') + '\n');
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
# Statusline: outputs git branch + project name + time on one line.
|
|
2
|
+
# Gracefully omits git branch if not a git repository.
|
|
3
|
+
|
|
4
|
+
$Branch = ''
|
|
5
|
+
try {
|
|
6
|
+
$Branch = (git rev-parse --abbrev-ref HEAD 2>$null)
|
|
7
|
+
} catch {}
|
|
8
|
+
|
|
9
|
+
$Project = Split-Path -Leaf (Get-Location)
|
|
10
|
+
$Time = Get-Date -Format 'HH:mm'
|
|
11
|
+
|
|
12
|
+
if ($Branch) {
|
|
13
|
+
Write-Output "$Branch | $Project | $Time"
|
|
14
|
+
} else {
|
|
15
|
+
Write-Output "$Project | $Time"
|
|
16
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
#!/usr/bin/env bash
|
|
2
|
+
# Statusline: outputs git branch + project name + time on one line.
|
|
3
|
+
# Gracefully omits git branch if not a git repository.
|
|
4
|
+
|
|
5
|
+
BRANCH=""
|
|
6
|
+
if git rev-parse --abbrev-ref HEAD >/dev/null 2>&1; then
|
|
7
|
+
BRANCH=$(git rev-parse --abbrev-ref HEAD)
|
|
8
|
+
fi
|
|
9
|
+
|
|
10
|
+
PROJECT=$(basename "$PWD")
|
|
11
|
+
TIME=$(date +"%H:%M")
|
|
12
|
+
|
|
13
|
+
if [ -n "$BRANCH" ]; then
|
|
14
|
+
echo "$BRANCH | $PROJECT | $TIME"
|
|
15
|
+
else
|
|
16
|
+
echo "$PROJECT | $TIME"
|
|
17
|
+
fi
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
---
|
|
2
|
+
inclusion: always
|
|
3
|
+
description: Machine learning patterns for experiment tracking, model lifecycle, data validation, and reproducibility.
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# ML Patterns
|
|
7
|
+
|
|
8
|
+
## Experiment Tracking
|
|
9
|
+
|
|
10
|
+
- Log all hyperparameters, metrics, and artifacts
|
|
11
|
+
- Use MLflow or Weights and Biases for tracking
|
|
12
|
+
- Tag experiments with meaningful names and descriptions
|
|
13
|
+
- Record git commit hash with each run
|
|
14
|
+
- Store model configs as YAML alongside artifacts
|
|
15
|
+
|
|
16
|
+
## Reproducibility
|
|
17
|
+
|
|
18
|
+
- Set random seeds explicitly (numpy, torch, python random)
|
|
19
|
+
- Pin all dependency versions in lock files
|
|
20
|
+
- Use DVC for data versioning (large files outside git)
|
|
21
|
+
- Document hardware requirements (GPU type, memory)
|
|
22
|
+
- Store environment info with experiment results
|
|
23
|
+
|
|
24
|
+
## Data Validation
|
|
25
|
+
|
|
26
|
+
- Validate schema on data ingestion (pandera or great_expectations)
|
|
27
|
+
- Check for nulls, duplicates, and out-of-range values
|
|
28
|
+
- Monitor data drift between training and serving
|
|
29
|
+
- Log data statistics (mean, std, distribution) per feature
|
|
30
|
+
- Version datasets with checksums
|
|
31
|
+
|
|
32
|
+
## Model Lifecycle
|
|
33
|
+
|
|
34
|
+
```
|
|
35
|
+
Raw Data -> Preprocessing -> Feature Engineering -> Training -> Evaluation -> Registry -> Serving
|
|
36
|
+
```
|
|
37
|
+
|
|
38
|
+
- Separate training from inference code paths
|
|
39
|
+
- Use model registry for versioned model storage
|
|
40
|
+
- Implement A/B testing for model comparison
|
|
41
|
+
- Monitor model performance in production
|
|
42
|
+
- Set up automated retraining triggers
|
|
43
|
+
|
|
44
|
+
## Feature Engineering
|
|
45
|
+
|
|
46
|
+
- Build features as pure functions (input -> output)
|
|
47
|
+
- Document feature semantics and business meaning
|
|
48
|
+
- Use feature stores for shared feature computation
|
|
49
|
+
- Version feature definitions alongside model code
|
|
50
|
+
- Test feature pipelines with known transformations
|
|
51
|
+
|
|
52
|
+
## Evaluation
|
|
53
|
+
|
|
54
|
+
- Define metrics before training (not after)
|
|
55
|
+
- Use stratified splits for classification tasks
|
|
56
|
+
- Report confidence intervals, not just point estimates
|
|
57
|
+
- Test on held-out data never seen during development
|
|
58
|
+
- Check for bias across demographic groups
|
|
59
|
+
- Compare against meaningful baselines
|
|
60
|
+
|
|
61
|
+
## Configuration
|
|
62
|
+
|
|
63
|
+
- Use YAML or TOML for experiment configs
|
|
64
|
+
- Separate model config from infrastructure config
|
|
65
|
+
- Support config inheritance (base + override)
|
|
66
|
+
- Validate configs with pydantic or dataclasses
|
|
67
|
+
- Never hardcode hyperparameters in source code
|
|
68
|
+
|
|
69
|
+
## Error Handling
|
|
70
|
+
|
|
71
|
+
- Catch and log OOM errors with context
|
|
72
|
+
- Implement checkpointing for long training runs
|
|
73
|
+
- Graceful degradation on GPU unavailability
|
|
74
|
+
- Validate model outputs before serving (NaN check, range check)
|
|
75
|
+
- Alert on training divergence (loss explosion)
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
---
|
|
2
|
+
inclusion: always
|
|
3
|
+
description: Python coding conventions for data science and ML projects including typing, project structure, and dependency management.
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# Python Conventions
|
|
7
|
+
|
|
8
|
+
## Project Structure
|
|
9
|
+
|
|
10
|
+
```
|
|
11
|
+
src/
|
|
12
|
+
data/ Data loading and preprocessing
|
|
13
|
+
features/ Feature engineering pipelines
|
|
14
|
+
models/ Model definitions and training
|
|
15
|
+
evaluation/ Metrics and evaluation logic
|
|
16
|
+
pipelines/ Orchestration and DAGs
|
|
17
|
+
utils/ Shared utilities
|
|
18
|
+
notebooks/ Jupyter notebooks (exploration only)
|
|
19
|
+
tests/ Test suite
|
|
20
|
+
data/
|
|
21
|
+
raw/ Immutable raw data
|
|
22
|
+
processed/ Cleaned and transformed data
|
|
23
|
+
features/ Feature stores
|
|
24
|
+
models/ Serialized model artifacts
|
|
25
|
+
configs/ YAML/TOML configuration files
|
|
26
|
+
```
|
|
27
|
+
|
|
28
|
+
## Typing Rules
|
|
29
|
+
|
|
30
|
+
- Use type hints on all function signatures
|
|
31
|
+
- Use `typing` module for complex types (Optional, Union, Literal)
|
|
32
|
+
- Use `TypedDict` for structured dictionaries
|
|
33
|
+
- Prefer `list[str]` over `List[str]` (Python 3.10+)
|
|
34
|
+
- Use `numpy.typing.NDArray` for array annotations
|
|
35
|
+
- Use `pandas.DataFrame` type annotations where applicable
|
|
36
|
+
|
|
37
|
+
## Naming Conventions
|
|
38
|
+
|
|
39
|
+
- Modules: snake_case (`feature_engineering.py`)
|
|
40
|
+
- Classes: PascalCase (`DataPipeline`)
|
|
41
|
+
- Functions: snake_case (`compute_features`)
|
|
42
|
+
- Constants: UPPER_SNAKE_CASE (`MAX_EPOCHS`)
|
|
43
|
+
- Private: leading underscore (`_internal_helper`)
|
|
44
|
+
- Type aliases: PascalCase (`FeatureMatrix = NDArray[np.float64]`)
|
|
45
|
+
|
|
46
|
+
## Dependencies
|
|
47
|
+
|
|
48
|
+
- Use `pyproject.toml` for project metadata and dependencies
|
|
49
|
+
- Pin exact versions in production (`torch==2.1.0`)
|
|
50
|
+
- Use version ranges in libraries (`numpy>=1.24,<2.0`)
|
|
51
|
+
- Separate dev dependencies from production
|
|
52
|
+
- Use `uv` or `pip-tools` for lock files
|
|
53
|
+
|
|
54
|
+
## Code Style
|
|
55
|
+
|
|
56
|
+
- Follow PEP 8 with 88-char line length (Black formatter)
|
|
57
|
+
- Use `ruff` for linting (replaces flake8, isort, pyflakes)
|
|
58
|
+
- Docstrings: Google style for all public functions
|
|
59
|
+
- Imports: stdlib, third-party, local (separated by blank lines)
|
|
60
|
+
- Prefer pathlib.Path over os.path
|
|
61
|
+
- Use dataclasses or pydantic for structured data
|
|
62
|
+
|
|
63
|
+
## Testing
|
|
64
|
+
|
|
65
|
+
- Use pytest as test runner
|
|
66
|
+
- Fixtures for shared test data and model instances
|
|
67
|
+
- Parametrize tests for multiple input scenarios
|
|
68
|
+
- Use hypothesis for property-based testing
|
|
69
|
+
- Test data transformations with known input/output pairs
|
|
70
|
+
- Mock external services (APIs, databases) in unit tests
|
|
71
|
+
|
|
72
|
+
## Notebooks
|
|
73
|
+
|
|
74
|
+
- Notebooks are for exploration and visualization only
|
|
75
|
+
- Production code must live in `src/` modules
|
|
76
|
+
- Clear outputs before committing notebooks
|
|
77
|
+
- Use `nbstripout` as pre-commit hook
|
|
78
|
+
- Number notebooks for ordering (`01-eda.ipynb`)
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
# Development Rules
|
|
2
|
+
|
|
3
|
+
Follow these principles: YAGNI (You Aren't Gonna Need It), KISS (Keep It Simple, Stupid), DRY (Don't Repeat Yourself).
|
|
4
|
+
|
|
5
|
+
## General
|
|
6
|
+
|
|
7
|
+
- Use kebab-case for file names with meaningful descriptive names
|
|
8
|
+
- Keep individual code files under 200 lines
|
|
9
|
+
- Split large files into smaller, focused components/modules
|
|
10
|
+
- Use composition over inheritance for complex components
|
|
11
|
+
- Extract utility functions into separate modules
|
|
12
|
+
- Create dedicated service classes for business logic
|
|
13
|
+
|
|
14
|
+
## Code Quality
|
|
15
|
+
|
|
16
|
+
- Prioritize functionality and readability over strict style enforcement
|
|
17
|
+
- Use try-catch error handling and cover security standards
|
|
18
|
+
- No syntax errors -- code must be compilable at all times
|
|
19
|
+
- Follow the codebase structure and code standards in `docs/`
|
|
20
|
+
|
|
21
|
+
## Pre-commit Rules
|
|
22
|
+
|
|
23
|
+
- Run linting before commit
|
|
24
|
+
- Run tests before push
|
|
25
|
+
- Keep commits focused on actual code changes
|
|
26
|
+
- Do NOT commit confidential information (dotenv files, API keys, credentials)
|
|
27
|
+
- Use conventional commit format
|
|
28
|
+
|
|
29
|
+
## Implementation
|
|
30
|
+
|
|
31
|
+
- Write clean, readable, maintainable code
|
|
32
|
+
- Follow established architectural patterns
|
|
33
|
+
- Handle edge cases and error scenarios
|
|
34
|
+
- Do NOT create new enhanced files -- update existing files directly
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
# Documentation Management
|
|
2
|
+
|
|
3
|
+
## Automatic Updates Required
|
|
4
|
+
|
|
5
|
+
- After feature implementation: update roadmap progress and changelog
|
|
6
|
+
- After major milestones: review and adjust roadmap phases
|
|
7
|
+
- After bug fixes: document fixes in changelog with severity and impact
|
|
8
|
+
- After security updates: record security improvements and version updates
|
|
9
|
+
|
|
10
|
+
## Documentation Triggers
|
|
11
|
+
|
|
12
|
+
Update documentation when:
|
|
13
|
+
- A development phase status changes
|
|
14
|
+
- Major features are implemented or released
|
|
15
|
+
- Significant bugs are resolved or security patches applied
|
|
16
|
+
- Project timeline or scope adjustments are made
|
|
17
|
+
- External dependencies or breaking changes occur
|
|
18
|
+
|
|
19
|
+
## Update Protocol
|
|
20
|
+
|
|
21
|
+
1. Before updates: read current roadmap and changelog status
|
|
22
|
+
2. During updates: maintain version consistency and proper formatting
|
|
23
|
+
3. After updates: verify links, dates, and cross-references
|
|
24
|
+
4. Quality check: ensure updates align with actual implementation progress
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
# Orchestration Protocol
|
|
2
|
+
|
|
3
|
+
## Sequential Chaining
|
|
4
|
+
|
|
5
|
+
Chain agents when tasks have dependencies:
|
|
6
|
+
- Planning then Implementation then Testing then Review: for feature development
|
|
7
|
+
- Research then Design then Code then Documentation: for new components
|
|
8
|
+
- Each agent completes fully before the next begins
|
|
9
|
+
- Pass context and outputs between agents in the chain
|
|
10
|
+
|
|
11
|
+
## Parallel Execution
|
|
12
|
+
|
|
13
|
+
Spawn multiple agents simultaneously for independent tasks:
|
|
14
|
+
- Code + Tests + Docs: when implementing separate, non-conflicting components
|
|
15
|
+
- Multiple Feature Branches: different agents working on isolated features
|
|
16
|
+
- Component + Styles + Tests: parallel work on different aspects of same feature
|
|
17
|
+
- Ensure no file conflicts or shared resource contention
|
|
18
|
+
- Plan integration points before parallel execution begins
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
# Primary Workflow
|
|
2
|
+
|
|
3
|
+
Follow this cycle for all implementation work: Plan, Implement, Test, Review.
|
|
4
|
+
|
|
5
|
+
## 1. Planning
|
|
6
|
+
|
|
7
|
+
- Analyze requirements and break into concrete tasks
|
|
8
|
+
- Research relevant technical topics before implementation
|
|
9
|
+
- Create implementation plan with TODO items
|
|
10
|
+
|
|
11
|
+
## 2. Implementation
|
|
12
|
+
|
|
13
|
+
- Write clean, readable, maintainable code
|
|
14
|
+
- Follow established architectural patterns
|
|
15
|
+
- Implement features according to specifications
|
|
16
|
+
- Handle edge cases and error scenarios
|
|
17
|
+
- After modifying code, run compile/build to check for errors
|
|
18
|
+
|
|
19
|
+
## 3. Testing
|
|
20
|
+
|
|
21
|
+
- Write comprehensive unit tests for new functionality
|
|
22
|
+
- Ensure high code coverage on critical paths
|
|
23
|
+
- Test error scenarios and edge cases
|
|
24
|
+
- Validate performance requirements
|
|
25
|
+
- Do not use mocks or fake data just to pass tests
|
|
26
|
+
|
|
27
|
+
## 4. Review
|
|
28
|
+
|
|
29
|
+
- Review code for standards compliance
|
|
30
|
+
- Check for security concerns
|
|
31
|
+
- Verify documentation is updated
|
|
32
|
+
- Ensure backward compatibility
|
|
33
|
+
- Confirm no regressions introduced
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
# Project-level environment variables
|
|
2
|
+
# Copy this file to .env and fill in your values.
|
|
3
|
+
|
|
4
|
+
# Workspace root path (auto-detected by CLI)
|
|
5
|
+
# WORKSPACE_ROOT=/path/to/project
|
|
6
|
+
|
|
7
|
+
# API keys for external services
|
|
8
|
+
# OPENAI_API_KEY=<your-openai-api-key>
|
|
9
|
+
# ANTHROPIC_API_KEY=<your-anthropic-api-key>
|
|
10
|
+
|
|
11
|
+
# Cloud Provider Credentials
|
|
12
|
+
# AWS_ACCESS_KEY_ID=<your-aws-access-key>
|
|
13
|
+
# AWS_SECRET_ACCESS_KEY=<your-aws-secret-key>
|
|
14
|
+
# AWS_DEFAULT_REGION=us-east-1
|
|
15
|
+
|
|
16
|
+
# GCP_PROJECT_ID=<your-gcp-project-id>
|
|
17
|
+
# GOOGLE_APPLICATION_CREDENTIALS=/path/to/service-account.json
|
|
18
|
+
|
|
19
|
+
# AZURE_SUBSCRIPTION_ID=<your-azure-subscription-id>
|
|
20
|
+
# AZURE_TENANT_ID=<your-azure-tenant-id>
|
|
21
|
+
|
|
22
|
+
# Container Registry
|
|
23
|
+
# DOCKER_REGISTRY=<your-registry-url>
|
|
24
|
+
# DOCKER_USERNAME=<your-username>
|
|
25
|
+
# DOCKER_PASSWORD=<your-password>
|
|
26
|
+
|
|
27
|
+
# Kubernetes
|
|
28
|
+
# KUBECONFIG=/path/to/.kube/config
|
|
29
|
+
# K8S_NAMESPACE=default
|
|
30
|
+
|
|
31
|
+
# Terraform
|
|
32
|
+
# TF_VAR_environment=development
|
|
33
|
+
# TF_CLOUD_TOKEN=<your-terraform-cloud-token>
|
|
34
|
+
|
|
35
|
+
# Application environment
|
|
36
|
+
# NODE_ENV=development
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
{
|
|
2
|
+
"mcpServers": {
|
|
3
|
+
"filesystem": {
|
|
4
|
+
"command": "npx",
|
|
5
|
+
"args": ["-y", "@modelcontextprotocol/server-filesystem", "${WORKSPACE_ROOT}"]
|
|
6
|
+
},
|
|
7
|
+
"git": {
|
|
8
|
+
"command": "npx",
|
|
9
|
+
"args": ["-y", "@modelcontextprotocol/server-git", "--repository", "${WORKSPACE_ROOT}"]
|
|
10
|
+
},
|
|
11
|
+
"docs-seeker": {
|
|
12
|
+
"command": "npx",
|
|
13
|
+
"args": ["-y", "@mcp/docs-seeker"],
|
|
14
|
+
"env": {
|
|
15
|
+
"DOCS_PATH": "${WORKSPACE_ROOT}/docs"
|
|
16
|
+
}
|
|
17
|
+
},
|
|
18
|
+
"playwright": {
|
|
19
|
+
"command": "npx",
|
|
20
|
+
"args": ["-y", "@playwright/mcp-server"],
|
|
21
|
+
"env": {
|
|
22
|
+
"BROWSER": "chromium"
|
|
23
|
+
}
|
|
24
|
+
},
|
|
25
|
+
"fetch": {
|
|
26
|
+
"command": "npx",
|
|
27
|
+
"args": ["-y", "@modelcontextprotocol/server-fetch"]
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
}
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
# DevOps Preset
|
|
2
|
+
|
|
3
|
+
A comprehensive kit for Docker, Kubernetes, Terraform, and CI/CD infrastructure engineering. Includes agents, skills, commands, hooks, workflows, and steering files tailored for modern DevOps practices.
|
|
4
|
+
|
|
5
|
+
## Focus Areas
|
|
6
|
+
|
|
7
|
+
- Docker containerization and multi-stage builds
|
|
8
|
+
- Kubernetes orchestration and Helm charts
|
|
9
|
+
- Terraform/OpenTofu infrastructure as code
|
|
10
|
+
- CI/CD pipeline design (GitHub Actions, GitLab CI)
|
|
11
|
+
- Cloud platforms (AWS, GCP, Azure)
|
|
12
|
+
- Monitoring, observability, and alerting
|
|
13
|
+
- Security scanning and compliance
|
|
14
|
+
- GitOps workflows and deployment strategies
|
|
15
|
+
|
|
16
|
+
## Structure
|
|
17
|
+
|
|
18
|
+
```
|
|
19
|
+
devops/
|
|
20
|
+
manifest.json Preset manifest
|
|
21
|
+
README.md This file
|
|
22
|
+
agents/ 20 agent definitions
|
|
23
|
+
skills/ 21 skill folders
|
|
24
|
+
commands/ 29+ command files (including devops/ category)
|
|
25
|
+
hooks/ Cross-platform hook scripts (8 hooks)
|
|
26
|
+
steering/ Docker/Infrastructure conventions
|
|
27
|
+
workflows/ 4 workflow files
|
|
28
|
+
settings.json Kiro settings (statusLine, hooks)
|
|
29
|
+
statusline.js Statusline script (Node, primary)
|
|
30
|
+
statusline.sh Statusline script (bash fallback)
|
|
31
|
+
statusline.ps1 Statusline script (PowerShell fallback)
|
|
32
|
+
.mcp.json.example MCP server config template
|
|
33
|
+
.env.example Environment variables template
|
|
34
|
+
specs/_templates/ DevOps spec templates
|
|
35
|
+
docs/ Documentation templates (code-standards, architecture, roadmap)
|
|
36
|
+
```
|
|
37
|
+
|
|
38
|
+
## Minimum Thresholds
|
|
39
|
+
|
|
40
|
+
- agents: 20
|
|
41
|
+
- skills: 21
|
|
42
|
+
- commands: 29
|
|
43
|
+
- hooks: 8
|
|
44
|
+
- workflows: 4
|
|
45
|
+
|
|
46
|
+
## Recommended Usage
|
|
47
|
+
|
|
48
|
+
```bash
|
|
49
|
+
npx kiro-kit init --preset devops
|
|
50
|
+
```
|
|
51
|
+
|
|
52
|
+
Best suited for projects using:
|
|
53
|
+
- Docker and container orchestration
|
|
54
|
+
- Kubernetes (EKS, GKE, AKS)
|
|
55
|
+
- Terraform or OpenTofu for IaC
|
|
56
|
+
- GitHub Actions or GitLab CI
|
|
57
|
+
- Cloud-native architecture
|