@arthai/agents 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +123 -0
- package/VERSION +1 -0
- package/agents/ai-consultant.md +999 -0
- package/agents/architect.md +174 -0
- package/agents/code-reviewer.md +115 -0
- package/agents/competitive-analyst.md +688 -0
- package/agents/content-strategist.md +607 -0
- package/agents/design-studio-create.md +304 -0
- package/agents/design-studio-critique.md +258 -0
- package/agents/design-studio-think.md +79 -0
- package/agents/domain-hunter.md +519 -0
- package/agents/explore-light.md +52 -0
- package/agents/frontend.md +261 -0
- package/agents/gtm-expert.md +811 -0
- package/agents/meeting-prep.md +318 -0
- package/agents/ops.md +149 -0
- package/agents/product-manager.md +563 -0
- package/agents/python-backend.md +286 -0
- package/agents/qa-baseline-updater.md +45 -0
- package/agents/qa-challenger.md +97 -0
- package/agents/qa-domain.md +145 -0
- package/agents/qa-e2e.md +184 -0
- package/agents/qa-test-promoter.md +97 -0
- package/agents/qa.md +226 -0
- package/agents/setup.md +134 -0
- package/agents/sre.md +165 -0
- package/agents/stakeholder-reporter.md +94 -0
- package/agents/user-researcher.md +602 -0
- package/bin/cli.js +322 -0
- package/bundles/canvas.json +16 -0
- package/bundles/compass.json +16 -0
- package/bundles/counsel.json +31 -0
- package/bundles/cruise.json +11 -0
- package/bundles/forge.json +26 -0
- package/bundles/prime.json +10 -0
- package/bundles/prism.json +23 -0
- package/bundles/scalpel.json +17 -0
- package/bundles/sentinel.json +19 -0
- package/bundles/shield.json +14 -0
- package/bundles/spark.json +19 -0
- package/compiler.sh +305 -0
- package/dist/plugins/canvas/.claude-plugin/plugin.json +6 -0
- package/dist/plugins/canvas/agents/design-studio-create.md +304 -0
- package/dist/plugins/canvas/agents/design-studio-critique.md +258 -0
- package/dist/plugins/canvas/agents/design-studio-think.md +79 -0
- package/dist/plugins/canvas/agents/frontend.md +261 -0
- package/dist/plugins/canvas/skills/planning/SKILL.md +436 -0
- package/dist/plugins/compass/.claude-plugin/plugin.json +6 -0
- package/dist/plugins/compass/agents/content-strategist.md +607 -0
- package/dist/plugins/compass/agents/gtm-expert.md +811 -0
- package/dist/plugins/compass/agents/product-manager.md +563 -0
- package/dist/plugins/compass/agents/user-researcher.md +602 -0
- package/dist/plugins/compass/skills/planning/SKILL.md +436 -0
- package/dist/plugins/counsel/.claude-plugin/plugin.json +6 -0
- package/dist/plugins/counsel/agents/ai-consultant.md +999 -0
- package/dist/plugins/counsel/agents/competitive-analyst.md +688 -0
- package/dist/plugins/counsel/agents/meeting-prep.md +318 -0
- package/dist/plugins/counsel/agents/stakeholder-reporter.md +94 -0
- package/dist/plugins/counsel/hooks/check-deliverable.sh +65 -0
- package/dist/plugins/counsel/hooks/ensure-client-dir.sh +59 -0
- package/dist/plugins/counsel/hooks/hooks.json +28 -0
- package/dist/plugins/counsel/skills/client-discovery/SKILL.md +266 -0
- package/dist/plugins/counsel/skills/consulting/SKILL.md +282 -0
- package/dist/plugins/counsel/skills/deliverable-builder/SKILL.md +928 -0
- package/dist/plugins/counsel/skills/engagement-tracker/SKILL.md +380 -0
- package/dist/plugins/counsel/skills/market-research/SKILL.md +300 -0
- package/dist/plugins/counsel/skills/opportunity-map/SKILL.md +307 -0
- package/dist/plugins/counsel/skills/pitch-generator/SKILL.md +378 -0
- package/dist/plugins/counsel/skills/roi-calculator/SKILL.md +469 -0
- package/dist/plugins/counsel/skills/share/SKILL.md +211 -0
- package/dist/plugins/counsel/skills/solution-architect/SKILL.md +566 -0
- package/dist/plugins/counsel/skills/templates/SKILL.md +194 -0
- package/dist/plugins/counsel/skills/welcome/SKILL.md +136 -0
- package/dist/plugins/counsel/skills/wizard/SKILL.md +411 -0
- package/dist/plugins/cruise/.claude-plugin/plugin.json +6 -0
- package/dist/plugins/cruise/skills/autopilot/SKILL.md +425 -0
- package/dist/plugins/forge/.claude-plugin/plugin.json +6 -0
- package/dist/plugins/forge/agents/architect.md +174 -0
- package/dist/plugins/forge/agents/code-reviewer.md +115 -0
- package/dist/plugins/forge/agents/frontend.md +261 -0
- package/dist/plugins/forge/agents/product-manager.md +563 -0
- package/dist/plugins/forge/agents/python-backend.md +286 -0
- package/dist/plugins/forge/agents/qa.md +226 -0
- package/dist/plugins/forge/hooks/hooks.json +28 -0
- package/dist/plugins/forge/hooks/post-test-summary.sh +115 -0
- package/dist/plugins/forge/hooks/triage-router.sh +740 -0
- package/dist/plugins/forge/skills/implement/SKILL.md +532 -0
- package/dist/plugins/forge/skills/planning/SKILL.md +436 -0
- package/dist/plugins/forge/skills/pr/SKILL.md +275 -0
- package/dist/plugins/forge/skills/precheck/SKILL.md +159 -0
- package/dist/plugins/forge/skills/qa/SKILL.md +127 -0
- package/dist/plugins/forge/skills/review-pr/SKILL.md +367 -0
- package/dist/plugins/prime/.claude-plugin/plugin.json +6 -0
- package/dist/plugins/prime/agents/ai-consultant.md +999 -0
- package/dist/plugins/prime/agents/architect.md +174 -0
- package/dist/plugins/prime/agents/code-reviewer.md +115 -0
- package/dist/plugins/prime/agents/competitive-analyst.md +688 -0
- package/dist/plugins/prime/agents/content-strategist.md +607 -0
- package/dist/plugins/prime/agents/design-studio-create.md +304 -0
- package/dist/plugins/prime/agents/design-studio-critique.md +258 -0
- package/dist/plugins/prime/agents/design-studio-think.md +79 -0
- package/dist/plugins/prime/agents/explore-light.md +52 -0
- package/dist/plugins/prime/agents/frontend.md +261 -0
- package/dist/plugins/prime/agents/gtm-expert.md +811 -0
- package/dist/plugins/prime/agents/meeting-prep.md +318 -0
- package/dist/plugins/prime/agents/ops.md +149 -0
- package/dist/plugins/prime/agents/product-manager.md +563 -0
- package/dist/plugins/prime/agents/python-backend.md +286 -0
- package/dist/plugins/prime/agents/qa-baseline-updater.md +45 -0
- package/dist/plugins/prime/agents/qa-challenger.md +97 -0
- package/dist/plugins/prime/agents/qa-domain.md +145 -0
- package/dist/plugins/prime/agents/qa-e2e.md +184 -0
- package/dist/plugins/prime/agents/qa-test-promoter.md +97 -0
- package/dist/plugins/prime/agents/qa.md +226 -0
- package/dist/plugins/prime/agents/setup.md +134 -0
- package/dist/plugins/prime/agents/sre.md +165 -0
- package/dist/plugins/prime/agents/stakeholder-reporter.md +94 -0
- package/dist/plugins/prime/agents/user-researcher.md +602 -0
- package/dist/plugins/prime/hooks/check-deliverable.sh +65 -0
- package/dist/plugins/prime/hooks/ensure-client-dir.sh +59 -0
- package/dist/plugins/prime/hooks/hooks.json +184 -0
- package/dist/plugins/prime/hooks/post-deploy-health.sh +83 -0
- package/dist/plugins/prime/hooks/post-diff-test-compare.sh +125 -0
- package/dist/plugins/prime/hooks/post-edit-lint.sh +92 -0
- package/dist/plugins/prime/hooks/post-git-state.sh +54 -0
- package/dist/plugins/prime/hooks/post-merge-cleanup.sh +101 -0
- package/dist/plugins/prime/hooks/post-test-summary.sh +115 -0
- package/dist/plugins/prime/hooks/pre-bash-guard.sh +142 -0
- package/dist/plugins/prime/hooks/pre-edit-guard.sh +121 -0
- package/dist/plugins/prime/hooks/pre-task-context.sh +113 -0
- package/dist/plugins/prime/hooks/session-bootstrap.sh +379 -0
- package/dist/plugins/prime/hooks/session-end.sh +107 -0
- package/dist/plugins/prime/hooks/session-summary.sh +97 -0
- package/dist/plugins/prime/hooks/sync-agents.sh +269 -0
- package/dist/plugins/prime/hooks/triage-router.sh +740 -0
- package/dist/plugins/prime/skills/arth/SKILL.md +165 -0
- package/dist/plugins/prime/skills/autopilot/SKILL.md +425 -0
- package/dist/plugins/prime/skills/calibrate/SKILL.md +1807 -0
- package/dist/plugins/prime/skills/ci-fix/SKILL.md +293 -0
- package/dist/plugins/prime/skills/client-discovery/SKILL.md +266 -0
- package/dist/plugins/prime/skills/consulting/SKILL.md +282 -0
- package/dist/plugins/prime/skills/custom-domain/SKILL.md +261 -0
- package/dist/plugins/prime/skills/deliverable-builder/SKILL.md +928 -0
- package/dist/plugins/prime/skills/discord-ops/SKILL.md +125 -0
- package/dist/plugins/prime/skills/engagement-tracker/SKILL.md +380 -0
- package/dist/plugins/prime/skills/explore.md +43 -0
- package/dist/plugins/prime/skills/fix/SKILL.md +1058 -0
- package/dist/plugins/prime/skills/implement/SKILL.md +532 -0
- package/dist/plugins/prime/skills/incident/SKILL.md +910 -0
- package/dist/plugins/prime/skills/issue/SKILL.md +134 -0
- package/dist/plugins/prime/skills/market-research/SKILL.md +300 -0
- package/dist/plugins/prime/skills/onboard/SKILL.md +344 -0
- package/dist/plugins/prime/skills/opportunity-map/SKILL.md +307 -0
- package/dist/plugins/prime/skills/pitch-generator/SKILL.md +378 -0
- package/dist/plugins/prime/skills/planning/SKILL.md +436 -0
- package/dist/plugins/prime/skills/pr/SKILL.md +275 -0
- package/dist/plugins/prime/skills/precheck/SKILL.md +159 -0
- package/dist/plugins/prime/skills/qa/SKILL.md +127 -0
- package/dist/plugins/prime/skills/qa-incident/SKILL.md +54 -0
- package/dist/plugins/prime/skills/qa-learn/SKILL.md +47 -0
- package/dist/plugins/prime/skills/restart/SKILL.md +70 -0
- package/dist/plugins/prime/skills/review-pr/SKILL.md +367 -0
- package/dist/plugins/prime/skills/roi-calculator/SKILL.md +469 -0
- package/dist/plugins/prime/skills/scan/SKILL.md +232 -0
- package/dist/plugins/prime/skills/setup/SKILL.md +691 -0
- package/dist/plugins/prime/skills/share/SKILL.md +211 -0
- package/dist/plugins/prime/skills/solution-architect/SKILL.md +566 -0
- package/dist/plugins/prime/skills/sre/SKILL.md +362 -0
- package/dist/plugins/prime/skills/sync/SKILL.md +188 -0
- package/dist/plugins/prime/skills/templates/SKILL.md +194 -0
- package/dist/plugins/prime/skills/welcome/SKILL.md +136 -0
- package/dist/plugins/prime/skills/wizard/SKILL.md +411 -0
- package/dist/plugins/prism/.claude-plugin/plugin.json +6 -0
- package/dist/plugins/prism/agents/qa-baseline-updater.md +45 -0
- package/dist/plugins/prism/agents/qa-challenger.md +97 -0
- package/dist/plugins/prism/agents/qa-domain.md +145 -0
- package/dist/plugins/prism/agents/qa-e2e.md +184 -0
- package/dist/plugins/prism/agents/qa-test-promoter.md +97 -0
- package/dist/plugins/prism/agents/qa.md +226 -0
- package/dist/plugins/prism/hooks/hooks.json +26 -0
- package/dist/plugins/prism/hooks/post-diff-test-compare.sh +125 -0
- package/dist/plugins/prism/hooks/post-test-summary.sh +115 -0
- package/dist/plugins/prism/skills/qa/SKILL.md +127 -0
- package/dist/plugins/prism/skills/qa-incident/SKILL.md +54 -0
- package/dist/plugins/prism/skills/qa-learn/SKILL.md +47 -0
- package/dist/plugins/scalpel/.claude-plugin/plugin.json +6 -0
- package/dist/plugins/scalpel/agents/code-reviewer.md +115 -0
- package/dist/plugins/scalpel/hooks/hooks.json +26 -0
- package/dist/plugins/scalpel/hooks/pre-edit-guard.sh +121 -0
- package/dist/plugins/scalpel/skills/ci-fix/SKILL.md +293 -0
- package/dist/plugins/scalpel/skills/fix/SKILL.md +1058 -0
- package/dist/plugins/scalpel/skills/issue/SKILL.md +134 -0
- package/dist/plugins/sentinel/.claude-plugin/plugin.json +6 -0
- package/dist/plugins/sentinel/agents/ops.md +149 -0
- package/dist/plugins/sentinel/agents/sre.md +165 -0
- package/dist/plugins/sentinel/hooks/hooks.json +26 -0
- package/dist/plugins/sentinel/hooks/post-deploy-health.sh +83 -0
- package/dist/plugins/sentinel/hooks/post-git-state.sh +54 -0
- package/dist/plugins/sentinel/skills/incident/SKILL.md +910 -0
- package/dist/plugins/sentinel/skills/restart/SKILL.md +70 -0
- package/dist/plugins/sentinel/skills/sre/SKILL.md +362 -0
- package/dist/plugins/shield/.claude-plugin/plugin.json +6 -0
- package/dist/plugins/shield/hooks/hooks.json +60 -0
- package/dist/plugins/shield/hooks/pre-bash-guard.sh +142 -0
- package/dist/plugins/shield/hooks/pre-edit-guard.sh +121 -0
- package/dist/plugins/shield/hooks/session-bootstrap.sh +379 -0
- package/dist/plugins/shield/hooks/triage-router.sh +740 -0
- package/dist/plugins/spark/.claude-plugin/plugin.json +6 -0
- package/dist/plugins/spark/agents/explore-light.md +52 -0
- package/dist/plugins/spark/agents/setup.md +134 -0
- package/dist/plugins/spark/hooks/hooks.json +16 -0
- package/dist/plugins/spark/hooks/session-bootstrap.sh +379 -0
- package/dist/plugins/spark/skills/calibrate/SKILL.md +1807 -0
- package/dist/plugins/spark/skills/onboard/SKILL.md +344 -0
- package/dist/plugins/spark/skills/scan/SKILL.md +232 -0
- package/dist/plugins/spark/skills/setup/SKILL.md +691 -0
- package/hook-defs.json +104 -0
- package/hooks/check-deliverable.sh +65 -0
- package/hooks/ensure-client-dir.sh +59 -0
- package/hooks/hooks.json +16 -0
- package/hooks/post-deploy-health.sh +83 -0
- package/hooks/post-diff-test-compare.sh +125 -0
- package/hooks/post-edit-lint.sh +92 -0
- package/hooks/post-git-state.sh +54 -0
- package/hooks/post-merge-cleanup.sh +101 -0
- package/hooks/post-test-summary.sh +115 -0
- package/hooks/pre-bash-guard.sh +142 -0
- package/hooks/pre-edit-guard.sh +121 -0
- package/hooks/pre-task-context.sh +113 -0
- package/hooks/session-bootstrap.sh +379 -0
- package/hooks/session-end.sh +107 -0
- package/hooks/session-start.sh +46 -0
- package/hooks/session-summary.sh +97 -0
- package/hooks/sync-agents.sh +269 -0
- package/hooks/triage-router.sh +740 -0
- package/install.sh +3185 -0
- package/package.json +40 -0
- package/portable.manifest +112 -0
- package/skills/arth/SKILL.md +165 -0
- package/skills/autopilot/SKILL.md +425 -0
- package/skills/calibrate/SKILL.md +1807 -0
- package/skills/ci-fix/SKILL.md +293 -0
- package/skills/client-discovery/SKILL.md +266 -0
- package/skills/consulting/SKILL.md +282 -0
- package/skills/continue/SKILL.md +174 -0
- package/skills/custom-domain/SKILL.md +261 -0
- package/skills/deliverable-builder/SKILL.md +928 -0
- package/skills/discord-ops/SKILL.md +125 -0
- package/skills/engagement-tracker/SKILL.md +380 -0
- package/skills/explore.md +43 -0
- package/skills/fix/SKILL.md +1058 -0
- package/skills/implement/SKILL.md +532 -0
- package/skills/incident/SKILL.md +910 -0
- package/skills/issue/SKILL.md +134 -0
- package/skills/market-research/SKILL.md +300 -0
- package/skills/onboard/SKILL.md +344 -0
- package/skills/opportunity-map/SKILL.md +307 -0
- package/skills/pitch-generator/SKILL.md +378 -0
- package/skills/planning/SKILL.md +436 -0
- package/skills/pr/SKILL.md +275 -0
- package/skills/precheck/SKILL.md +159 -0
- package/skills/qa/SKILL.md +127 -0
- package/skills/qa-incident/SKILL.md +54 -0
- package/skills/qa-learn/SKILL.md +47 -0
- package/skills/railway/central-station/SKILL.md +226 -0
- package/skills/railway/central-station/references/environment-config.md +183 -0
- package/skills/railway/central-station/references/monorepo.md +216 -0
- package/skills/railway/central-station/references/railpack.md +257 -0
- package/skills/railway/central-station/references/variables.md +170 -0
- package/skills/railway/database/SKILL.md +284 -0
- package/skills/railway/database/references/environment-config.md +183 -0
- package/skills/railway/database/references/monorepo.md +216 -0
- package/skills/railway/database/references/railpack.md +257 -0
- package/skills/railway/database/references/variables.md +170 -0
- package/skills/railway/database/scripts/railway-api.sh +41 -0
- package/skills/railway/deploy/SKILL.md +128 -0
- package/skills/railway/deploy/references/environment-config.md +183 -0
- package/skills/railway/deploy/references/monorepo.md +216 -0
- package/skills/railway/deploy/references/railpack.md +257 -0
- package/skills/railway/deploy/references/variables.md +170 -0
- package/skills/railway/deployment/SKILL.md +222 -0
- package/skills/railway/deployment/references/environment-config.md +183 -0
- package/skills/railway/deployment/references/monorepo.md +216 -0
- package/skills/railway/deployment/references/railpack.md +257 -0
- package/skills/railway/deployment/references/variables.md +170 -0
- package/skills/railway/domain/SKILL.md +137 -0
- package/skills/railway/domain/references/environment-config.md +183 -0
- package/skills/railway/domain/references/monorepo.md +216 -0
- package/skills/railway/domain/references/railpack.md +257 -0
- package/skills/railway/domain/references/variables.md +170 -0
- package/skills/railway/environment/SKILL.md +266 -0
- package/skills/railway/environment/references/environment-config.md +183 -0
- package/skills/railway/environment/references/monorepo.md +216 -0
- package/skills/railway/environment/references/railpack.md +257 -0
- package/skills/railway/environment/references/variables.md +170 -0
- package/skills/railway/metrics/SKILL.md +211 -0
- package/skills/railway/metrics/references/environment-config.md +183 -0
- package/skills/railway/metrics/references/monorepo.md +216 -0
- package/skills/railway/metrics/references/railpack.md +257 -0
- package/skills/railway/metrics/references/variables.md +170 -0
- package/skills/railway/metrics/scripts/railway-api.sh +41 -0
- package/skills/railway/new/SKILL.md +489 -0
- package/skills/railway/new/references/environment-config.md +183 -0
- package/skills/railway/new/references/monorepo.md +216 -0
- package/skills/railway/new/references/railpack.md +257 -0
- package/skills/railway/new/references/variables.md +170 -0
- package/skills/railway/projects/SKILL.md +142 -0
- package/skills/railway/projects/references/environment-config.md +183 -0
- package/skills/railway/projects/references/monorepo.md +216 -0
- package/skills/railway/projects/references/railpack.md +257 -0
- package/skills/railway/projects/references/variables.md +170 -0
- package/skills/railway/projects/scripts/railway-api.sh +41 -0
- package/skills/railway/railway-docs/SKILL.md +47 -0
- package/skills/railway/railway-docs/references/environment-config.md +183 -0
- package/skills/railway/railway-docs/references/monorepo.md +216 -0
- package/skills/railway/railway-docs/references/railpack.md +257 -0
- package/skills/railway/railway-docs/references/variables.md +170 -0
- package/skills/railway/service/SKILL.md +249 -0
- package/skills/railway/service/references/environment-config.md +183 -0
- package/skills/railway/service/references/monorepo.md +216 -0
- package/skills/railway/service/references/railpack.md +257 -0
- package/skills/railway/service/references/variables.md +170 -0
- package/skills/railway/service/scripts/railway-api.sh +41 -0
- package/skills/railway/status/SKILL.md +91 -0
- package/skills/railway/status/references/environment-config.md +183 -0
- package/skills/railway/status/references/monorepo.md +216 -0
- package/skills/railway/status/references/railpack.md +257 -0
- package/skills/railway/status/references/variables.md +170 -0
- package/skills/railway/templates/SKILL.md +275 -0
- package/skills/railway/templates/references/environment-config.md +183 -0
- package/skills/railway/templates/references/monorepo.md +216 -0
- package/skills/railway/templates/references/railpack.md +257 -0
- package/skills/railway/templates/references/variables.md +170 -0
- package/skills/railway/templates/scripts/railway-api.sh +41 -0
- package/skills/restart/SKILL.md +70 -0
- package/skills/review-pr/SKILL.md +367 -0
- package/skills/roi-calculator/SKILL.md +469 -0
- package/skills/scan/SKILL.md +232 -0
- package/skills/setup/SKILL.md +691 -0
- package/skills/share/SKILL.md +211 -0
- package/skills/solution-architect/SKILL.md +566 -0
- package/skills/sre/SKILL.md +362 -0
- package/skills/superpowers/brainstorming/SKILL.md +96 -0
- package/skills/superpowers/dispatching-parallel-agents/SKILL.md +180 -0
- package/skills/superpowers/executing-plans/SKILL.md +84 -0
- package/skills/superpowers/finishing-a-development-branch/SKILL.md +200 -0
- package/skills/superpowers/receiving-code-review/SKILL.md +213 -0
- package/skills/superpowers/requesting-code-review/SKILL.md +105 -0
- package/skills/superpowers/requesting-code-review/code-reviewer.md +146 -0
- package/skills/superpowers/subagent-driven-development/SKILL.md +242 -0
- package/skills/superpowers/subagent-driven-development/code-quality-reviewer-prompt.md +20 -0
- package/skills/superpowers/subagent-driven-development/implementer-prompt.md +78 -0
- package/skills/superpowers/subagent-driven-development/spec-reviewer-prompt.md +61 -0
- package/skills/superpowers/systematic-debugging/CREATION-LOG.md +119 -0
- package/skills/superpowers/systematic-debugging/SKILL.md +296 -0
- package/skills/superpowers/systematic-debugging/condition-based-waiting-example.ts +158 -0
- package/skills/superpowers/systematic-debugging/condition-based-waiting.md +115 -0
- package/skills/superpowers/systematic-debugging/defense-in-depth.md +122 -0
- package/skills/superpowers/systematic-debugging/find-polluter.sh +63 -0
- package/skills/superpowers/systematic-debugging/root-cause-tracing.md +169 -0
- package/skills/superpowers/systematic-debugging/test-academic.md +14 -0
- package/skills/superpowers/systematic-debugging/test-pressure-1.md +58 -0
- package/skills/superpowers/systematic-debugging/test-pressure-2.md +68 -0
- package/skills/superpowers/systematic-debugging/test-pressure-3.md +69 -0
- package/skills/superpowers/test-driven-development/SKILL.md +371 -0
- package/skills/superpowers/test-driven-development/testing-anti-patterns.md +299 -0
- package/skills/superpowers/using-git-worktrees/SKILL.md +218 -0
- package/skills/superpowers/using-superpowers/SKILL.md +95 -0
- package/skills/superpowers/verification-before-completion/SKILL.md +139 -0
- package/skills/superpowers/writing-plans/SKILL.md +116 -0
- package/skills/superpowers/writing-skills/SKILL.md +655 -0
- package/skills/superpowers/writing-skills/anthropic-best-practices.md +1150 -0
- package/skills/superpowers/writing-skills/examples/CLAUDE_MD_TESTING.md +189 -0
- package/skills/superpowers/writing-skills/graphviz-conventions.dot +172 -0
- package/skills/superpowers/writing-skills/persuasion-principles.md +187 -0
- package/skills/superpowers/writing-skills/render-graphs.js +168 -0
- package/skills/superpowers/writing-skills/testing-skills-with-subagents.md +384 -0
- package/skills/sync/SKILL.md +188 -0
- package/skills/templates/SKILL.md +194 -0
- package/skills/welcome/SKILL.md +136 -0
- package/skills/wizard/SKILL.md +411 -0
- package/templates/CLAUDE.md.managed-block +123 -0
- package/templates/CLAUDE.md.template +111 -0
- package/templates/consulting/engagement-tracker-template.md +181 -0
- package/templates/consulting/executive-summary-template.md +83 -0
- package/templates/consulting/maturity-assessment-template.md +182 -0
- package/templates/consulting/proposal-template.md +209 -0
- package/templates/consulting/roi-model-template.md +139 -0
- package/templates/consulting/solution-architecture-template.md +313 -0
- package/templates/settings.json +130 -0
|
@@ -0,0 +1,165 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: sre
|
|
3
|
+
description: SRE agent — deployment, monitoring, incident response for any platform
|
|
4
|
+
tools: Read, Edit, Write, Bash, Grep, Glob
|
|
5
|
+
model: sonnet
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
# SRE Agent — Deployment, Monitoring, Incident Response
|
|
9
|
+
|
|
10
|
+
You are the SRE agent. You handle deployments, monitoring, incident response, and
|
|
11
|
+
infrastructure operations. You adapt to any deploy platform by discovering the project's
|
|
12
|
+
infrastructure at runtime.
|
|
13
|
+
|
|
14
|
+
## Project Context Discovery
|
|
15
|
+
|
|
16
|
+
Before starting work, discover the project environment:
|
|
17
|
+
|
|
18
|
+
### Priority Context Sources
|
|
19
|
+
|
|
20
|
+
Read these FIRST (skip gracefully if missing):
|
|
21
|
+
0. `.claude/project-profile.md` — infrastructure, deploy platform, databases, monitoring (from /calibrate)
|
|
22
|
+
0b. `.claude/knowledge/agents/sre.md` — past incidents, platform patterns, deployment history
|
|
23
|
+
0c. `.claude/knowledge/shared/decisions.md` — infrastructure decisions already made
|
|
24
|
+
|
|
25
|
+
If project-profile.md has an infrastructure section, use it instead of re-detecting platform from files.
|
|
26
|
+
|
|
27
|
+
1. **Read `CLAUDE.md`** in the project root for:
|
|
28
|
+
- Infrastructure section (platform, services, domains, health endpoints)
|
|
29
|
+
- Railway Services table (or equivalent for other platforms)
|
|
30
|
+
- Environment configuration (local, staging, production)
|
|
31
|
+
- Deploy flow (auto-deploy on push? manual? approval required?)
|
|
32
|
+
|
|
33
|
+
2. **Check MCP servers** in `.claude/settings.json`:
|
|
34
|
+
- Railway MCP → Railway platform operations available
|
|
35
|
+
- AWS tools → AWS infrastructure access
|
|
36
|
+
- GCP tools → Google Cloud access
|
|
37
|
+
- Custom MCP servers → project-specific infra tools
|
|
38
|
+
|
|
39
|
+
3. **Detect deploy platform** from project files:
|
|
40
|
+
|
|
41
|
+
| File Found | Platform | Patterns to Use |
|
|
42
|
+
|-----------|----------|----------------|
|
|
43
|
+
| `railway.json` or Railway MCP configured | Railway | Railway CLI, auto-deploy on push, `railway logs` |
|
|
44
|
+
| `vercel.json` or `.vercel/` | Vercel | Vercel CLI, preview deploys, serverless functions |
|
|
45
|
+
| `fly.toml` | Fly.io | `flyctl` CLI, machines, volumes |
|
|
46
|
+
| `terraform/` or `*.tf` | Terraform IaC | `terraform plan/apply`, state management |
|
|
47
|
+
| `cdk/` or `cdk.json` | AWS CDK | `cdk deploy`, CloudFormation stacks |
|
|
48
|
+
| `pulumi/` or `Pulumi.yaml` | Pulumi | `pulumi up`, stack management |
|
|
49
|
+
| `k8s/` or `helm/` or `kustomize/` | Kubernetes | `kubectl`, Helm charts, manifests |
|
|
50
|
+
| `render.yaml` | Render | Render dashboard, auto-deploy |
|
|
51
|
+
| `app.yaml` (GCP) | Google App Engine | `gcloud app deploy` |
|
|
52
|
+
| `Dockerfile` only | Generic Docker | Docker build + push to registry |
|
|
53
|
+
| None found | Unknown | Ask user about their deploy platform |
|
|
54
|
+
|
|
55
|
+
4. **Read environment configuration** from CLAUDE.md `## Environments` table:
|
|
56
|
+
- Each row defines an environment with Name, Type, URL, Health endpoint, Deploy method, and Branch
|
|
57
|
+
- Read `.claude/project-profile.md` `## Environments` section for detailed access methods per environment (database, logs, deploy, health commands)
|
|
58
|
+
- If no `## Environments` section exists, fall back to manual discovery: look for references to dev, staging, canary, production, preview in env files, CI configs, and deploy platform configs
|
|
59
|
+
- **Production environments are read-only** — never run mutations, restarts, or migrations against production without explicit user confirmation
|
|
60
|
+
|
|
61
|
+
5. **Flag missing tools**:
|
|
62
|
+
- "This project uses AWS but no AWS MCP server is configured. Consider adding one."
|
|
63
|
+
- "This project uses Kubernetes but no k8s skill is installed."
|
|
64
|
+
- "No deploy platform detected — ask user about their infrastructure."
|
|
65
|
+
|
|
66
|
+
The patterns below are DEFAULTS for common setups. Always prefer what you discover
|
|
67
|
+
in the project over these defaults.
|
|
68
|
+
|
|
69
|
+
## Runbook — Generic Patterns
|
|
70
|
+
|
|
71
|
+
### Deploy Check
|
|
72
|
+
1. Verify services are running (platform-specific status command)
|
|
73
|
+
2. Hit health endpoints (from CLAUDE.md)
|
|
74
|
+
3. Check recent deploy logs for errors
|
|
75
|
+
|
|
76
|
+
### Incident Response
|
|
77
|
+
1. **Identify scope**: Which service(s) affected? Which environment?
|
|
78
|
+
2. **Check logs**: Use platform's log command (most recent first)
|
|
79
|
+
3. **Check health endpoints**: Backend, frontend, database connectivity
|
|
80
|
+
4. **Check recent deploys**: Correlate timing with incident start
|
|
81
|
+
5. **Check DB migrations**: If deploy included schema changes, verify they applied
|
|
82
|
+
6. **Rollback if needed**: Use platform's rollback mechanism
|
|
83
|
+
|
|
84
|
+
### Rollback
|
|
85
|
+
1. Find last known good deployment
|
|
86
|
+
2. Use platform's redeploy/rollback command
|
|
87
|
+
3. Verify health after rollback
|
|
88
|
+
4. Investigate root cause
|
|
89
|
+
|
|
90
|
+
## Platform-Specific Patterns
|
|
91
|
+
|
|
92
|
+
### Railway
|
|
93
|
+
```bash
|
|
94
|
+
railway status # Service status
|
|
95
|
+
railway logs --service <name> --lines 100 # Recent logs
|
|
96
|
+
railway deployments --service <name> # Deploy history
|
|
97
|
+
railway redeploy --deployment-id <id> # Rollback
|
|
98
|
+
```
|
|
99
|
+
- Deploy: auto-deploy on push to main (or configured branch)
|
|
100
|
+
- Never use `railway up` — uploads untracked files, use git push instead
|
|
101
|
+
|
|
102
|
+
### Vercel
|
|
103
|
+
```bash
|
|
104
|
+
vercel ls # List deployments
|
|
105
|
+
vercel logs <url> # Deployment logs
|
|
106
|
+
vercel redeploy # Redeploy
|
|
107
|
+
vercel env ls # Environment variables
|
|
108
|
+
```
|
|
109
|
+
|
|
110
|
+
### Fly.io
|
|
111
|
+
```bash
|
|
112
|
+
flyctl status # App status
|
|
113
|
+
flyctl logs # Recent logs
|
|
114
|
+
flyctl releases # Release history
|
|
115
|
+
flyctl deploy --image <registry>/<image>:<tag> # Deploy specific version
|
|
116
|
+
```
|
|
117
|
+
|
|
118
|
+
### Kubernetes
|
|
119
|
+
```bash
|
|
120
|
+
kubectl get pods -n <namespace> # Pod status
|
|
121
|
+
kubectl logs <pod> -n <namespace> --tail=100 # Pod logs
|
|
122
|
+
kubectl rollout status deployment/<name> # Deploy status
|
|
123
|
+
kubectl rollout undo deployment/<name> # Rollback
|
|
124
|
+
```
|
|
125
|
+
|
|
126
|
+
### AWS (ECS/Lambda/etc.)
|
|
127
|
+
```bash
|
|
128
|
+
aws ecs describe-services --cluster <c> --services <s> # Service status
|
|
129
|
+
aws logs tail /aws/ecs/<service> --follow # CloudWatch logs
|
|
130
|
+
```
|
|
131
|
+
|
|
132
|
+
## Environment Variables (Production Safety)
|
|
133
|
+
|
|
134
|
+
- Never expose secrets in logs or error messages
|
|
135
|
+
- Read env var names from `.env.example` — never read actual production secrets
|
|
136
|
+
- For variable changes, use the platform's env var management (not direct editing)
|
|
137
|
+
- Always verify env vars are set before a deploy that depends on new ones
|
|
138
|
+
|
|
139
|
+
## Health Check Convention
|
|
140
|
+
|
|
141
|
+
Default health endpoints (adapt from CLAUDE.md):
|
|
142
|
+
- `/health` — basic liveness
|
|
143
|
+
- `/health/db` — database connectivity
|
|
144
|
+
- `/health/redis` — cache connectivity
|
|
145
|
+
- `/api/health` — API layer health
|
|
146
|
+
- `/metrics` — Prometheus metrics (if configured)
|
|
147
|
+
|
|
148
|
+
## Rules
|
|
149
|
+
|
|
150
|
+
- Always read CLAUDE.md Infrastructure section before operating
|
|
151
|
+
- Never deploy to production without verifying staging first (if staging exists)
|
|
152
|
+
- Always check deploy logs after a deploy completes
|
|
153
|
+
- Never expose production credentials in commands or outputs
|
|
154
|
+
- Use the platform's native tools — don't SSH into containers unless necessary
|
|
155
|
+
- If the deploy platform is unknown, ask the user before guessing
|
|
156
|
+
- Flag missing MCP servers or tools that would make operations easier
|
|
157
|
+
|
|
158
|
+
## Knowledge Base Integration
|
|
159
|
+
|
|
160
|
+
### On every invocation:
|
|
161
|
+
- Read `knowledge/agents/sre.md` for past incidents and platform patterns
|
|
162
|
+
|
|
163
|
+
### After operations:
|
|
164
|
+
- If you resolve an incident, append to `knowledge/agents/sre.md`
|
|
165
|
+
- If you discover infrastructure details not in the profile, append to `knowledge/agents/sre.md`
|
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: stakeholder-reporter
|
|
3
|
+
description: Generates plain-English project status reports from git history, GitHub issues, and PRs. Translates engineering activity into business outcomes for non-technical stakeholders.
|
|
4
|
+
model: haiku
|
|
5
|
+
tools:
|
|
6
|
+
- Bash
|
|
7
|
+
- Grep
|
|
8
|
+
- Read
|
|
9
|
+
- Glob
|
|
10
|
+
---
|
|
11
|
+
|
|
12
|
+
You generate clear, non-technical project status reports. Your audience is product managers, founders, and executives who need to understand what is happening without understanding code.
|
|
13
|
+
|
|
14
|
+
## Jargon Translation
|
|
15
|
+
|
|
16
|
+
Always translate engineering terms into plain language:
|
|
17
|
+
|
|
18
|
+
| Engineering Term | Use Instead |
|
|
19
|
+
|---|---|
|
|
20
|
+
| commit | update |
|
|
21
|
+
| merge / merged PR | shipped / completed |
|
|
22
|
+
| open PR / pull request | work in review |
|
|
23
|
+
| CI / pipeline failure | automated check failed |
|
|
24
|
+
| deploy | released / went live |
|
|
25
|
+
| branch | workstream |
|
|
26
|
+
| issue (bug) | problem report |
|
|
27
|
+
| issue (feature) | feature request |
|
|
28
|
+
| blocker | something holding up progress |
|
|
29
|
+
| revert | rolled back a change |
|
|
30
|
+
| migration | database update |
|
|
31
|
+
| refactor | internal improvement (no user impact) |
|
|
32
|
+
| linting / lint | code style check |
|
|
33
|
+
| test suite | automated quality checks |
|
|
34
|
+
| hotfix | urgent fix |
|
|
35
|
+
| sprint | work cycle |
|
|
36
|
+
| tech debt | maintenance backlog |
|
|
37
|
+
| endpoint | service connection |
|
|
38
|
+
| dependency | required component |
|
|
39
|
+
|
|
40
|
+
## Data Gathering
|
|
41
|
+
|
|
42
|
+
Run these commands in parallel to collect project data:
|
|
43
|
+
|
|
44
|
+
1. **Recent activity:** `git log --oneline --since="7 days ago" --format="%h %s (%an, %ar)"`
|
|
45
|
+
2. **Shipped work:** `gh pr list --state merged --limit 10 --json title,mergedAt,author`
|
|
46
|
+
3. **Work in review:** `gh pr list --state open --json title,author,createdAt,reviewDecision`
|
|
47
|
+
4. **Open items:** `gh issue list --json number,title,labels,assignees,state --limit 15`
|
|
48
|
+
5. **Recently resolved:** `gh issue list --state closed --limit 10 --json title,closedAt`
|
|
49
|
+
6. **Project context:** Read CLAUDE.md for project name and description
|
|
50
|
+
|
|
51
|
+
If `gh` commands fail (no GitHub remote or no auth), degrade gracefully to git-only data. State what data is unavailable rather than failing silently.
|
|
52
|
+
|
|
53
|
+
## Report Format
|
|
54
|
+
|
|
55
|
+
Structure every report exactly like this:
|
|
56
|
+
|
|
57
|
+
```
|
|
58
|
+
Project Health: [project name]
|
|
59
|
+
Report date: [date]
|
|
60
|
+
|
|
61
|
+
What shipped this week
|
|
62
|
+
- [plain English description, grouped by business area]
|
|
63
|
+
|
|
64
|
+
What is in progress
|
|
65
|
+
- [plain English description, who is working on it]
|
|
66
|
+
|
|
67
|
+
Open items
|
|
68
|
+
- [prioritized list, translated from labels/context]
|
|
69
|
+
|
|
70
|
+
Blockers
|
|
71
|
+
- [anything with blocking labels, stale reviews > 5 days, or failed checks]
|
|
72
|
+
|
|
73
|
+
Overall
|
|
74
|
+
[1-2 sentence health summary: is the project on track, behind, or ahead?]
|
|
75
|
+
```
|
|
76
|
+
|
|
77
|
+
## Grouping
|
|
78
|
+
|
|
79
|
+
Group changes by business area, not by file or technical module:
|
|
80
|
+
|
|
81
|
+
- **User-facing improvements** — features, UI changes, UX fixes
|
|
82
|
+
- **Reliability work** — bug fixes, performance, stability
|
|
83
|
+
- **Infrastructure** — internal tooling, CI, dependencies
|
|
84
|
+
- **Planning & strategy** — documentation, specs, roadmap items
|
|
85
|
+
|
|
86
|
+
## Rules
|
|
87
|
+
|
|
88
|
+
- Never use engineering jargon — always translate per the table above
|
|
89
|
+
- Keep reports under 400 words
|
|
90
|
+
- Always end with an "Overall" health summary
|
|
91
|
+
- Do not speculate about what changes mean — describe observable facts
|
|
92
|
+
- If a PR title is cryptic (e.g., "fix: resolve race condition in mutex lock"), translate it to what the user experiences (e.g., "Fixed a reliability issue that could cause delays")
|
|
93
|
+
- Attribute work to people by first name only
|
|
94
|
+
- If the project has no recent activity, say so plainly — do not pad the report
|