@cubis/foundry 0.3.31 → 0.3.33
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/README.md +23 -0
- package/bin/cubis.js +610 -50
- package/mcp/README.md +17 -0
- package/mcp/catalogs/default.json +14 -0
- package/mcp/powers/atlassian-mcp/POWER.md +91 -0
- package/mcp/powers/atlassian-mcp/SKILL.md +88 -0
- package/mcp/powers/building-mcp-server-on-cloudflare/POWER.md +261 -0
- package/mcp/powers/building-mcp-server-on-cloudflare/SKILL.md +258 -0
- package/mcp/powers/datadog-automation/POWER.md +238 -0
- package/mcp/powers/datadog-automation/SKILL.md +235 -0
- package/mcp/powers/github-automation/POWER.md +230 -0
- package/mcp/powers/github-automation/SKILL.md +227 -0
- package/mcp/powers/mcp-builder/POWER.md +179 -0
- package/mcp/powers/mcp-builder/SKILL.md +176 -0
- package/mcp/powers/mcp-developer/POWER.md +88 -0
- package/mcp/powers/mcp-developer/SKILL.md +85 -0
- package/mcp/powers/postman/POWER.md +243 -0
- package/mcp/powers/postman/SKILL.md +240 -0
- package/mcp/powers/sentry-automation/POWER.md +235 -0
- package/mcp/powers/sentry-automation/SKILL.md +232 -0
- package/mcp/skills/atlassian-mcp/SKILL.md +88 -0
- package/mcp/skills/building-mcp-server-on-cloudflare/SKILL.md +258 -0
- package/mcp/skills/building-mcp-server-on-cloudflare/references/tool-patterns.md +29 -0
- package/mcp/skills/datadog-automation/SKILL.md +235 -0
- package/mcp/skills/github-automation/SKILL.md +227 -0
- package/mcp/skills/mcp-builder/SKILL.md +176 -0
- package/mcp/skills/mcp-developer/SKILL.md +85 -0
- package/mcp/skills/postman/SKILL.md +240 -0
- package/mcp/skills/sentry-automation/SKILL.md +232 -0
- package/package.json +5 -1
- package/workflows/powers/architecture/POWER.md +12 -46
- package/workflows/powers/architecture/SKILL.md +12 -46
- package/workflows/powers/atlassian-mcp/POWER.md +11 -81
- package/workflows/powers/atlassian-mcp/SKILL.md +11 -81
- package/workflows/powers/building-mcp-server-on-cloudflare/POWER.md +12 -252
- package/workflows/powers/building-mcp-server-on-cloudflare/SKILL.md +12 -252
- package/workflows/powers/code-review-checklist/POWER.md +11 -99
- package/workflows/powers/code-review-checklist/SKILL.md +11 -99
- package/workflows/powers/csharp-pro/POWER.md +43 -0
- package/workflows/powers/csharp-pro/SKILL.md +40 -0
- package/workflows/powers/database-design/POWER.md +47 -5
- package/workflows/powers/database-design/SKILL.md +45 -4
- package/workflows/powers/database-optimizer/POWER.md +11 -23
- package/workflows/powers/database-optimizer/SKILL.md +5 -5
- package/workflows/powers/datadog-automation/POWER.md +12 -229
- package/workflows/powers/datadog-automation/SKILL.md +12 -229
- package/workflows/powers/debugging-wizard/POWER.md +12 -78
- package/workflows/powers/debugging-wizard/SKILL.md +12 -78
- package/workflows/powers/deployment-procedures/POWER.md +11 -231
- package/workflows/powers/deployment-procedures/SKILL.md +11 -231
- package/workflows/powers/drift-flutter/POWER.md +51 -0
- package/workflows/powers/drift-flutter/SKILL.md +2 -2
- package/workflows/powers/github-automation/POWER.md +12 -221
- package/workflows/powers/github-automation/SKILL.md +12 -221
- package/workflows/powers/golang-pro/POWER.md +38 -66
- package/workflows/powers/golang-pro/SKILL.md +38 -66
- package/workflows/powers/java-pro/POWER.md +43 -0
- package/workflows/powers/java-pro/SKILL.md +40 -0
- package/workflows/powers/javascript-pro/POWER.md +37 -67
- package/workflows/powers/javascript-pro/SKILL.md +37 -67
- package/workflows/powers/kotlin-pro/POWER.md +43 -0
- package/workflows/powers/kotlin-pro/SKILL.md +40 -0
- package/workflows/powers/mcp-builder/POWER.md +12 -170
- package/workflows/powers/mcp-builder/SKILL.md +12 -170
- package/workflows/powers/mcp-developer/POWER.md +11 -78
- package/workflows/powers/mcp-developer/SKILL.md +11 -78
- package/workflows/powers/nextjs-developer/POWER.md +41 -148
- package/workflows/powers/nextjs-developer/SKILL.md +41 -148
- package/workflows/powers/nextjs-react-expert/POWER.md +10 -281
- package/workflows/powers/nextjs-react-expert/SKILL.md +10 -281
- package/workflows/powers/nodejs-best-practices/POWER.md +33 -317
- package/workflows/powers/nodejs-best-practices/SKILL.md +33 -317
- package/workflows/powers/postman/POWER.md +11 -233
- package/workflows/powers/postman/SKILL.md +11 -233
- package/workflows/powers/python-patterns/POWER.md +11 -431
- package/workflows/powers/python-patterns/SKILL.md +11 -431
- package/workflows/powers/python-pro/POWER.md +38 -66
- package/workflows/powers/python-pro/SKILL.md +38 -66
- package/workflows/powers/react-best-practices/POWER.md +35 -118
- package/workflows/powers/react-best-practices/SKILL.md +35 -118
- package/workflows/powers/react-expert/POWER.md +38 -66
- package/workflows/powers/react-expert/SKILL.md +38 -66
- package/workflows/powers/rust-engineer/POWER.md +10 -75
- package/workflows/powers/rust-engineer/SKILL.md +10 -75
- package/workflows/powers/rust-pro/POWER.md +36 -163
- package/workflows/powers/rust-pro/SKILL.md +36 -163
- package/workflows/powers/sentry-automation/POWER.md +12 -226
- package/workflows/powers/sentry-automation/SKILL.md +12 -226
- package/workflows/powers/server-management/POWER.md +11 -151
- package/workflows/powers/server-management/SKILL.md +11 -151
- package/workflows/powers/tdd-workflow/POWER.md +12 -140
- package/workflows/powers/tdd-workflow/SKILL.md +12 -140
- package/workflows/powers/testing-patterns/POWER.md +11 -168
- package/workflows/powers/testing-patterns/SKILL.md +11 -168
- package/workflows/powers/typescript-pro/POWER.md +43 -70
- package/workflows/powers/typescript-pro/SKILL.md +43 -70
- package/workflows/powers/vercel-ai/POWER.md +43 -0
- package/workflows/powers/vercel-ai/SKILL.md +40 -0
- package/workflows/powers/vercel-ai-gateway/POWER.md +11 -69
- package/workflows/powers/vercel-ai-gateway/SKILL.md +11 -69
- package/workflows/powers/vercel-ai-sdk/POWER.md +11 -49
- package/workflows/powers/vercel-ai-sdk/SKILL.md +11 -49
- package/workflows/powers/vercel-caching/POWER.md +10 -72
- package/workflows/powers/vercel-caching/SKILL.md +10 -72
- package/workflows/powers/vercel-cli/POWER.md +11 -75
- package/workflows/powers/vercel-cli/SKILL.md +11 -75
- package/workflows/powers/vercel-delivery/POWER.md +45 -0
- package/workflows/powers/vercel-delivery/SKILL.md +42 -0
- package/workflows/powers/vercel-deployments/POWER.md +10 -90
- package/workflows/powers/vercel-deployments/SKILL.md +10 -90
- package/workflows/powers/vercel-domains/POWER.md +10 -69
- package/workflows/powers/vercel-domains/SKILL.md +10 -69
- package/workflows/powers/vercel-firewall/POWER.md +10 -61
- package/workflows/powers/vercel-firewall/SKILL.md +10 -61
- package/workflows/powers/vercel-flags/POWER.md +10 -62
- package/workflows/powers/vercel-flags/SKILL.md +10 -62
- package/workflows/powers/vercel-functions/POWER.md +10 -70
- package/workflows/powers/vercel-functions/SKILL.md +10 -70
- package/workflows/powers/vercel-routing/POWER.md +10 -68
- package/workflows/powers/vercel-routing/SKILL.md +10 -68
- package/workflows/powers/vercel-runtime/POWER.md +43 -0
- package/workflows/powers/vercel-runtime/SKILL.md +40 -0
- package/workflows/powers/vercel-security/POWER.md +43 -0
- package/workflows/powers/vercel-security/SKILL.md +40 -0
- package/workflows/powers/vulnerability-scanner/POWER.md +11 -266
- package/workflows/powers/vulnerability-scanner/SKILL.md +11 -266
- package/workflows/scripts/generate-powers.mjs +95 -202
- package/workflows/skills/architecture/SKILL.md +12 -46
- package/workflows/skills/atlassian-mcp/SKILL.md +11 -81
- package/workflows/skills/building-mcp-server-on-cloudflare/SKILL.md +12 -252
- package/workflows/skills/catalogs/core.json +30 -0
- package/workflows/skills/catalogs/web-backend.json +70 -0
- package/workflows/skills/code-review-checklist/SKILL.md +11 -99
- package/workflows/skills/csharp-pro/SKILL.md +40 -0
- package/workflows/skills/datadog-automation/SKILL.md +12 -229
- package/workflows/skills/debugging-wizard/SKILL.md +12 -78
- package/workflows/skills/deployment-procedures/SKILL.md +11 -231
- package/workflows/skills/github-automation/SKILL.md +12 -221
- package/workflows/skills/golang-pro/SKILL.md +38 -66
- package/workflows/skills/java-pro/SKILL.md +40 -0
- package/workflows/skills/javascript-pro/SKILL.md +37 -67
- package/workflows/skills/kotlin-pro/SKILL.md +40 -0
- package/workflows/skills/mcp-builder/SKILL.md +12 -170
- package/workflows/skills/mcp-developer/SKILL.md +11 -78
- package/workflows/skills/nextjs-developer/SKILL.md +41 -148
- package/workflows/skills/nextjs-react-expert/SKILL.md +10 -281
- package/workflows/skills/nodejs-best-practices/SKILL.md +33 -317
- package/workflows/skills/postman/SKILL.md +11 -233
- package/workflows/skills/python-patterns/SKILL.md +11 -431
- package/workflows/skills/python-pro/SKILL.md +38 -66
- package/workflows/skills/react-best-practices/SKILL.md +35 -118
- package/workflows/skills/react-expert/SKILL.md +38 -66
- package/workflows/skills/rust-engineer/SKILL.md +10 -75
- package/workflows/skills/rust-pro/SKILL.md +36 -163
- package/workflows/skills/sentry-automation/SKILL.md +12 -226
- package/workflows/skills/server-management/SKILL.md +11 -151
- package/workflows/skills/skills_index.json +756 -351
- package/workflows/skills/sub-agents/references/cli-formats.md +25 -0
- package/workflows/skills/tdd-workflow/SKILL.md +12 -140
- package/workflows/skills/testing-patterns/SKILL.md +11 -168
- package/workflows/skills/typescript-pro/SKILL.md +43 -70
- package/workflows/skills/vercel-ai/SKILL.md +40 -0
- package/workflows/skills/vercel-ai-gateway/SKILL.md +11 -69
- package/workflows/skills/vercel-ai-sdk/SKILL.md +11 -49
- package/workflows/skills/vercel-caching/SKILL.md +10 -72
- package/workflows/skills/vercel-cli/SKILL.md +11 -75
- package/workflows/skills/vercel-delivery/SKILL.md +42 -0
- package/workflows/skills/vercel-deployments/SKILL.md +10 -90
- package/workflows/skills/vercel-domains/SKILL.md +10 -69
- package/workflows/skills/vercel-firewall/SKILL.md +10 -61
- package/workflows/skills/vercel-flags/SKILL.md +10 -62
- package/workflows/skills/vercel-functions/SKILL.md +10 -70
- package/workflows/skills/vercel-routing/SKILL.md +10 -68
- package/workflows/skills/vercel-runtime/SKILL.md +40 -0
- package/workflows/skills/vercel-security/SKILL.md +40 -0
- package/workflows/skills/vulnerability-scanner/SKILL.md +11 -266
- package/workflows/workflows/agent-environment-setup/manifest.json +291 -123
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/agents/backend-specialist.md +1 -1
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/agents/code-archaeologist.md +1 -1
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/agents/database-architect.md +1 -1
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/agents/debugger.md +1 -1
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/agents/devops-engineer.md +1 -1
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/agents/documentation-writer.md +1 -1
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/agents/explorer-agent.md +1 -1
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/agents/frontend-specialist.md +1 -1
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/agents/game-developer.md +1 -1
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/agents/mobile-developer.md +1 -1
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/agents/orchestrator.md +28 -400
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/agents/penetration-tester.md +1 -1
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/agents/performance-optimizer.md +1 -1
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/agents/product-manager.md +1 -1
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/agents/product-owner.md +1 -1
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/agents/project-planner.md +1 -1
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/agents/qa-automation-engineer.md +1 -1
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/agents/security-auditor.md +1 -1
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/agents/seo-specialist.md +1 -1
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/agents/test-engineer.md +1 -1
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/agents/vercel-expert.md +1 -1
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/commands/backend.toml +11 -0
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/commands/brainstorm.toml +11 -0
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/commands/create.toml +11 -0
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/commands/database.toml +11 -0
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/commands/debug.toml +11 -0
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/commands/devops.toml +11 -0
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/commands/implement-track.toml +11 -0
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/commands/incident.toml +11 -0
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/commands/mobile.toml +11 -0
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/commands/orchestrate.toml +11 -0
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/commands/plan.toml +11 -0
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/commands/qa.toml +11 -0
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/commands/refactor.toml +11 -0
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/commands/release.toml +11 -0
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/commands/review.toml +11 -0
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/commands/security.toml +11 -0
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/commands/test.toml +11 -0
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/commands/vercel.toml +11 -0
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/rules/GEMINI.md +23 -8
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/workflows/backend.md +23 -7
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/workflows/brainstorm.md +28 -8
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/workflows/create.md +28 -8
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/workflows/database.md +15 -1
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/workflows/debug.md +28 -8
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/workflows/devops.md +15 -1
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/workflows/implement-track.md +29 -8
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/workflows/incident.md +42 -0
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/workflows/mobile.md +15 -1
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/workflows/orchestrate.md +45 -0
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/workflows/plan.md +29 -8
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/workflows/qa.md +15 -1
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/workflows/refactor.md +34 -0
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/workflows/release.md +40 -0
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/workflows/review.md +40 -0
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/workflows/security.md +15 -1
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/workflows/test.md +28 -8
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/workflows/vercel.md +15 -1
- package/workflows/workflows/agent-environment-setup/platforms/codex/agents/backend-specialist.md +1 -1
- package/workflows/workflows/agent-environment-setup/platforms/codex/agents/code-archaeologist.md +1 -1
- package/workflows/workflows/agent-environment-setup/platforms/codex/agents/database-architect.md +1 -1
- package/workflows/workflows/agent-environment-setup/platforms/codex/agents/debugger.md +1 -1
- package/workflows/workflows/agent-environment-setup/platforms/codex/agents/devops-engineer.md +1 -1
- package/workflows/workflows/agent-environment-setup/platforms/codex/agents/documentation-writer.md +1 -1
- package/workflows/workflows/agent-environment-setup/platforms/codex/agents/explorer-agent.md +1 -1
- package/workflows/workflows/agent-environment-setup/platforms/codex/agents/frontend-specialist.md +1 -1
- package/workflows/workflows/agent-environment-setup/platforms/codex/agents/game-developer.md +1 -1
- package/workflows/workflows/agent-environment-setup/platforms/codex/agents/mobile-developer.md +1 -1
- package/workflows/workflows/agent-environment-setup/platforms/codex/agents/orchestrator.md +28 -400
- package/workflows/workflows/agent-environment-setup/platforms/codex/agents/penetration-tester.md +1 -1
- package/workflows/workflows/agent-environment-setup/platforms/codex/agents/performance-optimizer.md +1 -1
- package/workflows/workflows/agent-environment-setup/platforms/codex/agents/product-manager.md +1 -1
- package/workflows/workflows/agent-environment-setup/platforms/codex/agents/product-owner.md +1 -1
- package/workflows/workflows/agent-environment-setup/platforms/codex/agents/project-planner.md +1 -1
- package/workflows/workflows/agent-environment-setup/platforms/codex/agents/qa-automation-engineer.md +1 -1
- package/workflows/workflows/agent-environment-setup/platforms/codex/agents/security-auditor.md +1 -1
- package/workflows/workflows/agent-environment-setup/platforms/codex/agents/seo-specialist.md +1 -1
- package/workflows/workflows/agent-environment-setup/platforms/codex/agents/test-engineer.md +1 -1
- package/workflows/workflows/agent-environment-setup/platforms/codex/agents/vercel-expert.md +1 -1
- package/workflows/workflows/agent-environment-setup/platforms/codex/rules/AGENTS.md +21 -6
- package/workflows/workflows/agent-environment-setup/platforms/codex/workflows/backend.md +15 -1
- package/workflows/workflows/agent-environment-setup/platforms/codex/workflows/brainstorm.md +15 -1
- package/workflows/workflows/agent-environment-setup/platforms/codex/workflows/create.md +15 -1
- package/workflows/workflows/agent-environment-setup/platforms/codex/workflows/database.md +15 -1
- package/workflows/workflows/agent-environment-setup/platforms/codex/workflows/debug.md +15 -1
- package/workflows/workflows/agent-environment-setup/platforms/codex/workflows/devops.md +15 -1
- package/workflows/workflows/agent-environment-setup/platforms/codex/workflows/implement-track.md +15 -1
- package/workflows/workflows/agent-environment-setup/platforms/codex/workflows/incident.md +15 -1
- package/workflows/workflows/agent-environment-setup/platforms/codex/workflows/mobile.md +15 -1
- package/workflows/workflows/agent-environment-setup/platforms/codex/workflows/orchestrate.md +15 -1
- package/workflows/workflows/agent-environment-setup/platforms/codex/workflows/plan.md +15 -1
- package/workflows/workflows/agent-environment-setup/platforms/codex/workflows/qa.md +15 -1
- package/workflows/workflows/agent-environment-setup/platforms/codex/workflows/refactor.md +15 -1
- package/workflows/workflows/agent-environment-setup/platforms/codex/workflows/release.md +15 -1
- package/workflows/workflows/agent-environment-setup/platforms/codex/workflows/review.md +15 -1
- package/workflows/workflows/agent-environment-setup/platforms/codex/workflows/security.md +15 -1
- package/workflows/workflows/agent-environment-setup/platforms/codex/workflows/test.md +15 -1
- package/workflows/workflows/agent-environment-setup/platforms/codex/workflows/vercel.md +15 -1
- package/workflows/workflows/agent-environment-setup/platforms/copilot/agents/backend-specialist.md +35 -44
- package/workflows/workflows/agent-environment-setup/platforms/copilot/agents/code-archaeologist.md +30 -37
- package/workflows/workflows/agent-environment-setup/platforms/copilot/agents/database-architect.md +29 -36
- package/workflows/workflows/agent-environment-setup/platforms/copilot/agents/debugger.md +47 -49
- package/workflows/workflows/agent-environment-setup/platforms/copilot/agents/devops-engineer.md +55 -50
- package/workflows/workflows/agent-environment-setup/platforms/copilot/agents/documentation-writer.md +18 -13
- package/workflows/workflows/agent-environment-setup/platforms/copilot/agents/explorer-agent.md +11 -12
- package/workflows/workflows/agent-environment-setup/platforms/copilot/agents/frontend-specialist.md +33 -28
- package/workflows/workflows/agent-environment-setup/platforms/copilot/agents/game-developer.md +35 -30
- package/workflows/workflows/agent-environment-setup/platforms/copilot/agents/mobile-developer.md +79 -80
- package/workflows/workflows/agent-environment-setup/platforms/copilot/agents/orchestrator.md +31 -421
- package/workflows/workflows/agent-environment-setup/platforms/copilot/agents/penetration-tester.md +53 -48
- package/workflows/workflows/agent-environment-setup/platforms/copilot/agents/performance-optimizer.md +45 -44
- package/workflows/workflows/agent-environment-setup/platforms/copilot/agents/product-manager.md +27 -37
- package/workflows/workflows/agent-environment-setup/platforms/copilot/agents/product-owner.md +34 -40
- package/workflows/workflows/agent-environment-setup/platforms/copilot/agents/project-planner.md +105 -108
- package/workflows/workflows/agent-environment-setup/platforms/copilot/agents/qa-automation-engineer.md +40 -41
- package/workflows/workflows/agent-environment-setup/platforms/copilot/agents/security-auditor.md +56 -52
- package/workflows/workflows/agent-environment-setup/platforms/copilot/agents/seo-specialist.md +29 -24
- package/workflows/workflows/agent-environment-setup/platforms/copilot/agents/test-engineer.md +44 -39
- package/workflows/workflows/agent-environment-setup/platforms/copilot/agents/vercel-expert.md +6 -1
- package/workflows/workflows/agent-environment-setup/platforms/copilot/prompts/workflow-backend.prompt.md +11 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/prompts/workflow-brainstorm.prompt.md +11 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/prompts/workflow-create.prompt.md +11 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/prompts/workflow-database.prompt.md +11 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/prompts/workflow-debug.prompt.md +11 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/prompts/workflow-devops.prompt.md +11 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/prompts/workflow-implement-track.prompt.md +11 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/prompts/workflow-incident.prompt.md +11 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/prompts/workflow-mobile.prompt.md +11 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/prompts/workflow-orchestrate.prompt.md +11 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/prompts/workflow-plan.prompt.md +11 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/prompts/workflow-qa.prompt.md +11 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/prompts/workflow-refactor.prompt.md +11 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/prompts/workflow-release.prompt.md +11 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/prompts/workflow-review.prompt.md +11 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/prompts/workflow-security.prompt.md +11 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/prompts/workflow-test.prompt.md +11 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/prompts/workflow-vercel.prompt.md +11 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/rules/AGENTS.md +22 -7
- package/workflows/workflows/agent-environment-setup/platforms/copilot/rules/copilot-instructions.md +15 -1
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/architecture/SKILL.md +12 -46
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/ask-questions-if-underspecified/SKILL.md +85 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/atlassian-mcp/SKILL.md +88 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/atlassian-mcp/references/authentication-patterns.md +520 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/atlassian-mcp/references/common-workflows.md +660 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/atlassian-mcp/references/confluence-operations.md +528 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/atlassian-mcp/references/jira-queries.md +421 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/atlassian-mcp/references/mcp-server-setup.md +292 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/building-mcp-server-on-cloudflare/SKILL.md +258 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/building-mcp-server-on-cloudflare/references/examples.md +115 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/building-mcp-server-on-cloudflare/references/oauth-setup.md +338 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/building-mcp-server-on-cloudflare/references/tool-patterns.md +29 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/building-mcp-server-on-cloudflare/references/troubleshooting.md +317 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/cli-developer/POWER.md +116 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/cli-developer/SKILL.md +116 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/cli-developer/references/design-patterns.md +480 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/cli-developer/references/go-cli.md +794 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/cli-developer/references/node-cli.md +619 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/cli-developer/references/python-cli.md +737 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/cli-developer/references/ux-patterns.md +447 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/cli-developer/steering/design-patterns.md +480 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/cli-developer/steering/go-cli.md +794 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/cli-developer/steering/node-cli.md +619 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/cli-developer/steering/python-cli.md +737 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/cli-developer/steering/ux-patterns.md +447 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/code-review-checklist/SKILL.md +11 -99
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/csharp-pro/SKILL.md +40 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/database-skills/LATEST_VERSIONS.md +36 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/database-skills/README.md +51 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/database-skills/SKILL.md +102 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/database-skills/skills/mongodb/SKILL.md +37 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/database-skills/skills/mongodb/references/aggregation.md +153 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/database-skills/skills/mongodb/references/modeling.md +96 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/database-skills/skills/mongodb/references/mongoose-nestjs.md +134 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/database-skills/skills/mysql/SKILL.md +41 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/database-skills/skills/mysql/references/locking-ddl.md +104 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/database-skills/skills/mysql/references/query-indexing.md +104 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/database-skills/skills/mysql/references/replication.md +142 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/database-skills/skills/neki/SKILL.md +26 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/database-skills/skills/neki/references/architecture.md +136 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/database-skills/skills/neki/references/operations.md +77 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/database-skills/skills/postgres/SKILL.md +39 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/database-skills/skills/postgres/references/connection-pooling.md +142 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/database-skills/skills/postgres/references/migrations.md +126 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/database-skills/skills/postgres/references/performance-ops.md +117 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/database-skills/skills/postgres/references/schema-indexing.md +79 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/database-skills/skills/redis/SKILL.md +36 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/database-skills/skills/redis/references/cache-patterns.md +154 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/database-skills/skills/redis/references/data-modeling.md +152 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/database-skills/skills/redis/references/operations.md +144 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/database-skills/skills/sqlite/SKILL.md +36 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/database-skills/skills/sqlite/references/local-first.md +95 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/database-skills/skills/sqlite/references/performance.md +105 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/database-skills/skills/supabase/SKILL.md +35 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/database-skills/skills/supabase/references/performance-operations.md +95 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/database-skills/skills/supabase/references/rls-auth.md +106 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/database-skills/skills/vitess/SKILL.md +35 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/database-skills/skills/vitess/references/operational-safety.md +105 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/database-skills/skills/vitess/references/sharding-routing.md +125 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/datadog-automation/SKILL.md +235 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/debugging-wizard/SKILL.md +12 -78
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/deployment-procedures/SKILL.md +11 -231
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/design-system-builder/POWER.md +150 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/design-system-builder/SKILL.md +150 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/design-system-builder/references/component_api_guidelines.md +20 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/design-system-builder/steering/component_api_guidelines.md +20 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/design-system-builder/templates/component_widget_test.md +21 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/design-system-builder/templates/one_component_skeleton.md +38 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/fastify-patterns/POWER.md +167 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/fastify-patterns/SKILL.md +158 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/fastify-patterns/references/express-migration.md +517 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/fastify-patterns/references/performance.md +503 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/fastify-patterns/references/plugin-config.md +538 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/fastify-patterns/references/secure-sessions.md +479 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/fix-review/SKILL.md +259 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/fix-review/references/bug-detection.md +408 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/fix-review/references/finding-matching.md +298 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/fix-review/references/report-parsing.md +398 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/flutter-code-reviewer/POWER.md +185 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/flutter-code-reviewer/SKILL.md +185 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/flutter-code-reviewer/references/common-issues.md +173 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/flutter-code-reviewer/references/feedback-examples.md +163 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/flutter-code-reviewer/references/review_checklist.md +68 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/flutter-code-reviewer/references/strict-rules.md +84 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/flutter-code-reviewer/references/testing_expectations.md +21 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/flutter-code-reviewer/steering/common-issues.md +173 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/flutter-code-reviewer/steering/feedback-examples.md +163 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/flutter-code-reviewer/steering/review_checklist.md +68 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/flutter-code-reviewer/steering/strict-rules.md +84 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/flutter-code-reviewer/steering/testing_expectations.md +21 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/flutter-code-reviewer/templates/review_response.md +28 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/flutter-security-reviewer/POWER.md +204 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/flutter-security-reviewer/SKILL.md +204 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/flutter-security-reviewer/references/log_redaction.md +17 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/flutter-security-reviewer/references/network_hardening.md +13 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/flutter-security-reviewer/references/secret-scanning.md +123 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/flutter-security-reviewer/references/secure_storage_policy.md +16 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/flutter-security-reviewer/references/vulnerability-patterns.md +189 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/flutter-security-reviewer/steering/log_redaction.md +17 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/flutter-security-reviewer/steering/network_hardening.md +13 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/flutter-security-reviewer/steering/secret-scanning.md +123 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/flutter-security-reviewer/steering/secure_storage_policy.md +16 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/flutter-security-reviewer/steering/vulnerability-patterns.md +189 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/flutter-security-reviewer/templates/security_review_response.md +31 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/git-commit/POWER.md +47 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/git-commit/SKILL.md +47 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/github-automation/SKILL.md +227 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/golang-pro/SKILL.md +56 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/golang-pro/references/concurrency.md +329 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/golang-pro/references/generics.md +442 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/golang-pro/references/interfaces.md +432 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/golang-pro/references/project-structure.md +477 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/golang-pro/references/testing.md +451 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/graphql-architect/SKILL.md +86 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/graphql-architect/references/federation.md +418 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/graphql-architect/references/migration-from-rest.md +1141 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/graphql-architect/references/resolvers.md +425 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/graphql-architect/references/schema-design.md +393 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/graphql-architect/references/security.md +569 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/graphql-architect/references/subscriptions.md +510 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/java-pro/SKILL.md +40 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/javascript-pro/SKILL.md +37 -67
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/kotlin-pro/SKILL.md +40 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/mcp-developer/SKILL.md +85 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/mcp-developer/references/protocol.md +244 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/mcp-developer/references/python-sdk.md +367 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/mcp-developer/references/resources.md +554 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/mcp-developer/references/tools.md +480 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/mcp-developer/references/typescript-sdk.md +350 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/microservices-architect/POWER.md +109 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/microservices-architect/SKILL.md +93 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/microservices-architect/references/communication.md +499 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/microservices-architect/references/data.md +721 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/microservices-architect/references/decomposition.md +344 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/microservices-architect/references/observability.md +805 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/microservices-architect/references/patterns.md +603 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/next-best-practices/SKILL.md +153 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/next-best-practices/async-patterns.md +87 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/next-best-practices/bundling.md +180 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/next-best-practices/data-patterns.md +297 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/next-best-practices/debug-tricks.md +105 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/next-best-practices/directives.md +73 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/next-best-practices/error-handling.md +227 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/next-best-practices/file-conventions.md +140 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/next-best-practices/font.md +245 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/next-best-practices/functions.md +108 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/next-best-practices/hydration-error.md +91 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/next-best-practices/image.md +173 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/next-best-practices/metadata.md +301 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/next-best-practices/parallel-routes.md +287 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/next-best-practices/route-handlers.md +146 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/next-best-practices/rsc-boundaries.md +159 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/next-best-practices/runtime-selection.md +39 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/next-best-practices/scripts.md +141 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/next-best-practices/self-hosting.md +371 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/next-best-practices/suspense-boundaries.md +67 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/next-cache-components/SKILL.md +360 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/next-upgrade/SKILL.md +50 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/nextjs-developer/SKILL.md +41 -148
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/nextjs-react-expert/SKILL.md +10 -281
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/nodejs-best-practices/SKILL.md +33 -317
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/oneup-design/POWER.md +72 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/oneup-design/SKILL.md +72 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/oneup-design/references/colors.md +41 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/oneup-design/references/components.md +53 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/oneup-design/references/spacing.md +84 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/oneup-design/steering/colors.md +41 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/oneup-design/steering/components.md +53 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/oneup-design/steering/spacing.md +84 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/postman/POWER.md +242 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/postman/SKILL.md +240 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/postman/flutter-expert/POWER.md +89 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/postman/flutter-expert/SKILL.md +77 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/postman/flutter-expert/references/bloc-state.md +259 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/postman/flutter-expert/references/engineering-principles.md +82 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/postman/flutter-expert/references/gorouter-navigation.md +157 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/postman/flutter-expert/references/performance.md +99 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/postman/flutter-expert/references/project-structure.md +77 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/postman/flutter-expert/references/riverpod-state.md +404 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/postman/flutter-expert/references/widget-patterns.md +123 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/postman/flutter-security-reviewer/POWER.md +204 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/postman/flutter-security-reviewer/SKILL.md +180 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/postman/flutter-security-reviewer/references/log_redaction.md +17 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/postman/flutter-security-reviewer/references/network_hardening.md +13 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/postman/flutter-security-reviewer/references/secret-scanning.md +123 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/postman/flutter-security-reviewer/references/secure_storage_policy.md +16 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/postman/flutter-security-reviewer/references/vulnerability-patterns.md +189 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/postman/flutter-security-reviewer/templates/security_review_response.md +31 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/postman/flutter-test-master/POWER.md +527 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/postman/flutter-test-master/SKILL.md +513 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/postman/flutter-test-master/references/golden-testing.md +444 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/postman/flutter-test-master/references/integration-testing.md +688 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/postman/flutter-test-master/references/property-testing.md +408 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/postman/flutter-test-master/references/riverpod-testing.md +606 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/postman/flutter-test-master/references/test-utilities.md +566 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/postman/flutter-test-master/references/unit-testing.md +511 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/postman/flutter-test-master/references/widget-testing.md +601 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/postman/git-commit/POWER.md +47 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/postman/git-commit/SKILL.md +46 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/postman/gorouter-restoration/POWER.md +227 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/postman/gorouter-restoration/SKILL.md +217 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/postman/gorouter-restoration/references/guard_patterns.md +14 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/postman/gorouter-restoration/references/tab_preservation.md +12 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/postman/gorouter-restoration/templates/guard_redirect.md +30 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/postman/gorouter-restoration/templates/stateful_shell_skeleton.md +40 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/postman/mcp.json +11 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/postman/microservices-architect/POWER.md +109 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/postman/microservices-architect/SKILL.md +93 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/postman/microservices-architect/references/communication.md +499 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/postman/microservices-architect/references/data.md +721 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/postman/microservices-architect/references/decomposition.md +344 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/postman/microservices-architect/references/observability.md +805 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/postman/microservices-architect/references/patterns.md +603 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/postman/nestjs-expert/POWER.md +130 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/postman/nestjs-expert/SKILL.md +114 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/postman/nestjs-expert/references/authentication.md +461 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/postman/nestjs-expert/references/controllers-routing.md +114 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/postman/nestjs-expert/references/dtos-validation.md +156 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/postman/nestjs-expert/references/migration-from-express.md +1240 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/postman/nestjs-expert/references/secure-sessions.md +56 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/postman/nestjs-expert/references/services-di.md +143 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/postman/nestjs-expert/references/strangler-fig-pattern.md +47 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/postman/nestjs-expert/references/testing-patterns.md +189 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/postman/oneup-design/POWER.md +72 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/postman/oneup-design/SKILL.md +71 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/postman/oneup-design/references/colors.md +41 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/postman/oneup-design/references/components.md +53 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/postman/oneup-design/references/spacing.md +84 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/postman/openapi-docs/POWER.md +78 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/postman/openapi-docs/SKILL.md +68 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/postman/openapi-docs/references/crud-templates.md +43 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/postman/openapi-docs/references/framework-express.md +19 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/postman/openapi-docs/references/framework-fastapi.md +20 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/postman/openapi-docs/references/framework-nestjs.md +20 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/postman/openapi-docs/references/framework-raw-openapi.md +14 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/postman/openapi-docs/references/openapi-checklist.md +33 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/postman/openapi-docs/references/stoplight-ui.md +21 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/postman/references/steering.md +26 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/python-patterns/SKILL.md +11 -431
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/python-pro/SKILL.md +56 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/python-pro/references/async-patterns.md +356 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/python-pro/references/packaging.md +460 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/python-pro/references/standard-library.md +378 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/python-pro/references/testing.md +404 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/python-pro/references/type-system.md +290 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/react-best-practices/SKILL.md +35 -118
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/react-expert/SKILL.md +38 -66
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/rust-engineer/SKILL.md +21 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/rust-engineer/references/async.md +458 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/rust-engineer/references/error-handling.md +334 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/rust-engineer/references/ownership.md +278 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/rust-engineer/references/testing.md +470 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/rust-engineer/references/traits.md +413 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/rust-pro/SKILL.md +36 -163
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/saas-builder/POWER.md +165 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/saas-builder/SKILL.md +85 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/saas-builder/mcp.json +51 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/saas-builder/references/architecture-principles.md +76 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/saas-builder/references/billing-and-payments.md +165 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/saas-builder/references/implementation-patterns.md +156 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/saas-builder/references/repository-structure.md +132 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/saas-builder/steering/architecture-principles.md +76 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/saas-builder/steering/billing-and-payments.md +165 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/saas-builder/steering/implementation-patterns.md +156 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/saas-builder/steering/repository-structure.md +132 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/sentry-automation/SKILL.md +232 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/server-management/SKILL.md +11 -151
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/skills_index.json +1358 -247
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/stripe-best-practices/SKILL.md +34 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/sub-agents/references/cli-formats.md +25 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/sub-agents/scripts/run_subagent.py +0 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/tdd-workflow/SKILL.md +12 -140
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/testing-patterns/SKILL.md +11 -168
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/typescript-pro/SKILL.md +43 -70
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/ui-ux-pro-max/data/charts.csv +26 -26
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/ui-ux-pro-max/data/colors.csv +97 -97
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/ui-ux-pro-max/data/landing.csv +28 -28
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/ui-ux-pro-max/data/products.csv +96 -96
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/ui-ux-pro-max/data/stacks/flutter.csv +53 -53
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/ui-ux-pro-max/data/stacks/html-tailwind.csv +56 -56
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/ui-ux-pro-max/data/stacks/nextjs.csv +53 -53
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/ui-ux-pro-max/data/stacks/react-native.csv +52 -52
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/ui-ux-pro-max/data/stacks/react.csv +54 -54
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/ui-ux-pro-max/data/stacks/svelte.csv +54 -54
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/ui-ux-pro-max/data/stacks/swiftui.csv +51 -51
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/ui-ux-pro-max/data/stacks/vue.csv +50 -50
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/ui-ux-pro-max/data/styles.csv +68 -68
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/ui-ux-pro-max/data/ux-guidelines.csv +99 -99
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/ui-ux-pro-max/scripts/search.py +114 -114
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/vercel-ai/SKILL.md +40 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/vercel-ai-gateway/SKILL.md +11 -59
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/vercel-ai-sdk/SKILL.md +11 -43
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/vercel-caching/SKILL.md +10 -62
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/vercel-cli/SKILL.md +11 -66
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/vercel-delivery/SKILL.md +42 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/vercel-deployments/SKILL.md +10 -77
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/vercel-domains/SKILL.md +10 -59
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/vercel-firewall/SKILL.md +10 -53
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/vercel-flags/SKILL.md +10 -53
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/vercel-functions/SKILL.md +10 -60
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/vercel-observability/SKILL.md +13 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/vercel-platform/SKILL.md +16 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/vercel-routing/SKILL.md +10 -59
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/vercel-runtime/SKILL.md +40 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/vercel-security/SKILL.md +40 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/vercel-storage/SKILL.md +8 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/vulnerability-scanner/SKILL.md +11 -266
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/webapp-testing/scripts/with_server.py +0 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/workflows/backend.md +15 -1
- package/workflows/workflows/agent-environment-setup/platforms/copilot/workflows/brainstorm.md +15 -1
- package/workflows/workflows/agent-environment-setup/platforms/copilot/workflows/create.md +15 -1
- package/workflows/workflows/agent-environment-setup/platforms/copilot/workflows/database.md +15 -1
- package/workflows/workflows/agent-environment-setup/platforms/copilot/workflows/debug.md +15 -1
- package/workflows/workflows/agent-environment-setup/platforms/copilot/workflows/devops.md +15 -1
- package/workflows/workflows/agent-environment-setup/platforms/copilot/workflows/implement-track.md +15 -1
- package/workflows/workflows/agent-environment-setup/platforms/copilot/workflows/incident.md +15 -1
- package/workflows/workflows/agent-environment-setup/platforms/copilot/workflows/mobile.md +15 -1
- package/workflows/workflows/agent-environment-setup/platforms/copilot/workflows/orchestrate.md +15 -1
- package/workflows/workflows/agent-environment-setup/platforms/copilot/workflows/plan.md +15 -1
- package/workflows/workflows/agent-environment-setup/platforms/copilot/workflows/qa.md +15 -1
- package/workflows/workflows/agent-environment-setup/platforms/copilot/workflows/refactor.md +15 -1
- package/workflows/workflows/agent-environment-setup/platforms/copilot/workflows/release.md +15 -1
- package/workflows/workflows/agent-environment-setup/platforms/copilot/workflows/review.md +15 -1
- package/workflows/workflows/agent-environment-setup/platforms/copilot/workflows/security.md +15 -1
- package/workflows/workflows/agent-environment-setup/platforms/copilot/workflows/test.md +15 -1
- package/workflows/workflows/agent-environment-setup/platforms/copilot/workflows/vercel.md +15 -1
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/architecture/SKILL.md +12 -46
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/ask-questions-if-underspecified/SKILL.md +85 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/atlassian-mcp/SKILL.md +88 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/atlassian-mcp/references/authentication-patterns.md +520 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/atlassian-mcp/references/common-workflows.md +660 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/atlassian-mcp/references/confluence-operations.md +528 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/atlassian-mcp/references/jira-queries.md +421 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/atlassian-mcp/references/mcp-server-setup.md +292 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/building-mcp-server-on-cloudflare/SKILL.md +258 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/building-mcp-server-on-cloudflare/references/examples.md +115 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/building-mcp-server-on-cloudflare/references/oauth-setup.md +338 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/building-mcp-server-on-cloudflare/references/tool-patterns.md +29 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/building-mcp-server-on-cloudflare/references/troubleshooting.md +317 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/cli-developer/POWER.md +116 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/cli-developer/SKILL.md +116 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/cli-developer/references/design-patterns.md +480 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/cli-developer/references/go-cli.md +794 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/cli-developer/references/node-cli.md +619 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/cli-developer/references/python-cli.md +737 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/cli-developer/references/ux-patterns.md +447 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/cli-developer/steering/design-patterns.md +480 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/cli-developer/steering/go-cli.md +794 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/cli-developer/steering/node-cli.md +619 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/cli-developer/steering/python-cli.md +737 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/cli-developer/steering/ux-patterns.md +447 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/code-review-checklist/SKILL.md +11 -99
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/csharp-pro/SKILL.md +40 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/database-skills/LATEST_VERSIONS.md +36 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/database-skills/README.md +51 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/database-skills/SKILL.md +102 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/database-skills/skills/mongodb/SKILL.md +37 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/database-skills/skills/mongodb/references/aggregation.md +153 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/database-skills/skills/mongodb/references/modeling.md +96 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/database-skills/skills/mongodb/references/mongoose-nestjs.md +134 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/database-skills/skills/mysql/SKILL.md +41 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/database-skills/skills/mysql/references/locking-ddl.md +104 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/database-skills/skills/mysql/references/query-indexing.md +104 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/database-skills/skills/mysql/references/replication.md +142 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/database-skills/skills/neki/SKILL.md +26 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/database-skills/skills/neki/references/architecture.md +136 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/database-skills/skills/neki/references/operations.md +77 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/database-skills/skills/postgres/SKILL.md +39 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/database-skills/skills/postgres/references/connection-pooling.md +142 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/database-skills/skills/postgres/references/migrations.md +126 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/database-skills/skills/postgres/references/performance-ops.md +117 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/database-skills/skills/postgres/references/schema-indexing.md +79 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/database-skills/skills/redis/SKILL.md +36 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/database-skills/skills/redis/references/cache-patterns.md +154 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/database-skills/skills/redis/references/data-modeling.md +152 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/database-skills/skills/redis/references/operations.md +144 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/database-skills/skills/sqlite/SKILL.md +36 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/database-skills/skills/sqlite/references/local-first.md +95 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/database-skills/skills/sqlite/references/performance.md +105 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/database-skills/skills/supabase/SKILL.md +35 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/database-skills/skills/supabase/references/performance-operations.md +95 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/database-skills/skills/supabase/references/rls-auth.md +106 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/database-skills/skills/vitess/SKILL.md +35 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/database-skills/skills/vitess/references/operational-safety.md +105 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/database-skills/skills/vitess/references/sharding-routing.md +125 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/datadog-automation/SKILL.md +235 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/debugging-wizard/SKILL.md +12 -78
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/deployment-procedures/SKILL.md +11 -231
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/design-system-builder/POWER.md +150 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/design-system-builder/SKILL.md +150 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/design-system-builder/references/component_api_guidelines.md +20 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/design-system-builder/steering/component_api_guidelines.md +20 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/design-system-builder/templates/component_widget_test.md +21 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/design-system-builder/templates/one_component_skeleton.md +38 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/fastify-patterns/POWER.md +167 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/fastify-patterns/SKILL.md +158 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/fastify-patterns/references/express-migration.md +517 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/fastify-patterns/references/performance.md +503 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/fastify-patterns/references/plugin-config.md +538 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/fastify-patterns/references/secure-sessions.md +479 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/fix-review/SKILL.md +259 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/fix-review/references/bug-detection.md +408 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/fix-review/references/finding-matching.md +298 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/fix-review/references/report-parsing.md +398 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/flutter-code-reviewer/POWER.md +185 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/flutter-code-reviewer/SKILL.md +185 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/flutter-code-reviewer/references/common-issues.md +173 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/flutter-code-reviewer/references/feedback-examples.md +163 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/flutter-code-reviewer/references/review_checklist.md +68 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/flutter-code-reviewer/references/strict-rules.md +84 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/flutter-code-reviewer/references/testing_expectations.md +21 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/flutter-code-reviewer/steering/common-issues.md +173 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/flutter-code-reviewer/steering/feedback-examples.md +163 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/flutter-code-reviewer/steering/review_checklist.md +68 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/flutter-code-reviewer/steering/strict-rules.md +84 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/flutter-code-reviewer/steering/testing_expectations.md +21 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/flutter-code-reviewer/templates/review_response.md +28 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/flutter-security-reviewer/POWER.md +204 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/flutter-security-reviewer/SKILL.md +204 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/flutter-security-reviewer/references/log_redaction.md +17 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/flutter-security-reviewer/references/network_hardening.md +13 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/flutter-security-reviewer/references/secret-scanning.md +123 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/flutter-security-reviewer/references/secure_storage_policy.md +16 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/flutter-security-reviewer/references/vulnerability-patterns.md +189 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/flutter-security-reviewer/steering/log_redaction.md +17 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/flutter-security-reviewer/steering/network_hardening.md +13 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/flutter-security-reviewer/steering/secret-scanning.md +123 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/flutter-security-reviewer/steering/secure_storage_policy.md +16 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/flutter-security-reviewer/steering/vulnerability-patterns.md +189 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/flutter-security-reviewer/templates/security_review_response.md +31 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/git-commit/POWER.md +47 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/git-commit/SKILL.md +47 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/github-automation/SKILL.md +227 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/golang-pro/SKILL.md +56 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/golang-pro/references/concurrency.md +329 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/golang-pro/references/generics.md +442 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/golang-pro/references/interfaces.md +432 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/golang-pro/references/project-structure.md +477 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/golang-pro/references/testing.md +451 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/graphql-architect/SKILL.md +86 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/graphql-architect/references/federation.md +418 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/graphql-architect/references/migration-from-rest.md +1141 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/graphql-architect/references/resolvers.md +425 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/graphql-architect/references/schema-design.md +393 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/graphql-architect/references/security.md +569 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/graphql-architect/references/subscriptions.md +510 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/java-pro/SKILL.md +40 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/javascript-pro/SKILL.md +37 -67
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/kotlin-pro/SKILL.md +40 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/mcp-developer/SKILL.md +85 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/mcp-developer/references/protocol.md +244 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/mcp-developer/references/python-sdk.md +367 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/mcp-developer/references/resources.md +554 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/mcp-developer/references/tools.md +480 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/mcp-developer/references/typescript-sdk.md +350 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/microservices-architect/POWER.md +109 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/microservices-architect/SKILL.md +93 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/microservices-architect/references/communication.md +499 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/microservices-architect/references/data.md +721 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/microservices-architect/references/decomposition.md +344 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/microservices-architect/references/observability.md +805 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/microservices-architect/references/patterns.md +603 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/next-best-practices/SKILL.md +153 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/next-best-practices/async-patterns.md +87 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/next-best-practices/bundling.md +180 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/next-best-practices/data-patterns.md +297 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/next-best-practices/debug-tricks.md +105 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/next-best-practices/directives.md +73 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/next-best-practices/error-handling.md +227 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/next-best-practices/file-conventions.md +140 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/next-best-practices/font.md +245 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/next-best-practices/functions.md +108 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/next-best-practices/hydration-error.md +91 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/next-best-practices/image.md +173 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/next-best-practices/metadata.md +301 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/next-best-practices/parallel-routes.md +287 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/next-best-practices/route-handlers.md +146 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/next-best-practices/rsc-boundaries.md +159 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/next-best-practices/runtime-selection.md +39 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/next-best-practices/scripts.md +141 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/next-best-practices/self-hosting.md +371 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/next-best-practices/suspense-boundaries.md +67 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/next-cache-components/SKILL.md +360 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/next-upgrade/SKILL.md +50 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/nextjs-developer/SKILL.md +41 -148
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/nextjs-react-expert/SKILL.md +10 -281
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/nodejs-best-practices/SKILL.md +33 -317
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/oneup-design/POWER.md +72 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/oneup-design/SKILL.md +72 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/oneup-design/references/colors.md +41 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/oneup-design/references/components.md +53 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/oneup-design/references/spacing.md +84 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/oneup-design/steering/colors.md +41 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/oneup-design/steering/components.md +53 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/oneup-design/steering/spacing.md +84 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/postman/POWER.md +242 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/postman/SKILL.md +240 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/postman/flutter-expert/POWER.md +89 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/postman/flutter-expert/SKILL.md +77 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/postman/flutter-expert/references/bloc-state.md +259 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/postman/flutter-expert/references/engineering-principles.md +82 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/postman/flutter-expert/references/gorouter-navigation.md +157 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/postman/flutter-expert/references/performance.md +99 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/postman/flutter-expert/references/project-structure.md +77 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/postman/flutter-expert/references/riverpod-state.md +404 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/postman/flutter-expert/references/widget-patterns.md +123 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/postman/flutter-security-reviewer/POWER.md +204 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/postman/flutter-security-reviewer/SKILL.md +180 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/postman/flutter-security-reviewer/references/log_redaction.md +17 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/postman/flutter-security-reviewer/references/network_hardening.md +13 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/postman/flutter-security-reviewer/references/secret-scanning.md +123 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/postman/flutter-security-reviewer/references/secure_storage_policy.md +16 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/postman/flutter-security-reviewer/references/vulnerability-patterns.md +189 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/postman/flutter-security-reviewer/templates/security_review_response.md +31 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/postman/flutter-test-master/POWER.md +527 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/postman/flutter-test-master/SKILL.md +513 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/postman/flutter-test-master/references/golden-testing.md +444 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/postman/flutter-test-master/references/integration-testing.md +688 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/postman/flutter-test-master/references/property-testing.md +408 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/postman/flutter-test-master/references/riverpod-testing.md +606 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/postman/flutter-test-master/references/test-utilities.md +566 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/postman/flutter-test-master/references/unit-testing.md +511 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/postman/flutter-test-master/references/widget-testing.md +601 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/postman/git-commit/POWER.md +47 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/postman/git-commit/SKILL.md +46 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/postman/gorouter-restoration/POWER.md +227 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/postman/gorouter-restoration/SKILL.md +217 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/postman/gorouter-restoration/references/guard_patterns.md +14 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/postman/gorouter-restoration/references/tab_preservation.md +12 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/postman/gorouter-restoration/templates/guard_redirect.md +30 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/postman/gorouter-restoration/templates/stateful_shell_skeleton.md +40 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/postman/mcp.json +11 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/postman/microservices-architect/POWER.md +109 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/postman/microservices-architect/SKILL.md +93 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/postman/microservices-architect/references/communication.md +499 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/postman/microservices-architect/references/data.md +721 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/postman/microservices-architect/references/decomposition.md +344 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/postman/microservices-architect/references/observability.md +805 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/postman/microservices-architect/references/patterns.md +603 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/postman/nestjs-expert/POWER.md +130 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/postman/nestjs-expert/SKILL.md +114 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/postman/nestjs-expert/references/authentication.md +461 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/postman/nestjs-expert/references/controllers-routing.md +114 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/postman/nestjs-expert/references/dtos-validation.md +156 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/postman/nestjs-expert/references/migration-from-express.md +1240 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/postman/nestjs-expert/references/secure-sessions.md +56 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/postman/nestjs-expert/references/services-di.md +143 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/postman/nestjs-expert/references/strangler-fig-pattern.md +47 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/postman/nestjs-expert/references/testing-patterns.md +189 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/postman/oneup-design/POWER.md +72 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/postman/oneup-design/SKILL.md +71 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/postman/oneup-design/references/colors.md +41 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/postman/oneup-design/references/components.md +53 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/postman/oneup-design/references/spacing.md +84 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/postman/openapi-docs/POWER.md +78 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/postman/openapi-docs/SKILL.md +68 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/postman/openapi-docs/references/crud-templates.md +43 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/postman/openapi-docs/references/framework-express.md +19 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/postman/openapi-docs/references/framework-fastapi.md +20 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/postman/openapi-docs/references/framework-nestjs.md +20 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/postman/openapi-docs/references/framework-raw-openapi.md +14 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/postman/openapi-docs/references/openapi-checklist.md +33 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/postman/openapi-docs/references/stoplight-ui.md +21 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/postman/references/steering.md +26 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/python-patterns/SKILL.md +11 -431
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/python-pro/SKILL.md +56 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/python-pro/references/async-patterns.md +356 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/python-pro/references/packaging.md +460 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/python-pro/references/standard-library.md +378 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/python-pro/references/testing.md +404 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/python-pro/references/type-system.md +290 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/react-best-practices/SKILL.md +35 -118
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/react-expert/SKILL.md +38 -66
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/rust-engineer/SKILL.md +21 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/rust-engineer/references/async.md +458 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/rust-engineer/references/error-handling.md +334 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/rust-engineer/references/ownership.md +278 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/rust-engineer/references/testing.md +470 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/rust-engineer/references/traits.md +413 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/rust-pro/SKILL.md +36 -163
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/saas-builder/POWER.md +165 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/saas-builder/SKILL.md +85 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/saas-builder/mcp.json +51 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/saas-builder/references/architecture-principles.md +76 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/saas-builder/references/billing-and-payments.md +165 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/saas-builder/references/implementation-patterns.md +156 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/saas-builder/references/repository-structure.md +132 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/saas-builder/steering/architecture-principles.md +76 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/saas-builder/steering/billing-and-payments.md +165 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/saas-builder/steering/implementation-patterns.md +156 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/saas-builder/steering/repository-structure.md +132 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/sentry-automation/SKILL.md +232 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/server-management/SKILL.md +11 -151
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/skills_index.json +1358 -247
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/stripe-best-practices/SKILL.md +34 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/sub-agents/references/cli-formats.md +25 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/sub-agents/scripts/run_subagent.py +0 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/tdd-workflow/SKILL.md +12 -140
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/testing-patterns/SKILL.md +11 -168
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/typescript-pro/SKILL.md +43 -70
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/ui-ux-pro-max/data/charts.csv +26 -26
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/ui-ux-pro-max/data/colors.csv +97 -97
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/ui-ux-pro-max/data/landing.csv +28 -28
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/ui-ux-pro-max/data/products.csv +96 -96
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/ui-ux-pro-max/data/stacks/flutter.csv +53 -53
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/ui-ux-pro-max/data/stacks/html-tailwind.csv +56 -56
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/ui-ux-pro-max/data/stacks/nextjs.csv +53 -53
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/ui-ux-pro-max/data/stacks/react-native.csv +52 -52
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/ui-ux-pro-max/data/stacks/react.csv +54 -54
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/ui-ux-pro-max/data/stacks/svelte.csv +54 -54
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/ui-ux-pro-max/data/stacks/swiftui.csv +51 -51
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/ui-ux-pro-max/data/stacks/vue.csv +50 -50
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/ui-ux-pro-max/data/styles.csv +68 -68
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/ui-ux-pro-max/data/ux-guidelines.csv +99 -99
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/ui-ux-pro-max/scripts/search.py +114 -114
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/vercel-ai/SKILL.md +40 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/vercel-ai-gateway/SKILL.md +11 -59
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/vercel-ai-sdk/SKILL.md +11 -43
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/vercel-caching/SKILL.md +10 -62
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/vercel-cli/SKILL.md +11 -66
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/vercel-delivery/SKILL.md +42 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/vercel-deployments/SKILL.md +10 -77
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/vercel-domains/SKILL.md +10 -59
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/vercel-firewall/SKILL.md +10 -53
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/vercel-flags/SKILL.md +10 -53
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/vercel-functions/SKILL.md +10 -60
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/vercel-observability/SKILL.md +13 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/vercel-platform/SKILL.md +16 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/vercel-routing/SKILL.md +10 -59
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/vercel-runtime/SKILL.md +40 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/vercel-security/SKILL.md +40 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/vercel-storage/SKILL.md +8 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/vulnerability-scanner/SKILL.md +11 -266
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/webapp-testing/scripts/with_server.py +0 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/architecture/SKILL.md +12 -46
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/ask-questions-if-underspecified/SKILL.md +85 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/atlassian-mcp/SKILL.md +88 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/atlassian-mcp/references/authentication-patterns.md +520 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/atlassian-mcp/references/common-workflows.md +660 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/atlassian-mcp/references/confluence-operations.md +528 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/atlassian-mcp/references/jira-queries.md +421 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/atlassian-mcp/references/mcp-server-setup.md +292 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/building-mcp-server-on-cloudflare/SKILL.md +258 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/building-mcp-server-on-cloudflare/references/examples.md +115 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/building-mcp-server-on-cloudflare/references/oauth-setup.md +338 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/building-mcp-server-on-cloudflare/references/tool-patterns.md +29 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/building-mcp-server-on-cloudflare/references/troubleshooting.md +317 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/cli-developer/POWER.md +116 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/cli-developer/SKILL.md +116 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/cli-developer/references/design-patterns.md +480 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/cli-developer/references/go-cli.md +794 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/cli-developer/references/node-cli.md +619 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/cli-developer/references/python-cli.md +737 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/cli-developer/references/ux-patterns.md +447 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/cli-developer/steering/design-patterns.md +480 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/cli-developer/steering/go-cli.md +794 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/cli-developer/steering/node-cli.md +619 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/cli-developer/steering/python-cli.md +737 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/cli-developer/steering/ux-patterns.md +447 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/code-review-checklist/SKILL.md +11 -99
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/csharp-pro/SKILL.md +40 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/database-skills/LATEST_VERSIONS.md +36 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/database-skills/README.md +51 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/database-skills/SKILL.md +102 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/database-skills/skills/mongodb/SKILL.md +37 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/database-skills/skills/mongodb/references/aggregation.md +153 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/database-skills/skills/mongodb/references/modeling.md +96 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/database-skills/skills/mongodb/references/mongoose-nestjs.md +134 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/database-skills/skills/mysql/SKILL.md +41 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/database-skills/skills/mysql/references/locking-ddl.md +104 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/database-skills/skills/mysql/references/query-indexing.md +104 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/database-skills/skills/mysql/references/replication.md +142 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/database-skills/skills/neki/SKILL.md +26 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/database-skills/skills/neki/references/architecture.md +136 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/database-skills/skills/neki/references/operations.md +77 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/database-skills/skills/postgres/SKILL.md +39 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/database-skills/skills/postgres/references/connection-pooling.md +142 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/database-skills/skills/postgres/references/migrations.md +126 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/database-skills/skills/postgres/references/performance-ops.md +117 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/database-skills/skills/postgres/references/schema-indexing.md +79 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/database-skills/skills/redis/SKILL.md +36 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/database-skills/skills/redis/references/cache-patterns.md +154 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/database-skills/skills/redis/references/data-modeling.md +152 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/database-skills/skills/redis/references/operations.md +144 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/database-skills/skills/sqlite/SKILL.md +36 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/database-skills/skills/sqlite/references/local-first.md +95 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/database-skills/skills/sqlite/references/performance.md +105 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/database-skills/skills/supabase/SKILL.md +35 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/database-skills/skills/supabase/references/performance-operations.md +95 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/database-skills/skills/supabase/references/rls-auth.md +106 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/database-skills/skills/vitess/SKILL.md +35 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/database-skills/skills/vitess/references/operational-safety.md +105 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/database-skills/skills/vitess/references/sharding-routing.md +125 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/datadog-automation/SKILL.md +235 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/debugging-wizard/SKILL.md +12 -78
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/deployment-procedures/SKILL.md +11 -231
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/design-system-builder/POWER.md +150 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/design-system-builder/SKILL.md +150 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/design-system-builder/references/component_api_guidelines.md +20 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/design-system-builder/steering/component_api_guidelines.md +20 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/design-system-builder/templates/component_widget_test.md +21 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/design-system-builder/templates/one_component_skeleton.md +38 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/fastify-patterns/POWER.md +167 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/fastify-patterns/SKILL.md +158 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/fastify-patterns/references/express-migration.md +517 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/fastify-patterns/references/performance.md +503 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/fastify-patterns/references/plugin-config.md +538 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/fastify-patterns/references/secure-sessions.md +479 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/fix-review/SKILL.md +259 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/fix-review/references/bug-detection.md +408 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/fix-review/references/finding-matching.md +298 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/fix-review/references/report-parsing.md +398 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/flutter-code-reviewer/POWER.md +185 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/flutter-code-reviewer/SKILL.md +185 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/flutter-code-reviewer/references/common-issues.md +173 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/flutter-code-reviewer/references/feedback-examples.md +163 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/flutter-code-reviewer/references/review_checklist.md +68 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/flutter-code-reviewer/references/strict-rules.md +84 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/flutter-code-reviewer/references/testing_expectations.md +21 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/flutter-code-reviewer/steering/common-issues.md +173 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/flutter-code-reviewer/steering/feedback-examples.md +163 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/flutter-code-reviewer/steering/review_checklist.md +68 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/flutter-code-reviewer/steering/strict-rules.md +84 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/flutter-code-reviewer/steering/testing_expectations.md +21 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/flutter-code-reviewer/templates/review_response.md +28 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/flutter-security-reviewer/POWER.md +204 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/flutter-security-reviewer/SKILL.md +204 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/flutter-security-reviewer/references/log_redaction.md +17 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/flutter-security-reviewer/references/network_hardening.md +13 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/flutter-security-reviewer/references/secret-scanning.md +123 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/flutter-security-reviewer/references/secure_storage_policy.md +16 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/flutter-security-reviewer/references/vulnerability-patterns.md +189 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/flutter-security-reviewer/steering/log_redaction.md +17 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/flutter-security-reviewer/steering/network_hardening.md +13 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/flutter-security-reviewer/steering/secret-scanning.md +123 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/flutter-security-reviewer/steering/secure_storage_policy.md +16 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/flutter-security-reviewer/steering/vulnerability-patterns.md +189 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/flutter-security-reviewer/templates/security_review_response.md +31 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/git-commit/POWER.md +47 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/git-commit/SKILL.md +47 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/github-automation/SKILL.md +227 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/golang-pro/SKILL.md +56 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/golang-pro/references/concurrency.md +329 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/golang-pro/references/generics.md +442 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/golang-pro/references/interfaces.md +432 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/golang-pro/references/project-structure.md +477 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/golang-pro/references/testing.md +451 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/graphql-architect/SKILL.md +86 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/graphql-architect/references/federation.md +418 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/graphql-architect/references/migration-from-rest.md +1141 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/graphql-architect/references/resolvers.md +425 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/graphql-architect/references/schema-design.md +393 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/graphql-architect/references/security.md +569 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/graphql-architect/references/subscriptions.md +510 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/java-pro/SKILL.md +40 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/javascript-pro/SKILL.md +37 -67
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/kotlin-pro/SKILL.md +40 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/mcp-developer/SKILL.md +85 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/mcp-developer/references/protocol.md +244 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/mcp-developer/references/python-sdk.md +367 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/mcp-developer/references/resources.md +554 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/mcp-developer/references/tools.md +480 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/mcp-developer/references/typescript-sdk.md +350 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/microservices-architect/POWER.md +109 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/microservices-architect/SKILL.md +93 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/microservices-architect/references/communication.md +499 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/microservices-architect/references/data.md +721 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/microservices-architect/references/decomposition.md +344 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/microservices-architect/references/observability.md +805 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/microservices-architect/references/patterns.md +603 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/next-best-practices/SKILL.md +153 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/next-best-practices/async-patterns.md +87 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/next-best-practices/bundling.md +180 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/next-best-practices/data-patterns.md +297 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/next-best-practices/debug-tricks.md +105 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/next-best-practices/directives.md +73 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/next-best-practices/error-handling.md +227 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/next-best-practices/file-conventions.md +140 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/next-best-practices/font.md +245 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/next-best-practices/functions.md +108 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/next-best-practices/hydration-error.md +91 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/next-best-practices/image.md +173 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/next-best-practices/metadata.md +301 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/next-best-practices/parallel-routes.md +287 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/next-best-practices/route-handlers.md +146 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/next-best-practices/rsc-boundaries.md +159 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/next-best-practices/runtime-selection.md +39 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/next-best-practices/scripts.md +141 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/next-best-practices/self-hosting.md +371 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/next-best-practices/suspense-boundaries.md +67 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/next-cache-components/SKILL.md +360 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/next-upgrade/SKILL.md +50 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/nextjs-developer/SKILL.md +41 -148
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/nextjs-react-expert/SKILL.md +10 -281
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/nodejs-best-practices/SKILL.md +33 -317
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/oneup-design/POWER.md +72 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/oneup-design/SKILL.md +72 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/oneup-design/references/colors.md +41 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/oneup-design/references/components.md +53 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/oneup-design/references/spacing.md +84 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/oneup-design/steering/colors.md +41 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/oneup-design/steering/components.md +53 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/oneup-design/steering/spacing.md +84 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/postman/POWER.md +242 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/postman/SKILL.md +240 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/postman/flutter-expert/POWER.md +89 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/postman/flutter-expert/SKILL.md +77 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/postman/flutter-expert/references/bloc-state.md +259 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/postman/flutter-expert/references/engineering-principles.md +82 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/postman/flutter-expert/references/gorouter-navigation.md +157 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/postman/flutter-expert/references/performance.md +99 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/postman/flutter-expert/references/project-structure.md +77 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/postman/flutter-expert/references/riverpod-state.md +404 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/postman/flutter-expert/references/widget-patterns.md +123 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/postman/flutter-security-reviewer/POWER.md +204 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/postman/flutter-security-reviewer/SKILL.md +180 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/postman/flutter-security-reviewer/references/log_redaction.md +17 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/postman/flutter-security-reviewer/references/network_hardening.md +13 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/postman/flutter-security-reviewer/references/secret-scanning.md +123 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/postman/flutter-security-reviewer/references/secure_storage_policy.md +16 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/postman/flutter-security-reviewer/references/vulnerability-patterns.md +189 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/postman/flutter-security-reviewer/templates/security_review_response.md +31 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/postman/flutter-test-master/POWER.md +527 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/postman/flutter-test-master/SKILL.md +513 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/postman/flutter-test-master/references/golden-testing.md +444 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/postman/flutter-test-master/references/integration-testing.md +688 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/postman/flutter-test-master/references/property-testing.md +408 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/postman/flutter-test-master/references/riverpod-testing.md +606 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/postman/flutter-test-master/references/test-utilities.md +566 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/postman/flutter-test-master/references/unit-testing.md +511 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/postman/flutter-test-master/references/widget-testing.md +601 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/postman/git-commit/POWER.md +47 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/postman/git-commit/SKILL.md +46 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/postman/gorouter-restoration/POWER.md +227 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/postman/gorouter-restoration/SKILL.md +217 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/postman/gorouter-restoration/references/guard_patterns.md +14 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/postman/gorouter-restoration/references/tab_preservation.md +12 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/postman/gorouter-restoration/templates/guard_redirect.md +30 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/postman/gorouter-restoration/templates/stateful_shell_skeleton.md +40 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/postman/mcp.json +11 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/postman/microservices-architect/POWER.md +109 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/postman/microservices-architect/SKILL.md +93 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/postman/microservices-architect/references/communication.md +499 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/postman/microservices-architect/references/data.md +721 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/postman/microservices-architect/references/decomposition.md +344 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/postman/microservices-architect/references/observability.md +805 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/postman/microservices-architect/references/patterns.md +603 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/postman/nestjs-expert/POWER.md +130 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/postman/nestjs-expert/SKILL.md +114 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/postman/nestjs-expert/references/authentication.md +461 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/postman/nestjs-expert/references/controllers-routing.md +114 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/postman/nestjs-expert/references/dtos-validation.md +156 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/postman/nestjs-expert/references/migration-from-express.md +1240 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/postman/nestjs-expert/references/secure-sessions.md +56 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/postman/nestjs-expert/references/services-di.md +143 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/postman/nestjs-expert/references/strangler-fig-pattern.md +47 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/postman/nestjs-expert/references/testing-patterns.md +189 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/postman/oneup-design/POWER.md +72 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/postman/oneup-design/SKILL.md +71 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/postman/oneup-design/references/colors.md +41 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/postman/oneup-design/references/components.md +53 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/postman/oneup-design/references/spacing.md +84 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/postman/openapi-docs/POWER.md +78 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/postman/openapi-docs/SKILL.md +68 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/postman/openapi-docs/references/crud-templates.md +43 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/postman/openapi-docs/references/framework-express.md +19 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/postman/openapi-docs/references/framework-fastapi.md +20 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/postman/openapi-docs/references/framework-nestjs.md +20 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/postman/openapi-docs/references/framework-raw-openapi.md +14 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/postman/openapi-docs/references/openapi-checklist.md +33 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/postman/openapi-docs/references/stoplight-ui.md +21 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/postman/references/steering.md +26 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/python-patterns/SKILL.md +11 -431
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/python-pro/SKILL.md +56 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/python-pro/references/async-patterns.md +356 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/python-pro/references/packaging.md +460 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/python-pro/references/standard-library.md +378 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/python-pro/references/testing.md +404 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/python-pro/references/type-system.md +290 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/react-best-practices/SKILL.md +35 -118
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/react-expert/SKILL.md +38 -66
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/rust-engineer/SKILL.md +21 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/rust-engineer/references/async.md +458 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/rust-engineer/references/error-handling.md +334 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/rust-engineer/references/ownership.md +278 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/rust-engineer/references/testing.md +470 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/rust-engineer/references/traits.md +413 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/rust-pro/SKILL.md +36 -163
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/saas-builder/POWER.md +165 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/saas-builder/SKILL.md +85 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/saas-builder/mcp.json +51 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/saas-builder/references/architecture-principles.md +76 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/saas-builder/references/billing-and-payments.md +165 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/saas-builder/references/implementation-patterns.md +156 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/saas-builder/references/repository-structure.md +132 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/saas-builder/steering/architecture-principles.md +76 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/saas-builder/steering/billing-and-payments.md +165 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/saas-builder/steering/implementation-patterns.md +156 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/saas-builder/steering/repository-structure.md +132 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/sentry-automation/SKILL.md +232 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/server-management/SKILL.md +11 -151
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/skills_index.json +1358 -247
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/stripe-best-practices/SKILL.md +34 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/sub-agents/references/cli-formats.md +25 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/sub-agents/scripts/run_subagent.py +0 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/tdd-workflow/SKILL.md +12 -140
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/testing-patterns/SKILL.md +11 -168
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/typescript-pro/SKILL.md +43 -70
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/ui-ux-pro-max/data/charts.csv +26 -26
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/ui-ux-pro-max/data/colors.csv +97 -97
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/ui-ux-pro-max/data/landing.csv +28 -28
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/ui-ux-pro-max/data/products.csv +96 -96
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/ui-ux-pro-max/data/stacks/flutter.csv +53 -53
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/ui-ux-pro-max/data/stacks/html-tailwind.csv +56 -56
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/ui-ux-pro-max/data/stacks/nextjs.csv +53 -53
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/ui-ux-pro-max/data/stacks/react-native.csv +52 -52
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/ui-ux-pro-max/data/stacks/react.csv +54 -54
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/ui-ux-pro-max/data/stacks/svelte.csv +54 -54
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/ui-ux-pro-max/data/stacks/swiftui.csv +51 -51
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/ui-ux-pro-max/data/stacks/vue.csv +50 -50
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/ui-ux-pro-max/data/styles.csv +68 -68
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/ui-ux-pro-max/data/ux-guidelines.csv +99 -99
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/ui-ux-pro-max/scripts/search.py +114 -114
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/vercel-ai/SKILL.md +40 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/vercel-ai-gateway/SKILL.md +11 -59
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/vercel-ai-sdk/SKILL.md +11 -43
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/vercel-caching/SKILL.md +10 -62
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/vercel-cli/SKILL.md +11 -66
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/vercel-delivery/SKILL.md +42 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/vercel-deployments/SKILL.md +10 -77
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/vercel-domains/SKILL.md +10 -59
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/vercel-firewall/SKILL.md +10 -53
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/vercel-flags/SKILL.md +10 -53
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/vercel-functions/SKILL.md +10 -60
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/vercel-observability/SKILL.md +13 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/vercel-platform/SKILL.md +16 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/vercel-routing/SKILL.md +10 -59
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/vercel-runtime/SKILL.md +40 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/vercel-security/SKILL.md +40 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/vercel-storage/SKILL.md +8 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/vulnerability-scanner/SKILL.md +11 -266
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/webapp-testing/scripts/with_server.py +0 -0
- package/workflows/workflows/agent-environment-setup/shared/README.md +14 -0
- package/workflows/workflows/agent-environment-setup/shared/agents/backend-specialist.md +263 -0
- package/workflows/workflows/agent-environment-setup/shared/agents/code-archaeologist.md +106 -0
- package/workflows/workflows/agent-environment-setup/shared/agents/database-architect.md +235 -0
- package/workflows/workflows/agent-environment-setup/shared/agents/debugger.md +225 -0
- package/workflows/workflows/agent-environment-setup/shared/agents/devops-engineer.md +242 -0
- package/workflows/workflows/agent-environment-setup/shared/agents/documentation-writer.md +104 -0
- package/workflows/workflows/agent-environment-setup/shared/agents/explorer-agent.md +73 -0
- package/workflows/workflows/agent-environment-setup/shared/agents/frontend-specialist.md +593 -0
- package/workflows/workflows/agent-environment-setup/shared/agents/game-developer.md +162 -0
- package/workflows/workflows/agent-environment-setup/shared/agents/mobile-developer.md +377 -0
- package/workflows/workflows/agent-environment-setup/shared/agents/orchestrator.md +44 -0
- package/workflows/workflows/agent-environment-setup/shared/agents/penetration-tester.md +188 -0
- package/workflows/workflows/agent-environment-setup/shared/agents/performance-optimizer.md +189 -0
- package/workflows/workflows/agent-environment-setup/shared/agents/product-manager.md +112 -0
- package/workflows/workflows/agent-environment-setup/shared/agents/product-owner.md +95 -0
- package/workflows/workflows/agent-environment-setup/shared/agents/project-planner.md +406 -0
- package/workflows/workflows/agent-environment-setup/shared/agents/qa-automation-engineer.md +103 -0
- package/workflows/workflows/agent-environment-setup/shared/agents/security-auditor.md +170 -0
- package/workflows/workflows/agent-environment-setup/shared/agents/seo-specialist.md +111 -0
- package/workflows/workflows/agent-environment-setup/shared/agents/test-engineer.md +158 -0
- package/workflows/workflows/agent-environment-setup/shared/agents/vercel-expert.md +32 -0
- package/workflows/workflows/agent-environment-setup/shared/workflows/backend.md +43 -0
- package/workflows/workflows/agent-environment-setup/shared/workflows/brainstorm.md +34 -0
- package/workflows/workflows/agent-environment-setup/shared/workflows/create.md +34 -0
- package/workflows/workflows/agent-environment-setup/shared/workflows/database.md +48 -0
- package/workflows/workflows/agent-environment-setup/shared/workflows/debug.md +34 -0
- package/workflows/workflows/agent-environment-setup/shared/workflows/devops.md +39 -0
- package/workflows/workflows/agent-environment-setup/shared/workflows/implement-track.md +35 -0
- package/workflows/workflows/agent-environment-setup/shared/workflows/incident.md +42 -0
- package/workflows/workflows/agent-environment-setup/shared/workflows/mobile.md +39 -0
- package/workflows/workflows/agent-environment-setup/shared/workflows/orchestrate.md +45 -0
- package/workflows/workflows/agent-environment-setup/shared/workflows/plan.md +35 -0
- package/workflows/workflows/agent-environment-setup/shared/workflows/qa.md +39 -0
- package/workflows/workflows/agent-environment-setup/shared/workflows/refactor.md +34 -0
- package/workflows/workflows/agent-environment-setup/shared/workflows/release.md +40 -0
- package/workflows/workflows/agent-environment-setup/shared/workflows/review.md +40 -0
- package/workflows/workflows/agent-environment-setup/shared/workflows/security.md +39 -0
- package/workflows/workflows/agent-environment-setup/shared/workflows/test.md +34 -0
- package/workflows/workflows/agent-environment-setup/shared/workflows/vercel.md +40 -0
- package/workflows/powers/sub-agents/scripts/run_subagent.py.bak +0 -512
- package/workflows/skills/sub-agents/scripts/run_subagent.py.bak +0 -512
- package/workflows/skills/ux-ui-consistency/POWER.md +0 -124
- package/workflows/skills/ux-ui-consistency/references/one_component_rules.md +0 -15
- package/workflows/skills/ux-ui-consistency/references/ux_checklist.md +0 -26
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/sub-agents/scripts/run_subagent.py.bak +0 -512
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/ux-ui-consistency/POWER.md +0 -124
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/ux-ui-consistency/references/one_component_rules.md +0 -15
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/ux-ui-consistency/references/ux_checklist.md +0 -26
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/sub-agents/scripts/run_subagent.py.bak +0 -512
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/ux-ui-consistency/POWER.md +0 -124
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/ux-ui-consistency/references/one_component_rules.md +0 -15
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/ux-ui-consistency/references/ux_checklist.md +0 -26
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/sub-agents/scripts/run_subagent.py.bak +0 -512
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/ux-ui-consistency/POWER.md +0 -124
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/ux-ui-consistency/references/one_component_rules.md +0 -15
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/ux-ui-consistency/references/ux_checklist.md +0 -26
- /package/{workflows → mcp}/powers/atlassian-mcp/steering/authentication-patterns.md +0 -0
- /package/{workflows → mcp}/powers/atlassian-mcp/steering/common-workflows.md +0 -0
- /package/{workflows → mcp}/powers/atlassian-mcp/steering/confluence-operations.md +0 -0
- /package/{workflows → mcp}/powers/atlassian-mcp/steering/jira-queries.md +0 -0
- /package/{workflows → mcp}/powers/atlassian-mcp/steering/mcp-server-setup.md +0 -0
- /package/{workflows → mcp}/powers/building-mcp-server-on-cloudflare/steering/examples.md +0 -0
- /package/{workflows → mcp}/powers/building-mcp-server-on-cloudflare/steering/oauth-setup.md +0 -0
- /package/{workflows → mcp}/powers/building-mcp-server-on-cloudflare/steering/troubleshooting.md +0 -0
- /package/{workflows → mcp}/powers/mcp-builder/LICENSE.txt +0 -0
- /package/{workflows → mcp}/powers/mcp-builder/reference/evaluation.md +0 -0
- /package/{workflows → mcp}/powers/mcp-builder/reference/mcp_best_practices.md +0 -0
- /package/{workflows → mcp}/powers/mcp-builder/reference/node_mcp_server.md +0 -0
- /package/{workflows → mcp}/powers/mcp-builder/reference/python_mcp_server.md +0 -0
- /package/{workflows → mcp}/powers/mcp-builder/scripts/connections.py +0 -0
- /package/{workflows → mcp}/powers/mcp-builder/scripts/evaluation.py +0 -0
- /package/{workflows → mcp}/powers/mcp-builder/scripts/example_evaluation.xml +0 -0
- /package/{workflows → mcp}/powers/mcp-builder/scripts/requirements.txt +0 -0
- /package/{workflows → mcp}/powers/mcp-developer/steering/protocol.md +0 -0
- /package/{workflows → mcp}/powers/mcp-developer/steering/python-sdk.md +0 -0
- /package/{workflows → mcp}/powers/mcp-developer/steering/resources.md +0 -0
- /package/{workflows → mcp}/powers/mcp-developer/steering/tools.md +0 -0
- /package/{workflows → mcp}/powers/mcp-developer/steering/typescript-sdk.md +0 -0
- /package/{workflows → mcp}/powers/postman/flutter-expert/POWER.md +0 -0
- /package/{workflows → mcp}/powers/postman/flutter-expert/SKILL.md +0 -0
- /package/{workflows → mcp}/powers/postman/flutter-expert/steering/bloc-state.md +0 -0
- /package/{workflows → mcp}/powers/postman/flutter-expert/steering/engineering-principles.md +0 -0
- /package/{workflows → mcp}/powers/postman/flutter-expert/steering/gorouter-navigation.md +0 -0
- /package/{workflows → mcp}/powers/postman/flutter-expert/steering/performance.md +0 -0
- /package/{workflows → mcp}/powers/postman/flutter-expert/steering/project-structure.md +0 -0
- /package/{workflows → mcp}/powers/postman/flutter-expert/steering/riverpod-state.md +0 -0
- /package/{workflows → mcp}/powers/postman/flutter-expert/steering/widget-patterns.md +0 -0
- /package/{workflows → mcp}/powers/postman/flutter-security-reviewer/POWER.md +0 -0
- /package/{workflows → mcp}/powers/postman/flutter-security-reviewer/SKILL.md +0 -0
- /package/{workflows → mcp}/powers/postman/flutter-security-reviewer/steering/log_redaction.md +0 -0
- /package/{workflows → mcp}/powers/postman/flutter-security-reviewer/steering/network_hardening.md +0 -0
- /package/{workflows → mcp}/powers/postman/flutter-security-reviewer/steering/secret-scanning.md +0 -0
- /package/{workflows → mcp}/powers/postman/flutter-security-reviewer/steering/secure_storage_policy.md +0 -0
- /package/{workflows → mcp}/powers/postman/flutter-security-reviewer/steering/vulnerability-patterns.md +0 -0
- /package/{workflows → mcp}/powers/postman/flutter-security-reviewer/templates/security_review_response.md +0 -0
- /package/{workflows → mcp}/powers/postman/flutter-test-master/POWER.md +0 -0
- /package/{workflows → mcp}/powers/postman/flutter-test-master/SKILL.md +0 -0
- /package/{workflows → mcp}/powers/postman/flutter-test-master/steering/golden-testing.md +0 -0
- /package/{workflows → mcp}/powers/postman/flutter-test-master/steering/integration-testing.md +0 -0
- /package/{workflows → mcp}/powers/postman/flutter-test-master/steering/property-testing.md +0 -0
- /package/{workflows → mcp}/powers/postman/flutter-test-master/steering/riverpod-testing.md +0 -0
- /package/{workflows → mcp}/powers/postman/flutter-test-master/steering/test-utilities.md +0 -0
- /package/{workflows → mcp}/powers/postman/flutter-test-master/steering/unit-testing.md +0 -0
- /package/{workflows → mcp}/powers/postman/flutter-test-master/steering/widget-testing.md +0 -0
- /package/{workflows → mcp}/powers/postman/git-commit/POWER.md +0 -0
- /package/{workflows → mcp}/powers/postman/git-commit/SKILL.md +0 -0
- /package/{workflows → mcp}/powers/postman/gorouter-restoration/POWER.md +0 -0
- /package/{workflows → mcp}/powers/postman/gorouter-restoration/SKILL.md +0 -0
- /package/{workflows → mcp}/powers/postman/gorouter-restoration/steering/guard_patterns.md +0 -0
- /package/{workflows → mcp}/powers/postman/gorouter-restoration/steering/tab_preservation.md +0 -0
- /package/{workflows → mcp}/powers/postman/gorouter-restoration/templates/guard_redirect.md +0 -0
- /package/{workflows → mcp}/powers/postman/gorouter-restoration/templates/stateful_shell_skeleton.md +0 -0
- /package/{workflows → mcp}/powers/postman/mcp.json +0 -0
- /package/{workflows → mcp}/powers/postman/microservices-architect/POWER.md +0 -0
- /package/{workflows → mcp}/powers/postman/microservices-architect/SKILL.md +0 -0
- /package/{workflows → mcp}/powers/postman/microservices-architect/steering/communication.md +0 -0
- /package/{workflows → mcp}/powers/postman/microservices-architect/steering/data.md +0 -0
- /package/{workflows → mcp}/powers/postman/microservices-architect/steering/decomposition.md +0 -0
- /package/{workflows → mcp}/powers/postman/microservices-architect/steering/observability.md +0 -0
- /package/{workflows → mcp}/powers/postman/microservices-architect/steering/patterns.md +0 -0
- /package/{workflows → mcp}/powers/postman/nestjs-expert/POWER.md +0 -0
- /package/{workflows → mcp}/powers/postman/nestjs-expert/SKILL.md +0 -0
- /package/{workflows → mcp}/powers/postman/nestjs-expert/steering/authentication.md +0 -0
- /package/{workflows → mcp}/powers/postman/nestjs-expert/steering/controllers-routing.md +0 -0
- /package/{workflows → mcp}/powers/postman/nestjs-expert/steering/dtos-validation.md +0 -0
- /package/{workflows → mcp}/powers/postman/nestjs-expert/steering/migration-from-express.md +0 -0
- /package/{workflows → mcp}/powers/postman/nestjs-expert/steering/secure-sessions.md +0 -0
- /package/{workflows → mcp}/powers/postman/nestjs-expert/steering/services-di.md +0 -0
- /package/{workflows → mcp}/powers/postman/nestjs-expert/steering/strangler-fig-pattern.md +0 -0
- /package/{workflows → mcp}/powers/postman/nestjs-expert/steering/testing-patterns.md +0 -0
- /package/{workflows → mcp}/powers/postman/oneup-design/POWER.md +0 -0
- /package/{workflows → mcp}/powers/postman/oneup-design/SKILL.md +0 -0
- /package/{workflows → mcp}/powers/postman/oneup-design/steering/colors.md +0 -0
- /package/{workflows → mcp}/powers/postman/oneup-design/steering/components.md +0 -0
- /package/{workflows → mcp}/powers/postman/oneup-design/steering/spacing.md +0 -0
- /package/{workflows → mcp}/powers/postman/openapi-docs/POWER.md +0 -0
- /package/{workflows → mcp}/powers/postman/openapi-docs/SKILL.md +0 -0
- /package/{workflows → mcp}/powers/postman/openapi-docs/steering/crud-templates.md +0 -0
- /package/{workflows → mcp}/powers/postman/openapi-docs/steering/framework-express.md +0 -0
- /package/{workflows → mcp}/powers/postman/openapi-docs/steering/framework-fastapi.md +0 -0
- /package/{workflows → mcp}/powers/postman/openapi-docs/steering/framework-nestjs.md +0 -0
- /package/{workflows → mcp}/powers/postman/openapi-docs/steering/framework-raw-openapi.md +0 -0
- /package/{workflows → mcp}/powers/postman/openapi-docs/steering/openapi-checklist.md +0 -0
- /package/{workflows → mcp}/powers/postman/openapi-docs/steering/stoplight-ui.md +0 -0
- /package/{workflows → mcp}/powers/postman/steering/steering.md +0 -0
- /package/{workflows → mcp}/skills/atlassian-mcp/references/authentication-patterns.md +0 -0
- /package/{workflows → mcp}/skills/atlassian-mcp/references/common-workflows.md +0 -0
- /package/{workflows → mcp}/skills/atlassian-mcp/references/confluence-operations.md +0 -0
- /package/{workflows → mcp}/skills/atlassian-mcp/references/jira-queries.md +0 -0
- /package/{workflows → mcp}/skills/atlassian-mcp/references/mcp-server-setup.md +0 -0
- /package/{workflows → mcp}/skills/building-mcp-server-on-cloudflare/references/examples.md +0 -0
- /package/{workflows → mcp}/skills/building-mcp-server-on-cloudflare/references/oauth-setup.md +0 -0
- /package/{workflows → mcp}/skills/building-mcp-server-on-cloudflare/references/troubleshooting.md +0 -0
- /package/{workflows → mcp}/skills/mcp-builder/LICENSE.txt +0 -0
- /package/{workflows → mcp}/skills/mcp-builder/reference/evaluation.md +0 -0
- /package/{workflows → mcp}/skills/mcp-builder/reference/mcp_best_practices.md +0 -0
- /package/{workflows → mcp}/skills/mcp-builder/reference/node_mcp_server.md +0 -0
- /package/{workflows → mcp}/skills/mcp-builder/reference/python_mcp_server.md +0 -0
- /package/{workflows → mcp}/skills/mcp-builder/scripts/connections.py +0 -0
- /package/{workflows → mcp}/skills/mcp-builder/scripts/evaluation.py +0 -0
- /package/{workflows → mcp}/skills/mcp-builder/scripts/example_evaluation.xml +0 -0
- /package/{workflows → mcp}/skills/mcp-builder/scripts/requirements.txt +0 -0
- /package/{workflows → mcp}/skills/mcp-developer/references/protocol.md +0 -0
- /package/{workflows → mcp}/skills/mcp-developer/references/python-sdk.md +0 -0
- /package/{workflows → mcp}/skills/mcp-developer/references/resources.md +0 -0
- /package/{workflows → mcp}/skills/mcp-developer/references/tools.md +0 -0
- /package/{workflows → mcp}/skills/mcp-developer/references/typescript-sdk.md +0 -0
- /package/{workflows → mcp}/skills/postman/POWER.md +0 -0
- /package/{workflows → mcp}/skills/postman/flutter-expert/POWER.md +0 -0
- /package/{workflows → mcp}/skills/postman/flutter-expert/SKILL.md +0 -0
- /package/{workflows → mcp}/skills/postman/flutter-expert/references/bloc-state.md +0 -0
- /package/{workflows → mcp}/skills/postman/flutter-expert/references/engineering-principles.md +0 -0
- /package/{workflows → mcp}/skills/postman/flutter-expert/references/gorouter-navigation.md +0 -0
- /package/{workflows → mcp}/skills/postman/flutter-expert/references/performance.md +0 -0
- /package/{workflows → mcp}/skills/postman/flutter-expert/references/project-structure.md +0 -0
- /package/{workflows → mcp}/skills/postman/flutter-expert/references/riverpod-state.md +0 -0
- /package/{workflows → mcp}/skills/postman/flutter-expert/references/widget-patterns.md +0 -0
- /package/{workflows → mcp}/skills/postman/flutter-security-reviewer/POWER.md +0 -0
- /package/{workflows → mcp}/skills/postman/flutter-security-reviewer/SKILL.md +0 -0
- /package/{workflows → mcp}/skills/postman/flutter-security-reviewer/references/log_redaction.md +0 -0
- /package/{workflows → mcp}/skills/postman/flutter-security-reviewer/references/network_hardening.md +0 -0
- /package/{workflows → mcp}/skills/postman/flutter-security-reviewer/references/secret-scanning.md +0 -0
- /package/{workflows → mcp}/skills/postman/flutter-security-reviewer/references/secure_storage_policy.md +0 -0
- /package/{workflows → mcp}/skills/postman/flutter-security-reviewer/references/vulnerability-patterns.md +0 -0
- /package/{workflows → mcp}/skills/postman/flutter-security-reviewer/templates/security_review_response.md +0 -0
- /package/{workflows → mcp}/skills/postman/flutter-test-master/POWER.md +0 -0
- /package/{workflows → mcp}/skills/postman/flutter-test-master/SKILL.md +0 -0
- /package/{workflows → mcp}/skills/postman/flutter-test-master/references/golden-testing.md +0 -0
- /package/{workflows → mcp}/skills/postman/flutter-test-master/references/integration-testing.md +0 -0
- /package/{workflows → mcp}/skills/postman/flutter-test-master/references/property-testing.md +0 -0
- /package/{workflows → mcp}/skills/postman/flutter-test-master/references/riverpod-testing.md +0 -0
- /package/{workflows → mcp}/skills/postman/flutter-test-master/references/test-utilities.md +0 -0
- /package/{workflows → mcp}/skills/postman/flutter-test-master/references/unit-testing.md +0 -0
- /package/{workflows → mcp}/skills/postman/flutter-test-master/references/widget-testing.md +0 -0
- /package/{workflows → mcp}/skills/postman/git-commit/POWER.md +0 -0
- /package/{workflows → mcp}/skills/postman/git-commit/SKILL.md +0 -0
- /package/{workflows → mcp}/skills/postman/gorouter-restoration/POWER.md +0 -0
- /package/{workflows → mcp}/skills/postman/gorouter-restoration/SKILL.md +0 -0
- /package/{workflows → mcp}/skills/postman/gorouter-restoration/references/guard_patterns.md +0 -0
- /package/{workflows → mcp}/skills/postman/gorouter-restoration/references/tab_preservation.md +0 -0
- /package/{workflows → mcp}/skills/postman/gorouter-restoration/templates/guard_redirect.md +0 -0
- /package/{workflows → mcp}/skills/postman/gorouter-restoration/templates/stateful_shell_skeleton.md +0 -0
- /package/{workflows → mcp}/skills/postman/mcp.json +0 -0
- /package/{workflows → mcp}/skills/postman/microservices-architect/POWER.md +0 -0
- /package/{workflows → mcp}/skills/postman/microservices-architect/SKILL.md +0 -0
- /package/{workflows → mcp}/skills/postman/microservices-architect/references/communication.md +0 -0
- /package/{workflows → mcp}/skills/postman/microservices-architect/references/data.md +0 -0
- /package/{workflows → mcp}/skills/postman/microservices-architect/references/decomposition.md +0 -0
- /package/{workflows → mcp}/skills/postman/microservices-architect/references/observability.md +0 -0
- /package/{workflows → mcp}/skills/postman/microservices-architect/references/patterns.md +0 -0
- /package/{workflows → mcp}/skills/postman/nestjs-expert/POWER.md +0 -0
- /package/{workflows → mcp}/skills/postman/nestjs-expert/SKILL.md +0 -0
- /package/{workflows → mcp}/skills/postman/nestjs-expert/references/authentication.md +0 -0
- /package/{workflows → mcp}/skills/postman/nestjs-expert/references/controllers-routing.md +0 -0
- /package/{workflows → mcp}/skills/postman/nestjs-expert/references/dtos-validation.md +0 -0
- /package/{workflows → mcp}/skills/postman/nestjs-expert/references/migration-from-express.md +0 -0
- /package/{workflows → mcp}/skills/postman/nestjs-expert/references/secure-sessions.md +0 -0
- /package/{workflows → mcp}/skills/postman/nestjs-expert/references/services-di.md +0 -0
- /package/{workflows → mcp}/skills/postman/nestjs-expert/references/strangler-fig-pattern.md +0 -0
- /package/{workflows → mcp}/skills/postman/nestjs-expert/references/testing-patterns.md +0 -0
- /package/{workflows → mcp}/skills/postman/oneup-design/POWER.md +0 -0
- /package/{workflows → mcp}/skills/postman/oneup-design/SKILL.md +0 -0
- /package/{workflows → mcp}/skills/postman/oneup-design/references/colors.md +0 -0
- /package/{workflows → mcp}/skills/postman/oneup-design/references/components.md +0 -0
- /package/{workflows → mcp}/skills/postman/oneup-design/references/spacing.md +0 -0
- /package/{workflows → mcp}/skills/postman/openapi-docs/POWER.md +0 -0
- /package/{workflows → mcp}/skills/postman/openapi-docs/SKILL.md +0 -0
- /package/{workflows → mcp}/skills/postman/openapi-docs/references/crud-templates.md +0 -0
- /package/{workflows → mcp}/skills/postman/openapi-docs/references/framework-express.md +0 -0
- /package/{workflows → mcp}/skills/postman/openapi-docs/references/framework-fastapi.md +0 -0
- /package/{workflows → mcp}/skills/postman/openapi-docs/references/framework-nestjs.md +0 -0
- /package/{workflows → mcp}/skills/postman/openapi-docs/references/framework-raw-openapi.md +0 -0
- /package/{workflows → mcp}/skills/postman/openapi-docs/references/openapi-checklist.md +0 -0
- /package/{workflows → mcp}/skills/postman/openapi-docs/references/stoplight-ui.md +0 -0
- /package/{workflows → mcp}/skills/postman/references/steering.md +0 -0
package/bin/cubis.js
CHANGED
|
@@ -61,12 +61,23 @@ const WORKFLOW_PROFILES = {
|
|
|
61
61
|
workflowDirs: [".agent/workflows"],
|
|
62
62
|
agentDirs: [".agent/agents"],
|
|
63
63
|
skillDirs: [".agent/skills"],
|
|
64
|
+
commandDirs: [".gemini/commands"],
|
|
64
65
|
ruleFilesByPriority: [".agent/rules/GEMINI.md"]
|
|
65
66
|
},
|
|
66
67
|
global: {
|
|
67
|
-
workflowDirs: [
|
|
68
|
-
|
|
69
|
-
|
|
68
|
+
workflowDirs: [
|
|
69
|
+
"~/.gemini/antigravity/workflows",
|
|
70
|
+
"~/.gemini/antigravity/global_workflows"
|
|
71
|
+
],
|
|
72
|
+
agentDirs: [
|
|
73
|
+
"~/.gemini/antigravity/agents",
|
|
74
|
+
"~/.gemini/antigravity/global_agents"
|
|
75
|
+
],
|
|
76
|
+
skillDirs: [
|
|
77
|
+
"~/.gemini/antigravity/skills",
|
|
78
|
+
"~/.gemini/antigravity/global_skills"
|
|
79
|
+
],
|
|
80
|
+
commandDirs: ["~/.gemini/commands"],
|
|
70
81
|
ruleFilesByPriority: ["~/.gemini/GEMINI.md"]
|
|
71
82
|
},
|
|
72
83
|
detectorPaths: [".agent", ".agent/workflows", ".agent/rules/GEMINI.md"],
|
|
@@ -101,12 +112,14 @@ const WORKFLOW_PROFILES = {
|
|
|
101
112
|
workflowDirs: [".github/copilot/workflows"],
|
|
102
113
|
agentDirs: [".github/agents"],
|
|
103
114
|
skillDirs: [".github/skills"],
|
|
115
|
+
promptDirs: [".github/prompts"],
|
|
104
116
|
ruleFilesByPriority: ["AGENTS.md", ".github/copilot-instructions.md"]
|
|
105
117
|
},
|
|
106
118
|
global: {
|
|
107
119
|
workflowDirs: ["~/.copilot/workflows"],
|
|
108
120
|
agentDirs: ["~/.copilot/agents"],
|
|
109
121
|
skillDirs: ["~/.copilot/skills"],
|
|
122
|
+
promptDirs: ["~/.copilot/prompts"],
|
|
110
123
|
ruleFilesByPriority: ["~/.copilot/copilot-instructions.md"]
|
|
111
124
|
},
|
|
112
125
|
detectorPaths: [
|
|
@@ -236,6 +249,13 @@ const TECH_RUST_FRAMEWORK_SIGNALS = [
|
|
|
236
249
|
["rocket", "Rocket"],
|
|
237
250
|
["tokio", "Tokio"]
|
|
238
251
|
];
|
|
252
|
+
const SKILL_PROFILES = new Set(["core", "web-backend", "full"]);
|
|
253
|
+
const DEFAULT_SKILL_PROFILE = "core";
|
|
254
|
+
const CATALOG_FILES = Object.freeze({
|
|
255
|
+
core: path.join("skills", "catalogs", "core.json"),
|
|
256
|
+
"web-backend": path.join("skills", "catalogs", "web-backend.json"),
|
|
257
|
+
mcp: path.join("catalogs", "default.json")
|
|
258
|
+
});
|
|
239
259
|
|
|
240
260
|
function platformInstallsCustomAgents(platformId) {
|
|
241
261
|
const profile = WORKFLOW_PROFILES[platformId];
|
|
@@ -274,6 +294,22 @@ function agentAssetsRoot() {
|
|
|
274
294
|
return existsSync(preferred) ? preferred : packageRoot();
|
|
275
295
|
}
|
|
276
296
|
|
|
297
|
+
function workflowSkillsRoot() {
|
|
298
|
+
return path.join(agentAssetsRoot(), "skills");
|
|
299
|
+
}
|
|
300
|
+
|
|
301
|
+
function mcpRoot() {
|
|
302
|
+
return path.join(packageRoot(), "mcp");
|
|
303
|
+
}
|
|
304
|
+
|
|
305
|
+
function mcpSkillsRoot() {
|
|
306
|
+
return path.join(mcpRoot(), "skills");
|
|
307
|
+
}
|
|
308
|
+
|
|
309
|
+
function mcpCatalogRoot() {
|
|
310
|
+
return path.join(mcpRoot(), "catalogs");
|
|
311
|
+
}
|
|
312
|
+
|
|
277
313
|
function expandPath(inputPath, cwd = process.cwd()) {
|
|
278
314
|
if (!inputPath) return cwd;
|
|
279
315
|
if (inputPath === "~") return os.homedir();
|
|
@@ -295,6 +331,32 @@ function normalizeScope(value) {
|
|
|
295
331
|
throw new Error(`Unknown scope '${value}'. Use --scope project or --scope global.`);
|
|
296
332
|
}
|
|
297
333
|
|
|
334
|
+
function normalizeSkillProfile(value) {
|
|
335
|
+
const normalized = String(value || DEFAULT_SKILL_PROFILE)
|
|
336
|
+
.trim()
|
|
337
|
+
.toLowerCase();
|
|
338
|
+
if (!SKILL_PROFILES.has(normalized)) {
|
|
339
|
+
throw new Error(`Unknown skill profile '${value}'. Use core|web-backend|full.`);
|
|
340
|
+
}
|
|
341
|
+
return normalized;
|
|
342
|
+
}
|
|
343
|
+
|
|
344
|
+
function resolveWorkflowSkillInstallOptions(options) {
|
|
345
|
+
const allSkills = Boolean(options.allSkills);
|
|
346
|
+
let skillProfile = normalizeSkillProfile(options.skillProfile || DEFAULT_SKILL_PROFILE);
|
|
347
|
+
let includeMcp = Boolean(options.includeMcp);
|
|
348
|
+
|
|
349
|
+
if (allSkills) {
|
|
350
|
+
skillProfile = "full";
|
|
351
|
+
includeMcp = true;
|
|
352
|
+
}
|
|
353
|
+
|
|
354
|
+
return {
|
|
355
|
+
skillProfile,
|
|
356
|
+
includeMcp
|
|
357
|
+
};
|
|
358
|
+
}
|
|
359
|
+
|
|
298
360
|
function normalizeMcpScope(value, fallback = "project") {
|
|
299
361
|
if (!value) return fallback;
|
|
300
362
|
const normalized = value.trim().toLowerCase();
|
|
@@ -1131,6 +1193,20 @@ async function collectTechSnapshot(rootDir) {
|
|
|
1131
1193
|
keyScripts.push({ name, command: packageScripts.get(name) });
|
|
1132
1194
|
}
|
|
1133
1195
|
|
|
1196
|
+
const mcpSignals = [];
|
|
1197
|
+
const mcpSignalPaths = [
|
|
1198
|
+
"cbx_config.json",
|
|
1199
|
+
".cbx/mcp",
|
|
1200
|
+
".vscode/mcp.json",
|
|
1201
|
+
".gemini/settings.json",
|
|
1202
|
+
".copilot/mcp-config.json"
|
|
1203
|
+
];
|
|
1204
|
+
for (const signalPath of mcpSignalPaths) {
|
|
1205
|
+
if (fileExists(signalPath)) {
|
|
1206
|
+
mcpSignals.push(signalPath);
|
|
1207
|
+
}
|
|
1208
|
+
}
|
|
1209
|
+
|
|
1134
1210
|
return {
|
|
1135
1211
|
rootDir,
|
|
1136
1212
|
scannedFiles: discoveredFiles.length,
|
|
@@ -1145,7 +1221,8 @@ async function collectTechSnapshot(rootDir) {
|
|
|
1145
1221
|
go: toSortedArray(goModules),
|
|
1146
1222
|
python: toSortedArray(pythonPackages),
|
|
1147
1223
|
rust: toSortedArray(rustCrates)
|
|
1148
|
-
}
|
|
1224
|
+
},
|
|
1225
|
+
mcpSignals: toSortedArray(mcpSignals)
|
|
1149
1226
|
};
|
|
1150
1227
|
}
|
|
1151
1228
|
|
|
@@ -1165,13 +1242,66 @@ function appendTechPackageSection(lines, heading, packages) {
|
|
|
1165
1242
|
lines.push("");
|
|
1166
1243
|
}
|
|
1167
1244
|
|
|
1168
|
-
function
|
|
1245
|
+
function inferRecommendedSkills(snapshot) {
|
|
1246
|
+
const recommended = new Set();
|
|
1247
|
+
const hasFramework = (name) => snapshot.frameworks.includes(name);
|
|
1248
|
+
|
|
1249
|
+
if (hasFramework("Next.js")) {
|
|
1250
|
+
recommended.add("nextjs-developer");
|
|
1251
|
+
recommended.add("react-expert");
|
|
1252
|
+
recommended.add("typescript-pro");
|
|
1253
|
+
}
|
|
1254
|
+
if (hasFramework("React")) {
|
|
1255
|
+
recommended.add("react-expert");
|
|
1256
|
+
}
|
|
1257
|
+
if (hasFramework("NestJS")) {
|
|
1258
|
+
recommended.add("nestjs-expert");
|
|
1259
|
+
recommended.add("nodejs-best-practices");
|
|
1260
|
+
}
|
|
1261
|
+
if (hasFramework("FastAPI")) {
|
|
1262
|
+
recommended.add("fastapi-expert");
|
|
1263
|
+
recommended.add("python-pro");
|
|
1264
|
+
}
|
|
1265
|
+
if (hasFramework("Go Modules")) {
|
|
1266
|
+
recommended.add("golang-pro");
|
|
1267
|
+
}
|
|
1268
|
+
if (hasFramework("Rust Cargo")) {
|
|
1269
|
+
recommended.add("rust-pro");
|
|
1270
|
+
}
|
|
1271
|
+
if (hasFramework("Flutter")) {
|
|
1272
|
+
recommended.add("flutter-expert");
|
|
1273
|
+
recommended.add("mobile-design");
|
|
1274
|
+
}
|
|
1275
|
+
if (recommended.size === 0) {
|
|
1276
|
+
recommended.add("clean-code");
|
|
1277
|
+
recommended.add("plan-writing");
|
|
1278
|
+
}
|
|
1279
|
+
|
|
1280
|
+
return [...recommended].sort((a, b) => a.localeCompare(b));
|
|
1281
|
+
}
|
|
1282
|
+
|
|
1283
|
+
function inferContextBudget(snapshot) {
|
|
1284
|
+
const webBackendSignals = new Set(["Next.js", "React", "NestJS", "FastAPI", "Go Modules", "Rust Cargo"]);
|
|
1285
|
+
const webBackendDetected = snapshot.frameworks.some((framework) => webBackendSignals.has(framework));
|
|
1286
|
+
const suggestedProfile = webBackendDetected ? "web-backend" : "core";
|
|
1287
|
+
const includeMcp = Array.isArray(snapshot.mcpSignals) && snapshot.mcpSignals.length > 0;
|
|
1288
|
+
return {
|
|
1289
|
+
suggestedProfile,
|
|
1290
|
+
includeMcp
|
|
1291
|
+
};
|
|
1292
|
+
}
|
|
1293
|
+
|
|
1294
|
+
function buildTechMd(snapshot, { compact = false } = {}) {
|
|
1169
1295
|
const lines = [];
|
|
1296
|
+
const recommendedSkills = inferRecommendedSkills(snapshot);
|
|
1297
|
+
const contextBudget = inferContextBudget(snapshot);
|
|
1298
|
+
|
|
1170
1299
|
lines.push("# TECH.md");
|
|
1171
1300
|
lines.push("");
|
|
1172
1301
|
lines.push(`Generated by cbx on ${new Date().toISOString()}.`);
|
|
1173
1302
|
lines.push(`Root: \`${toPosixPath(snapshot.rootDir)}\``);
|
|
1174
1303
|
lines.push(`Files scanned: ${snapshot.scannedFiles} (max ${TECH_SCAN_MAX_FILES}).`);
|
|
1304
|
+
lines.push(`Mode: ${compact ? "compact" : "full"}.`);
|
|
1175
1305
|
lines.push("");
|
|
1176
1306
|
|
|
1177
1307
|
lines.push("## Stack Snapshot");
|
|
@@ -1194,43 +1324,69 @@ function buildTechMd(snapshot) {
|
|
|
1194
1324
|
}
|
|
1195
1325
|
lines.push("");
|
|
1196
1326
|
|
|
1197
|
-
lines.push("##
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
appendTechPackageSection(lines, "Go Modules (go.mod)", snapshot.packageSignals.go);
|
|
1201
|
-
appendTechPackageSection(lines, "Python Packages (requirements / pyproject)", snapshot.packageSignals.python);
|
|
1202
|
-
appendTechPackageSection(lines, "Rust Crates (Cargo.toml)", snapshot.packageSignals.rust);
|
|
1203
|
-
|
|
1204
|
-
lines.push("## Tooling and Lockfiles");
|
|
1205
|
-
if (snapshot.lockfiles.length === 0) {
|
|
1206
|
-
lines.push("- No lockfiles detected.");
|
|
1207
|
-
} else {
|
|
1208
|
-
lines.push(`- ${snapshot.lockfiles.join(", ")}`);
|
|
1327
|
+
lines.push("## Recommended Skills");
|
|
1328
|
+
for (const skillId of recommendedSkills) {
|
|
1329
|
+
lines.push(`- \`${skillId}\``);
|
|
1209
1330
|
}
|
|
1210
1331
|
lines.push("");
|
|
1211
1332
|
|
|
1212
|
-
lines.push("##
|
|
1213
|
-
if (snapshot.
|
|
1214
|
-
lines.push("- No
|
|
1333
|
+
lines.push("## MCP Footprint");
|
|
1334
|
+
if (!snapshot.mcpSignals || snapshot.mcpSignals.length === 0) {
|
|
1335
|
+
lines.push("- No MCP configuration signals detected in workspace.");
|
|
1215
1336
|
} else {
|
|
1216
|
-
for (const
|
|
1217
|
-
lines.push(`- \`${
|
|
1337
|
+
for (const signal of snapshot.mcpSignals) {
|
|
1338
|
+
lines.push(`- \`${signal}\``);
|
|
1218
1339
|
}
|
|
1219
1340
|
}
|
|
1220
1341
|
lines.push("");
|
|
1221
1342
|
|
|
1222
|
-
lines.push("##
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1343
|
+
lines.push("## Context Budget Notes");
|
|
1344
|
+
lines.push(`- Suggested install profile: \`${contextBudget.suggestedProfile}\``);
|
|
1345
|
+
lines.push(`- Suggested MCP inclusion: \`${contextBudget.includeMcp ? "--include-mcp" : "skip --include-mcp"}\``);
|
|
1346
|
+
lines.push("- Use `--all-skills` only when task scope clearly requires full catalog breadth.");
|
|
1347
|
+
lines.push("");
|
|
1348
|
+
|
|
1349
|
+
if (!compact) {
|
|
1350
|
+
lines.push("## Package Signals");
|
|
1351
|
+
appendTechPackageSection(lines, "JavaScript / TypeScript (package.json)", snapshot.packageSignals.javascript);
|
|
1352
|
+
appendTechPackageSection(lines, "Dart / Flutter (pubspec.yaml)", snapshot.packageSignals.dart);
|
|
1353
|
+
appendTechPackageSection(lines, "Go Modules (go.mod)", snapshot.packageSignals.go);
|
|
1354
|
+
appendTechPackageSection(lines, "Python Packages (requirements / pyproject)", snapshot.packageSignals.python);
|
|
1355
|
+
appendTechPackageSection(lines, "Rust Crates (Cargo.toml)", snapshot.packageSignals.rust);
|
|
1356
|
+
|
|
1357
|
+
lines.push("## Tooling and Lockfiles");
|
|
1358
|
+
if (snapshot.lockfiles.length === 0) {
|
|
1359
|
+
lines.push("- No lockfiles detected.");
|
|
1360
|
+
} else {
|
|
1361
|
+
lines.push(`- ${snapshot.lockfiles.join(", ")}`);
|
|
1228
1362
|
}
|
|
1363
|
+
lines.push("");
|
|
1364
|
+
|
|
1365
|
+
lines.push("## Key Scripts");
|
|
1366
|
+
if (snapshot.keyScripts.length === 0) {
|
|
1367
|
+
lines.push("- No common scripts detected.");
|
|
1368
|
+
} else {
|
|
1369
|
+
for (const script of snapshot.keyScripts) {
|
|
1370
|
+
lines.push(`- \`${script.name}\`: \`${script.command}\``);
|
|
1371
|
+
}
|
|
1372
|
+
}
|
|
1373
|
+
lines.push("");
|
|
1374
|
+
|
|
1375
|
+
lines.push("## Important Top-Level Paths");
|
|
1376
|
+
if (snapshot.topDirs.length === 0) {
|
|
1377
|
+
lines.push("- No significant top-level directories detected.");
|
|
1378
|
+
} else {
|
|
1379
|
+
for (const dir of snapshot.topDirs) {
|
|
1380
|
+
lines.push(`- \`${dir}/\``);
|
|
1381
|
+
}
|
|
1382
|
+
}
|
|
1383
|
+
lines.push("");
|
|
1229
1384
|
}
|
|
1230
|
-
lines.push("");
|
|
1231
1385
|
|
|
1232
1386
|
lines.push("## Maintenance");
|
|
1233
|
-
lines.push(
|
|
1387
|
+
lines.push(
|
|
1388
|
+
`- Re-run \`cbx rules tech-md --overwrite${compact ? " --compact" : ""}\` after major stack or architecture changes.`
|
|
1389
|
+
);
|
|
1234
1390
|
lines.push("");
|
|
1235
1391
|
|
|
1236
1392
|
return lines.join("\n");
|
|
@@ -1359,7 +1515,9 @@ async function recordBundleInstallState({ scope, platform, bundleId, artifacts,
|
|
|
1359
1515
|
installedAt: new Date().toISOString(),
|
|
1360
1516
|
workflows: artifacts.workflows.map(toPosixPath),
|
|
1361
1517
|
agents: artifacts.agents.map(toPosixPath),
|
|
1362
|
-
skills: artifacts.skills.map(toPosixPath)
|
|
1518
|
+
skills: artifacts.skills.map(toPosixPath),
|
|
1519
|
+
commands: (artifacts.commands || []).map(toPosixPath),
|
|
1520
|
+
prompts: (artifacts.prompts || []).map(toPosixPath)
|
|
1363
1521
|
};
|
|
1364
1522
|
|
|
1365
1523
|
await writeState(scope, state, cwd);
|
|
@@ -1381,11 +1539,27 @@ async function resolveProfilePaths(profileId, scope, cwd = process.cwd()) {
|
|
|
1381
1539
|
const profile = WORKFLOW_PROFILES[profileId];
|
|
1382
1540
|
if (!profile) throw new Error(`Unknown platform '${profileId}'.`);
|
|
1383
1541
|
const cfg = profile[scope];
|
|
1542
|
+
const workflowDirs = Array.isArray(cfg.workflowDirs) ? cfg.workflowDirs : [];
|
|
1543
|
+
const agentDirs = Array.isArray(cfg.agentDirs) ? cfg.agentDirs : [];
|
|
1544
|
+
const skillDirs = Array.isArray(cfg.skillDirs) ? cfg.skillDirs : [];
|
|
1545
|
+
const commandDirs = Array.isArray(cfg.commandDirs) ? cfg.commandDirs : [];
|
|
1546
|
+
const promptDirs = Array.isArray(cfg.promptDirs) ? cfg.promptDirs : [];
|
|
1547
|
+
|
|
1548
|
+
const resolvePreferredDir = async (dirs) => {
|
|
1549
|
+
if (dirs.length === 0) return null;
|
|
1550
|
+
const expanded = dirs.map((dirPath) => expandPath(dirPath, cwd));
|
|
1551
|
+
for (const candidate of expanded) {
|
|
1552
|
+
if (await pathExists(candidate)) return candidate;
|
|
1553
|
+
}
|
|
1554
|
+
return expanded[0];
|
|
1555
|
+
};
|
|
1384
1556
|
|
|
1385
1557
|
return {
|
|
1386
|
-
workflowsDir:
|
|
1387
|
-
agentsDir:
|
|
1388
|
-
skillsDir:
|
|
1558
|
+
workflowsDir: await resolvePreferredDir(workflowDirs),
|
|
1559
|
+
agentsDir: await resolvePreferredDir(agentDirs),
|
|
1560
|
+
skillsDir: await resolvePreferredDir(skillDirs),
|
|
1561
|
+
commandsDir: commandDirs[0] ? expandPath(commandDirs[0], cwd) : null,
|
|
1562
|
+
promptsDir: promptDirs[0] ? expandPath(promptDirs[0], cwd) : null,
|
|
1389
1563
|
ruleFilesByPriority: cfg.ruleFilesByPriority.map((filePath) => expandPath(filePath, cwd))
|
|
1390
1564
|
};
|
|
1391
1565
|
}
|
|
@@ -1399,7 +1573,9 @@ async function resolveArtifactProfilePaths(profileId, scope, cwd = process.cwd()
|
|
|
1399
1573
|
return {
|
|
1400
1574
|
...scopedPaths,
|
|
1401
1575
|
workflowsDir: workspacePaths.workflowsDir,
|
|
1402
|
-
agentsDir: workspacePaths.agentsDir
|
|
1576
|
+
agentsDir: workspacePaths.agentsDir,
|
|
1577
|
+
commandsDir: workspacePaths.commandsDir ?? scopedPaths.commandsDir,
|
|
1578
|
+
promptsDir: workspacePaths.promptsDir ?? scopedPaths.promptsDir
|
|
1403
1579
|
};
|
|
1404
1580
|
}
|
|
1405
1581
|
|
|
@@ -1456,7 +1632,7 @@ function extractSkillIdFromIndexPath(indexPathValue) {
|
|
|
1456
1632
|
}
|
|
1457
1633
|
|
|
1458
1634
|
async function resolveTopLevelSkillIdsFromIndex() {
|
|
1459
|
-
const skillsRoot =
|
|
1635
|
+
const skillsRoot = workflowSkillsRoot();
|
|
1460
1636
|
const indexPath = path.join(skillsRoot, "skills_index.json");
|
|
1461
1637
|
if (!(await pathExists(indexPath))) return [];
|
|
1462
1638
|
|
|
@@ -1498,11 +1674,97 @@ async function resolveTopLevelSkillIdsFromIndex() {
|
|
|
1498
1674
|
return topLevelIds;
|
|
1499
1675
|
}
|
|
1500
1676
|
|
|
1501
|
-
async function
|
|
1502
|
-
|
|
1677
|
+
async function readSkillCatalogIds(catalogPath) {
|
|
1678
|
+
if (!(await pathExists(catalogPath))) return [];
|
|
1679
|
+
let parsed;
|
|
1680
|
+
try {
|
|
1681
|
+
parsed = JSON.parse(await readFile(catalogPath, "utf8"));
|
|
1682
|
+
} catch {
|
|
1683
|
+
return [];
|
|
1684
|
+
}
|
|
1685
|
+
|
|
1686
|
+
const values = Array.isArray(parsed) ? parsed : Array.isArray(parsed?.skills) ? parsed.skills : [];
|
|
1687
|
+
const ids = [];
|
|
1688
|
+
const seen = new Set();
|
|
1689
|
+
for (const value of values) {
|
|
1690
|
+
const id = String(value || "").trim();
|
|
1691
|
+
if (!id || id.startsWith(".")) continue;
|
|
1692
|
+
const key = id.toLowerCase();
|
|
1693
|
+
if (seen.has(key)) continue;
|
|
1694
|
+
seen.add(key);
|
|
1695
|
+
ids.push(id);
|
|
1696
|
+
}
|
|
1697
|
+
return ids;
|
|
1698
|
+
}
|
|
1699
|
+
|
|
1700
|
+
async function listTopLevelSkillIdsFromRoot(rootPath) {
|
|
1701
|
+
if (!(await pathExists(rootPath))) return [];
|
|
1702
|
+
const entries = await readdir(rootPath, { withFileTypes: true });
|
|
1703
|
+
const out = [];
|
|
1704
|
+
for (const entry of entries) {
|
|
1705
|
+
if (!entry.isDirectory() || entry.name.startsWith(".")) continue;
|
|
1706
|
+
const skillId = entry.name;
|
|
1707
|
+
const skillFile = path.join(rootPath, skillId, "SKILL.md");
|
|
1708
|
+
if (!(await pathExists(skillFile))) continue;
|
|
1709
|
+
out.push(skillId);
|
|
1710
|
+
}
|
|
1711
|
+
return out.sort((a, b) => a.localeCompare(b));
|
|
1712
|
+
}
|
|
1713
|
+
|
|
1714
|
+
async function resolveSkillSourceDirectory(skillId) {
|
|
1715
|
+
const normalized = String(skillId || "").trim();
|
|
1716
|
+
if (!normalized) return null;
|
|
1717
|
+
const candidates = [
|
|
1718
|
+
path.join(mcpSkillsRoot(), normalized),
|
|
1719
|
+
path.join(workflowSkillsRoot(), normalized)
|
|
1720
|
+
];
|
|
1721
|
+
for (const candidate of candidates) {
|
|
1722
|
+
const skillFile = path.join(candidate, "SKILL.md");
|
|
1723
|
+
if ((await pathExists(candidate)) && (await pathExists(skillFile))) {
|
|
1724
|
+
return candidate;
|
|
1725
|
+
}
|
|
1726
|
+
}
|
|
1727
|
+
return null;
|
|
1728
|
+
}
|
|
1729
|
+
|
|
1730
|
+
async function resolveCatalogSkillIds({
|
|
1731
|
+
profile,
|
|
1732
|
+
includeMcp
|
|
1733
|
+
}) {
|
|
1734
|
+
const workflowCatalogPath = path.join(workflowSkillsRoot(), CATALOG_FILES[profile] || "");
|
|
1735
|
+
const workflowCatalogIds = await readSkillCatalogIds(workflowCatalogPath);
|
|
1736
|
+
const workflowProfileIds =
|
|
1737
|
+
workflowCatalogIds.length > 0
|
|
1738
|
+
? workflowCatalogIds
|
|
1739
|
+
: profile === "full"
|
|
1740
|
+
? await listTopLevelSkillIdsFromRoot(workflowSkillsRoot())
|
|
1741
|
+
: [];
|
|
1742
|
+
|
|
1743
|
+
if (!includeMcp) return workflowProfileIds;
|
|
1744
|
+
|
|
1745
|
+
const mcpCatalogPath = path.join(mcpCatalogRoot(), CATALOG_FILES.mcp);
|
|
1746
|
+
const mcpCatalogIds = await readSkillCatalogIds(mcpCatalogPath);
|
|
1747
|
+
const mcpIds = mcpCatalogIds.length > 0 ? mcpCatalogIds : await listTopLevelSkillIdsFromRoot(mcpSkillsRoot());
|
|
1748
|
+
return unique([...workflowProfileIds, ...mcpIds]);
|
|
1749
|
+
}
|
|
1750
|
+
|
|
1751
|
+
async function resolveInstallSkillIds({
|
|
1752
|
+
platformSpec,
|
|
1753
|
+
extraSkillIds = [],
|
|
1754
|
+
skillProfile = DEFAULT_SKILL_PROFILE,
|
|
1755
|
+
includeMcp = false
|
|
1756
|
+
}) {
|
|
1503
1757
|
const fallbackManifestSkillIds = Array.isArray(platformSpec.skills) ? platformSpec.skills : [];
|
|
1758
|
+
const catalogSelectedIds = await resolveCatalogSkillIds({
|
|
1759
|
+
profile: normalizeSkillProfile(skillProfile),
|
|
1760
|
+
includeMcp
|
|
1761
|
+
});
|
|
1504
1762
|
|
|
1505
|
-
let selected =
|
|
1763
|
+
let selected = catalogSelectedIds.length > 0 ? catalogSelectedIds : fallbackManifestSkillIds;
|
|
1764
|
+
if (selected.length === 0) {
|
|
1765
|
+
const indexedSkillIds = await resolveTopLevelSkillIdsFromIndex();
|
|
1766
|
+
selected = indexedSkillIds;
|
|
1767
|
+
}
|
|
1506
1768
|
if (Array.isArray(platformSpec.skillAllowList) && platformSpec.skillAllowList.length > 0) {
|
|
1507
1769
|
const allow = new Set(platformSpec.skillAllowList.map((item) => String(item).toLowerCase()));
|
|
1508
1770
|
selected = selected.filter((skillId) => allow.has(String(skillId).toLowerCase()));
|
|
@@ -3643,9 +3905,14 @@ async function findNestedSkillDirs(rootDir, depth = 0, nested = []) {
|
|
|
3643
3905
|
if (!entry.isDirectory()) continue;
|
|
3644
3906
|
const childDir = path.join(rootDir, entry.name);
|
|
3645
3907
|
const skillFile = path.join(childDir, "SKILL.md");
|
|
3646
|
-
|
|
3908
|
+
|
|
3909
|
+
// Treat direct children and deeper descendants as nested skills.
|
|
3910
|
+
// Once a nested skill boundary is detected, stop descending further.
|
|
3911
|
+
if (depth >= 0 && (await pathExists(skillFile))) {
|
|
3647
3912
|
nested.push(childDir);
|
|
3913
|
+
continue;
|
|
3648
3914
|
}
|
|
3915
|
+
|
|
3649
3916
|
await findNestedSkillDirs(childDir, depth + 1, nested);
|
|
3650
3917
|
}
|
|
3651
3918
|
return nested;
|
|
@@ -3700,6 +3967,8 @@ async function installBundleArtifacts({
|
|
|
3700
3967
|
overwrite,
|
|
3701
3968
|
profilePathsOverride = null,
|
|
3702
3969
|
extraSkillIds = [],
|
|
3970
|
+
skillProfile = DEFAULT_SKILL_PROFILE,
|
|
3971
|
+
includeMcp = false,
|
|
3703
3972
|
terminalVerifierSelection = null,
|
|
3704
3973
|
dryRun = false,
|
|
3705
3974
|
cwd = process.cwd()
|
|
@@ -3717,6 +3986,12 @@ async function installBundleArtifacts({
|
|
|
3717
3986
|
if (platformInstallsCustomAgents(platform)) {
|
|
3718
3987
|
await mkdir(profilePaths.agentsDir, { recursive: true });
|
|
3719
3988
|
}
|
|
3989
|
+
if (profilePaths.commandsDir && Array.isArray(platformSpec.commands) && platformSpec.commands.length > 0) {
|
|
3990
|
+
await mkdir(profilePaths.commandsDir, { recursive: true });
|
|
3991
|
+
}
|
|
3992
|
+
if (profilePaths.promptsDir && Array.isArray(platformSpec.prompts) && platformSpec.prompts.length > 0) {
|
|
3993
|
+
await mkdir(profilePaths.promptsDir, { recursive: true });
|
|
3994
|
+
}
|
|
3720
3995
|
}
|
|
3721
3996
|
|
|
3722
3997
|
const bundleRoot = path.join(agentAssetsRoot(), "workflows", bundleId);
|
|
@@ -3724,7 +3999,7 @@ async function installBundleArtifacts({
|
|
|
3724
3999
|
|
|
3725
4000
|
const installed = [];
|
|
3726
4001
|
const skipped = [];
|
|
3727
|
-
const artifacts = { workflows: [], agents: [], skills: [] };
|
|
4002
|
+
const artifacts = { workflows: [], agents: [], skills: [], commands: [], prompts: [] };
|
|
3728
4003
|
|
|
3729
4004
|
const workflowFiles = Array.isArray(platformSpec.workflows) ? platformSpec.workflows : [];
|
|
3730
4005
|
for (const workflowFile of workflowFiles) {
|
|
@@ -3760,16 +4035,52 @@ async function installBundleArtifacts({
|
|
|
3760
4035
|
else installed.push(destination);
|
|
3761
4036
|
}
|
|
3762
4037
|
|
|
4038
|
+
const commandFiles = Array.isArray(platformSpec.commands) ? platformSpec.commands : [];
|
|
4039
|
+
for (const commandFile of commandFiles) {
|
|
4040
|
+
if (!profilePaths.commandsDir) continue;
|
|
4041
|
+
const source = path.join(platformRoot, "commands", commandFile);
|
|
4042
|
+
const destination = path.join(profilePaths.commandsDir, path.basename(commandFile));
|
|
4043
|
+
|
|
4044
|
+
if (!(await pathExists(source))) {
|
|
4045
|
+
throw new Error(`Missing command source file: ${source}`);
|
|
4046
|
+
}
|
|
4047
|
+
|
|
4048
|
+
const result = await copyArtifact({ source, destination, overwrite, dryRun });
|
|
4049
|
+
artifacts.commands.push(destination);
|
|
4050
|
+
if (result.action === "skipped" || result.action === "would-skip") skipped.push(destination);
|
|
4051
|
+
else installed.push(destination);
|
|
4052
|
+
}
|
|
4053
|
+
|
|
4054
|
+
const promptFiles = Array.isArray(platformSpec.prompts) ? platformSpec.prompts : [];
|
|
4055
|
+
for (const promptFile of promptFiles) {
|
|
4056
|
+
if (!profilePaths.promptsDir) continue;
|
|
4057
|
+
const source = path.join(platformRoot, "prompts", promptFile);
|
|
4058
|
+
const destination = path.join(profilePaths.promptsDir, path.basename(promptFile));
|
|
4059
|
+
|
|
4060
|
+
if (!(await pathExists(source))) {
|
|
4061
|
+
throw new Error(`Missing prompt source file: ${source}`);
|
|
4062
|
+
}
|
|
4063
|
+
|
|
4064
|
+
const result = await copyArtifact({ source, destination, overwrite, dryRun });
|
|
4065
|
+
artifacts.prompts.push(destination);
|
|
4066
|
+
if (result.action === "skipped" || result.action === "would-skip") skipped.push(destination);
|
|
4067
|
+
else installed.push(destination);
|
|
4068
|
+
}
|
|
4069
|
+
|
|
3763
4070
|
const skillIds = await resolveInstallSkillIds({
|
|
3764
4071
|
platformSpec,
|
|
3765
|
-
extraSkillIds
|
|
4072
|
+
extraSkillIds,
|
|
4073
|
+
skillProfile,
|
|
4074
|
+
includeMcp
|
|
3766
4075
|
});
|
|
3767
4076
|
for (const skillId of skillIds) {
|
|
3768
|
-
const source =
|
|
4077
|
+
const source = await resolveSkillSourceDirectory(skillId);
|
|
3769
4078
|
const destination = path.join(profilePaths.skillsDir, skillId);
|
|
3770
4079
|
|
|
3771
|
-
if (!
|
|
3772
|
-
throw new Error(
|
|
4080
|
+
if (!source) {
|
|
4081
|
+
throw new Error(
|
|
4082
|
+
`Missing skill source directory for '${skillId}' (checked ${workflowSkillsRoot()} and ${mcpSkillsRoot()}).`
|
|
4083
|
+
);
|
|
3773
4084
|
}
|
|
3774
4085
|
|
|
3775
4086
|
const result = await copyArtifact({ source, destination, overwrite, dryRun });
|
|
@@ -3779,7 +4090,7 @@ async function installBundleArtifacts({
|
|
|
3779
4090
|
}
|
|
3780
4091
|
|
|
3781
4092
|
// Copy skills_index.json if it exists in the package skills root
|
|
3782
|
-
const skillsIndexSource = path.join(
|
|
4093
|
+
const skillsIndexSource = path.join(workflowSkillsRoot(), "skills_index.json");
|
|
3783
4094
|
if (await pathExists(skillsIndexSource)) {
|
|
3784
4095
|
const skillsIndexDest = path.join(profilePaths.skillsDir, "skills_index.json");
|
|
3785
4096
|
const indexResult = await copyArtifact({ source: skillsIndexSource, destination: skillsIndexDest, overwrite, dryRun });
|
|
@@ -3969,6 +4280,18 @@ async function removeBundleArtifacts({
|
|
|
3969
4280
|
if (await safeRemove(destination, dryRun)) removed.push(destination);
|
|
3970
4281
|
}
|
|
3971
4282
|
|
|
4283
|
+
for (const commandFile of platformSpec.commands || []) {
|
|
4284
|
+
if (!profilePaths.commandsDir) continue;
|
|
4285
|
+
const destination = path.join(profilePaths.commandsDir, path.basename(commandFile));
|
|
4286
|
+
if (await safeRemove(destination, dryRun)) removed.push(destination);
|
|
4287
|
+
}
|
|
4288
|
+
|
|
4289
|
+
for (const promptFile of platformSpec.prompts || []) {
|
|
4290
|
+
if (!profilePaths.promptsDir) continue;
|
|
4291
|
+
const destination = path.join(profilePaths.promptsDir, path.basename(promptFile));
|
|
4292
|
+
if (await safeRemove(destination, dryRun)) removed.push(destination);
|
|
4293
|
+
}
|
|
4294
|
+
|
|
3972
4295
|
const skillIds = await resolveInstallSkillIds({ platformSpec, extraSkillIds: [] });
|
|
3973
4296
|
for (const skillId of skillIds) {
|
|
3974
4297
|
const destination = path.join(profilePaths.skillsDir, skillId);
|
|
@@ -3997,14 +4320,26 @@ function printPlatforms() {
|
|
|
3997
4320
|
` project agents: ${agentsEnabled ? profile.project.agentDirs[0] : "(disabled for this platform)"}`
|
|
3998
4321
|
);
|
|
3999
4322
|
console.log(` project skills: ${profile.project.skillDirs[0]}`);
|
|
4323
|
+
if (Array.isArray(profile.project.commandDirs) && profile.project.commandDirs.length > 0) {
|
|
4324
|
+
console.log(` project commands: ${profile.project.commandDirs[0]}`);
|
|
4325
|
+
}
|
|
4326
|
+
if (Array.isArray(profile.project.promptDirs) && profile.project.promptDirs.length > 0) {
|
|
4327
|
+
console.log(` project prompts: ${profile.project.promptDirs[0]}`);
|
|
4328
|
+
}
|
|
4000
4329
|
console.log(` project rules: ${profile.project.ruleFilesByPriority.join(" | ")}`);
|
|
4001
4330
|
console.log(` global workflows: ${profile.global.workflowDirs[0]}`);
|
|
4002
4331
|
console.log(
|
|
4003
4332
|
` global agents: ${agentsEnabled ? profile.global.agentDirs[0] : "(disabled for this platform)"}`
|
|
4004
4333
|
);
|
|
4005
4334
|
console.log(` global skills: ${profile.global.skillDirs[0]}`);
|
|
4335
|
+
if (Array.isArray(profile.global.commandDirs) && profile.global.commandDirs.length > 0) {
|
|
4336
|
+
console.log(` global commands: ${profile.global.commandDirs[0]}`);
|
|
4337
|
+
}
|
|
4338
|
+
if (Array.isArray(profile.global.promptDirs) && profile.global.promptDirs.length > 0) {
|
|
4339
|
+
console.log(` global prompts: ${profile.global.promptDirs[0]}`);
|
|
4340
|
+
}
|
|
4006
4341
|
console.log(` global rules: ${profile.global.ruleFilesByPriority.join(" | ")}`);
|
|
4007
|
-
console.log(" default install: workflows/agents -> project, skills -> global");
|
|
4342
|
+
console.log(" default install: workflows/agents/commands/prompts -> project, skills -> global");
|
|
4008
4343
|
}
|
|
4009
4344
|
}
|
|
4010
4345
|
|
|
@@ -4225,6 +4560,16 @@ async function createDoctorReport({ platform, scope, cwd = process.cwd() }) {
|
|
|
4225
4560
|
skills: {
|
|
4226
4561
|
path: artifactPaths.skillsDir,
|
|
4227
4562
|
exists: await pathExists(artifactPaths.skillsDir)
|
|
4563
|
+
},
|
|
4564
|
+
commands: {
|
|
4565
|
+
path: artifactPaths.commandsDir,
|
|
4566
|
+
enabled: Boolean(artifactPaths.commandsDir),
|
|
4567
|
+
exists: artifactPaths.commandsDir ? await pathExists(artifactPaths.commandsDir) : null
|
|
4568
|
+
},
|
|
4569
|
+
prompts: {
|
|
4570
|
+
path: artifactPaths.promptsDir,
|
|
4571
|
+
enabled: Boolean(artifactPaths.promptsDir),
|
|
4572
|
+
exists: artifactPaths.promptsDir ? await pathExists(artifactPaths.promptsDir) : null
|
|
4228
4573
|
}
|
|
4229
4574
|
};
|
|
4230
4575
|
|
|
@@ -4306,9 +4651,11 @@ async function createDoctorReport({ platform, scope, cwd = process.cwd() }) {
|
|
|
4306
4651
|
if (
|
|
4307
4652
|
!pathStatus.workflows.exists &&
|
|
4308
4653
|
!pathStatus.skills.exists &&
|
|
4309
|
-
!(pathStatus.agents.enabled && pathStatus.agents.exists)
|
|
4654
|
+
!(pathStatus.agents.enabled && pathStatus.agents.exists) &&
|
|
4655
|
+
!(pathStatus.commands.enabled && pathStatus.commands.exists) &&
|
|
4656
|
+
!(pathStatus.prompts.enabled && pathStatus.prompts.exists)
|
|
4310
4657
|
) {
|
|
4311
|
-
recommendations.push("No workflow/agent/skill directories found in this scope.");
|
|
4658
|
+
recommendations.push("No workflow/agent/skill/command/prompt directories found in this scope.");
|
|
4312
4659
|
}
|
|
4313
4660
|
|
|
4314
4661
|
if (platform === "codex" && scope === "project") {
|
|
@@ -4369,6 +4716,20 @@ async function createDoctorReport({ platform, scope, cwd = process.cwd() }) {
|
|
|
4369
4716
|
);
|
|
4370
4717
|
}
|
|
4371
4718
|
|
|
4719
|
+
if (platform === "antigravity" && pathStatus.workflows.exists && pathStatus.commands.enabled && !pathStatus.commands.exists) {
|
|
4720
|
+
warnings.push("Antigravity workflows are present but .gemini/commands is missing.");
|
|
4721
|
+
recommendations.push(
|
|
4722
|
+
`Reinstall to generate command files: cbx workflows install --platform antigravity --bundle agent-environment-setup --scope ${scope} --overwrite`
|
|
4723
|
+
);
|
|
4724
|
+
}
|
|
4725
|
+
|
|
4726
|
+
if (platform === "copilot" && pathStatus.workflows.exists && pathStatus.prompts.enabled && !pathStatus.prompts.exists) {
|
|
4727
|
+
warnings.push("Copilot workflows are present but prompts directory is missing.");
|
|
4728
|
+
recommendations.push(
|
|
4729
|
+
`Reinstall to generate prompt files: cbx workflows install --platform copilot --bundle agent-environment-setup --scope ${scope} --overwrite`
|
|
4730
|
+
);
|
|
4731
|
+
}
|
|
4732
|
+
|
|
4372
4733
|
if (platform === "copilot" && pathStatus.skills.exists) {
|
|
4373
4734
|
const findings = await validateCopilotSkillsSchema(artifactPaths.skillsDir);
|
|
4374
4735
|
if (findings.length > 0) {
|
|
@@ -4434,6 +4795,16 @@ function printDoctorReport(report) {
|
|
|
4434
4795
|
console.log(`- Agents: ${report.paths.agents.path} : ${report.paths.agents.exists ? "exists" : "missing"}`);
|
|
4435
4796
|
}
|
|
4436
4797
|
console.log(`- Skills: ${report.paths.skills.path} : ${report.paths.skills.exists ? "exists" : "missing"}`);
|
|
4798
|
+
if (report.paths.commands.enabled === false) {
|
|
4799
|
+
console.log(`- Commands: (disabled)`);
|
|
4800
|
+
} else {
|
|
4801
|
+
console.log(`- Commands: ${report.paths.commands.path} : ${report.paths.commands.exists ? "exists" : "missing"}`);
|
|
4802
|
+
}
|
|
4803
|
+
if (report.paths.prompts.enabled === false) {
|
|
4804
|
+
console.log(`- Prompts: (disabled)`);
|
|
4805
|
+
} else {
|
|
4806
|
+
console.log(`- Prompts: ${report.paths.prompts.path} : ${report.paths.prompts.exists ? "exists" : "missing"}`);
|
|
4807
|
+
}
|
|
4437
4808
|
|
|
4438
4809
|
console.log("\nManaged block:");
|
|
4439
4810
|
console.log(`- Status: ${report.managedBlockStatus}`);
|
|
@@ -4502,6 +4873,13 @@ function withInstallOptions(command) {
|
|
|
4502
4873
|
"--terminal-verifier <provider>",
|
|
4503
4874
|
"Antigravity only: verifier provider (codex|gemini). Implies --terminal-integration."
|
|
4504
4875
|
)
|
|
4876
|
+
.option(
|
|
4877
|
+
"--skill-profile <profile>",
|
|
4878
|
+
"skill install profile: core|web-backend|full (default: core)",
|
|
4879
|
+
DEFAULT_SKILL_PROFILE
|
|
4880
|
+
)
|
|
4881
|
+
.option("--include-mcp", "include MCP catalog skills in install selection")
|
|
4882
|
+
.option("--all-skills", "alias for --skill-profile full --include-mcp")
|
|
4505
4883
|
.option("--dry-run", "preview install without writing files")
|
|
4506
4884
|
.option("-y, --yes", "skip interactive confirmation");
|
|
4507
4885
|
}
|
|
@@ -4713,6 +5091,7 @@ async function runWorkflowInstall(options) {
|
|
|
4713
5091
|
options,
|
|
4714
5092
|
cwd
|
|
4715
5093
|
});
|
|
5094
|
+
const skillInstallOptions = resolveWorkflowSkillInstallOptions(options);
|
|
4716
5095
|
|
|
4717
5096
|
const installResult = await installBundleArtifacts({
|
|
4718
5097
|
bundleId,
|
|
@@ -4722,6 +5101,8 @@ async function runWorkflowInstall(options) {
|
|
|
4722
5101
|
overwrite: Boolean(options.overwrite),
|
|
4723
5102
|
profilePathsOverride: artifactProfilePaths,
|
|
4724
5103
|
extraSkillIds: postmanSelection.enabled ? [POSTMAN_SKILL_ID] : [],
|
|
5104
|
+
skillProfile: skillInstallOptions.skillProfile,
|
|
5105
|
+
includeMcp: skillInstallOptions.includeMcp,
|
|
4725
5106
|
terminalVerifierSelection,
|
|
4726
5107
|
dryRun,
|
|
4727
5108
|
cwd
|
|
@@ -4834,6 +5215,147 @@ async function runWorkflowInstall(options) {
|
|
|
4834
5215
|
}
|
|
4835
5216
|
}
|
|
4836
5217
|
|
|
5218
|
+
async function listInstalledTopLevelSkillDirs(skillsDir) {
|
|
5219
|
+
if (!skillsDir || !(await pathExists(skillsDir))) return [];
|
|
5220
|
+
const entries = await readdir(skillsDir, { withFileTypes: true });
|
|
5221
|
+
const out = [];
|
|
5222
|
+
for (const entry of entries) {
|
|
5223
|
+
if (!entry.isDirectory() || entry.name.startsWith(".")) continue;
|
|
5224
|
+
const skillId = entry.name;
|
|
5225
|
+
const skillFile = path.join(skillsDir, skillId, "SKILL.md");
|
|
5226
|
+
if (!(await pathExists(skillFile))) continue;
|
|
5227
|
+
out.push(path.join(skillsDir, skillId));
|
|
5228
|
+
}
|
|
5229
|
+
return out.sort((a, b) => path.basename(a).localeCompare(path.basename(b)));
|
|
5230
|
+
}
|
|
5231
|
+
|
|
5232
|
+
function isProtectedInstalledSkillId(skillId) {
|
|
5233
|
+
const normalized = String(skillId || "").trim().toLowerCase();
|
|
5234
|
+
if (!normalized) return true;
|
|
5235
|
+
if (normalized.startsWith("workflow-") || normalized.startsWith("agent-")) return true;
|
|
5236
|
+
return normalized.startsWith(".");
|
|
5237
|
+
}
|
|
5238
|
+
|
|
5239
|
+
async function runWorkflowPruneSkills(options) {
|
|
5240
|
+
try {
|
|
5241
|
+
const cwd = process.cwd();
|
|
5242
|
+
const scope = normalizeScope(options.scope);
|
|
5243
|
+
const dryRun = Boolean(options.dryRun);
|
|
5244
|
+
const platform = await resolvePlatform(options.platform, scope, cwd);
|
|
5245
|
+
const profilePaths = await resolveArtifactProfilePaths(platform, scope, cwd);
|
|
5246
|
+
const bundleId = await chooseBundle(options.bundle || "agent-environment-setup");
|
|
5247
|
+
const manifest = await readBundleManifest(bundleId);
|
|
5248
|
+
const platformSpec = manifest.platforms?.[platform];
|
|
5249
|
+
if (!platformSpec) {
|
|
5250
|
+
throw new Error(`Bundle '${bundleId}' does not define platform '${platform}'.`);
|
|
5251
|
+
}
|
|
5252
|
+
if (!profilePaths.skillsDir || !(await pathExists(profilePaths.skillsDir))) {
|
|
5253
|
+
console.log(`No skills directory found at ${profilePaths.skillsDir || "(unset)"}. Nothing to prune.`);
|
|
5254
|
+
return;
|
|
5255
|
+
}
|
|
5256
|
+
|
|
5257
|
+
const skillInstallOptions = resolveWorkflowSkillInstallOptions(options);
|
|
5258
|
+
const desiredSkillIds = await resolveInstallSkillIds({
|
|
5259
|
+
platformSpec,
|
|
5260
|
+
extraSkillIds: [],
|
|
5261
|
+
skillProfile: skillInstallOptions.skillProfile,
|
|
5262
|
+
includeMcp: skillInstallOptions.includeMcp
|
|
5263
|
+
});
|
|
5264
|
+
const desiredSet = new Set(desiredSkillIds.map((skillId) => String(skillId).toLowerCase()));
|
|
5265
|
+
|
|
5266
|
+
const installedSkillDirs = await listInstalledTopLevelSkillDirs(profilePaths.skillsDir);
|
|
5267
|
+
const installedSkillIds = installedSkillDirs.map((dirPath) => path.basename(dirPath));
|
|
5268
|
+
const nestedPlan = await cleanupNestedDuplicateSkills({
|
|
5269
|
+
skillsRootDir: profilePaths.skillsDir,
|
|
5270
|
+
installedSkillDirs,
|
|
5271
|
+
dryRun: true
|
|
5272
|
+
});
|
|
5273
|
+
|
|
5274
|
+
const removeOutOfProfile = installedSkillIds
|
|
5275
|
+
.filter((skillId) => !isProtectedInstalledSkillId(skillId))
|
|
5276
|
+
.filter((skillId) => !desiredSet.has(skillId.toLowerCase()))
|
|
5277
|
+
.sort((a, b) => a.localeCompare(b));
|
|
5278
|
+
|
|
5279
|
+
const hasWork = nestedPlan.length > 0 || removeOutOfProfile.length > 0;
|
|
5280
|
+
if (!hasWork) {
|
|
5281
|
+
console.log("No stale skills found. Installed set already matches selected profile.");
|
|
5282
|
+
console.log(
|
|
5283
|
+
`Profile: ${skillInstallOptions.skillProfile} (include MCP: ${skillInstallOptions.includeMcp ? "yes" : "no"})`
|
|
5284
|
+
);
|
|
5285
|
+
return;
|
|
5286
|
+
}
|
|
5287
|
+
|
|
5288
|
+
if (!dryRun && !options.yes && process.stdin.isTTY) {
|
|
5289
|
+
const proceed = await confirm({
|
|
5290
|
+
message: `Prune ${nestedPlan.length + removeOutOfProfile.length} stale skill path(s) for ${platform} (${scope})?`,
|
|
5291
|
+
default: true
|
|
5292
|
+
});
|
|
5293
|
+
if (!proceed) {
|
|
5294
|
+
console.log("Cancelled.");
|
|
5295
|
+
process.exit(0);
|
|
5296
|
+
}
|
|
5297
|
+
}
|
|
5298
|
+
|
|
5299
|
+
const nestedResult = await cleanupNestedDuplicateSkills({
|
|
5300
|
+
skillsRootDir: profilePaths.skillsDir,
|
|
5301
|
+
installedSkillDirs,
|
|
5302
|
+
dryRun
|
|
5303
|
+
});
|
|
5304
|
+
|
|
5305
|
+
const removedOutOfProfile = [];
|
|
5306
|
+
for (const skillId of removeOutOfProfile) {
|
|
5307
|
+
const targetDir = path.join(profilePaths.skillsDir, skillId);
|
|
5308
|
+
if (!dryRun) {
|
|
5309
|
+
await rm(targetDir, { recursive: true, force: true });
|
|
5310
|
+
}
|
|
5311
|
+
removedOutOfProfile.push({
|
|
5312
|
+
skillId,
|
|
5313
|
+
path: targetDir,
|
|
5314
|
+
action: dryRun ? "would-remove" : "removed"
|
|
5315
|
+
});
|
|
5316
|
+
}
|
|
5317
|
+
|
|
5318
|
+
const beforeCount = installedSkillIds.length;
|
|
5319
|
+
const afterCount = dryRun
|
|
5320
|
+
? beforeCount - nestedResult.length - removedOutOfProfile.length
|
|
5321
|
+
: (await listInstalledTopLevelSkillDirs(profilePaths.skillsDir)).length;
|
|
5322
|
+
|
|
5323
|
+
console.log("Skill prune summary:");
|
|
5324
|
+
console.log(`- Platform/scope: ${platform}/${scope}`);
|
|
5325
|
+
console.log(`- Bundle: ${bundleId}`);
|
|
5326
|
+
console.log(
|
|
5327
|
+
`- Profile: ${skillInstallOptions.skillProfile} (include MCP: ${skillInstallOptions.includeMcp ? "yes" : "no"})`
|
|
5328
|
+
);
|
|
5329
|
+
console.log(`- Installed before: ${beforeCount}`);
|
|
5330
|
+
console.log(`- Nested duplicates: ${nestedResult.length}`);
|
|
5331
|
+
console.log(`- Out-of-profile: ${removedOutOfProfile.length}`);
|
|
5332
|
+
console.log(`- Installed after: ${afterCount}`);
|
|
5333
|
+
|
|
5334
|
+
if (nestedResult.length > 0) {
|
|
5335
|
+
console.log("\nNested duplicate removals:");
|
|
5336
|
+
for (const item of nestedResult) {
|
|
5337
|
+
console.log(`- ${item.action}: ${item.path}`);
|
|
5338
|
+
}
|
|
5339
|
+
}
|
|
5340
|
+
if (removedOutOfProfile.length > 0) {
|
|
5341
|
+
console.log("\nOut-of-profile removals:");
|
|
5342
|
+
for (const item of removedOutOfProfile) {
|
|
5343
|
+
console.log(`- ${item.action}: ${item.path}`);
|
|
5344
|
+
}
|
|
5345
|
+
}
|
|
5346
|
+
if (dryRun) {
|
|
5347
|
+
console.log("\nDry-run complete. Re-run without `--dry-run` to apply changes.");
|
|
5348
|
+
}
|
|
5349
|
+
} catch (error) {
|
|
5350
|
+
if (error?.name === "ExitPromptError") {
|
|
5351
|
+
console.error("\nCancelled.");
|
|
5352
|
+
process.exit(130);
|
|
5353
|
+
}
|
|
5354
|
+
console.error(`\nError: ${error.message}`);
|
|
5355
|
+
process.exit(1);
|
|
5356
|
+
}
|
|
5357
|
+
}
|
|
5358
|
+
|
|
4837
5359
|
async function runWorkflowRemove(target, options) {
|
|
4838
5360
|
try {
|
|
4839
5361
|
if (!target) {
|
|
@@ -5601,11 +6123,12 @@ async function runRulesTechMd(options) {
|
|
|
5601
6123
|
try {
|
|
5602
6124
|
const dryRun = Boolean(options.dryRun);
|
|
5603
6125
|
const overwrite = Boolean(options.overwrite);
|
|
6126
|
+
const compact = Boolean(options.compact);
|
|
5604
6127
|
const cwd = process.cwd();
|
|
5605
6128
|
const workspaceRoot = findWorkspaceRoot(cwd);
|
|
5606
6129
|
const outputPath = options.output ? expandPath(options.output, cwd) : path.join(workspaceRoot, "TECH.md");
|
|
5607
6130
|
const snapshot = await collectTechSnapshot(workspaceRoot);
|
|
5608
|
-
const content = buildTechMd(snapshot);
|
|
6131
|
+
const content = buildTechMd(snapshot, { compact });
|
|
5609
6132
|
const result = await writeTextFile({
|
|
5610
6133
|
targetPath: outputPath,
|
|
5611
6134
|
content: `${content}\n`,
|
|
@@ -5617,6 +6140,7 @@ async function runRulesTechMd(options) {
|
|
|
5617
6140
|
console.log(`File: ${result.filePath}`);
|
|
5618
6141
|
console.log(`Root scanned: ${toPosixPath(workspaceRoot)}`);
|
|
5619
6142
|
console.log(`Files scanned: ${snapshot.scannedFiles}`);
|
|
6143
|
+
console.log(`Mode: ${compact ? "compact" : "full"}`);
|
|
5620
6144
|
if (dryRun) {
|
|
5621
6145
|
console.log("\nDry-run complete. Re-run without `--dry-run` to apply changes.");
|
|
5622
6146
|
}
|
|
@@ -5655,6 +6179,22 @@ withWorkflowBaseOptions(
|
|
|
5655
6179
|
.option("-y, --yes", "skip interactive confirmation")
|
|
5656
6180
|
).action(runWorkflowRemove);
|
|
5657
6181
|
|
|
6182
|
+
withWorkflowBaseOptions(
|
|
6183
|
+
workflowsCommand
|
|
6184
|
+
.command("prune-skills")
|
|
6185
|
+
.description("Prune nested duplicates and out-of-profile installed skills")
|
|
6186
|
+
.option("-b, --bundle <bundle>", "bundle id (default: agent-environment-setup)")
|
|
6187
|
+
.option(
|
|
6188
|
+
"--skill-profile <profile>",
|
|
6189
|
+
"skill prune profile: core|web-backend|full (default: core)",
|
|
6190
|
+
DEFAULT_SKILL_PROFILE
|
|
6191
|
+
)
|
|
6192
|
+
.option("--include-mcp", "include MCP catalog skills in desired profile set")
|
|
6193
|
+
.option("--all-skills", "alias for --skill-profile full --include-mcp")
|
|
6194
|
+
.option("--dry-run", "preview prune operations without deleting files")
|
|
6195
|
+
.option("-y, --yes", "skip interactive confirmation")
|
|
6196
|
+
).action(runWorkflowPruneSkills);
|
|
6197
|
+
|
|
5658
6198
|
withWorkflowBaseOptions(
|
|
5659
6199
|
workflowsCommand
|
|
5660
6200
|
.command("sync-rules")
|
|
@@ -5721,6 +6261,25 @@ withWorkflowBaseOptions(
|
|
|
5721
6261
|
await runWorkflowRemove(target, options);
|
|
5722
6262
|
});
|
|
5723
6263
|
|
|
6264
|
+
withWorkflowBaseOptions(
|
|
6265
|
+
skillsCommand
|
|
6266
|
+
.command("prune-skills")
|
|
6267
|
+
.description("Alias for workflows prune-skills")
|
|
6268
|
+
.option("-b, --bundle <bundle>", "bundle id (default: agent-environment-setup)")
|
|
6269
|
+
.option(
|
|
6270
|
+
"--skill-profile <profile>",
|
|
6271
|
+
"skill prune profile: core|web-backend|full (default: core)",
|
|
6272
|
+
DEFAULT_SKILL_PROFILE
|
|
6273
|
+
)
|
|
6274
|
+
.option("--include-mcp", "include MCP catalog skills in desired profile set")
|
|
6275
|
+
.option("--all-skills", "alias for --skill-profile full --include-mcp")
|
|
6276
|
+
.option("--dry-run", "preview prune operations without deleting files")
|
|
6277
|
+
.option("-y, --yes", "skip interactive confirmation")
|
|
6278
|
+
).action(async (options) => {
|
|
6279
|
+
printSkillsDeprecation();
|
|
6280
|
+
await runWorkflowPruneSkills(options);
|
|
6281
|
+
});
|
|
6282
|
+
|
|
5724
6283
|
withWorkflowBaseOptions(
|
|
5725
6284
|
skillsCommand
|
|
5726
6285
|
.command("sync-rules")
|
|
@@ -5784,6 +6343,7 @@ rulesCommand
|
|
|
5784
6343
|
.description("Scan the codebase and generate/update TECH.md")
|
|
5785
6344
|
.option("--output <path>", "output path (default: <workspace-root>/TECH.md)")
|
|
5786
6345
|
.option("--overwrite", "overwrite existing TECH.md")
|
|
6346
|
+
.option("--compact", "generate compact TECH.md (stack + context budget only)")
|
|
5787
6347
|
.option("--dry-run", "preview generation without writing files")
|
|
5788
6348
|
.action(runRulesTechMd);
|
|
5789
6349
|
|