claude-flow-novice 2.10.5 β 2.10.6
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/claude-assets/agents/AGENT_LIFECYCLE.md +530 -0
- package/claude-assets/agents/README-VALIDATION.md +243 -0
- package/claude-assets/agents/custom/claude-code-expert.md +144 -0
- package/claude-assets/agents/custom/test-mcp-access.md +26 -0
- package/claude-assets/agents/project-only-agents/npm-package-specialist.md +347 -0
- package/claude-assets/agents/validate-agent.js +841 -0
- package/claude-assets/commands/agents/README.md +10 -0
- package/claude-assets/commands/agents/agent-capabilities.md +21 -0
- package/claude-assets/commands/agents/agent-coordination.md +28 -0
- package/claude-assets/commands/agents/agent-spawning.md +28 -0
- package/claude-assets/commands/agents/agent-types.md +26 -0
- package/claude-assets/commands/analysis/COMMAND_COMPLIANCE_REPORT.md +54 -0
- package/claude-assets/commands/analysis/README.md +9 -0
- package/claude-assets/commands/analysis/bottleneck-detect.md +162 -0
- package/claude-assets/commands/analysis/performance-bottlenecks.md +59 -0
- package/claude-assets/commands/analysis/performance-report.md +25 -0
- package/claude-assets/commands/analysis/token-efficiency.md +45 -0
- package/claude-assets/commands/analysis/token-usage.md +25 -0
- package/claude-assets/commands/automation/README.md +9 -0
- package/claude-assets/commands/automation/auto-agent.md +122 -0
- package/claude-assets/commands/automation/self-healing.md +106 -0
- package/claude-assets/commands/automation/session-memory.md +90 -0
- package/claude-assets/commands/automation/smart-agents.md +73 -0
- package/claude-assets/commands/automation/smart-spawn.md +25 -0
- package/claude-assets/commands/automation/workflow-select.md +25 -0
- package/claude-assets/commands/cfn/CFN_COORDINATOR_PARAMETERS.md +660 -0
- package/claude-assets/commands/cfn/CFN_LOOP_FRONTEND.md +741 -0
- package/claude-assets/commands/cfn/CFN_LOOP_TASK_MODE.md +353 -0
- package/claude-assets/commands/cfn/README.md +157 -0
- package/claude-assets/commands/cfn/auto-compact.md +80 -0
- package/claude-assets/commands/cfn/cfn-claude-sync.md +303 -0
- package/claude-assets/commands/cfn/cfn-loop-document.md +480 -0
- package/claude-assets/commands/cfn/cfn-loop-epic.md +478 -0
- package/claude-assets/commands/cfn/cfn-loop-frontend.md +555 -0
- package/claude-assets/commands/cfn/cfn-loop-single.md +256 -0
- package/claude-assets/commands/cfn/cfn-loop-sprints.md +396 -0
- package/claude-assets/commands/cfn/cfn-loop.md +517 -0
- package/claude-assets/commands/cfn/cfn-mode.md +20 -0
- package/claude-assets/commands/cfn/cfn-optimize-agents.md +103 -0
- package/claude-assets/commands/cfn/claude-md.md +64 -0
- package/claude-assets/commands/cfn/claude-soul.md +22 -0
- package/claude-assets/commands/cfn/context-curate.md +211 -0
- package/claude-assets/commands/cfn/context-inject.md +262 -0
- package/claude-assets/commands/cfn/context-query.md +215 -0
- package/claude-assets/commands/cfn/context-reflect.md +165 -0
- package/claude-assets/commands/cfn/context-stats.md +294 -0
- package/claude-assets/commands/cfn/cost-savings-off.md +35 -0
- package/claude-assets/commands/cfn/cost-savings-on.md +35 -0
- package/claude-assets/commands/cfn/cost-savings-status.md +34 -0
- package/claude-assets/commands/cfn/custom-routing-activate.md +55 -0
- package/claude-assets/commands/cfn/custom-routing-deactivate.md +46 -0
- package/claude-assets/commands/cfn/dependency-recommendations.md +171 -0
- package/claude-assets/commands/cfn/fullstack.md +179 -0
- package/claude-assets/commands/cfn/github-commit.md +289 -0
- package/claude-assets/commands/cfn/github.md +221 -0
- package/claude-assets/commands/cfn/hello-world-tests.md +381 -0
- package/claude-assets/commands/cfn/hooks.md +38 -0
- package/claude-assets/commands/cfn/launch-web-dashboard.md +295 -0
- package/claude-assets/commands/cfn/list-agents-rebuild.md +205 -0
- package/claude-assets/commands/cfn/metrics-summary.md +58 -0
- package/claude-assets/commands/cfn/neural.md +39 -0
- package/claude-assets/commands/cfn/parse-epic.md +357 -0
- package/claude-assets/commands/cfn/performance.md +41 -0
- package/claude-assets/commands/cfn/sparc.md +46 -0
- package/claude-assets/commands/cfn/suggest-improvements.md +95 -0
- package/claude-assets/commands/cfn/suggest-templates.md +147 -0
- package/claude-assets/commands/cfn/swarm.md +24 -0
- package/claude-assets/commands/cfn/switch-api.md +53 -0
- package/claude-assets/commands/cfn/workflow.md +295 -0
- package/claude-assets/commands/cfn/write-plan.md +104 -0
- package/claude-assets/commands/claude-md.js +237 -0
- package/claude-assets/commands/claude-soul.js +28 -0
- package/claude-assets/commands/cli-integration.js +216 -0
- package/claude-assets/commands/coordination/README.md +9 -0
- package/claude-assets/commands/coordination/agent-spawn.md +25 -0
- package/claude-assets/commands/coordination/coordination-system.md +88 -0
- package/claude-assets/commands/coordination/init.md +44 -0
- package/claude-assets/commands/coordination/orchestrate.md +43 -0
- package/claude-assets/commands/coordination/spawn.md +45 -0
- package/claude-assets/commands/coordination/swarm-init.md +85 -0
- package/claude-assets/commands/coordination/task-orchestrate.md +25 -0
- package/claude-assets/commands/github/README.md +11 -0
- package/claude-assets/commands/github/code-review-swarm.md +514 -0
- package/claude-assets/commands/github/code-review.md +25 -0
- package/claude-assets/commands/github/github-modes.md +147 -0
- package/claude-assets/commands/github/github-swarm.md +121 -0
- package/claude-assets/commands/github/issue-tracker.md +292 -0
- package/claude-assets/commands/github/issue-triage.md +25 -0
- package/claude-assets/commands/github/multi-repo-swarm.md +519 -0
- package/claude-assets/commands/github/pr-enhance.md +26 -0
- package/claude-assets/commands/github/pr-manager.md +170 -0
- package/claude-assets/commands/github/project-board-sync.md +471 -0
- package/claude-assets/commands/github/release-manager.md +338 -0
- package/claude-assets/commands/github/release-swarm.md +544 -0
- package/claude-assets/commands/github/repo-analyze.md +25 -0
- package/claude-assets/commands/github/repo-architect.md +367 -0
- package/claude-assets/commands/github/swarm-issue.md +482 -0
- package/claude-assets/commands/github/swarm-pr.md +285 -0
- package/claude-assets/commands/github/sync-coordinator.md +301 -0
- package/claude-assets/commands/github/workflow-automation.md +442 -0
- package/claude-assets/commands/github.js +638 -0
- package/claude-assets/commands/hive-mind/README.md +17 -0
- package/claude-assets/commands/hive-mind/hive-mind-consensus.md +8 -0
- package/claude-assets/commands/hive-mind/hive-mind-init.md +18 -0
- package/claude-assets/commands/hive-mind/hive-mind-memory.md +8 -0
- package/claude-assets/commands/hive-mind/hive-mind-metrics.md +8 -0
- package/claude-assets/commands/hive-mind/hive-mind-resume.md +8 -0
- package/claude-assets/commands/hive-mind/hive-mind-sessions.md +8 -0
- package/claude-assets/commands/hive-mind/hive-mind-spawn.md +21 -0
- package/claude-assets/commands/hive-mind/hive-mind-status.md +8 -0
- package/claude-assets/commands/hive-mind/hive-mind-stop.md +8 -0
- package/claude-assets/commands/hive-mind/hive-mind-wizard.md +8 -0
- package/claude-assets/commands/hive-mind/hive-mind.md +27 -0
- package/claude-assets/commands/hooks/README.md +11 -0
- package/claude-assets/commands/hooks/overview.md +58 -0
- package/claude-assets/commands/hooks/post-edit.md +117 -0
- package/claude-assets/commands/hooks/post-task.md +112 -0
- package/claude-assets/commands/hooks/pre-edit.md +113 -0
- package/claude-assets/commands/hooks/pre-task.md +111 -0
- package/claude-assets/commands/hooks/session-end.md +118 -0
- package/claude-assets/commands/hooks/session-start.md +9 -0
- package/claude-assets/commands/hooks/setup.md +103 -0
- package/claude-assets/commands/hooks.js +651 -0
- package/claude-assets/commands/index.js +119 -0
- package/claude-assets/commands/memory/README.md +9 -0
- package/claude-assets/commands/memory/memory-bank.md +58 -0
- package/claude-assets/commands/memory/memory-persist.md +25 -0
- package/claude-assets/commands/memory/memory-search.md +25 -0
- package/claude-assets/commands/memory/memory-usage.md +25 -0
- package/claude-assets/commands/memory/neural.md +47 -0
- package/claude-assets/commands/memory/usage.md +46 -0
- package/claude-assets/commands/monitoring/README.md +9 -0
- package/claude-assets/commands/monitoring/agent-metrics.md +25 -0
- package/claude-assets/commands/monitoring/agents.md +44 -0
- package/claude-assets/commands/monitoring/real-time-view.md +25 -0
- package/claude-assets/commands/monitoring/status.md +46 -0
- package/claude-assets/commands/monitoring/swarm-monitor.md +25 -0
- package/claude-assets/commands/neural.js +572 -0
- package/claude-assets/commands/optimization/README.md +9 -0
- package/claude-assets/commands/optimization/auto-topology.md +62 -0
- package/claude-assets/commands/optimization/cache-manage.md +25 -0
- package/claude-assets/commands/optimization/parallel-execute.md +25 -0
- package/claude-assets/commands/optimization/parallel-execution.md +50 -0
- package/claude-assets/commands/optimization/topology-optimize.md +25 -0
- package/claude-assets/commands/pair/README.md +261 -0
- package/claude-assets/commands/pair/commands.md +546 -0
- package/claude-assets/commands/pair/config.md +510 -0
- package/claude-assets/commands/pair/examples.md +512 -0
- package/claude-assets/commands/pair/modes.md +348 -0
- package/claude-assets/commands/pair/session.md +407 -0
- package/claude-assets/commands/pair/start.md +209 -0
- package/claude-assets/commands/parse-epic.js +180 -0
- package/claude-assets/commands/performance.js +582 -0
- package/claude-assets/commands/register-all-commands.js +320 -0
- package/claude-assets/commands/register-claude-md.js +82 -0
- package/claude-assets/commands/register-claude-soul.js +80 -0
- package/claude-assets/commands/sparc/analyzer.md +52 -0
- package/claude-assets/commands/sparc/architect.md +53 -0
- package/claude-assets/commands/sparc/batch-executor.md +54 -0
- package/claude-assets/commands/sparc/coder.md +54 -0
- package/claude-assets/commands/sparc/debugger.md +54 -0
- package/claude-assets/commands/sparc/designer.md +53 -0
- package/claude-assets/commands/sparc/documenter.md +54 -0
- package/claude-assets/commands/sparc/innovator.md +54 -0
- package/claude-assets/commands/sparc/memory-manager.md +54 -0
- package/claude-assets/commands/sparc/optimizer.md +54 -0
- package/claude-assets/commands/sparc/orchestrator.md +132 -0
- package/claude-assets/commands/sparc/researcher.md +54 -0
- package/claude-assets/commands/sparc/reviewer.md +54 -0
- package/claude-assets/commands/sparc/sparc-modes.md +174 -0
- package/claude-assets/commands/sparc/swarm-coordinator.md +54 -0
- package/claude-assets/commands/sparc/tdd.md +54 -0
- package/claude-assets/commands/sparc/tester.md +54 -0
- package/claude-assets/commands/sparc/workflow-manager.md +54 -0
- package/claude-assets/commands/sparc.js +110 -0
- package/claude-assets/commands/stream-chain/pipeline.md +121 -0
- package/claude-assets/commands/stream-chain/run.md +70 -0
- package/claude-assets/commands/swarm/README.md +15 -0
- package/claude-assets/commands/swarm/analysis.md +95 -0
- package/claude-assets/commands/swarm/development.md +96 -0
- package/claude-assets/commands/swarm/examples.md +168 -0
- package/claude-assets/commands/swarm/maintenance.md +102 -0
- package/claude-assets/commands/swarm/optimization.md +117 -0
- package/claude-assets/commands/swarm/research.md +136 -0
- package/claude-assets/commands/swarm/swarm-analysis.md +8 -0
- package/claude-assets/commands/swarm/swarm-background.md +8 -0
- package/claude-assets/commands/swarm/swarm-init.md +19 -0
- package/claude-assets/commands/swarm/swarm-modes.md +8 -0
- package/claude-assets/commands/swarm/swarm-monitor.md +8 -0
- package/claude-assets/commands/swarm/swarm-spawn.md +19 -0
- package/claude-assets/commands/swarm/swarm-status.md +8 -0
- package/claude-assets/commands/swarm/swarm-strategies.md +8 -0
- package/claude-assets/commands/swarm/swarm.md +27 -0
- package/claude-assets/commands/swarm/testing.md +131 -0
- package/claude-assets/commands/swarm.js +423 -0
- package/claude-assets/commands/testing/playwright-e2e.md +288 -0
- package/claude-assets/commands/training/README.md +9 -0
- package/claude-assets/commands/training/model-update.md +25 -0
- package/claude-assets/commands/training/neural-patterns.md +74 -0
- package/claude-assets/commands/training/neural-train.md +25 -0
- package/claude-assets/commands/training/pattern-learn.md +25 -0
- package/claude-assets/commands/training/specialization.md +63 -0
- package/claude-assets/commands/truth/start.md +143 -0
- package/claude-assets/commands/validate-commands.js +223 -0
- package/claude-assets/commands/verify/check.md +50 -0
- package/claude-assets/commands/verify/start.md +128 -0
- package/claude-assets/commands/workflow.js +606 -0
- package/claude-assets/commands/workflows/README.md +9 -0
- package/claude-assets/commands/workflows/development.md +78 -0
- package/claude-assets/commands/workflows/research.md +63 -0
- package/claude-assets/commands/workflows/workflow-create.md +25 -0
- package/claude-assets/commands/workflows/workflow-execute.md +25 -0
- package/claude-assets/commands/workflows/workflow-export.md +25 -0
- package/claude-assets/hooks/cfn-BACKUP_USAGE.md +243 -0
- package/claude-assets/hooks/cfn-invoke-post-edit.sh +87 -0
- package/claude-assets/hooks/cfn-post-edit-cfn-retrospective.sh +79 -0
- package/claude-assets/hooks/cfn-post-edit.config.json +37 -0
- package/claude-assets/hooks/cfn-post-edit.sh +21 -0
- package/claude-assets/hooks/cfn-pre-edit-backup.sh +71 -0
- package/claude-assets/hooks/cfn-restore-from-backup.sh +37 -0
- package/claude-assets/hooks/post-edit.config.json +12 -0
- package/claude-assets/root-claude-distribute/CFN-CLAUDE.md +796 -0
- package/claude-assets/skills/CFN-LOOP-VALIDATION.md +202 -0
- package/claude-assets/skills/REDIS-COORDINATION.md +187 -0
- package/claude-assets/skills/SKILL.md +229 -0
- package/claude-assets/skills/agent-discovery/agents-registry.json +484 -0
- package/claude-assets/skills/cfn-ace-system/SKILL.md +364 -0
- package/claude-assets/skills/cfn-ace-system/add-bullet.sh +145 -0
- package/claude-assets/skills/cfn-ace-system/analyze-anti-pattern-effectiveness.sh +56 -0
- package/claude-assets/skills/cfn-ace-system/classify-task.sh +18 -0
- package/claude-assets/skills/cfn-ace-system/export-ace-metrics.sh +48 -0
- package/claude-assets/skills/cfn-ace-system/extract-tags.sh +385 -0
- package/claude-assets/skills/cfn-ace-system/format-negative-context.sh +180 -0
- package/claude-assets/skills/cfn-ace-system/init-indexes.sql +160 -0
- package/claude-assets/skills/cfn-ace-system/invoke-context-curate.sh +192 -0
- package/claude-assets/skills/cfn-ace-system/invoke-context-inject.sh +361 -0
- package/claude-assets/skills/cfn-ace-system/invoke-context-query.sh +139 -0
- package/claude-assets/skills/cfn-ace-system/invoke-context-reflect.sh +343 -0
- package/claude-assets/skills/cfn-ace-system/invoke-context-stats.sh +227 -0
- package/claude-assets/skills/cfn-ace-system/log-merge.sh +67 -0
- package/claude-assets/skills/cfn-ace-system/monitor-injection-performance.sh +138 -0
- package/claude-assets/skills/cfn-ace-system/optimize-injection-pipeline.sh +169 -0
- package/claude-assets/skills/cfn-ace-system/query-anti-patterns.sh +276 -0
- package/claude-assets/skills/cfn-ace-system/query-contexts.sh +150 -0
- package/claude-assets/skills/cfn-ace-system/query-reflections.sh +35 -0
- package/claude-assets/skills/cfn-ace-system/schema/001-create-context-reflections.sql +237 -0
- package/claude-assets/skills/cfn-ace-system/schema/README.md +723 -0
- package/claude-assets/skills/cfn-ace-system/schema/SCHEMA_DESIGN_SUMMARY.md +564 -0
- package/claude-assets/skills/cfn-ace-system/schema/populate-test-data-simple.sh +62 -0
- package/claude-assets/skills/cfn-ace-system/schema/populate-test-data.sh +247 -0
- package/claude-assets/skills/cfn-ace-system/schema/run-migration.sh +231 -0
- package/claude-assets/skills/cfn-ace-system/schema/validate-schema.sql +280 -0
- package/claude-assets/skills/cfn-ace-system/score-relevance-adapter.sh +138 -0
- package/claude-assets/skills/cfn-ace-system/score-relevance.sh +253 -0
- package/claude-assets/skills/cfn-ace-system/sprint-7-lessons.json +46 -0
- package/claude-assets/skills/cfn-ace-system/store-reflection.sh +46 -0
- package/claude-assets/skills/cfn-ace-system/test-ace-skill.sh +312 -0
- package/claude-assets/skills/cfn-ace-system/track-ab-test.sh +42 -0
- package/claude-assets/skills/cfn-ace-system/update-reflection.sh +41 -0
- package/claude-assets/skills/cfn-agent-discovery/SKILL.md +40 -0
- package/claude-assets/skills/cfn-agent-discovery/agents-registry-clean.json +0 -0
- package/claude-assets/skills/cfn-agent-discovery/agents-registry-fixed.json +19 -0
- package/claude-assets/skills/cfn-agent-discovery/agents-registry.json +718 -0
- package/claude-assets/skills/cfn-agent-discovery/discover-agents.py +184 -0
- package/claude-assets/skills/cfn-agent-discovery/discover-agents.sh +87 -0
- package/claude-assets/skills/cfn-agent-discovery/invoke-registry.sh +11 -0
- package/claude-assets/skills/cfn-agent-discovery/temp_script.py +0 -0
- package/claude-assets/skills/cfn-agent-execution/execute-agent.sh +126 -0
- package/claude-assets/skills/cfn-agent-output-processing/SKILL.md +359 -0
- package/claude-assets/skills/cfn-agent-selector/SKILL.md +90 -0
- package/claude-assets/skills/cfn-agent-selector/select-agents.sh +112 -0
- package/claude-assets/skills/cfn-agent-spawning/README.md +140 -0
- package/claude-assets/skills/cfn-agent-spawning/SKILL.md +135 -0
- package/claude-assets/skills/cfn-agent-spawning/agent-selection-guide.md +814 -0
- package/claude-assets/skills/cfn-agent-spawning/check-dependencies.sh +30 -0
- package/claude-assets/skills/cfn-agent-spawning/spawn-agent.sh +263 -0
- package/claude-assets/skills/cfn-agent-spawning/spawn-templates.sh +613 -0
- package/claude-assets/skills/cfn-agent-swap/SKILL.md +36 -0
- package/claude-assets/skills/cfn-agent-swap/recommend-swap.sh +60 -0
- package/claude-assets/skills/cfn-analytics/README.md +58 -0
- package/claude-assets/skills/cfn-analytics/description-refinement-guide.md +164 -0
- package/claude-assets/skills/cfn-analytics/log-skill-invocation.js +122 -0
- package/claude-assets/skills/cfn-analytics/run-production-criteria-tests.sh +126 -0
- package/claude-assets/skills/cfn-analytics/skill-analytics-dashboard.js +113 -0
- package/claude-assets/skills/cfn-analytics/skill-invocation-hook.sh +28 -0
- package/claude-assets/skills/cfn-analytics/skill-invocations.sql +58 -0
- package/claude-assets/skills/cfn-analytics/test-corpus.json +32 -0
- package/claude-assets/skills/cfn-analytics/test-data-generator.js +115 -0
- package/claude-assets/skills/cfn-analytics/test-manual-override-rate.js +285 -0
- package/claude-assets/skills/cfn-analytics/validate-skill-selection.js +188 -0
- package/claude-assets/skills/cfn-api-validation/test-endpoints.sh +54 -0
- package/claude-assets/skills/cfn-automatic-memory-persistence/SKILL.md +73 -0
- package/claude-assets/skills/cfn-automatic-memory-persistence/persist-agent-output.sh +49 -0
- package/claude-assets/skills/cfn-automatic-memory-persistence/query-agent-history.sh +35 -0
- package/claude-assets/skills/cfn-automatic-memory-persistence/test-memory-persistence.sh +235 -0
- package/claude-assets/skills/cfn-complexity-estimator/SKILL.md +96 -0
- package/claude-assets/skills/cfn-complexity-estimator/estimate-complexity.sh +144 -0
- package/claude-assets/skills/cfn-config-management/README.md +42 -0
- package/claude-assets/skills/cfn-config-management/SKILL.md +34 -0
- package/claude-assets/skills/cfn-config-management/check-dependencies.sh +56 -0
- package/claude-assets/skills/cfn-config-management/config.json +32 -0
- package/claude-assets/skills/cfn-config-management/manage-config.sh +113 -0
- package/claude-assets/skills/cfn-context-pruner/SKILL.md +75 -0
- package/claude-assets/skills/cfn-context-pruner/prune-context.sh +73 -0
- package/claude-assets/skills/cfn-defense-in-depth/SKILL.md +133 -0
- package/claude-assets/skills/cfn-dependency-extractor/SKILL.md +35 -0
- package/claude-assets/skills/cfn-dependency-extractor/extract-dependencies.sh +66 -0
- package/claude-assets/skills/cfn-epic-decomposer/SKILL.md +44 -0
- package/claude-assets/skills/cfn-epic-decomposer/decompose-epic.sh +104 -0
- package/claude-assets/skills/cfn-event-bus/README.md +299 -0
- package/claude-assets/skills/cfn-event-bus/SKILL.md +412 -0
- package/claude-assets/skills/cfn-event-bus/config.json +111 -0
- package/claude-assets/skills/cfn-event-bus/eventbus-wrapper.cjs +69 -0
- package/claude-assets/skills/cfn-event-bus/invoke-event-publish.sh +147 -0
- package/claude-assets/skills/cfn-event-bus/invoke-event-subscribe.sh +171 -0
- package/claude-assets/skills/cfn-event-bus/invoke-lifecycle-track.sh +201 -0
- package/claude-assets/skills/cfn-event-bus/test-event-bus.sh +280 -0
- package/claude-assets/skills/cfn-fleet-manager/README.md +74 -0
- package/claude-assets/skills/cfn-fleet-manager/SKILL.md +412 -0
- package/claude-assets/skills/cfn-fleet-manager/config.json +60 -0
- package/claude-assets/skills/cfn-fleet-manager/invoke-fleet-allocate.sh +182 -0
- package/claude-assets/skills/cfn-fleet-manager/invoke-fleet-balance.sh +239 -0
- package/claude-assets/skills/cfn-fleet-manager/invoke-fleet-metrics.sh +193 -0
- package/claude-assets/skills/cfn-fleet-manager/invoke-fleet-register.sh +124 -0
- package/claude-assets/skills/cfn-fleet-manager/test-fleet-manager.sh +345 -0
- package/claude-assets/skills/cfn-hook-pipeline/README.md +74 -0
- package/claude-assets/skills/cfn-hook-pipeline/SKILL.md +148 -0
- package/claude-assets/skills/cfn-hook-pipeline/auto-resolve.sh +66 -0
- package/claude-assets/skills/cfn-hook-pipeline/check-dependencies.sh +40 -0
- package/claude-assets/skills/cfn-hook-pipeline/feedback-resolver.sh +452 -0
- package/claude-assets/skills/cfn-hook-pipeline/post-edit-handler.sh +154 -0
- package/claude-assets/skills/cfn-hook-pipeline/security-scan.json +60 -0
- package/claude-assets/skills/cfn-hook-pipeline/security-scanner.sh +121 -0
- package/claude-assets/skills/cfn-hook-pipeline/test-root-warning-resolution.sh +148 -0
- package/claude-assets/skills/cfn-hybrid-routing/README.md +50 -0
- package/claude-assets/skills/cfn-hybrid-routing/SKILL.md +46 -0
- package/claude-assets/skills/cfn-hybrid-routing/check-dependencies.sh +52 -0
- package/claude-assets/skills/cfn-hybrid-routing/config.json +26 -0
- package/claude-assets/skills/cfn-hybrid-routing/spawn-worker.sh +44 -0
- package/claude-assets/skills/cfn-improvement-recommender/SKILL.md +33 -0
- package/claude-assets/skills/cfn-improvement-recommender/recommend-improvements.sh +92 -0
- package/claude-assets/skills/cfn-intervention-detector/SKILL.md +39 -0
- package/claude-assets/skills/cfn-intervention-detector/detect-intervention.sh +111 -0
- package/claude-assets/skills/cfn-intervention-orchestrator/SKILL.md +43 -0
- package/claude-assets/skills/cfn-intervention-orchestrator/execute-intervention.sh +59 -0
- package/claude-assets/skills/cfn-loop-orchestration/README.md +41 -0
- package/claude-assets/skills/cfn-loop-orchestration/SKILL.md +299 -0
- package/claude-assets/skills/cfn-loop-orchestration/helpers/auto-tune-timeouts.sh +228 -0
- package/claude-assets/skills/cfn-loop-orchestration/helpers/consensus.sh +84 -0
- package/claude-assets/skills/cfn-loop-orchestration/helpers/context-injection.sh +142 -0
- package/claude-assets/skills/cfn-loop-orchestration/helpers/context-lookup.sh +359 -0
- package/claude-assets/skills/cfn-loop-orchestration/helpers/deliverable-verifier.sh +71 -0
- package/claude-assets/skills/cfn-loop-orchestration/helpers/gate-check.sh +90 -0
- package/claude-assets/skills/cfn-loop-orchestration/helpers/iteration-manager.sh +87 -0
- package/claude-assets/skills/cfn-loop-orchestration/helpers/spawn-agents.sh +271 -0
- package/claude-assets/skills/cfn-loop-orchestration/helpers/timeout-calculator.sh +51 -0
- package/claude-assets/skills/cfn-loop-orchestration/inject-loop-context.sh +41 -0
- package/claude-assets/skills/cfn-loop-orchestration/monitor-execution.sh +156 -0
- package/claude-assets/skills/cfn-loop-orchestration/orchestrate.sh +884 -0
- package/claude-assets/skills/cfn-loop-orchestration/orchestrate.sh.backup +840 -0
- package/claude-assets/skills/cfn-loop-orchestration/security_utils.sh +99 -0
- package/claude-assets/skills/cfn-loop-orchestration/test-cfn-orchestration.sh +281 -0
- package/claude-assets/skills/cfn-loop-orchestration/test-edge-cases.sh +188 -0
- package/claude-assets/skills/cfn-loop-validation/README.md +256 -0
- package/claude-assets/skills/cfn-loop-validation/SKILL.md +353 -0
- package/claude-assets/skills/cfn-loop-validation/check-dependencies.sh +31 -0
- package/claude-assets/skills/cfn-loop-validation/config.json +161 -0
- package/claude-assets/skills/cfn-loop-validation/consensus-calculator.js +477 -0
- package/claude-assets/skills/cfn-loop-validation/evidence-chain.sql +163 -0
- package/claude-assets/skills/cfn-loop-validation/examples/README.md +453 -0
- package/claude-assets/skills/cfn-loop-validation/examples/coordinator-full-cfn-loop.sh +234 -0
- package/claude-assets/skills/cfn-loop-validation/examples/coordinator-loop2-consensus.sh +132 -0
- package/claude-assets/skills/cfn-loop-validation/examples/coordinator-loop3-gate.sh +115 -0
- package/claude-assets/skills/cfn-loop-validation/examples/coordinator-redis-integration.sh +186 -0
- package/claude-assets/skills/cfn-loop-validation/orchestrate-cfn-loop.sh +252 -0
- package/claude-assets/skills/cfn-loop-validation/validate-iteration.sh +134 -0
- package/claude-assets/skills/cfn-loop-validation.sh +70 -0
- package/claude-assets/skills/cfn-loop2-output-processing/SKILL.md +163 -0
- package/claude-assets/skills/cfn-loop2-output-processing/execute-and-extract.sh +77 -0
- package/claude-assets/skills/cfn-loop2-output-processing/execute-and-extract.sh.backup +36 -0
- package/claude-assets/skills/cfn-loop2-output-processing/parse-feedback.sh +147 -0
- package/claude-assets/skills/cfn-loop2-output-processing/process-validator-output.sh +275 -0
- package/claude-assets/skills/cfn-loop2-output-processing/test-bug27-fix.sh +200 -0
- package/claude-assets/skills/cfn-loop2-output-processing/test-loop2-processing.sh +113 -0
- package/claude-assets/skills/cfn-loop3-output-processing/AGENT_COMPLETION_PROTOCOL.md +206 -0
- package/claude-assets/skills/cfn-loop3-output-processing/SKILL.md +421 -0
- package/claude-assets/skills/cfn-loop3-output-processing/calculate-confidence.sh +28 -0
- package/claude-assets/skills/cfn-loop3-output-processing/execute-and-extract.sh +85 -0
- package/claude-assets/skills/cfn-loop3-output-processing/parse-confidence.sh +31 -0
- package/claude-assets/skills/cfn-loop3-output-processing/test-agent-timeout.sh +327 -0
- package/claude-assets/skills/cfn-loop3-output-processing/test-loop3-processing.sh +155 -0
- package/claude-assets/skills/cfn-loop3-output-processing/verify-deliverables.sh +42 -0
- package/claude-assets/skills/cfn-marketing-ad-campaigns/SKILL.md +392 -0
- package/claude-assets/skills/cfn-marketing-ad-campaigns/operations/create-campaign.sh +231 -0
- package/claude-assets/skills/cfn-marketing-ad-campaigns/operations/get-campaign-performance.sh +190 -0
- package/claude-assets/skills/cfn-marketing-ad-campaigns/operations/pause-campaign.sh +142 -0
- package/claude-assets/skills/cfn-marketing-ad-campaigns/operations/set-budget.sh +181 -0
- package/claude-assets/skills/cfn-marketing-ad-campaigns/operations/update-bid-strategy.sh +133 -0
- package/claude-assets/skills/cfn-marketing-analytics-data/SKILL.md +124 -0
- package/claude-assets/skills/cfn-marketing-analytics-data/operations/get-ad-performance.sh +105 -0
- package/claude-assets/skills/cfn-marketing-analytics-data/operations/get-conversion-funnel.sh +102 -0
- package/claude-assets/skills/cfn-marketing-analytics-data/operations/get-email-performance.sh +105 -0
- package/claude-assets/skills/cfn-marketing-analytics-data/operations/get-social-engagement.sh +105 -0
- package/claude-assets/skills/cfn-marketing-analytics-data/operations/get-website-traffic.sh +107 -0
- package/claude-assets/skills/cfn-marketing-chatbot-conversations/SKILL.md +340 -0
- package/claude-assets/skills/cfn-marketing-chatbot-conversations/operations/get-conversation-history.sh +121 -0
- package/claude-assets/skills/cfn-marketing-chatbot-conversations/operations/qualify-lead.sh +156 -0
- package/claude-assets/skills/cfn-marketing-chatbot-conversations/operations/schedule-demo.sh +181 -0
- package/claude-assets/skills/cfn-marketing-chatbot-conversations/operations/send-message.sh +137 -0
- package/claude-assets/skills/cfn-marketing-chatbot-conversations/operations/transfer-to-human.sh +179 -0
- package/claude-assets/skills/cfn-marketing-competitive-intel/SKILL.md +350 -0
- package/claude-assets/skills/cfn-marketing-competitive-intel/operations/get-backlink-profile.sh +154 -0
- package/claude-assets/skills/cfn-marketing-competitive-intel/operations/get-keyword-rankings.sh +173 -0
- package/claude-assets/skills/cfn-marketing-competitive-intel/operations/get-trending-topics.sh +147 -0
- package/claude-assets/skills/cfn-marketing-competitive-intel/operations/monitor-competitor.sh +146 -0
- package/claude-assets/skills/cfn-marketing-competitive-intel/operations/search-brand-mentions.sh +167 -0
- package/claude-assets/skills/cfn-marketing-crm-contacts/SKILL.md +116 -0
- package/claude-assets/skills/cfn-marketing-crm-contacts/operations/add-to-segment.sh +78 -0
- package/claude-assets/skills/cfn-marketing-crm-contacts/operations/create-contact.sh +113 -0
- package/claude-assets/skills/cfn-marketing-crm-contacts/operations/get-contact.sh +86 -0
- package/claude-assets/skills/cfn-marketing-crm-contacts/operations/remove-from-segment.sh +78 -0
- package/claude-assets/skills/cfn-marketing-crm-contacts/operations/update-contact.sh +120 -0
- package/claude-assets/skills/cfn-marketing-email-campaigns/SKILL.md +106 -0
- package/claude-assets/skills/cfn-marketing-email-campaigns/operations/create-campaign.sh +123 -0
- package/claude-assets/skills/cfn-marketing-email-campaigns/operations/get-campaign-stats.sh +66 -0
- package/claude-assets/skills/cfn-marketing-email-campaigns/operations/list-templates.sh +68 -0
- package/claude-assets/skills/cfn-marketing-email-campaigns/operations/schedule-campaign.sh +85 -0
- package/claude-assets/skills/cfn-marketing-email-campaigns/operations/send-test-email.sh +81 -0
- package/claude-assets/skills/cfn-marketing-landing-pages/SKILL.md +366 -0
- package/claude-assets/skills/cfn-marketing-landing-pages/operations/create-ab-test.sh +231 -0
- package/claude-assets/skills/cfn-marketing-landing-pages/operations/create-landing-page.sh +190 -0
- package/claude-assets/skills/cfn-marketing-landing-pages/operations/get-page-performance.sh +137 -0
- package/claude-assets/skills/cfn-marketing-landing-pages/operations/publish-page.sh +120 -0
- package/claude-assets/skills/cfn-marketing-landing-pages/operations/unpublish-page.sh +108 -0
- package/claude-assets/skills/cfn-marketing-media-monitoring/SKILL.md +202 -0
- package/claude-assets/skills/cfn-marketing-media-monitoring/operations/create-crisis-alert.sh +104 -0
- package/claude-assets/skills/cfn-marketing-media-monitoring/operations/export-report.sh +92 -0
- package/claude-assets/skills/cfn-marketing-media-monitoring/operations/get-sentiment-analysis.sh +85 -0
- package/claude-assets/skills/cfn-marketing-media-monitoring/operations/search-mentions.sh +86 -0
- package/claude-assets/skills/cfn-marketing-media-outreach/SKILL.md +168 -0
- package/claude-assets/skills/cfn-marketing-media-outreach/operations/search-journalists.sh +74 -0
- package/claude-assets/skills/cfn-marketing-media-outreach/operations/send-pitch.sh +80 -0
- package/claude-assets/skills/cfn-marketing-media-outreach/operations/submit-haro-response.sh +88 -0
- package/claude-assets/skills/cfn-marketing-media-outreach/operations/track-pitch-engagement.sh +66 -0
- package/claude-assets/skills/cfn-marketing-press-distribution/SKILL.md +159 -0
- package/claude-assets/skills/cfn-marketing-press-distribution/operations/distribute-press-release.sh +94 -0
- package/claude-assets/skills/cfn-marketing-press-distribution/operations/get-distribution-status.sh +59 -0
- package/claude-assets/skills/cfn-marketing-press-distribution/operations/get-pickup-metrics.sh +72 -0
- package/claude-assets/skills/cfn-marketing-press-distribution/operations/list-templates.sh +53 -0
- package/claude-assets/skills/cfn-marketing-sms-campaigns/SKILL.md +429 -0
- package/claude-assets/skills/cfn-marketing-sms-campaigns/operations/create-campaign.sh +183 -0
- package/claude-assets/skills/cfn-marketing-sms-campaigns/operations/get-delivery-status.sh +139 -0
- package/claude-assets/skills/cfn-marketing-sms-campaigns/operations/opt-out.sh +150 -0
- package/claude-assets/skills/cfn-marketing-sms-campaigns/operations/schedule-campaign.sh +187 -0
- package/claude-assets/skills/cfn-marketing-sms-campaigns/operations/send-sms.sh +181 -0
- package/claude-assets/skills/cfn-marketing-social-publishing/SKILL.md +108 -0
- package/claude-assets/skills/cfn-marketing-social-publishing/operations/create-post.sh +104 -0
- package/claude-assets/skills/cfn-marketing-social-publishing/operations/delete-post.sh +76 -0
- package/claude-assets/skills/cfn-marketing-social-publishing/operations/get-post-stats.sh +66 -0
- package/claude-assets/skills/cfn-marketing-social-publishing/operations/schedule-post.sh +85 -0
- package/claude-assets/skills/cfn-marketing-social-publishing/operations/upload-media.sh +88 -0
- package/claude-assets/skills/cfn-pattern-extraction/SKILL.md +30 -0
- package/claude-assets/skills/cfn-pattern-extraction/extract-patterns.sh +80 -0
- package/claude-assets/skills/cfn-playbook/SKILL.md +113 -0
- package/claude-assets/skills/cfn-playbook/init-playbook.sh +54 -0
- package/claude-assets/skills/cfn-playbook/playbook.db +0 -0
- package/claude-assets/skills/cfn-playbook/query-playbook.sh +79 -0
- package/claude-assets/skills/cfn-playbook/update-playbook.sh +69 -0
- package/claude-assets/skills/cfn-playbook-auto-update/SKILL.md +29 -0
- package/claude-assets/skills/cfn-playbook-auto-update/auto-update-playbook.sh +86 -0
- package/claude-assets/skills/cfn-process-lifecycle/README.md +43 -0
- package/claude-assets/skills/cfn-process-lifecycle/SKILL.md +39 -0
- package/claude-assets/skills/cfn-process-lifecycle/check-dependencies.sh +58 -0
- package/claude-assets/skills/cfn-process-lifecycle/config.json +39 -0
- package/claude-assets/skills/cfn-process-lifecycle/process-manager.sh +144 -0
- package/claude-assets/skills/cfn-product-owner-decision/SKILL.md +332 -0
- package/claude-assets/skills/cfn-product-owner-decision/execute-decision.sh +176 -0
- package/claude-assets/skills/cfn-product-owner-decision/parse-decision.sh +66 -0
- package/claude-assets/skills/cfn-product-owner-decision/validate-deliverables.sh +82 -0
- package/claude-assets/skills/cfn-redis-coordination/AGENT_LOGGING.md +280 -0
- package/claude-assets/skills/cfn-redis-coordination/BZPOPMIN_FIX_SUMMARY.md +209 -0
- package/claude-assets/skills/cfn-redis-coordination/HEARTBEAT.md +57 -0
- package/claude-assets/skills/cfn-redis-coordination/HEARTBEAT_MONITORING.md +267 -0
- package/claude-assets/skills/cfn-redis-coordination/LOGGING.md +260 -0
- package/claude-assets/skills/cfn-redis-coordination/README.md +65 -0
- package/claude-assets/skills/cfn-redis-coordination/SECURITY_REVIEW.md +25 -0
- package/claude-assets/skills/cfn-redis-coordination/SHUTDOWN_HANDLING.md +164 -0
- package/claude-assets/skills/cfn-redis-coordination/SKILL.md +720 -0
- package/claude-assets/skills/cfn-redis-coordination/agent-log.sh +124 -0
- package/claude-assets/skills/cfn-redis-coordination/agent-recovery.sh +75 -0
- package/claude-assets/skills/cfn-redis-coordination/analyze-task-complexity.sh +277 -0
- package/claude-assets/skills/cfn-redis-coordination/cancel-swarm.sh +221 -0
- package/claude-assets/skills/cfn-redis-coordination/cfn-loop-exec.sh +468 -0
- package/claude-assets/skills/cfn-redis-coordination/cfn-loop-relaunch.sh +29 -0
- package/claude-assets/skills/cfn-redis-coordination/check-dependencies.sh +32 -0
- package/claude-assets/skills/cfn-redis-coordination/collect-confidence-scores.sh +179 -0
- package/claude-assets/skills/cfn-redis-coordination/collect-results.sh +75 -0
- package/claude-assets/skills/cfn-redis-coordination/complete-swarm.sh +75 -0
- package/claude-assets/skills/cfn-redis-coordination/config.json +61 -0
- package/claude-assets/skills/cfn-redis-coordination/data/cfn-loop.db +0 -0
- package/claude-assets/skills/cfn-redis-coordination/demos/phase4-wake-queue-test-report.md +82 -0
- package/claude-assets/skills/cfn-redis-coordination/demos/test-bzpopmin-fix.sh +274 -0
- package/claude-assets/skills/cfn-redis-coordination/demos/test-cancel-swarm.sh +276 -0
- package/claude-assets/skills/cfn-redis-coordination/demos/test-dlq.sh +129 -0
- package/claude-assets/skills/cfn-redis-coordination/demos/test-iteration-feedback.sh +320 -0
- package/claude-assets/skills/cfn-redis-coordination/demos/test-orchestrator.sh +249 -0
- package/claude-assets/skills/cfn-redis-coordination/demos/test-priority-wake-phase4-unix.sh +148 -0
- package/claude-assets/skills/cfn-redis-coordination/demos/test-priority-wake-phase4.sh +163 -0
- package/claude-assets/skills/cfn-redis-coordination/demos/test-priority-wake.sh +138 -0
- package/claude-assets/skills/cfn-redis-coordination/demos/test-quick-fix.sh +81 -0
- package/claude-assets/skills/cfn-redis-coordination/demos/test-quorum-absolute.sh +45 -0
- package/claude-assets/skills/cfn-redis-coordination/demos/test-quorum-fallback.sh +68 -0
- package/claude-assets/skills/cfn-redis-coordination/demos/test-quorum-percentage.sh +56 -0
- package/claude-assets/skills/cfn-redis-coordination/demos/test-quorum-with-retry.sh +81 -0
- package/claude-assets/skills/cfn-redis-coordination/demos/test-quorum.sh +57 -0
- package/claude-assets/skills/cfn-redis-coordination/demos/test-shutdown-handling.sh +187 -0
- package/claude-assets/skills/cfn-redis-coordination/demos/test-shutdown.sh +160 -0
- package/claude-assets/skills/cfn-redis-coordination/demos/test-utils-unix.sh +97 -0
- package/claude-assets/skills/cfn-redis-coordination/demos/test-utils.sh +97 -0
- package/claude-assets/skills/cfn-redis-coordination/demos/test-waiting-mode.sh +59 -0
- package/claude-assets/skills/cfn-redis-coordination/examples/README.md +73 -0
- package/claude-assets/skills/cfn-redis-coordination/examples/grafana-dashboard.json +352 -0
- package/claude-assets/skills/cfn-redis-coordination/examples/hierarchical-pattern.sh +127 -0
- package/claude-assets/skills/cfn-redis-coordination/examples/mesh-pattern.sh +171 -0
- package/claude-assets/skills/cfn-redis-coordination/examples/timeout-handling.sh +227 -0
- package/claude-assets/skills/cfn-redis-coordination/examples/waiting-mode-pattern.sh +239 -0
- package/claude-assets/skills/cfn-redis-coordination/execute-product-owner-decision.sh +258 -0
- package/claude-assets/skills/cfn-redis-coordination/get-agent-timeout.sh +177 -0
- package/claude-assets/skills/cfn-redis-coordination/heartbeat-functions.sh +137 -0
- package/claude-assets/skills/cfn-redis-coordination/heartbeat-protocol.md +106 -0
- package/claude-assets/skills/cfn-redis-coordination/heartbeat.sh +126 -0
- package/claude-assets/skills/cfn-redis-coordination/init-swarm.sh +148 -0
- package/claude-assets/skills/cfn-redis-coordination/invoke-redis-pattern.sh +220 -0
- package/claude-assets/skills/cfn-redis-coordination/invoke-waiting-mode.sh +283 -0
- package/claude-assets/skills/cfn-redis-coordination/invoke-waiting-mode.sh.backup-p7 +423 -0
- package/claude-assets/skills/cfn-redis-coordination/list-active-swarms.sh +147 -0
- package/claude-assets/skills/cfn-redis-coordination/log-event.sh +109 -0
- package/claude-assets/skills/cfn-redis-coordination/metrics-export.sh +674 -0
- package/claude-assets/skills/cfn-redis-coordination/metrics-schema.json +66 -0
- package/claude-assets/skills/cfn-redis-coordination/metrics-storage.md +31 -0
- package/claude-assets/skills/cfn-redis-coordination/monitor-cfn-violations.sh +391 -0
- package/claude-assets/skills/cfn-redis-coordination/monitor-heartbeats.sh +101 -0
- package/claude-assets/skills/cfn-redis-coordination/orchestrate-cfn-loop-v3.sh +141 -0
- package/claude-assets/skills/cfn-redis-coordination/orchestrate-cfn-loop.sh +31 -0
- package/claude-assets/skills/cfn-redis-coordination/orchestrate-cfn-loop.sh.backup +38 -0
- package/claude-assets/skills/cfn-redis-coordination/orchestrate-cfn-loop.sh.backup-1761167675 +1672 -0
- package/claude-assets/skills/cfn-redis-coordination/orchestrate-cfn-loop.sh.backup-p5 +1604 -0
- package/claude-assets/skills/cfn-redis-coordination/orchestrate-cfn-loop.sh.backup-phase1 +1550 -0
- package/claude-assets/skills/cfn-redis-coordination/orchestrate-cfn-loop.sh.backup-phase2 +1621 -0
- package/claude-assets/skills/cfn-redis-coordination/orchestrate-cfn-loop.sh.backup-phase3 +1621 -0
- package/claude-assets/skills/cfn-redis-coordination/orchestrate-cfn-loop.sh.bak +0 -0
- package/claude-assets/skills/cfn-redis-coordination/orchestrate-cfn-loop.sh.broken +1627 -0
- package/claude-assets/skills/cfn-redis-coordination/orchestrate-cfn-loop.sh.corrupted +80 -0
- package/claude-assets/skills/cfn-redis-coordination/orchestrate-cfn-loop.sh.deprecated +1864 -0
- package/claude-assets/skills/cfn-redis-coordination/priority-wake-mechanism.md +75 -0
- package/claude-assets/skills/cfn-redis-coordination/priority_wake.py +134 -0
- package/claude-assets/skills/cfn-redis-coordination/query-dlq.sh +162 -0
- package/claude-assets/skills/cfn-redis-coordination/query-logs.sh +103 -0
- package/claude-assets/skills/cfn-redis-coordination/redis-pattern.sh +619 -0
- package/claude-assets/skills/cfn-redis-coordination/retrieve-context.sh +58 -0
- package/claude-assets/skills/cfn-redis-coordination/select-specialist-agent.sh +371 -0
- package/claude-assets/skills/cfn-redis-coordination/semantic-match-tfidf.py +252 -0
- package/claude-assets/skills/cfn-redis-coordination/send-heartbeat.sh +165 -0
- package/claude-assets/skills/cfn-redis-coordination/signal.sh +38 -0
- package/claude-assets/skills/cfn-redis-coordination/store-context.sh +86 -0
- package/claude-assets/skills/cfn-redis-coordination/store-epic-context.sh +123 -0
- package/claude-assets/skills/cfn-redis-coordination/test-context-injection.sh +354 -0
- package/claude-assets/skills/cfn-redis-coordination/test-timeout-enforcement.sh +513 -0
- package/claude-assets/skills/cfn-redis-coordination/tests/convert-line-endings.sh +15 -0
- package/claude-assets/skills/cfn-redis-coordination/tests/dlq-functionality-test.sh +102 -0
- package/claude-assets/skills/cfn-redis-coordination/tests/edge-cases-test.sh +99 -0
- package/claude-assets/skills/cfn-redis-coordination/tests/integration-test.sh +170 -0
- package/claude-assets/skills/cfn-redis-coordination/tests/retry-mechanism-test.sh +82 -0
- package/claude-assets/skills/cfn-redis-coordination/tests/run-test-suite.sh +92 -0
- package/claude-assets/skills/cfn-redis-coordination/tests/run-tests.sh +4 -0
- package/claude-assets/skills/cfn-redis-coordination/tests/test-heartbeat-monitoring.sh +418 -0
- package/claude-assets/skills/cfn-redis-coordination/tests/test-heartbeat-simple.sh +124 -0
- package/claude-assets/skills/cfn-redis-coordination/tests/test-primitives.sh +166 -0
- package/claude-assets/skills/cfn-redis-coordination/tests/test-utils.sh +54 -0
- package/claude-assets/skills/cfn-redis-coordination/tests/test_coordination_primitives.sh.deprecated +20 -0
- package/claude-assets/skills/cfn-redis-coordination/tests/test_utils.sh +49 -0
- package/claude-assets/skills/cfn-redis-coordination/v2_modularization/core_orchestration.sh +76 -0
- package/claude-assets/skills/cfn-redis-coordination/validate-parameters.sh +492 -0
- package/claude-assets/skills/cfn-retrospective-report/SKILL.md +31 -0
- package/claude-assets/skills/cfn-retrospective-report/generate-report.sh +101 -0
- package/claude-assets/skills/cfn-scope-simplifier/SKILL.md +37 -0
- package/claude-assets/skills/cfn-scope-simplifier/simplify-scope.sh +68 -0
- package/claude-assets/skills/cfn-simplified-agent-lifecycle/COST_ANALYSIS.md +49 -0
- package/claude-assets/skills/cfn-simplified-agent-lifecycle/DESIGN.md +98 -0
- package/claude-assets/skills/cfn-simplified-agent-lifecycle/MIGRATION_PLAN.md +74 -0
- package/claude-assets/skills/cfn-skill-builder/SKILL.md +910 -0
- package/claude-assets/skills/cfn-specialist-injection/SKILL.md +41 -0
- package/claude-assets/skills/cfn-specialist-injection/recommend-specialist.sh +57 -0
- package/claude-assets/skills/cfn-sprint-execution/SKILL.md +27 -0
- package/claude-assets/skills/cfn-sprint-execution/execute-sprint-task.sh +59 -0
- package/claude-assets/skills/cfn-sprint-execution/execute-sprint.sh +65 -0
- package/claude-assets/skills/cfn-sprint-planner/SKILL.md +37 -0
- package/claude-assets/skills/cfn-sprint-planner/plan-sprint.sh +85 -0
- package/claude-assets/skills/cfn-sqlite-memory/IMPLEMENTATION_REPORT.md +393 -0
- package/claude-assets/skills/cfn-sqlite-memory/QUICK_REFERENCE.md +204 -0
- package/claude-assets/skills/cfn-sqlite-memory/README.md +65 -0
- package/claude-assets/skills/cfn-sqlite-memory/SKILL.md +415 -0
- package/claude-assets/skills/cfn-sqlite-memory/acl-queries.sql +452 -0
- package/claude-assets/skills/cfn-sqlite-memory/check-dependencies.sh +36 -0
- package/claude-assets/skills/cfn-sqlite-memory/config.json +45 -0
- package/claude-assets/skills/cfn-sqlite-memory/memory-cli.sh +88 -0
- package/claude-assets/skills/cfn-sqlite-memory/test-state-persistence.js +187 -0
- package/claude-assets/skills/cfn-sqlite-memory/ttl-cleanup.sh +274 -0
- package/claude-assets/skills/cfn-standardized-error-handling/SKILL.md +56 -0
- package/claude-assets/skills/cfn-standardized-error-handling/capture-agent-error.sh +87 -0
- package/claude-assets/skills/cfn-standardized-error-handling/test-error-handling.sh +166 -0
- package/claude-assets/skills/cfn-task-classifier/SKILL.md +94 -0
- package/claude-assets/skills/cfn-task-classifier/USAGE.md +248 -0
- package/claude-assets/skills/cfn-task-classifier/classify-task.sh +291 -0
- package/claude-assets/skills/cfn-test-execution/README.md +129 -0
- package/claude-assets/skills/cfn-test-execution/SKILL.md +128 -0
- package/claude-assets/skills/cfn-test-execution/check-dependencies.sh +36 -0
- package/claude-assets/skills/cfn-test-execution/test-cache-reader.sh +134 -0
- package/claude-assets/skills/cfn-test-execution/test-concurrent-conflicts.sh +115 -0
- package/claude-assets/skills/cfn-test-execution/test-coordinator-pattern.sh +109 -0
- package/claude-assets/skills/cfn-transparency-middleware/Cargo.toml +18 -0
- package/claude-assets/skills/cfn-transparency-middleware/README.md +74 -0
- package/claude-assets/skills/cfn-transparency-middleware/SECURITY.md +41 -0
- package/claude-assets/skills/cfn-transparency-middleware/SKILL.md +91 -0
- package/claude-assets/skills/cfn-transparency-middleware/TEST_RESULTS.md +174 -0
- package/claude-assets/skills/cfn-transparency-middleware/config.json +31 -0
- package/claude-assets/skills/cfn-transparency-middleware/examples/basic-usage.ts +39 -0
- package/claude-assets/skills/cfn-transparency-middleware/examples/batch-processing.ts +52 -0
- package/claude-assets/skills/cfn-transparency-middleware/examples/custom-filtering.ts +61 -0
- package/claude-assets/skills/cfn-transparency-middleware/invoke-transparency-filter.sh +98 -0
- package/claude-assets/skills/cfn-transparency-middleware/invoke-transparency-init.sh +224 -0
- package/claude-assets/skills/cfn-transparency-middleware/invoke-transparency-level.sh +333 -0
- package/claude-assets/skills/cfn-transparency-middleware/invoke-transparency-metrics.sh +345 -0
- package/claude-assets/skills/cfn-transparency-middleware/invoke-transparency-observe.sh +140 -0
- package/claude-assets/skills/cfn-transparency-middleware/invoke-transparency-stop.sh +235 -0
- package/claude-assets/skills/cfn-transparency-middleware/memory_query.rs +85 -0
- package/claude-assets/skills/cfn-transparency-middleware/memory_repository.rs +140 -0
- package/claude-assets/skills/cfn-transparency-middleware/memory_schema.rs +64 -0
- package/claude-assets/skills/cfn-transparency-middleware/middleware-config.sh +29 -0
- package/claude-assets/skills/cfn-transparency-middleware/performance-benchmark.sh +79 -0
- package/claude-assets/skills/cfn-transparency-middleware/test-e2e.sh +406 -0
- package/claude-assets/skills/cfn-transparency-middleware/test-integration.sh +162 -0
- package/claude-assets/skills/cfn-transparency-middleware/test-transparency-skill.sh +368 -0
- package/claude-assets/skills/cfn-transparency-middleware/test-transparency-skill.sh.unix +126 -0
- package/claude-assets/skills/cfn-transparency-middleware/tests/input-validation.sh +93 -0
- package/claude-assets/skills/cfn-transparency-middleware/wrap-agent.sh +132 -0
- package/claude-assets/skills/cfn-validation-templates/SKILL.md +47 -0
- package/claude-assets/skills/cfn-validation-templates/content.json +38 -0
- package/claude-assets/skills/cfn-validation-templates/data.json +38 -0
- package/claude-assets/skills/cfn-validation-templates/design.json +38 -0
- package/claude-assets/skills/cfn-validation-templates/infrastructure.json +38 -0
- package/claude-assets/skills/cfn-validation-templates/research.json +38 -0
- package/claude-assets/skills/cfn-validation-templates/software.json +38 -0
- package/claude-assets/skills/cfn-web-portal/DESIGN.md +117 -0
- package/claude-assets/skills/cfn-web-portal/SKILL.md +679 -0
- package/claude-assets/skills/cfn-web-portal/invoke-portal-agents.sh +129 -0
- package/claude-assets/skills/cfn-web-portal/invoke-portal-dashboard.sh +85 -0
- package/claude-assets/skills/cfn-web-portal/invoke-portal-events.sh +125 -0
- package/claude-assets/skills/cfn-web-portal/invoke-portal-metrics.sh +112 -0
- package/claude-assets/skills/cfn-web-portal/invoke-portal-start.sh +135 -0
- package/claude-assets/skills/cfn-web-portal/invoke-portal-stop.sh +121 -0
- package/claude-assets/skills/cfn-web-portal/test-web-portal-skill.sh +51 -0
- package/claude-assets/skills/cfn-web-portal/validate-deployment.sh +85 -0
- package/claude-assets/skills/cfn-webapp-testing/README.md +142 -0
- package/claude-assets/skills/cfn-webapp-testing/SCREENSHOT_NAMING_CONVENTION.md +547 -0
- package/claude-assets/skills/cfn-webapp-testing/SKILL.md +877 -0
- package/claude-assets/skills/cfn-webapp-testing/capture-screenshot.sh +238 -0
- package/claude-assets/skills/cfn-webapp-testing/cfn-loop-integration.sh +265 -0
- package/claude-assets/skills/cfn-webapp-testing/compare-screenshots.sh +199 -0
- package/claude-assets/skills/cfn-webapp-testing/init-storage.sh +150 -0
- package/claude-assets/skills/cfn-webapp-testing/set-baseline.sh +196 -0
- package/claude-assets/skills/cfn-webapp-testing/test-webapp-testing.sh +233 -0
- package/claude-assets/skills/consensus-calculator.js +45 -0
- package/claude-assets/skills/evidence-chain.sql +66 -0
- package/claude-assets/skills/run-all-skill-tests.sh +124 -0
- package/claude-assets/skills/test-execution-coordinator-pattern.md +228 -0
- package/dist/agents/agent-loader.js.map +1 -1
- package/package.json +3 -3
- package/scripts/init-project.js +7 -7
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
---
|
|
2
|
+
description: "Execute SPARC methodology phases"
|
|
3
|
+
argument-hint: "<phase> <task description>"
|
|
4
|
+
allowed-tools: ["mcp__claude-flow-novice__task_orchestrate", "mcp__claude-flow-novice__agent_spawn"]
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# SPARC Methodology Execution
|
|
8
|
+
|
|
9
|
+
Execute systematic development phases using SPARC methodology.
|
|
10
|
+
|
|
11
|
+
**Phase**: $1
|
|
12
|
+
**Task**: $2
|
|
13
|
+
|
|
14
|
+
**SPARC Phases**:
|
|
15
|
+
|
|
16
|
+
## Specification (spec)
|
|
17
|
+
- Define clear requirements and acceptance criteria
|
|
18
|
+
- Create user stories and use cases
|
|
19
|
+
- Identify constraints and assumptions
|
|
20
|
+
- Specify input/output requirements
|
|
21
|
+
|
|
22
|
+
## Pseudocode (pseudo)
|
|
23
|
+
- Break down problem into logical steps
|
|
24
|
+
- Write high-level algorithm pseudocode
|
|
25
|
+
- Define data structures and flow
|
|
26
|
+
- Plan error handling and edge cases
|
|
27
|
+
|
|
28
|
+
## Architecture (arch)
|
|
29
|
+
- Design system architecture and components
|
|
30
|
+
- Define interfaces and APIs
|
|
31
|
+
- Choose appropriate patterns and technologies
|
|
32
|
+
- Plan data flow and storage
|
|
33
|
+
|
|
34
|
+
## Refinement (refine)
|
|
35
|
+
- Review and improve the design
|
|
36
|
+
- Optimize algorithms and data structures
|
|
37
|
+
- Add comprehensive error handling
|
|
38
|
+
- Enhance documentation
|
|
39
|
+
|
|
40
|
+
## Completion (complete)
|
|
41
|
+
- Implement the final solution
|
|
42
|
+
- Write comprehensive tests
|
|
43
|
+
- Perform integration testing
|
|
44
|
+
- Prepare for production deployment
|
|
45
|
+
|
|
46
|
+
**Execute the specified SPARC phase for the given task with detailed analysis and recommendations.**
|
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
---
|
|
2
|
+
description: "AI-powered project analysis with prioritized improvement recommendations"
|
|
3
|
+
argument-hint: "[--focus=<area>|--quick|--detailed|--security]"
|
|
4
|
+
allowed-tools: ["Read", "Bash", "Glob", "Grep", "mcp__claude-flow__language_detect", "mcp__claude-flow__framework_detect", "mcp__claude-flow__dependency_analyze", "mcp__claude-flow__rust_quality_analyze", "mcp__claude-flow__typescript_validate", "mcp__claude-flow__memory_usage", "mcp__claude-flow__agent_spawn"]
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# AI Project Analysis & Improvement Suggestions
|
|
8
|
+
|
|
9
|
+
Provide intelligent, prioritized recommendations for improving your codebase based on AI analysis.
|
|
10
|
+
|
|
11
|
+
**Focus Area**: $ARGUMENTS
|
|
12
|
+
|
|
13
|
+
## Analysis Options
|
|
14
|
+
|
|
15
|
+
- `--focus=security` - Focus on security vulnerabilities and best practices
|
|
16
|
+
- `--focus=performance` - Analyze performance bottlenecks and optimizations
|
|
17
|
+
- `--focus=maintainability` - Code quality, readability, and maintainability
|
|
18
|
+
- `--focus=testing` - Test coverage, quality, and missing test scenarios
|
|
19
|
+
- `--quick` - Fast analysis with top 3-5 recommendations
|
|
20
|
+
- `--detailed` - Comprehensive analysis with implementation guides
|
|
21
|
+
- `--security` - Security-focused analysis with CVE scanning
|
|
22
|
+
|
|
23
|
+
## What This Command Does
|
|
24
|
+
|
|
25
|
+
### π Intelligent Codebase Analysis
|
|
26
|
+
- **Framework-Aware**: Leverages 98.5% accurate framework detection
|
|
27
|
+
- **Language-Specific**: Tailored recommendations for detected languages
|
|
28
|
+
- **Context-Aware**: Understands project structure and patterns
|
|
29
|
+
- **Risk Assessment**: Prioritizes improvements by impact and effort
|
|
30
|
+
|
|
31
|
+
### π¦ Analysis Categories
|
|
32
|
+
|
|
33
|
+
#### Security Analysis
|
|
34
|
+
- Dependency vulnerability scanning
|
|
35
|
+
- Code security pattern detection
|
|
36
|
+
- Authentication/authorization review
|
|
37
|
+
- Input validation and sanitization
|
|
38
|
+
|
|
39
|
+
#### Performance Analysis
|
|
40
|
+
- Bundle size optimization opportunities
|
|
41
|
+
- Database query optimization
|
|
42
|
+
- Caching strategy improvements
|
|
43
|
+
- Resource usage patterns
|
|
44
|
+
|
|
45
|
+
#### Code Quality Analysis
|
|
46
|
+
- Design pattern recommendations
|
|
47
|
+
- Refactoring opportunities
|
|
48
|
+
- Documentation gaps
|
|
49
|
+
- Type safety improvements
|
|
50
|
+
|
|
51
|
+
#### Testing Analysis
|
|
52
|
+
- Coverage gap identification
|
|
53
|
+
- Missing test scenarios
|
|
54
|
+
- Test quality assessment
|
|
55
|
+
- E2E testing opportunities
|
|
56
|
+
|
|
57
|
+
## Sample Output
|
|
58
|
+
|
|
59
|
+
```markdown
|
|
60
|
+
## π¨ High Priority (Security)
|
|
61
|
+
1. **Update lodash dependency** - CVE-2021-23337 (Risk: High)
|
|
62
|
+
Command: `npm update lodash@^4.17.21`
|
|
63
|
+
|
|
64
|
+
2. **Add input validation** - Missing sanitization in user routes
|
|
65
|
+
Files: `src/routes/user.js`
|
|
66
|
+
|
|
67
|
+
## π Medium Priority (Performance)
|
|
68
|
+
1. **Implement code splitting** - Bundle size: 2.3MB
|
|
69
|
+
Framework: React with dynamic imports
|
|
70
|
+
|
|
71
|
+
2. **Add Redis caching** - Database queries: 150ms avg
|
|
72
|
+
Impact: 60% performance improvement
|
|
73
|
+
|
|
74
|
+
## π οΈ Low Priority (Maintenance)
|
|
75
|
+
1. **Add TypeScript** - 89% of codebase would benefit
|
|
76
|
+
2. **Update documentation** - API docs outdated
|
|
77
|
+
```
|
|
78
|
+
|
|
79
|
+
## Educational Focus
|
|
80
|
+
|
|
81
|
+
Every recommendation includes:
|
|
82
|
+
- **Why**: Explanation of the problem/opportunity
|
|
83
|
+
- **Impact**: Expected improvement metrics
|
|
84
|
+
- **How**: Specific implementation steps
|
|
85
|
+
- **Resources**: Links to best practices and tutorials
|
|
86
|
+
|
|
87
|
+
## Framework-Specific Recommendations
|
|
88
|
+
|
|
89
|
+
- **Rust**: Clippy suggestions, unsafe code review, performance optimization
|
|
90
|
+
- **JavaScript/Node.js**: NPM audit, bundle analysis, async/await patterns
|
|
91
|
+
- **TypeScript**: Type coverage, strict mode opportunities
|
|
92
|
+
- **Python**: Virtual environment setup, type hints, security scanning
|
|
93
|
+
- **React**: Component optimization, state management, accessibility
|
|
94
|
+
|
|
95
|
+
Get actionable, prioritized recommendations to improve your project's security, performance, and maintainability.
|
|
@@ -0,0 +1,147 @@
|
|
|
1
|
+
---
|
|
2
|
+
description: "Contextual code templates based on detected project patterns and frameworks"
|
|
3
|
+
argument-hint: "[<component-type>|--list|--search=<pattern>|--category=<type>]"
|
|
4
|
+
allowed-tools: ["Read", "Write", "Bash", "Glob", "Grep", "mcp__claude-flow__language_detect", "mcp__claude-flow__framework_detect", "mcp__claude-flow__memory_usage", "mcp__shadcn_mcp__generate_component"]
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# Contextual Code Templates
|
|
8
|
+
|
|
9
|
+
Generate relevant code templates based on your project's detected frameworks, patterns, and current context.
|
|
10
|
+
|
|
11
|
+
**Template Type**: $ARGUMENTS
|
|
12
|
+
|
|
13
|
+
## Template Options
|
|
14
|
+
|
|
15
|
+
- `--list` - Show all available templates for detected framework
|
|
16
|
+
- `--search=<pattern>` - Search templates by keyword or pattern
|
|
17
|
+
- `--category=<type>` - Filter by category (component, service, test, config)
|
|
18
|
+
- `<component-type>` - Generate specific component (e.g., "api-route", "react-component")
|
|
19
|
+
|
|
20
|
+
## What This Command Does
|
|
21
|
+
|
|
22
|
+
### π― Smart Template Selection
|
|
23
|
+
- **Framework Detection**: Automatically detects React, Express, FastAPI, Axum, etc.
|
|
24
|
+
- **Pattern Recognition**: Analyzes existing code patterns and conventions
|
|
25
|
+
- **Context-Aware**: Suggests templates relevant to current file/directory
|
|
26
|
+
- **Best Practices**: Templates follow industry standards and conventions
|
|
27
|
+
|
|
28
|
+
### π Template Categories
|
|
29
|
+
|
|
30
|
+
#### Frontend Templates
|
|
31
|
+
- **React Components**: Functional components, hooks, context providers
|
|
32
|
+
- **Vue Components**: Composition API, reactive patterns
|
|
33
|
+
- **Angular Components**: Services, modules, guards
|
|
34
|
+
- **Styling**: CSS modules, styled-components, Tailwind patterns
|
|
35
|
+
|
|
36
|
+
#### Backend Templates
|
|
37
|
+
- **REST APIs**: Express routes, FastAPI endpoints, Axum handlers
|
|
38
|
+
- **Database**: Models, migrations, queries, repositories
|
|
39
|
+
- **Authentication**: JWT middleware, OAuth flows, session management
|
|
40
|
+
- **Testing**: Unit tests, integration tests, mocks
|
|
41
|
+
|
|
42
|
+
#### Configuration Templates
|
|
43
|
+
- **Build Tools**: Webpack, Vite, Rollup configurations
|
|
44
|
+
- **CI/CD**: GitHub Actions, Docker, deployment scripts
|
|
45
|
+
- **Environment**: .env templates, config management
|
|
46
|
+
- **Documentation**: README patterns, API docs, changelogs
|
|
47
|
+
|
|
48
|
+
## Framework-Specific Examples
|
|
49
|
+
|
|
50
|
+
### React Project Detected
|
|
51
|
+
```bash
|
|
52
|
+
# Available templates:
|
|
53
|
+
/suggest-templates --list
|
|
54
|
+
# Output: react-component, react-hook, context-provider, test-component
|
|
55
|
+
|
|
56
|
+
# Generate a React component
|
|
57
|
+
/suggest-templates react-component
|
|
58
|
+
# Creates: functional component with TypeScript, props interface, styling
|
|
59
|
+
```
|
|
60
|
+
|
|
61
|
+
### Express.js Project Detected
|
|
62
|
+
```bash
|
|
63
|
+
# Generate API route template
|
|
64
|
+
/suggest-templates api-route
|
|
65
|
+
# Creates: Express route with validation, error handling, documentation
|
|
66
|
+
|
|
67
|
+
# Generate middleware template
|
|
68
|
+
/suggest-templates middleware
|
|
69
|
+
# Creates: Express middleware with proper error handling and logging
|
|
70
|
+
```
|
|
71
|
+
|
|
72
|
+
### Rust Project Detected
|
|
73
|
+
```bash
|
|
74
|
+
# Generate Axum handler
|
|
75
|
+
/suggest-templates axum-handler
|
|
76
|
+
# Creates: Async handler with proper error handling and serialization
|
|
77
|
+
|
|
78
|
+
# Generate test module
|
|
79
|
+
/suggest-templates rust-test
|
|
80
|
+
# Creates: Test module with common test patterns and mocks
|
|
81
|
+
```
|
|
82
|
+
|
|
83
|
+
## Template Features
|
|
84
|
+
|
|
85
|
+
### π οΈ Smart Generation
|
|
86
|
+
- **Project Conventions**: Follows your existing naming and structure patterns
|
|
87
|
+
- **Dependency Integration**: Uses libraries already in your project
|
|
88
|
+
- **Type Safety**: Generates TypeScript/Rust types when applicable
|
|
89
|
+
- **Error Handling**: Includes proper error handling patterns
|
|
90
|
+
|
|
91
|
+
### π Educational Comments
|
|
92
|
+
- **Best Practice Explanations**: Comments explain why patterns are used
|
|
93
|
+
- **Common Pitfalls**: Warnings about potential issues
|
|
94
|
+
- **Extension Points**: Suggestions for how to extend the template
|
|
95
|
+
- **Performance Tips**: Optimization recommendations
|
|
96
|
+
|
|
97
|
+
### π Template Customization
|
|
98
|
+
- **Variable Substitution**: Replaces placeholders with project-specific values
|
|
99
|
+
- **Conditional Sections**: Includes/excludes code based on project setup
|
|
100
|
+
- **Style Matching**: Matches your existing code style (spaces/tabs, naming)
|
|
101
|
+
|
|
102
|
+
## Sample Template Output
|
|
103
|
+
|
|
104
|
+
```typescript
|
|
105
|
+
// React Functional Component Template
|
|
106
|
+
import React, { useState, useEffect } from 'react';
|
|
107
|
+
import styles from './MyComponent.module.css';
|
|
108
|
+
|
|
109
|
+
interface MyComponentProps {
|
|
110
|
+
// TODO: Define your props here
|
|
111
|
+
title?: string;
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
/**
|
|
115
|
+
* MyComponent - Brief description
|
|
116
|
+
*
|
|
117
|
+
* Best Practices:
|
|
118
|
+
* - Use functional components with hooks
|
|
119
|
+
* - Keep components small and focused
|
|
120
|
+
* - Extract custom hooks for complex logic
|
|
121
|
+
*/
|
|
122
|
+
const MyComponent: React.FC<MyComponentProps> = ({ title = 'Default Title' }) => {
|
|
123
|
+
const [isLoading, setIsLoading] = useState(false);
|
|
124
|
+
|
|
125
|
+
useEffect(() => {
|
|
126
|
+
// TODO: Add your effect logic here
|
|
127
|
+
}, []);
|
|
128
|
+
|
|
129
|
+
return (
|
|
130
|
+
<div className={styles.container}>
|
|
131
|
+
<h2>{title}</h2>
|
|
132
|
+
{/* TODO: Add your component content */}
|
|
133
|
+
</div>
|
|
134
|
+
);
|
|
135
|
+
};
|
|
136
|
+
|
|
137
|
+
export default MyComponent;
|
|
138
|
+
```
|
|
139
|
+
|
|
140
|
+
## Integration with Tools
|
|
141
|
+
|
|
142
|
+
- **shadcn/ui Integration**: Generate beautiful UI components when shadcn is detected
|
|
143
|
+
- **Testing Framework**: Include appropriate test templates (Jest, Vitest, pytest)
|
|
144
|
+
- **Documentation**: Generate component documentation and usage examples
|
|
145
|
+
- **Storybook**: Include Storybook stories when detected
|
|
146
|
+
|
|
147
|
+
Get contextual, educational code templates that follow your project's patterns and best practices.
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
---
|
|
2
|
+
description: "AI swarm management and coordination"
|
|
3
|
+
argument-hint: "<action> [parameters]"
|
|
4
|
+
allowed-tools: ["mcp__claude-flow-novice__swarm_init", "mcp__claude-flow-novice__agent_spawn", "mcp__claude-flow-novice__task_orchestrate"]
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# AI Swarm Management
|
|
8
|
+
|
|
9
|
+
Execute AI swarm coordination and management tasks.
|
|
10
|
+
|
|
11
|
+
**Command**: $ARGUMENTS
|
|
12
|
+
|
|
13
|
+
**Available Actions**:
|
|
14
|
+
- `init <topology> <count>` - Initialize swarm (mesh, hierarchical, ring, star)
|
|
15
|
+
- `status` - Show swarm status and health
|
|
16
|
+
- `spawn <type>` - Create specialized agent (researcher, coder, analyst, etc.)
|
|
17
|
+
- `orchestrate "<task>"` - Coordinate task across swarm
|
|
18
|
+
- `scale <count>` - Scale swarm to specified agent count
|
|
19
|
+
- `destroy` - Gracefully shutdown swarm
|
|
20
|
+
|
|
21
|
+
**Swarm Coordination**:
|
|
22
|
+
Use the claude-flow-novice MCP tools to coordinate AI agent swarms for complex task execution. The swarm system supports multiple topologies and can auto-scale based on workload.
|
|
23
|
+
|
|
24
|
+
Execute the requested swarm action and provide status updates on coordination progress.
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
---
|
|
2
|
+
description: Switch Main Chat and Task tool between Z.ai and Anthropic providers
|
|
3
|
+
tags: [config, api, cost-optimization]
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
Switch Main Chat and Task() tool API provider between Z.ai (cost-optimized) and Anthropic (high-quality).
|
|
7
|
+
|
|
8
|
+
**Important:** CLI agents always use Z.ai (from `.env`). This command only affects Main Chat and Task() spawned agents.
|
|
9
|
+
|
|
10
|
+
**Usage:**
|
|
11
|
+
- `/switch-api` - Show current status
|
|
12
|
+
- `/switch-api zai` - Main Chat/Task tool use Z.ai ($0.50/1M tokens)
|
|
13
|
+
- `/switch-api max` - Main Chat/Task tool use Anthropic ($15/1M tokens, requires re-login)
|
|
14
|
+
|
|
15
|
+
**Arguments:**
|
|
16
|
+
- `status` - Show current routing configuration (default)
|
|
17
|
+
- `zai` - Route Main Chat + Task tool to Z.ai for cost savings
|
|
18
|
+
- `max` or `claude` - Route Main Chat + Task tool to Anthropic for quality
|
|
19
|
+
|
|
20
|
+
**What This Does:**
|
|
21
|
+
|
|
22
|
+
`/switch-api zai`:
|
|
23
|
+
- Adds env vars to `.claude/settings.json`
|
|
24
|
+
- Main Chat + Task() agents use Z.ai
|
|
25
|
+
- Cost: $0.50/1M tokens (97% savings)
|
|
26
|
+
- No login required
|
|
27
|
+
|
|
28
|
+
`/switch-api max`:
|
|
29
|
+
- Removes env vars from `.claude/settings.json`
|
|
30
|
+
- Main Chat + Task() agents use Anthropic
|
|
31
|
+
- Cost: $15/1M tokens (or $0 with unlimited plan)
|
|
32
|
+
- **Requires** running `claude login`
|
|
33
|
+
|
|
34
|
+
**Combined Architecture:**
|
|
35
|
+
```
|
|
36
|
+
Main Chat (Anthropic or Z.ai - your choice)
|
|
37
|
+
β
|
|
38
|
+
Task() β Coordinator (uses Main Chat provider)
|
|
39
|
+
β
|
|
40
|
+
CLI spawn β Workers (always Z.ai from .env)
|
|
41
|
+
```
|
|
42
|
+
|
|
43
|
+
**Execute:**
|
|
44
|
+
```bash
|
|
45
|
+
bash scripts/switch-api.sh {{args}}
|
|
46
|
+
```
|
|
47
|
+
|
|
48
|
+
**Examples:**
|
|
49
|
+
```bash
|
|
50
|
+
/switch-api # Show current routing
|
|
51
|
+
/switch-api zai # Cost-optimize Main Chat
|
|
52
|
+
/switch-api max # Quality-optimize Main Chat (requires re-login)
|
|
53
|
+
```
|
|
@@ -0,0 +1,295 @@
|
|
|
1
|
+
---
|
|
2
|
+
description: "Advanced workflow automation with event-driven triggers and AI coordination"
|
|
3
|
+
argument-hint: "<action> [workflow-name] [options]"
|
|
4
|
+
allowed-tools: ["Bash", "Read", "Write", "Edit", "Grep", "mcp__claude-flow__workflow_create", "mcp__claude-flow__workflow_execute", "mcp__claude-flow__automation_setup", "mcp__claude-flow__pipeline_create", "mcp__claude-flow__scheduler_manage", "mcp__claude-flow__trigger_setup", "mcp__claude-flow__agent_spawn", "mcp__claude-flow__task_orchestrate", "mcp__claude-flow__memory_usage"]
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# Workflow Automation & Orchestration
|
|
8
|
+
|
|
9
|
+
Create, manage, and execute sophisticated automated workflows with AI-powered orchestration and event-driven triggers.
|
|
10
|
+
|
|
11
|
+
**Action**: $ARGUMENTS
|
|
12
|
+
|
|
13
|
+
## Workflow Actions
|
|
14
|
+
|
|
15
|
+
### Workflow Management
|
|
16
|
+
- `create <name>` - Create new workflow with AI assistance
|
|
17
|
+
- `list` - Show all available workflows
|
|
18
|
+
- `execute <name>` - Run workflow with real-time monitoring
|
|
19
|
+
- `status [name]` - Check workflow execution status
|
|
20
|
+
- `stop <name>` - Gracefully stop running workflow
|
|
21
|
+
|
|
22
|
+
### Automation Setup
|
|
23
|
+
- `triggers setup` - Configure event-driven triggers
|
|
24
|
+
- `schedule <name> <cron>` - Schedule workflow execution
|
|
25
|
+
- `pipeline create <name>` - Create CI/CD pipeline
|
|
26
|
+
- `hooks enable` - Enable automation hooks
|
|
27
|
+
- `monitor <name>` - Real-time workflow monitoring
|
|
28
|
+
|
|
29
|
+
### Template Management
|
|
30
|
+
- `template list` - Show workflow templates
|
|
31
|
+
- `template create <name>` - Create reusable template
|
|
32
|
+
- `template apply <name>` - Apply template to project
|
|
33
|
+
- `export <name>` - Export workflow definition
|
|
34
|
+
- `import <file>` - Import workflow from file
|
|
35
|
+
|
|
36
|
+
## Workflow Types
|
|
37
|
+
|
|
38
|
+
### π Development Workflows
|
|
39
|
+
|
|
40
|
+
#### Full-Stack Feature Development
|
|
41
|
+
```yaml
|
|
42
|
+
name: "feature-development"
|
|
43
|
+
trigger: "branch-created"
|
|
44
|
+
steps:
|
|
45
|
+
- name: "analyze-requirements"
|
|
46
|
+
agent: "researcher"
|
|
47
|
+
action: "analyze-feature-requirements"
|
|
48
|
+
|
|
49
|
+
- name: "design-architecture"
|
|
50
|
+
agent: "system-architect"
|
|
51
|
+
depends: ["analyze-requirements"]
|
|
52
|
+
action: "design-system-architecture"
|
|
53
|
+
|
|
54
|
+
- name: "backend-implementation"
|
|
55
|
+
agent: "backend-dev"
|
|
56
|
+
depends: ["design-architecture"]
|
|
57
|
+
parallel: true
|
|
58
|
+
action: "implement-backend-services"
|
|
59
|
+
|
|
60
|
+
- name: "frontend-implementation"
|
|
61
|
+
agent: "coder"
|
|
62
|
+
depends: ["design-architecture"]
|
|
63
|
+
parallel: true
|
|
64
|
+
action: "implement-frontend-components"
|
|
65
|
+
|
|
66
|
+
- name: "integration-testing"
|
|
67
|
+
agent: "tester"
|
|
68
|
+
depends: ["backend-implementation", "frontend-implementation"]
|
|
69
|
+
action: "run-integration-tests"
|
|
70
|
+
```
|
|
71
|
+
|
|
72
|
+
#### Code Quality Pipeline
|
|
73
|
+
```yaml
|
|
74
|
+
name: "code-quality"
|
|
75
|
+
trigger: "pull-request"
|
|
76
|
+
steps:
|
|
77
|
+
- name: "static-analysis"
|
|
78
|
+
tools: ["eslint", "typescript", "rust-clippy"]
|
|
79
|
+
parallel: true
|
|
80
|
+
|
|
81
|
+
- name: "security-scan"
|
|
82
|
+
tools: ["npm-audit", "cargo-audit", "snyk"]
|
|
83
|
+
parallel: true
|
|
84
|
+
|
|
85
|
+
- name: "test-execution"
|
|
86
|
+
agents: ["tester"]
|
|
87
|
+
coverage_threshold: 85
|
|
88
|
+
|
|
89
|
+
- name: "performance-test"
|
|
90
|
+
agents: ["perf-analyzer"]
|
|
91
|
+
benchmarks: ["load", "stress", "memory"]
|
|
92
|
+
```
|
|
93
|
+
|
|
94
|
+
### π CI/CD Workflows
|
|
95
|
+
|
|
96
|
+
#### Deployment Pipeline
|
|
97
|
+
```yaml
|
|
98
|
+
name: "deployment-pipeline"
|
|
99
|
+
trigger: "tag-created"
|
|
100
|
+
environments: ["staging", "production"]
|
|
101
|
+
steps:
|
|
102
|
+
- name: "build"
|
|
103
|
+
parallel_matrix:
|
|
104
|
+
- target: "linux-x64"
|
|
105
|
+
- target: "darwin-arm64"
|
|
106
|
+
- target: "windows-x64"
|
|
107
|
+
|
|
108
|
+
- name: "test-suite"
|
|
109
|
+
depends: ["build"]
|
|
110
|
+
types: ["unit", "integration", "e2e"]
|
|
111
|
+
|
|
112
|
+
- name: "security-audit"
|
|
113
|
+
depends: ["build"]
|
|
114
|
+
scans: ["dependencies", "containers", "infrastructure"]
|
|
115
|
+
|
|
116
|
+
- name: "deploy-staging"
|
|
117
|
+
depends: ["test-suite", "security-audit"]
|
|
118
|
+
environment: "staging"
|
|
119
|
+
approval: false
|
|
120
|
+
|
|
121
|
+
- name: "deploy-production"
|
|
122
|
+
depends: ["deploy-staging"]
|
|
123
|
+
environment: "production"
|
|
124
|
+
approval: true
|
|
125
|
+
rollback_strategy: "blue-green"
|
|
126
|
+
```
|
|
127
|
+
|
|
128
|
+
### π
Scheduled Workflows
|
|
129
|
+
|
|
130
|
+
#### Maintenance Tasks
|
|
131
|
+
```yaml
|
|
132
|
+
name: "weekly-maintenance"
|
|
133
|
+
schedule: "0 2 * * 1" # Every Monday at 2 AM
|
|
134
|
+
steps:
|
|
135
|
+
- name: "dependency-updates"
|
|
136
|
+
agent: "dependency-analyzer"
|
|
137
|
+
action: "check-updates"
|
|
138
|
+
auto_pr: true
|
|
139
|
+
|
|
140
|
+
- name: "security-scan"
|
|
141
|
+
agent: "security-specialist"
|
|
142
|
+
action: "vulnerability-scan"
|
|
143
|
+
report: "weekly-security-report"
|
|
144
|
+
|
|
145
|
+
- name: "performance-analysis"
|
|
146
|
+
agent: "perf-analyzer"
|
|
147
|
+
action: "benchmark-comparison"
|
|
148
|
+
retention: "6-months"
|
|
149
|
+
|
|
150
|
+
- name: "cleanup-artifacts"
|
|
151
|
+
action: "cleanup-old-builds"
|
|
152
|
+
retention: "30-days"
|
|
153
|
+
```
|
|
154
|
+
|
|
155
|
+
## Event-Driven Triggers
|
|
156
|
+
|
|
157
|
+
### Git Triggers
|
|
158
|
+
- **Push Events**: Branch pushes, tag creation, force pushes
|
|
159
|
+
- **PR Events**: Created, updated, merged, closed
|
|
160
|
+
- **Issue Events**: Opened, commented, labeled, closed
|
|
161
|
+
- **Release Events**: Published, edited, deleted
|
|
162
|
+
|
|
163
|
+
### File System Triggers
|
|
164
|
+
- **File Changes**: Specific file/directory modifications
|
|
165
|
+
- **Pattern Matching**: Glob patterns for selective triggering
|
|
166
|
+
- **Dependency Changes**: package.json, Cargo.toml, requirements.txt
|
|
167
|
+
- **Configuration Changes**: Environment files, CI configs
|
|
168
|
+
|
|
169
|
+
### External Triggers
|
|
170
|
+
- **Webhooks**: External service notifications
|
|
171
|
+
- **API Calls**: RESTful trigger endpoints
|
|
172
|
+
- **Scheduled**: Cron-based scheduling
|
|
173
|
+
- **Manual**: User-initiated execution
|
|
174
|
+
|
|
175
|
+
## Workflow Features
|
|
176
|
+
|
|
177
|
+
### π¦Ύ AI-Powered Orchestration
|
|
178
|
+
|
|
179
|
+
#### Intelligent Task Distribution
|
|
180
|
+
- **Agent Selection**: Choose optimal agents based on task requirements
|
|
181
|
+
- **Load Balancing**: Distribute work across available agents
|
|
182
|
+
- **Failure Recovery**: Automatic retry with different agents
|
|
183
|
+
- **Resource Management**: Monitor and allocate system resources
|
|
184
|
+
|
|
185
|
+
#### Dynamic Workflow Adaptation
|
|
186
|
+
- **Context Awareness**: Adapt based on project type and complexity
|
|
187
|
+
- **Performance Learning**: Optimize workflows based on execution history
|
|
188
|
+
- **Error Patterns**: Learn from failures to prevent future issues
|
|
189
|
+
- **Team Preferences**: Adapt to team coding styles and preferences
|
|
190
|
+
|
|
191
|
+
### π Real-Time Monitoring
|
|
192
|
+
|
|
193
|
+
#### Execution Tracking
|
|
194
|
+
- **Step Progress**: Real-time step execution status
|
|
195
|
+
- **Agent Activity**: Monitor agent resource usage and performance
|
|
196
|
+
- **Bottleneck Detection**: Identify and resolve workflow bottlenecks
|
|
197
|
+
- **Performance Metrics**: Track execution times and success rates
|
|
198
|
+
|
|
199
|
+
#### Notifications & Alerts
|
|
200
|
+
- **Slack Integration**: Send notifications to team channels
|
|
201
|
+
- **Email Alerts**: Critical failure and success notifications
|
|
202
|
+
- **Dashboard Updates**: Real-time web dashboard updates
|
|
203
|
+
- **Mobile Notifications**: Push notifications for mobile apps
|
|
204
|
+
|
|
205
|
+
### π Security & Compliance
|
|
206
|
+
|
|
207
|
+
#### Access Control
|
|
208
|
+
- **Role-Based Permissions**: Workflow execution permissions
|
|
209
|
+
- **Secret Management**: Secure handling of API keys and credentials
|
|
210
|
+
- **Audit Logging**: Complete audit trail of workflow executions
|
|
211
|
+
- **Compliance Checks**: Ensure workflows meet security standards
|
|
212
|
+
|
|
213
|
+
#### Safe Execution
|
|
214
|
+
- **Sandbox Isolation**: Isolate workflow execution environments
|
|
215
|
+
- **Resource Limits**: Prevent resource exhaustion
|
|
216
|
+
- **Rollback Capabilities**: Quick rollback for failed deployments
|
|
217
|
+
- **Validation Gates**: Pre-execution validation and safety checks
|
|
218
|
+
|
|
219
|
+
## Usage Examples
|
|
220
|
+
|
|
221
|
+
### Create Development Workflow
|
|
222
|
+
```bash
|
|
223
|
+
# Create new feature development workflow
|
|
224
|
+
/workflow create feature-pipeline
|
|
225
|
+
|
|
226
|
+
# AI will prompt for:
|
|
227
|
+
# - Project type (detected automatically)
|
|
228
|
+
# - Testing requirements
|
|
229
|
+
# - Deployment targets
|
|
230
|
+
# - Team preferences
|
|
231
|
+
|
|
232
|
+
# Generated workflow includes:
|
|
233
|
+
# - Appropriate agents for detected tech stack
|
|
234
|
+
# - Testing strategy based on project type
|
|
235
|
+
# - Security scans relevant to framework
|
|
236
|
+
# - Deployment steps for target platform
|
|
237
|
+
```
|
|
238
|
+
|
|
239
|
+
### Execute Workflow with Monitoring
|
|
240
|
+
```bash
|
|
241
|
+
# Execute workflow with real-time monitoring
|
|
242
|
+
/workflow execute feature-pipeline --monitor
|
|
243
|
+
|
|
244
|
+
# Output:
|
|
245
|
+
# π Starting workflow: feature-pipeline
|
|
246
|
+
# β
[1/5] Requirements Analysis (researcher) - 2.3s
|
|
247
|
+
# π [2/5] Architecture Design (system-architect) - Running...
|
|
248
|
+
# βΈοΈ [3/5] Backend Implementation (backend-dev) - Waiting
|
|
249
|
+
# βΈοΈ [4/5] Frontend Implementation (coder) - Waiting
|
|
250
|
+
# βΈοΈ [5/5] Integration Testing (tester) - Waiting
|
|
251
|
+
```
|
|
252
|
+
|
|
253
|
+
### Schedule Maintenance Workflow
|
|
254
|
+
```bash
|
|
255
|
+
# Schedule weekly maintenance
|
|
256
|
+
/workflow schedule maintenance-pipeline "0 2 * * 1"
|
|
257
|
+
|
|
258
|
+
# Output:
|
|
259
|
+
# π Scheduled: maintenance-pipeline
|
|
260
|
+
# β° Next run: Monday, 2:00 AM UTC
|
|
261
|
+
# π Tasks: dependency-updates, security-scan, cleanup
|
|
262
|
+
# π Estimated duration: 15-20 minutes
|
|
263
|
+
```
|
|
264
|
+
|
|
265
|
+
## Template Library
|
|
266
|
+
|
|
267
|
+
### Pre-Built Workflows
|
|
268
|
+
- **Feature Development**: Full-stack feature implementation
|
|
269
|
+
- **Bug Fix Pipeline**: Issue triage, fix, test, deploy
|
|
270
|
+
- **Security Audit**: Comprehensive security scanning
|
|
271
|
+
- **Performance Testing**: Load testing and optimization
|
|
272
|
+
- **Documentation**: Auto-generate and update docs
|
|
273
|
+
- **Dependency Management**: Regular updates and security patches
|
|
274
|
+
|
|
275
|
+
### Custom Templates
|
|
276
|
+
- **Team-Specific**: Workflows tailored to team processes
|
|
277
|
+
- **Project-Specific**: Workflows adapted to project requirements
|
|
278
|
+
- **Industry-Specific**: Workflows for specific domains (fintech, healthcare)
|
|
279
|
+
- **Compliance**: Workflows ensuring regulatory compliance
|
|
280
|
+
|
|
281
|
+
## Integration Capabilities
|
|
282
|
+
|
|
283
|
+
### Development Tools
|
|
284
|
+
- **GitHub/GitLab**: Git workflow integration
|
|
285
|
+
- **Jira/Linear**: Issue tracking integration
|
|
286
|
+
- **Slack/Teams**: Communication integration
|
|
287
|
+
- **Docker/Kubernetes**: Container orchestration
|
|
288
|
+
|
|
289
|
+
### Cloud Platforms
|
|
290
|
+
- **AWS/Azure/GCP**: Cloud deployment integration
|
|
291
|
+
- **Terraform**: Infrastructure as code
|
|
292
|
+
- **Monitoring**: Datadog, New Relic, Prometheus
|
|
293
|
+
- **Security**: Snyk, Veracode, SonarQube
|
|
294
|
+
|
|
295
|
+
Create powerful, intelligent workflows that adapt to your team's needs and automate your entire development lifecycle.
|