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,60 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: jupyter-notebooks
|
|
3
|
+
description: Work effectively with Jupyter notebooks for data exploration and analysis. Use when creating notebooks, converting formats, or establishing notebook best practices.
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# Jupyter Notebooks
|
|
7
|
+
|
|
8
|
+
Activate this skill when working with Jupyter notebooks in data science workflows.
|
|
9
|
+
|
|
10
|
+
## When to Use
|
|
11
|
+
|
|
12
|
+
- Creating exploratory data analysis notebooks
|
|
13
|
+
- Converting notebooks to scripts or reports
|
|
14
|
+
- Establishing notebook conventions for teams
|
|
15
|
+
- Debugging notebook execution issues
|
|
16
|
+
- Setting up JupyterLab environments
|
|
17
|
+
|
|
18
|
+
## Best Practices
|
|
19
|
+
|
|
20
|
+
- Keep notebooks focused on one analysis question
|
|
21
|
+
- Use markdown cells for documentation between code
|
|
22
|
+
- Clear outputs before committing to version control
|
|
23
|
+
- Extract reusable code into `.py` modules
|
|
24
|
+
- Number sections for narrative flow
|
|
25
|
+
|
|
26
|
+
## Structure
|
|
27
|
+
|
|
28
|
+
```
|
|
29
|
+
notebooks/
|
|
30
|
+
01-data-exploration.ipynb
|
|
31
|
+
02-feature-engineering.ipynb
|
|
32
|
+
03-model-training.ipynb
|
|
33
|
+
04-evaluation.ipynb
|
|
34
|
+
utils/
|
|
35
|
+
__init__.py
|
|
36
|
+
plotting.py
|
|
37
|
+
preprocessing.py
|
|
38
|
+
```
|
|
39
|
+
|
|
40
|
+
## Tools
|
|
41
|
+
|
|
42
|
+
```bash
|
|
43
|
+
# Convert to script
|
|
44
|
+
jupyter nbconvert --to script notebook.ipynb
|
|
45
|
+
|
|
46
|
+
# Convert to HTML report
|
|
47
|
+
jupyter nbconvert --to html --no-input notebook.ipynb
|
|
48
|
+
|
|
49
|
+
# Run notebook headless
|
|
50
|
+
papermill input.ipynb output.ipynb -p param_name value
|
|
51
|
+
```
|
|
52
|
+
|
|
53
|
+
## Rules
|
|
54
|
+
|
|
55
|
+
- Never store secrets in notebooks
|
|
56
|
+
- Use parameterized notebooks for reproducibility
|
|
57
|
+
- Pin library versions in notebook headers
|
|
58
|
+
- Keep cell execution order linear (no jumping)
|
|
59
|
+
- Use nbstripout to clean outputs before commits
|
|
60
|
+
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: mcp-builder
|
|
3
|
+
description: Build MCP (Model Context Protocol) servers for data and ML tool integration. Use when creating custom tool servers for database access, model inference, or data processing.
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# MCP Builder
|
|
7
|
+
|
|
8
|
+
Activate this skill when building MCP servers for data/ML integrations.
|
|
9
|
+
|
|
10
|
+
## When to Use
|
|
11
|
+
|
|
12
|
+
- Creating database query tools for agents
|
|
13
|
+
- Building model inference endpoints as MCP tools
|
|
14
|
+
- Wrapping data processing functions as tools
|
|
15
|
+
- Integrating external APIs (cloud ML services)
|
|
16
|
+
- Building custom data retrieval tools
|
|
17
|
+
|
|
18
|
+
## Structure
|
|
19
|
+
|
|
20
|
+
```python
|
|
21
|
+
from mcp.server import Server
|
|
22
|
+
from mcp.types import Tool
|
|
23
|
+
|
|
24
|
+
server = Server("data-tools")
|
|
25
|
+
|
|
26
|
+
@server.tool()
|
|
27
|
+
async def query_dataset(query: str, dataset: str) -> str:
|
|
28
|
+
"""Execute a query against a dataset."""
|
|
29
|
+
# Implementation
|
|
30
|
+
return results
|
|
31
|
+
```
|
|
32
|
+
|
|
33
|
+
## Rules
|
|
34
|
+
|
|
35
|
+
- Keep tools focused on single responsibilities
|
|
36
|
+
- Use typed parameters with clear descriptions
|
|
37
|
+
- Handle errors gracefully with informative messages
|
|
38
|
+
- Document expected inputs and outputs
|
|
39
|
+
- Test tools independently before integration
|
|
40
|
+
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: mcp-management
|
|
3
|
+
description: Manage MCP server configurations and tool discovery. Use when configuring data tool servers, discovering available capabilities, or troubleshooting MCP connections.
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# MCP Management
|
|
7
|
+
|
|
8
|
+
Activate this skill when managing MCP server integrations for data workflows.
|
|
9
|
+
|
|
10
|
+
## When to Use
|
|
11
|
+
|
|
12
|
+
- Configuring MCP servers in `.kiro/mcp.json`
|
|
13
|
+
- Discovering available tools from connected servers
|
|
14
|
+
- Troubleshooting MCP connection issues
|
|
15
|
+
- Selecting appropriate tools for data tasks
|
|
16
|
+
- Managing server lifecycle and resources
|
|
17
|
+
|
|
18
|
+
## Configuration
|
|
19
|
+
|
|
20
|
+
```json
|
|
21
|
+
{
|
|
22
|
+
"mcpServers": {
|
|
23
|
+
"data-tools": {
|
|
24
|
+
"command": "python",
|
|
25
|
+
"args": ["-m", "data_tools.server"],
|
|
26
|
+
"env": {
|
|
27
|
+
"DATABASE_URL": "${DATABASE_URL}"
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
```
|
|
33
|
+
|
|
34
|
+
## Rules
|
|
35
|
+
|
|
36
|
+
- Verify server health before relying on tools
|
|
37
|
+
- Use environment variables for credentials
|
|
38
|
+
- Document available tools and their parameters
|
|
39
|
+
- Handle server disconnections gracefully
|
|
40
|
+
- Monitor tool execution times for performance
|
|
41
|
+
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: ml-ops
|
|
3
|
+
description: Deploy, monitor, and manage ML models in production. Use when setting up model serving, experiment tracking, or ML infrastructure.
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# MLOps
|
|
7
|
+
|
|
8
|
+
Activate this skill when deploying models or managing ML infrastructure.
|
|
9
|
+
|
|
10
|
+
## When to Use
|
|
11
|
+
|
|
12
|
+
- Deploying models to production endpoints
|
|
13
|
+
- Setting up experiment tracking (MLflow, W&B)
|
|
14
|
+
- Building model registries and versioning
|
|
15
|
+
- Implementing A/B testing for models
|
|
16
|
+
- Monitoring model drift and performance
|
|
17
|
+
|
|
18
|
+
## Core Tools
|
|
19
|
+
|
|
20
|
+
- **MLflow**: Experiment tracking, model registry
|
|
21
|
+
- **Weights & Biases**: Experiment visualization
|
|
22
|
+
- **BentoML/Ray Serve**: Model serving
|
|
23
|
+
- **DVC**: Data and model versioning
|
|
24
|
+
- **Evidently AI**: Model monitoring
|
|
25
|
+
|
|
26
|
+
## Patterns
|
|
27
|
+
|
|
28
|
+
```python
|
|
29
|
+
import mlflow
|
|
30
|
+
|
|
31
|
+
mlflow.set_experiment("classification_v2")
|
|
32
|
+
with mlflow.start_run():
|
|
33
|
+
mlflow.log_params({"lr": 0.001, "epochs": 50})
|
|
34
|
+
mlflow.log_metrics({"accuracy": 0.94, "f1": 0.91})
|
|
35
|
+
mlflow.sklearn.log_model(model, "model")
|
|
36
|
+
```
|
|
37
|
+
|
|
38
|
+
## Rules
|
|
39
|
+
|
|
40
|
+
- Version everything: code, data, models, configs
|
|
41
|
+
- Automate training pipelines (no manual steps)
|
|
42
|
+
- Monitor prediction distributions for drift
|
|
43
|
+
- Implement rollback mechanisms for model updates
|
|
44
|
+
- Log all experiments, even failed ones
|
|
45
|
+
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: nlp-text-processing
|
|
3
|
+
description: Process and analyze text data with NLP techniques. Use when building text classification, NER, sentiment analysis, or text preprocessing pipelines.
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# NLP Text Processing
|
|
7
|
+
|
|
8
|
+
Activate this skill when working with text data and natural language processing.
|
|
9
|
+
|
|
10
|
+
## When to Use
|
|
11
|
+
|
|
12
|
+
- Text preprocessing and cleaning
|
|
13
|
+
- Building text classification models
|
|
14
|
+
- Named entity recognition (NER)
|
|
15
|
+
- Sentiment analysis pipelines
|
|
16
|
+
- Text embedding and similarity search
|
|
17
|
+
- Working with Hugging Face transformers
|
|
18
|
+
|
|
19
|
+
## Libraries
|
|
20
|
+
|
|
21
|
+
- **spaCy**: Production NLP pipelines
|
|
22
|
+
- **Hugging Face Transformers**: Pre-trained models
|
|
23
|
+
- **NLTK**: Classic NLP tools
|
|
24
|
+
- **sentence-transformers**: Text embeddings
|
|
25
|
+
|
|
26
|
+
## Patterns
|
|
27
|
+
|
|
28
|
+
```python
|
|
29
|
+
from transformers import pipeline
|
|
30
|
+
|
|
31
|
+
# Quick inference
|
|
32
|
+
classifier = pipeline("text-classification", model="distilbert-base-uncased")
|
|
33
|
+
result = classifier("This product is amazing!")
|
|
34
|
+
|
|
35
|
+
# Custom fine-tuning
|
|
36
|
+
from transformers import AutoTokenizer, AutoModelForSequenceClassification
|
|
37
|
+
tokenizer = AutoTokenizer.from_pretrained("bert-base-uncased")
|
|
38
|
+
model = AutoModelForSequenceClassification.from_pretrained("bert-base-uncased")
|
|
39
|
+
```
|
|
40
|
+
|
|
41
|
+
## Rules
|
|
42
|
+
|
|
43
|
+
- Preprocess text consistently (lowercase, tokenize)
|
|
44
|
+
- Handle multilingual text explicitly
|
|
45
|
+
- Use pre-trained models before training from scratch
|
|
46
|
+
- Validate with human evaluation, not just metrics
|
|
47
|
+
- Consider computational cost of large language models
|
|
48
|
+
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: pandas-analysis
|
|
3
|
+
description: Data manipulation and analysis with pandas. Use when cleaning data, performing aggregations, merging datasets, or building analysis pipelines.
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# Pandas Analysis
|
|
7
|
+
|
|
8
|
+
Activate this skill when working with tabular data using pandas.
|
|
9
|
+
|
|
10
|
+
## When to Use
|
|
11
|
+
|
|
12
|
+
- Cleaning and preprocessing datasets
|
|
13
|
+
- Performing groupby aggregations
|
|
14
|
+
- Merging and joining multiple DataFrames
|
|
15
|
+
- Time series manipulation
|
|
16
|
+
- Exploratory data analysis
|
|
17
|
+
|
|
18
|
+
## Patterns
|
|
19
|
+
|
|
20
|
+
```python
|
|
21
|
+
import pandas as pd
|
|
22
|
+
|
|
23
|
+
# Method chaining for clean pipelines
|
|
24
|
+
result = (
|
|
25
|
+
df.pipe(clean_column_names)
|
|
26
|
+
.query("revenue > 0")
|
|
27
|
+
.assign(margin=lambda x: x.revenue - x.cost)
|
|
28
|
+
.groupby("category")
|
|
29
|
+
.agg(total_margin=("margin", "sum"), count=("margin", "size"))
|
|
30
|
+
.sort_values("total_margin", ascending=False)
|
|
31
|
+
)
|
|
32
|
+
```
|
|
33
|
+
|
|
34
|
+
## Performance Tips
|
|
35
|
+
|
|
36
|
+
- Use `category` dtype for low-cardinality strings
|
|
37
|
+
- Prefer vectorized operations over `apply()`
|
|
38
|
+
- Use `read_csv(usecols=...)` to load only needed columns
|
|
39
|
+
- Consider `pyarrow` backend for large datasets
|
|
40
|
+
- Use `query()` over boolean indexing for readability
|
|
41
|
+
|
|
42
|
+
## Rules
|
|
43
|
+
|
|
44
|
+
- Always inspect data shape and dtypes first
|
|
45
|
+
- Handle missing values explicitly (never ignore NaN)
|
|
46
|
+
- Validate assumptions about uniqueness and cardinality
|
|
47
|
+
- Use `.copy()` to avoid SettingWithCopyWarning
|
|
48
|
+
- Document data transformations with comments
|
|
49
|
+
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: planning
|
|
3
|
+
description: Plan technical solutions for data science and ML projects. Use when designing experiments, architecting pipelines, or scoping ML features.
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# Planning
|
|
7
|
+
|
|
8
|
+
Activate this skill when planning data/ML technical solutions.
|
|
9
|
+
|
|
10
|
+
## When to Use
|
|
11
|
+
|
|
12
|
+
- Designing ML experiment roadmaps
|
|
13
|
+
- Architecting data pipeline systems
|
|
14
|
+
- Scoping new data science features
|
|
15
|
+
- Planning model migration strategies
|
|
16
|
+
- Estimating compute and data requirements
|
|
17
|
+
|
|
18
|
+
## Process
|
|
19
|
+
|
|
20
|
+
1. Define the problem and success metrics
|
|
21
|
+
2. Identify constraints (data, compute, time, team)
|
|
22
|
+
3. Research existing solutions and baselines
|
|
23
|
+
4. Design approach with clear milestones
|
|
24
|
+
5. Identify risks and mitigation strategies
|
|
25
|
+
6. Create actionable task breakdown
|
|
26
|
+
|
|
27
|
+
## Output Format
|
|
28
|
+
|
|
29
|
+
Plans should include:
|
|
30
|
+
- Problem statement (1-2 sentences)
|
|
31
|
+
- Success criteria (measurable)
|
|
32
|
+
- Approach overview
|
|
33
|
+
- Task breakdown with estimates
|
|
34
|
+
- Risks and mitigations
|
|
35
|
+
- Resource requirements
|
|
36
|
+
|
|
37
|
+
## Rules
|
|
38
|
+
|
|
39
|
+
- Start with the simplest viable approach
|
|
40
|
+
- Include data requirements and availability check
|
|
41
|
+
- Account for experiment iteration time
|
|
42
|
+
- Plan for failure modes and fallbacks
|
|
43
|
+
- Do NOT implement -- only plan and report
|
|
44
|
+
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: problem-solving
|
|
3
|
+
description: Apply systematic problem-solving techniques for data science and ML challenges. Use when stuck on complexity, innovation blocks, or recurring patterns.
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# Problem Solving
|
|
7
|
+
|
|
8
|
+
Activate this skill when facing complex data/ML challenges that need structured approaches.
|
|
9
|
+
|
|
10
|
+
## When to Use
|
|
11
|
+
|
|
12
|
+
- Complexity spirals in data pipelines
|
|
13
|
+
- Innovation blocks in model design
|
|
14
|
+
- Recurring patterns in failed experiments
|
|
15
|
+
- Scale uncertainty in data systems
|
|
16
|
+
- Choosing between competing approaches
|
|
17
|
+
|
|
18
|
+
## Techniques
|
|
19
|
+
|
|
20
|
+
### Simplification Cascade
|
|
21
|
+
Strip the problem to its simplest form, solve that, then add complexity back incrementally.
|
|
22
|
+
|
|
23
|
+
### Inversion Exercise
|
|
24
|
+
Instead of "how to improve accuracy", ask "what would make accuracy worse?" and avoid those things.
|
|
25
|
+
|
|
26
|
+
### Ablation Study
|
|
27
|
+
Remove components one at a time to identify what actually contributes to the result.
|
|
28
|
+
|
|
29
|
+
### Divide and Conquer
|
|
30
|
+
Split the problem at natural boundaries (data vs model vs infrastructure).
|
|
31
|
+
|
|
32
|
+
### Baseline First
|
|
33
|
+
Always establish a simple baseline before attempting complex solutions.
|
|
34
|
+
|
|
35
|
+
## Rules
|
|
36
|
+
|
|
37
|
+
- Define success criteria before starting
|
|
38
|
+
- Time-box exploration (2 hours max per approach)
|
|
39
|
+
- Document what you tried and why it failed
|
|
40
|
+
- Ask for help after 3 failed attempts
|
|
41
|
+
- Simple solutions that work beat complex ones that might
|
|
42
|
+
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: pytorch-training
|
|
3
|
+
description: Train and optimize deep learning models with PyTorch. Use when building neural networks, implementing training loops, or optimizing model performance.
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# PyTorch Training
|
|
7
|
+
|
|
8
|
+
Activate this skill when training deep learning models with PyTorch.
|
|
9
|
+
|
|
10
|
+
## When to Use
|
|
11
|
+
|
|
12
|
+
- Implementing custom neural network architectures
|
|
13
|
+
- Writing training and evaluation loops
|
|
14
|
+
- Optimizing model performance (learning rate, batch size)
|
|
15
|
+
- Implementing data loading and augmentation
|
|
16
|
+
- Debugging gradient and convergence issues
|
|
17
|
+
|
|
18
|
+
## Patterns
|
|
19
|
+
|
|
20
|
+
```python
|
|
21
|
+
import torch
|
|
22
|
+
import torch.nn as nn
|
|
23
|
+
from torch.utils.data import DataLoader
|
|
24
|
+
|
|
25
|
+
model = MyModel().to(device)
|
|
26
|
+
optimizer = torch.optim.AdamW(model.parameters(), lr=3e-4)
|
|
27
|
+
scheduler = torch.optim.lr_scheduler.CosineAnnealingLR(optimizer, T_max=epochs)
|
|
28
|
+
|
|
29
|
+
for epoch in range(epochs):
|
|
30
|
+
model.train()
|
|
31
|
+
for batch in train_loader:
|
|
32
|
+
optimizer.zero_grad()
|
|
33
|
+
loss = model(batch)
|
|
34
|
+
loss.backward()
|
|
35
|
+
torch.nn.utils.clip_grad_norm_(model.parameters(), 1.0)
|
|
36
|
+
optimizer.step()
|
|
37
|
+
scheduler.step()
|
|
38
|
+
```
|
|
39
|
+
|
|
40
|
+
## Best Practices
|
|
41
|
+
|
|
42
|
+
- Use `torch.no_grad()` during evaluation
|
|
43
|
+
- Implement gradient clipping for stability
|
|
44
|
+
- Use mixed precision (`torch.cuda.amp`) for speed
|
|
45
|
+
- Save checkpoints periodically
|
|
46
|
+
- Profile with `torch.profiler` before optimizing
|
|
47
|
+
|
|
48
|
+
## Rules
|
|
49
|
+
|
|
50
|
+
- Always set random seeds for reproducibility
|
|
51
|
+
- Move data and model to same device explicitly
|
|
52
|
+
- Use DataLoader with `num_workers > 0` for I/O
|
|
53
|
+
- Validate on held-out data every epoch
|
|
54
|
+
- Log metrics to experiment tracker (W&B, MLflow)
|
|
55
|
+
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: repomix
|
|
3
|
+
description: Package code repositories into single AI-friendly files for analysis. Use when you need to understand a codebase structure or prepare context for analysis.
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# Repomix
|
|
7
|
+
|
|
8
|
+
Activate this skill when packaging codebases for analysis or generating repository summaries.
|
|
9
|
+
|
|
10
|
+
## When to Use
|
|
11
|
+
|
|
12
|
+
- Analyzing unfamiliar ML codebase structure
|
|
13
|
+
- Creating repository snapshots for context
|
|
14
|
+
- Generating documentation from code
|
|
15
|
+
- Preparing codebase for security audit
|
|
16
|
+
- Understanding third-party library internals
|
|
17
|
+
|
|
18
|
+
## Usage
|
|
19
|
+
|
|
20
|
+
```bash
|
|
21
|
+
# Pack current directory
|
|
22
|
+
repomix
|
|
23
|
+
|
|
24
|
+
# Pack with specific includes
|
|
25
|
+
repomix --include "src/**/*.py"
|
|
26
|
+
|
|
27
|
+
# Pack remote repository
|
|
28
|
+
repomix --remote https://github.com/user/repo
|
|
29
|
+
|
|
30
|
+
# Output as markdown
|
|
31
|
+
repomix --style markdown
|
|
32
|
+
```
|
|
33
|
+
|
|
34
|
+
## Rules
|
|
35
|
+
|
|
36
|
+
- Use include/exclude patterns to focus on relevant code
|
|
37
|
+
- Output goes to `repomix-output.xml` by default
|
|
38
|
+
- Use for understanding, not for copying code
|
|
39
|
+
- Respect license terms of analyzed repositories
|
|
40
|
+
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: research
|
|
3
|
+
description: Research and analyze technical solutions, ML libraries, and data science best practices. Use when evaluating models, finding documentation, or investigating unfamiliar algorithms.
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# Research
|
|
7
|
+
|
|
8
|
+
Activate this skill when researching ML techniques, evaluating data tools, or finding best practices.
|
|
9
|
+
|
|
10
|
+
## When to Use
|
|
11
|
+
|
|
12
|
+
- Evaluating competing ML frameworks or libraries
|
|
13
|
+
- Finding official documentation for data tools
|
|
14
|
+
- Investigating algorithm implementations and trade-offs
|
|
15
|
+
- Comparing model architectures for a use case
|
|
16
|
+
- Checking dataset licenses and availability
|
|
17
|
+
|
|
18
|
+
## Process
|
|
19
|
+
|
|
20
|
+
1. Define the research question clearly
|
|
21
|
+
2. Search authoritative sources (papers, official docs first)
|
|
22
|
+
3. Cross-reference multiple sources for accuracy
|
|
23
|
+
4. Evaluate applicability to the current project
|
|
24
|
+
5. Summarize findings with confidence levels
|
|
25
|
+
6. List unresolved questions
|
|
26
|
+
|
|
27
|
+
## Rules
|
|
28
|
+
|
|
29
|
+
- Prioritize official documentation and peer-reviewed papers
|
|
30
|
+
- Note version numbers and compatibility (Python, CUDA)
|
|
31
|
+
- Distinguish proven methods from experimental ones
|
|
32
|
+
- Flag computational requirements and hardware needs
|
|
33
|
+
- Be honest about confidence levels
|
|
34
|
+
- Do NOT implement -- only research and report
|
|
35
|
+
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: scikit-learn
|
|
3
|
+
description: Classical machine learning with scikit-learn. Use when building classification, regression, clustering models, or implementing feature engineering pipelines.
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# Scikit-learn
|
|
7
|
+
|
|
8
|
+
Activate this skill when working with classical ML algorithms.
|
|
9
|
+
|
|
10
|
+
## When to Use
|
|
11
|
+
|
|
12
|
+
- Building classification or regression models
|
|
13
|
+
- Feature engineering and selection
|
|
14
|
+
- Implementing ML pipelines with preprocessing
|
|
15
|
+
- Cross-validation and hyperparameter tuning
|
|
16
|
+
- Clustering and dimensionality reduction
|
|
17
|
+
|
|
18
|
+
## Patterns
|
|
19
|
+
|
|
20
|
+
```python
|
|
21
|
+
from sklearn.pipeline import Pipeline
|
|
22
|
+
from sklearn.compose import ColumnTransformer
|
|
23
|
+
from sklearn.preprocessing import StandardScaler, OneHotEncoder
|
|
24
|
+
from sklearn.ensemble import GradientBoostingClassifier
|
|
25
|
+
from sklearn.model_selection import cross_val_score
|
|
26
|
+
|
|
27
|
+
preprocessor = ColumnTransformer([
|
|
28
|
+
("num", StandardScaler(), numeric_features),
|
|
29
|
+
("cat", OneHotEncoder(handle_unknown="ignore"), categorical_features),
|
|
30
|
+
])
|
|
31
|
+
|
|
32
|
+
pipeline = Pipeline([
|
|
33
|
+
("preprocessor", preprocessor),
|
|
34
|
+
("classifier", GradientBoostingClassifier(n_estimators=200)),
|
|
35
|
+
])
|
|
36
|
+
|
|
37
|
+
scores = cross_val_score(pipeline, X, y, cv=5, scoring="f1_macro")
|
|
38
|
+
```
|
|
39
|
+
|
|
40
|
+
## Rules
|
|
41
|
+
|
|
42
|
+
- Always split data before any preprocessing
|
|
43
|
+
- Use pipelines to prevent data leakage
|
|
44
|
+
- Cross-validate before reporting metrics
|
|
45
|
+
- Start simple (LogisticRegression) before complex models
|
|
46
|
+
- Document feature engineering decisions
|
|
47
|
+
|
|
@@ -0,0 +1,34 @@
|
|
|
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 data pipeline decomposition
|
|
13
|
+
- Multi-step ML experiment design
|
|
14
|
+
- Debugging model performance issues
|
|
15
|
+
- Architecture decisions with many trade-offs
|
|
16
|
+
- Hypothesis-driven data investigation
|
|
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
|
|
34
|
+
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: skill-creator
|
|
3
|
+
description: Guide for creating effective agent skills. Use when building new skills to extend agent capabilities with specialized knowledge.
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# Skill Creator
|
|
7
|
+
|
|
8
|
+
Activate this skill when creating new skills for the data-ai agent ecosystem.
|
|
9
|
+
|
|
10
|
+
## When to Use
|
|
11
|
+
|
|
12
|
+
- Creating a new domain-specific skill
|
|
13
|
+
- Updating an existing skill with new capabilities
|
|
14
|
+
- Structuring skill knowledge for optimal retrieval
|
|
15
|
+
- Designing skill activation triggers
|
|
16
|
+
|
|
17
|
+
## Skill Structure
|
|
18
|
+
|
|
19
|
+
```
|
|
20
|
+
skills/[skill-name]/
|
|
21
|
+
SKILL.md Required: front-matter + instructions
|
|
22
|
+
references/ Optional: additional documentation
|
|
23
|
+
scripts/ Optional: executable helper scripts
|
|
24
|
+
assets/ Optional: static files, templates
|
|
25
|
+
```
|
|
26
|
+
|
|
27
|
+
## SKILL.md Template
|
|
28
|
+
|
|
29
|
+
```markdown
|
|
30
|
+
---
|
|
31
|
+
name: skill-name
|
|
32
|
+
description: When to activate and what it provides.
|
|
33
|
+
---
|
|
34
|
+
|
|
35
|
+
# Skill Name
|
|
36
|
+
|
|
37
|
+
## When to Use
|
|
38
|
+
- Trigger condition 1
|
|
39
|
+
- Trigger condition 2
|
|
40
|
+
|
|
41
|
+
## Instructions
|
|
42
|
+
[Domain knowledge and procedures]
|
|
43
|
+
|
|
44
|
+
## Rules
|
|
45
|
+
- Constraint 1
|
|
46
|
+
- Constraint 2
|
|
47
|
+
```
|
|
48
|
+
|
|
49
|
+
## Rules
|
|
50
|
+
|
|
51
|
+
- Keep SKILL.md under 200 lines
|
|
52
|
+
- Description must clearly state activation triggers
|
|
53
|
+
- Use progressive disclosure (details in references/)
|
|
54
|
+
- Include practical examples over abstract theory
|
|
55
|
+
- Test skill activation with sample prompts
|
|
56
|
+
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: template-skill
|
|
3
|
+
description: Template for creating new data/ML skills. Copy this folder and customize for your domain.
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# Template Skill
|
|
7
|
+
|
|
8
|
+
This is a template. Copy this folder and customize for your specific skill.
|
|
9
|
+
|
|
10
|
+
## When to Use
|
|
11
|
+
|
|
12
|
+
- [Describe activation triggers]
|
|
13
|
+
- [When should the agent use this skill?]
|
|
14
|
+
|
|
15
|
+
## Instructions
|
|
16
|
+
|
|
17
|
+
[Add domain-specific knowledge, procedures, and patterns here]
|
|
18
|
+
|
|
19
|
+
## Rules
|
|
20
|
+
|
|
21
|
+
- [Add constraints and guidelines]
|
|
22
|
+
- [What should the agent avoid?]
|
|
23
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|