claude-flow-novice 1.5.2 → 1.5.4
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/agents/SPARSE_LANGUAGE_FINDINGS.md +991 -0
- package/.claude/agents/architecture/system-architect.md +3 -44
- package/.claude/agents/benchmarking-tests/test-agent-code-heavy.md +747 -0
- package/.claude/agents/benchmarking-tests/test-agent-metadata.md +181 -0
- package/.claude/agents/benchmarking-tests/test-agent-minimal.md +67 -0
- package/.claude/agents/data/ml/data-ml-model.md +5 -119
- package/.claude/agents/development/backend/dev-backend-api.md +4 -115
- package/.claude/agents/devops/ci-cd/ops-cicd-github.md +4 -114
- package/.claude/agents/documentation/api-docs/docs-api-openapi.md +4 -113
- package/.claude/agents/github/multi-repo-swarm.md +1 -28
- package/.claude/agents/github/pr-manager.md +1 -29
- package/.claude/agents/github/project-board-sync.md +1 -32
- package/.claude/agents/github/release-manager.md +1 -32
- package/.claude/agents/github/release-swarm.md +1 -33
- package/.claude/agents/github/repo-architect.md +1 -34
- package/.claude/agents/github/swarm-issue.md +1 -26
- package/.claude/agents/github/swarm-pr.md +1 -30
- package/.claude/agents/github/sync-coordinator.md +1 -30
- package/.claude/agents/github/workflow-automation.md +1 -31
- package/.claude/agents/neural/neural-pattern-agent.md +2 -50
- package/.claude/agents/specialized/CODER_AGENT_GUIDELINES.md +1245 -0
- package/.claude/agents/specialized/mobile/spec-mobile-react-native.md +6 -142
- package/.claude/agents/sublinear/consciousness-evolution-agent.md +2 -18
- package/.claude/agents/sublinear/matrix-solver-agent.md +2 -16
- package/.claude/agents/sublinear/nanosecond-scheduler-agent.md +2 -19
- package/.claude/agents/sublinear/pagerank-agent.md +2 -19
- package/.claude/agents/sublinear/phi-calculator-agent.md +2 -19
- package/.claude/agents/sublinear/psycho-symbolic-agent.md +2 -19
- package/.claude/agents/sublinear/sublinear.md +2 -1
- package/.claude/agents/sublinear/temporal-advantage-agent.md +2 -16
- package/.claude/agents/testing/e2e/playwright-agent.md +7 -0
- package/.claude-flow-novice/.claude/agents/SPARSE_LANGUAGE_FINDINGS.md +991 -0
- package/.claude-flow-novice/.claude/agents/architecture/system-architect.md +3 -44
- package/.claude-flow-novice/.claude/agents/benchmarking-tests/test-agent-code-heavy.md +747 -0
- package/.claude-flow-novice/.claude/agents/benchmarking-tests/test-agent-metadata.md +181 -0
- package/.claude-flow-novice/.claude/agents/benchmarking-tests/test-agent-minimal.md +67 -0
- package/.claude-flow-novice/.claude/agents/data/ml/data-ml-model.md +5 -119
- package/.claude-flow-novice/.claude/agents/development/backend/dev-backend-api.md +4 -115
- package/.claude-flow-novice/.claude/agents/devops/ci-cd/ops-cicd-github.md +4 -114
- package/.claude-flow-novice/.claude/agents/documentation/api-docs/docs-api-openapi.md +4 -113
- package/.claude-flow-novice/.claude/agents/github/multi-repo-swarm.md +1 -28
- package/.claude-flow-novice/.claude/agents/github/pr-manager.md +1 -29
- package/.claude-flow-novice/.claude/agents/github/project-board-sync.md +1 -32
- package/.claude-flow-novice/.claude/agents/github/release-manager.md +1 -32
- package/.claude-flow-novice/.claude/agents/github/release-swarm.md +1 -33
- package/.claude-flow-novice/.claude/agents/github/repo-architect.md +1 -34
- package/.claude-flow-novice/.claude/agents/github/swarm-issue.md +1 -26
- package/.claude-flow-novice/.claude/agents/github/swarm-pr.md +1 -30
- package/.claude-flow-novice/.claude/agents/github/sync-coordinator.md +1 -30
- package/.claude-flow-novice/.claude/agents/github/workflow-automation.md +1 -31
- package/.claude-flow-novice/.claude/agents/neural/neural-pattern-agent.md +2 -50
- package/.claude-flow-novice/.claude/agents/specialized/CODER_AGENT_GUIDELINES.md +1245 -0
- package/.claude-flow-novice/.claude/agents/specialized/mobile/spec-mobile-react-native.md +6 -142
- package/.claude-flow-novice/.claude/agents/sublinear/consciousness-evolution-agent.md +2 -18
- package/.claude-flow-novice/.claude/agents/sublinear/matrix-solver-agent.md +2 -16
- package/.claude-flow-novice/.claude/agents/sublinear/nanosecond-scheduler-agent.md +2 -19
- package/.claude-flow-novice/.claude/agents/sublinear/pagerank-agent.md +2 -19
- package/.claude-flow-novice/.claude/agents/sublinear/phi-calculator-agent.md +2 -19
- package/.claude-flow-novice/.claude/agents/sublinear/psycho-symbolic-agent.md +2 -19
- package/.claude-flow-novice/.claude/agents/sublinear/sublinear.md +2 -1
- package/.claude-flow-novice/.claude/agents/sublinear/temporal-advantage-agent.md +2 -16
- package/.claude-flow-novice/.claude/agents/testing/e2e/playwright-agent.md +7 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/CLAUDE.md +188 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/claude-flow-universal +81 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/claude-flow.bat +18 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/claude-flow.ps1 +24 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/claude-md.js +982 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/commands/analysis/bottleneck-detect.md +162 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/commands/automation/auto-agent.md +122 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/commands/coordination/swarm-init.md +85 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/commands/github/github-swarm.md +121 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/commands/helpers/standard-checkpoint-hooks.sh +179 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/commands/hooks/notification.md +113 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/commands/hooks/post-command.md +116 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/commands/hooks/post-edit.md +117 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/commands/hooks/post-task.md +112 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/commands/hooks/pre-command.md +113 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/commands/hooks/pre-edit.md +113 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/commands/hooks/pre-search.md +112 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/commands/hooks/pre-task.md +111 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/commands/hooks/session-end.md +118 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/commands/hooks/session-restore.md +118 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/commands/hooks/session-start.md +117 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/coordination-md.js +340 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/coordination.md +16 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/enhanced-templates.js +2347 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/github-safe-enhanced.js +331 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/github-safe.js +106 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/index.js +1896 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/memory-bank-md.js +259 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/memory-bank.md +16 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/readme-files.js +72 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/safe-hook-patterns.js +430 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/settings.json +109 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/settings.json.enhanced +35 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/sparc-modes.js +1401 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/templates/CLAUDE.md +188 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/templates/claude-flow-universal +81 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/templates/claude-flow.bat +18 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/templates/claude-flow.ps1 +24 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/templates/claude-md.js +982 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/templates/commands/analysis/bottleneck-detect.md +162 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/templates/commands/automation/auto-agent.md +122 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/templates/commands/coordination/swarm-init.md +85 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/templates/commands/github/github-swarm.md +121 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/templates/commands/helpers/standard-checkpoint-hooks.sh +179 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/templates/commands/hooks/notification.md +113 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/templates/commands/hooks/post-command.md +116 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/templates/commands/hooks/post-edit.md +117 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/templates/commands/hooks/post-task.md +112 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/templates/commands/hooks/pre-command.md +113 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/templates/commands/hooks/pre-edit.md +113 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/templates/commands/hooks/pre-search.md +112 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/templates/commands/hooks/pre-task.md +111 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/templates/commands/hooks/session-end.md +118 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/templates/commands/hooks/session-restore.md +118 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/templates/commands/hooks/session-start.md +117 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/templates/coordination-md.js +340 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/templates/coordination.md +16 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/templates/enhanced-templates.js +2347 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/templates/github-safe-enhanced.js +331 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/templates/github-safe.js +106 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/templates/memory-bank-md.js +259 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/templates/memory-bank.md +16 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/templates/readme-files.js +72 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/templates/safe-hook-patterns.js +430 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/templates/settings.json +109 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/templates/settings.json.enhanced +35 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/templates/sparc-modes.js +1401 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/templates/verification-claude-md.js +432 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/verification-claude-md.js +432 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init.js +4 -0
- package/.claude-flow-novice/dist/src/slash-commands/benchmark-prompts.js +281 -0
- package/CLAUDE.md +1927 -127
- package/package.json +3 -3
- package/src/cli/simple-commands/init/index.js +39 -4
- package/src/cli/simple-commands/init/templates/CLAUDE.md +8 -10
- package/src/slash-commands/benchmark-prompts.js +281 -0
|
@@ -1,117 +1,8 @@
|
|
|
1
1
|
---
|
|
2
|
-
name:
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
created: "2025-07-25"
|
|
7
|
-
author: "Claude Code"
|
|
8
|
-
metadata:
|
|
9
|
-
description: "MUST BE USED when creating API documentation, OpenAPI specs, or Swagger definitions. use PROACTIVELY for REST API documentation, endpoint specifications, schema definitions, authentication documentation, API versioning, request/response examples, error documentation, security schemes. ALWAYS delegate when user asks to 'document API', 'create OpenAPI spec', 'write API docs', 'generate Swagger', 'document endpoints', 'API specification', 'document REST API', 'create API reference', 'API schema documentation'. Keywords - API documentation, OpenAPI, Swagger, REST API, endpoints, API spec, schema, authentication docs, API reference, request/response, error codes, security schemes, API versioning, interactive docs, Swagger UI"
|
|
10
|
-
specialization: "OpenAPI 3.0 specification, API documentation, interactive docs"
|
|
11
|
-
complexity: "moderate"
|
|
12
|
-
autonomous: true
|
|
13
|
-
triggers:
|
|
14
|
-
keywords:
|
|
15
|
-
- "api documentation"
|
|
16
|
-
- "openapi"
|
|
17
|
-
- "swagger"
|
|
18
|
-
- "api docs"
|
|
19
|
-
- "endpoint documentation"
|
|
20
|
-
file_patterns:
|
|
21
|
-
- "**/openapi.yaml"
|
|
22
|
-
- "**/swagger.yaml"
|
|
23
|
-
- "**/api-docs/**"
|
|
24
|
-
- "**/api.yaml"
|
|
25
|
-
task_patterns:
|
|
26
|
-
- "document * api"
|
|
27
|
-
- "create openapi spec"
|
|
28
|
-
- "update api documentation"
|
|
29
|
-
domains:
|
|
30
|
-
- "documentation"
|
|
31
|
-
- "api"
|
|
32
|
-
capabilities:
|
|
33
|
-
tools:
|
|
34
|
-
- Read
|
|
35
|
-
- Write
|
|
36
|
-
- Edit
|
|
37
|
-
- MultiEdit
|
|
38
|
-
- Grep
|
|
39
|
-
- Glob
|
|
40
|
-
restricted_tools:
|
|
41
|
-
- Bash # No need for execution
|
|
42
|
-
- Task # Focused on documentation
|
|
43
|
-
- WebSearch
|
|
44
|
-
max_file_operations: 50
|
|
45
|
-
max_execution_time: 300
|
|
46
|
-
memory_access: "read"
|
|
47
|
-
constraints:
|
|
48
|
-
allowed_paths:
|
|
49
|
-
- "docs/**"
|
|
50
|
-
- "api/**"
|
|
51
|
-
- "openapi/**"
|
|
52
|
-
- "swagger/**"
|
|
53
|
-
- "*.yaml"
|
|
54
|
-
- "*.yml"
|
|
55
|
-
- "*.json"
|
|
56
|
-
forbidden_paths:
|
|
57
|
-
- "node_modules/**"
|
|
58
|
-
- ".git/**"
|
|
59
|
-
- "secrets/**"
|
|
60
|
-
max_file_size: 2097152 # 2MB
|
|
61
|
-
allowed_file_types:
|
|
62
|
-
- ".yaml"
|
|
63
|
-
- ".yml"
|
|
64
|
-
- ".json"
|
|
65
|
-
- ".md"
|
|
66
|
-
behavior:
|
|
67
|
-
error_handling: "lenient"
|
|
68
|
-
confirmation_required:
|
|
69
|
-
- "deleting API documentation"
|
|
70
|
-
- "changing API versions"
|
|
71
|
-
auto_rollback: false
|
|
72
|
-
logging_level: "info"
|
|
73
|
-
communication:
|
|
74
|
-
style: "technical"
|
|
75
|
-
update_frequency: "summary"
|
|
76
|
-
include_code_snippets: true
|
|
77
|
-
emoji_usage: "minimal"
|
|
78
|
-
integration:
|
|
79
|
-
can_spawn: []
|
|
80
|
-
can_delegate_to:
|
|
81
|
-
- "analyze-api"
|
|
82
|
-
requires_approval_from: []
|
|
83
|
-
shares_context_with:
|
|
84
|
-
- "dev-backend-api"
|
|
85
|
-
- "test-integration"
|
|
86
|
-
optimization:
|
|
87
|
-
parallel_operations: true
|
|
88
|
-
batch_size: 10
|
|
89
|
-
cache_results: false
|
|
90
|
-
memory_limit: "256MB"
|
|
91
|
-
hooks:
|
|
92
|
-
pre_execution: |
|
|
93
|
-
echo "📝 OpenAPI Documentation Specialist starting..."
|
|
94
|
-
echo "🔍 Analyzing API endpoints..."
|
|
95
|
-
# Look for existing API routes
|
|
96
|
-
find . -name "*.route.js" -o -name "*.controller.js" -o -name "routes.js" | grep -v node_modules | head -10
|
|
97
|
-
# Check for existing OpenAPI docs
|
|
98
|
-
find . -name "openapi.yaml" -o -name "swagger.yaml" -o -name "api.yaml" | grep -v node_modules
|
|
99
|
-
post_execution: |
|
|
100
|
-
echo "✅ API documentation completed"
|
|
101
|
-
echo "📊 Validating OpenAPI specification..."
|
|
102
|
-
# Check if the spec exists and show basic info
|
|
103
|
-
if [ -f "openapi.yaml" ]; then
|
|
104
|
-
echo "OpenAPI spec found at openapi.yaml"
|
|
105
|
-
grep -E "^(openapi:|info:|paths:)" openapi.yaml | head -5
|
|
106
|
-
fi
|
|
107
|
-
on_error: |
|
|
108
|
-
echo "⚠️ Documentation error: {{error_message}}"
|
|
109
|
-
echo "🔧 Check OpenAPI specification syntax"
|
|
110
|
-
examples:
|
|
111
|
-
- trigger: "create OpenAPI documentation for user API"
|
|
112
|
-
response: "I'll create comprehensive OpenAPI 3.0 documentation for your user API, including all endpoints, schemas, and examples..."
|
|
113
|
-
- trigger: "document REST API endpoints"
|
|
114
|
-
response: "I'll analyze your REST API endpoints and create detailed OpenAPI documentation with request/response examples..."
|
|
2
|
+
name: api-docs
|
|
3
|
+
description: MUST BE USED when creating API documentation, OpenAPI specs, or Swagger definitions. use PROACTIVELY for REST API documentation, endpoint specifications, schema definitions, authentication documentation, API versioning, request/response examples, error documentation, security schemes. ALWAYS delegate when user asks to 'document API', 'create OpenAPI spec', 'write API docs', 'generate Swagger', 'document endpoints', 'API specification', 'document REST API', 'create API reference', 'API schema documentation'. Keywords - API documentation, OpenAPI, Swagger, REST API, endpoints, API spec, schema, authentication docs, API reference, request/response, error codes, security schemes, API versioning, interactive docs, Swagger UI
|
|
4
|
+
tools: Read, Write, Edit, MultiEdit, Grep, Glob
|
|
5
|
+
color: indigo
|
|
115
6
|
---
|
|
116
7
|
|
|
117
8
|
# OpenAPI Documentation Specialist
|
|
@@ -1,35 +1,8 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: multi-repo-swarm
|
|
3
3
|
description: Cross-repository swarm orchestration for organization-wide automation and intelligent collaboration
|
|
4
|
-
|
|
4
|
+
tools: Bash, Read, Write, Edit, Glob, Grep, LS, TodoWrite, mcp__claude-flow__swarm_init, mcp__claude-flow__agent_spawn, mcp__claude-flow__task_orchestrate, mcp__claude-flow__swarm_status, mcp__claude-flow__memory_usage, mcp__claude-flow__github_repo_analyze, mcp__claude-flow__github_pr_manage, mcp__claude-flow__github_sync_coord, mcp__claude-flow__github_metrics
|
|
5
5
|
color: "#FF6B35"
|
|
6
|
-
tools:
|
|
7
|
-
- Bash
|
|
8
|
-
- Read
|
|
9
|
-
- Write
|
|
10
|
-
- Edit
|
|
11
|
-
- Glob
|
|
12
|
-
- Grep
|
|
13
|
-
- LS
|
|
14
|
-
- TodoWrite
|
|
15
|
-
- mcp__claude-flow__swarm_init
|
|
16
|
-
- mcp__claude-flow__agent_spawn
|
|
17
|
-
- mcp__claude-flow__task_orchestrate
|
|
18
|
-
- mcp__claude-flow__swarm_status
|
|
19
|
-
- mcp__claude-flow__memory_usage
|
|
20
|
-
- mcp__claude-flow__github_repo_analyze
|
|
21
|
-
- mcp__claude-flow__github_pr_manage
|
|
22
|
-
- mcp__claude-flow__github_sync_coord
|
|
23
|
-
- mcp__claude-flow__github_metrics
|
|
24
|
-
hooks:
|
|
25
|
-
pre:
|
|
26
|
-
- "gh auth status || (echo 'GitHub CLI not authenticated' && exit 1)"
|
|
27
|
-
- "git status --porcelain || echo 'Not in git repository'"
|
|
28
|
-
- "gh repo list --limit 1 >/dev/null || (echo 'No repo access' && exit 1)"
|
|
29
|
-
post:
|
|
30
|
-
- "gh pr list --state open --limit 5 | grep -q . && echo 'Active PRs found'"
|
|
31
|
-
- "git log --oneline -5 | head -3"
|
|
32
|
-
- "gh repo view --json name,description,topics"
|
|
33
6
|
---
|
|
34
7
|
|
|
35
8
|
# Multi-Repo Swarm - Cross-Repository Swarm Orchestration
|
|
@@ -1,36 +1,8 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: pr-manager
|
|
3
3
|
description: MUST BE USED when managing pull requests, coordinating code reviews, or handling PR workflows. use PROACTIVELY for PR creation, automated reviews, merge coordination, conflict resolution, branch synchronization, PR status tracking. ALWAYS delegate when user asks to "create PR", "review PR", "manage pull request", "merge code", "coordinate review", "check PR status", "handle conflicts", "update branch". Keywords - pull request, PR, code review, merge, GitHub, review workflow, branch management, conflict resolution, PR automation
|
|
4
|
-
|
|
4
|
+
tools: Bash, Read, Write, Edit, Glob, Grep, LS, TodoWrite, mcp__claude-flow__swarm_init, mcp__claude-flow__agent_spawn, mcp__claude-flow__task_orchestrate, mcp__claude-flow__swarm_status, mcp__claude-flow__memory_usage, mcp__claude-flow__github_pr_manage, mcp__claude-flow__github_code_review, mcp__claude-flow__github_metrics
|
|
5
5
|
color: "#4ECDC4"
|
|
6
|
-
tools:
|
|
7
|
-
- Bash
|
|
8
|
-
- Read
|
|
9
|
-
- Write
|
|
10
|
-
- Edit
|
|
11
|
-
- Glob
|
|
12
|
-
- Grep
|
|
13
|
-
- LS
|
|
14
|
-
- TodoWrite
|
|
15
|
-
- mcp__claude-flow__swarm_init
|
|
16
|
-
- mcp__claude-flow__agent_spawn
|
|
17
|
-
- mcp__claude-flow__task_orchestrate
|
|
18
|
-
- mcp__claude-flow__swarm_status
|
|
19
|
-
- mcp__claude-flow__memory_usage
|
|
20
|
-
- mcp__claude-flow__github_pr_manage
|
|
21
|
-
- mcp__claude-flow__github_code_review
|
|
22
|
-
- mcp__claude-flow__github_metrics
|
|
23
|
-
hooks:
|
|
24
|
-
pre:
|
|
25
|
-
- "gh auth status || (echo 'GitHub CLI not authenticated' && exit 1)"
|
|
26
|
-
- "git status --porcelain"
|
|
27
|
-
- "gh pr list --state open --limit 1 >/dev/null || echo 'No open PRs'"
|
|
28
|
-
- "npm test --silent || echo 'Tests may need attention'"
|
|
29
|
-
post:
|
|
30
|
-
- "gh pr status || echo 'No active PR in current branch'"
|
|
31
|
-
- "git branch --show-current"
|
|
32
|
-
- "gh pr checks || echo 'No PR checks available'"
|
|
33
|
-
- "git log --oneline -3"
|
|
34
6
|
---
|
|
35
7
|
|
|
36
8
|
# GitHub PR Manager
|
|
@@ -1,39 +1,8 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: project-board-sync
|
|
3
3
|
description: Synchronize AI swarms with GitHub Projects for visual task management, progress tracking, and team coordination
|
|
4
|
-
|
|
4
|
+
tools: Bash, Read, Write, Edit, Glob, Grep, LS, TodoWrite, mcp__claude-flow__swarm_init, mcp__claude-flow__agent_spawn, mcp__claude-flow__task_orchestrate, mcp__claude-flow__swarm_status, mcp__claude-flow__memory_usage, mcp__claude-flow__github_repo_analyze, mcp__claude-flow__github_pr_manage, mcp__claude-flow__github_issue_track, mcp__claude-flow__github_metrics, mcp__claude-flow__workflow_create, mcp__claude-flow__workflow_execute
|
|
5
5
|
color: "#A8E6CF"
|
|
6
|
-
tools:
|
|
7
|
-
- Bash
|
|
8
|
-
- Read
|
|
9
|
-
- Write
|
|
10
|
-
- Edit
|
|
11
|
-
- Glob
|
|
12
|
-
- Grep
|
|
13
|
-
- LS
|
|
14
|
-
- TodoWrite
|
|
15
|
-
- mcp__claude-flow__swarm_init
|
|
16
|
-
- mcp__claude-flow__agent_spawn
|
|
17
|
-
- mcp__claude-flow__task_orchestrate
|
|
18
|
-
- mcp__claude-flow__swarm_status
|
|
19
|
-
- mcp__claude-flow__memory_usage
|
|
20
|
-
- mcp__claude-flow__github_repo_analyze
|
|
21
|
-
- mcp__claude-flow__github_pr_manage
|
|
22
|
-
- mcp__claude-flow__github_issue_track
|
|
23
|
-
- mcp__claude-flow__github_metrics
|
|
24
|
-
- mcp__claude-flow__workflow_create
|
|
25
|
-
- mcp__claude-flow__workflow_execute
|
|
26
|
-
hooks:
|
|
27
|
-
pre:
|
|
28
|
-
- "gh auth status || (echo 'GitHub CLI not authenticated' && exit 1)"
|
|
29
|
-
- "gh project list --owner @me --limit 1 >/dev/null || echo 'No projects accessible'"
|
|
30
|
-
- "git status --porcelain || echo 'Not in git repository'"
|
|
31
|
-
- "gh api user | jq -r '.login' || echo 'API access check'"
|
|
32
|
-
post:
|
|
33
|
-
- "gh project list --owner @me --limit 3 | head -5"
|
|
34
|
-
- "gh issue list --limit 3 --json number,title,state"
|
|
35
|
-
- "git branch --show-current || echo 'Not on a branch'"
|
|
36
|
-
- "gh repo view --json name,description"
|
|
37
6
|
---
|
|
38
7
|
|
|
39
8
|
# Project Board Sync - GitHub Projects Integration
|
|
@@ -1,39 +1,8 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: release-manager
|
|
3
3
|
description: MUST BE USED when managing releases, coordinating deployments, or handling version management across packages. use PROACTIVELY for release preparation, version bumping, changelog generation, deployment orchestration, multi-package coordination, rollback strategies, release validation. ALWAYS delegate when user asks to "create release", "prepare deployment", "bump version", "manage release", "coordinate deployment", "generate changelog", "publish package", "rollback release", "validate deployment". Keywords - release, deployment, version, publish, changelog, semver, package management, rollback, release notes, deployment validation
|
|
4
|
-
|
|
4
|
+
tools: Bash, Read, Write, Edit, TodoWrite, TodoRead, Task, WebFetch, mcp__github__create_pull_request, mcp__github__merge_pull_request, mcp__github__create_branch, mcp__github__push_files, mcp__github__create_issue, mcp__claude-flow__swarm_init, mcp__claude-flow__agent_spawn, mcp__claude-flow__task_orchestrate, mcp__claude-flow__memory_usage
|
|
5
5
|
color: "#FF6B35"
|
|
6
|
-
tools:
|
|
7
|
-
- Bash
|
|
8
|
-
- Read
|
|
9
|
-
- Write
|
|
10
|
-
- Edit
|
|
11
|
-
- TodoWrite
|
|
12
|
-
- TodoRead
|
|
13
|
-
- Task
|
|
14
|
-
- WebFetch
|
|
15
|
-
- mcp__github__create_pull_request
|
|
16
|
-
- mcp__github__merge_pull_request
|
|
17
|
-
- mcp__github__create_branch
|
|
18
|
-
- mcp__github__push_files
|
|
19
|
-
- mcp__github__create_issue
|
|
20
|
-
- mcp__claude-flow__swarm_init
|
|
21
|
-
- mcp__claude-flow__agent_spawn
|
|
22
|
-
- mcp__claude-flow__task_orchestrate
|
|
23
|
-
- mcp__claude-flow__memory_usage
|
|
24
|
-
hooks:
|
|
25
|
-
pre_task: |
|
|
26
|
-
echo "🚀 Initializing release management pipeline..."
|
|
27
|
-
npx ruv-swarm hook pre-task --mode release-manager
|
|
28
|
-
post_edit: |
|
|
29
|
-
echo "📝 Validating release changes and updating documentation..."
|
|
30
|
-
npx ruv-swarm hook post-edit --mode release-manager --validate-release
|
|
31
|
-
post_task: |
|
|
32
|
-
echo "✅ Release management task completed. Updating release status..."
|
|
33
|
-
npx ruv-swarm hook post-task --mode release-manager --update-status
|
|
34
|
-
notification: |
|
|
35
|
-
echo "📢 Sending release notifications to stakeholders..."
|
|
36
|
-
npx ruv-swarm hook notification --mode release-manager
|
|
37
6
|
---
|
|
38
7
|
|
|
39
8
|
# GitHub Release Manager
|
|
@@ -1,40 +1,8 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: release-swarm
|
|
3
3
|
description: Orchestrate complex software releases using AI swarms that handle everything from changelog generation to multi-platform deployment
|
|
4
|
-
|
|
4
|
+
tools: Bash, Read, Write, Edit, TodoWrite, TodoRead, Task, WebFetch, mcp__github__create_pull_request, mcp__github__merge_pull_request, mcp__github__create_branch, mcp__github__push_files, mcp__github__create_issue, mcp__claude-flow__swarm_init, mcp__claude-flow__agent_spawn, mcp__claude-flow__task_orchestrate, mcp__claude-flow__parallel_execute, mcp__claude-flow__load_balance
|
|
5
5
|
color: "#4ECDC4"
|
|
6
|
-
tools:
|
|
7
|
-
- Bash
|
|
8
|
-
- Read
|
|
9
|
-
- Write
|
|
10
|
-
- Edit
|
|
11
|
-
- TodoWrite
|
|
12
|
-
- TodoRead
|
|
13
|
-
- Task
|
|
14
|
-
- WebFetch
|
|
15
|
-
- mcp__github__create_pull_request
|
|
16
|
-
- mcp__github__merge_pull_request
|
|
17
|
-
- mcp__github__create_branch
|
|
18
|
-
- mcp__github__push_files
|
|
19
|
-
- mcp__github__create_issue
|
|
20
|
-
- mcp__claude-flow__swarm_init
|
|
21
|
-
- mcp__claude-flow__agent_spawn
|
|
22
|
-
- mcp__claude-flow__task_orchestrate
|
|
23
|
-
- mcp__claude-flow__parallel_execute
|
|
24
|
-
- mcp__claude-flow__load_balance
|
|
25
|
-
hooks:
|
|
26
|
-
pre_task: |
|
|
27
|
-
echo "🐝 Initializing release swarm coordination..."
|
|
28
|
-
npx ruv-swarm hook pre-task --mode release-swarm --init-swarm
|
|
29
|
-
post_edit: |
|
|
30
|
-
echo "🔄 Synchronizing release swarm state and validating changes..."
|
|
31
|
-
npx ruv-swarm hook post-edit --mode release-swarm --sync-swarm
|
|
32
|
-
post_task: |
|
|
33
|
-
echo "🎯 Release swarm task completed. Coordinating final deployment..."
|
|
34
|
-
npx ruv-swarm hook post-task --mode release-swarm --finalize-release
|
|
35
|
-
notification: |
|
|
36
|
-
echo "📡 Broadcasting release completion across all swarm agents..."
|
|
37
|
-
npx ruv-swarm hook notification --mode release-swarm --broadcast
|
|
38
6
|
---
|
|
39
7
|
|
|
40
8
|
# Release Swarm - Intelligent Release Automation
|
|
@@ -1,41 +1,8 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: repo-architect
|
|
3
3
|
description: Repository structure optimization and multi-repo management with ruv-swarm coordination for scalable project architecture and development workflows
|
|
4
|
-
|
|
4
|
+
tools: Bash, Read, Write, Edit, LS, Glob, TodoWrite, TodoRead, Task, WebFetch, mcp__github__create_repository, mcp__github__fork_repository, mcp__github__search_repositories, mcp__github__push_files, mcp__github__create_or_update_file, mcp__claude-flow__swarm_init, mcp__claude-flow__agent_spawn, mcp__claude-flow__task_orchestrate, mcp__claude-flow__memory_usage
|
|
5
5
|
color: "#9B59B6"
|
|
6
|
-
tools:
|
|
7
|
-
- Bash
|
|
8
|
-
- Read
|
|
9
|
-
- Write
|
|
10
|
-
- Edit
|
|
11
|
-
- LS
|
|
12
|
-
- Glob
|
|
13
|
-
- TodoWrite
|
|
14
|
-
- TodoRead
|
|
15
|
-
- Task
|
|
16
|
-
- WebFetch
|
|
17
|
-
- mcp__github__create_repository
|
|
18
|
-
- mcp__github__fork_repository
|
|
19
|
-
- mcp__github__search_repositories
|
|
20
|
-
- mcp__github__push_files
|
|
21
|
-
- mcp__github__create_or_update_file
|
|
22
|
-
- mcp__claude-flow__swarm_init
|
|
23
|
-
- mcp__claude-flow__agent_spawn
|
|
24
|
-
- mcp__claude-flow__task_orchestrate
|
|
25
|
-
- mcp__claude-flow__memory_usage
|
|
26
|
-
hooks:
|
|
27
|
-
pre_task: |
|
|
28
|
-
echo "🏗️ Initializing repository architecture analysis..."
|
|
29
|
-
npx ruv-swarm hook pre-task --mode repo-architect --analyze-structure
|
|
30
|
-
post_edit: |
|
|
31
|
-
echo "📐 Validating architecture changes and updating structure documentation..."
|
|
32
|
-
npx ruv-swarm hook post-edit --mode repo-architect --validate-structure
|
|
33
|
-
post_task: |
|
|
34
|
-
echo "🏛️ Architecture task completed. Generating structure recommendations..."
|
|
35
|
-
npx ruv-swarm hook post-task --mode repo-architect --generate-recommendations
|
|
36
|
-
notification: |
|
|
37
|
-
echo "📋 Notifying stakeholders of architecture improvements..."
|
|
38
|
-
npx ruv-swarm hook notification --mode repo-architect
|
|
39
6
|
---
|
|
40
7
|
|
|
41
8
|
# GitHub Repository Architect
|
|
@@ -1,33 +1,8 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: swarm-issue
|
|
3
3
|
description: GitHub issue-based swarm coordination agent that transforms issues into intelligent multi-agent tasks with automatic decomposition and progress tracking
|
|
4
|
-
|
|
4
|
+
tools: mcp__github__get_issue, mcp__github__create_issue, mcp__github__update_issue, mcp__github__list_issues, mcp__github__create_issue_comment, mcp__claude-flow__swarm_init, mcp__claude-flow__agent_spawn, mcp__claude-flow__task_orchestrate, mcp__claude-flow__memory_usage, TodoWrite, TodoRead, Bash, Grep, Read, Write
|
|
5
5
|
color: "#FF6B35"
|
|
6
|
-
tools:
|
|
7
|
-
- mcp__github__get_issue
|
|
8
|
-
- mcp__github__create_issue
|
|
9
|
-
- mcp__github__update_issue
|
|
10
|
-
- mcp__github__list_issues
|
|
11
|
-
- mcp__github__create_issue_comment
|
|
12
|
-
- mcp__claude-flow__swarm_init
|
|
13
|
-
- mcp__claude-flow__agent_spawn
|
|
14
|
-
- mcp__claude-flow__task_orchestrate
|
|
15
|
-
- mcp__claude-flow__memory_usage
|
|
16
|
-
- TodoWrite
|
|
17
|
-
- TodoRead
|
|
18
|
-
- Bash
|
|
19
|
-
- Grep
|
|
20
|
-
- Read
|
|
21
|
-
- Write
|
|
22
|
-
hooks:
|
|
23
|
-
pre:
|
|
24
|
-
- "Initialize swarm coordination system for GitHub issue management"
|
|
25
|
-
- "Analyze issue context and determine optimal swarm topology"
|
|
26
|
-
- "Store issue metadata in swarm memory for cross-agent access"
|
|
27
|
-
post:
|
|
28
|
-
- "Update issue with swarm progress and agent assignments"
|
|
29
|
-
- "Create follow-up tasks based on swarm analysis results"
|
|
30
|
-
- "Generate comprehensive swarm coordination report"
|
|
31
6
|
---
|
|
32
7
|
|
|
33
8
|
# Swarm Issue - Issue-Based Swarm Coordination
|
|
@@ -1,37 +1,8 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: swarm-pr
|
|
3
3
|
description: Pull request swarm management agent that coordinates multi-agent code review, validation, and integration workflows with automated PR lifecycle management
|
|
4
|
-
|
|
4
|
+
tools: mcp__github__get_pull_request, mcp__github__create_pull_request, mcp__github__update_pull_request, mcp__github__list_pull_requests, mcp__github__create_pr_comment, mcp__github__get_pr_diff, mcp__github__merge_pull_request, mcp__claude-flow__swarm_init, mcp__claude-flow__agent_spawn, mcp__claude-flow__task_orchestrate, mcp__claude-flow__memory_usage, mcp__claude-flow__coordination_sync, TodoWrite, TodoRead, Bash, Grep, Read, Write, Edit
|
|
5
5
|
color: "#4ECDC4"
|
|
6
|
-
tools:
|
|
7
|
-
- mcp__github__get_pull_request
|
|
8
|
-
- mcp__github__create_pull_request
|
|
9
|
-
- mcp__github__update_pull_request
|
|
10
|
-
- mcp__github__list_pull_requests
|
|
11
|
-
- mcp__github__create_pr_comment
|
|
12
|
-
- mcp__github__get_pr_diff
|
|
13
|
-
- mcp__github__merge_pull_request
|
|
14
|
-
- mcp__claude-flow__swarm_init
|
|
15
|
-
- mcp__claude-flow__agent_spawn
|
|
16
|
-
- mcp__claude-flow__task_orchestrate
|
|
17
|
-
- mcp__claude-flow__memory_usage
|
|
18
|
-
- mcp__claude-flow__coordination_sync
|
|
19
|
-
- TodoWrite
|
|
20
|
-
- TodoRead
|
|
21
|
-
- Bash
|
|
22
|
-
- Grep
|
|
23
|
-
- Read
|
|
24
|
-
- Write
|
|
25
|
-
- Edit
|
|
26
|
-
hooks:
|
|
27
|
-
pre:
|
|
28
|
-
- "Initialize PR-specific swarm with diff analysis and impact assessment"
|
|
29
|
-
- "Analyze PR complexity and assign optimal agent topology"
|
|
30
|
-
- "Store PR metadata and diff context in swarm memory"
|
|
31
|
-
post:
|
|
32
|
-
- "Update PR with comprehensive swarm review results"
|
|
33
|
-
- "Coordinate merge decisions based on swarm analysis"
|
|
34
|
-
- "Generate PR completion metrics and learnings"
|
|
35
6
|
---
|
|
36
7
|
|
|
37
8
|
# Swarm PR - Managing Swarms through Pull Requests
|
|
@@ -1,37 +1,8 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: sync-coordinator
|
|
3
3
|
description: Multi-repository synchronization coordinator that manages version alignment, dependency synchronization, and cross-package integration with intelligent swarm orchestration
|
|
4
|
-
|
|
4
|
+
tools: mcp__github__push_files, mcp__github__create_or_update_file, mcp__github__get_file_contents, mcp__github__create_pull_request, mcp__github__search_repositories, mcp__github__list_repositories, mcp__claude-flow__swarm_init, mcp__claude-flow__agent_spawn, mcp__claude-flow__task_orchestrate, mcp__claude-flow__memory_usage, mcp__claude-flow__coordination_sync, mcp__claude-flow__load_balance, TodoWrite, TodoRead, Bash, Read, Write, Edit, MultiEdit
|
|
5
5
|
color: "#9B59B6"
|
|
6
|
-
tools:
|
|
7
|
-
- mcp__github__push_files
|
|
8
|
-
- mcp__github__create_or_update_file
|
|
9
|
-
- mcp__github__get_file_contents
|
|
10
|
-
- mcp__github__create_pull_request
|
|
11
|
-
- mcp__github__search_repositories
|
|
12
|
-
- mcp__github__list_repositories
|
|
13
|
-
- mcp__claude-flow__swarm_init
|
|
14
|
-
- mcp__claude-flow__agent_spawn
|
|
15
|
-
- mcp__claude-flow__task_orchestrate
|
|
16
|
-
- mcp__claude-flow__memory_usage
|
|
17
|
-
- mcp__claude-flow__coordination_sync
|
|
18
|
-
- mcp__claude-flow__load_balance
|
|
19
|
-
- TodoWrite
|
|
20
|
-
- TodoRead
|
|
21
|
-
- Bash
|
|
22
|
-
- Read
|
|
23
|
-
- Write
|
|
24
|
-
- Edit
|
|
25
|
-
- MultiEdit
|
|
26
|
-
hooks:
|
|
27
|
-
pre:
|
|
28
|
-
- "Initialize multi-repository synchronization swarm with hierarchical coordination"
|
|
29
|
-
- "Analyze package dependencies and version compatibility across all repositories"
|
|
30
|
-
- "Store synchronization state and conflict detection in swarm memory"
|
|
31
|
-
post:
|
|
32
|
-
- "Validate synchronization success across all coordinated repositories"
|
|
33
|
-
- "Update package documentation with synchronization status and metrics"
|
|
34
|
-
- "Generate comprehensive synchronization report with recommendations"
|
|
35
6
|
---
|
|
36
7
|
|
|
37
8
|
# GitHub Sync Coordinator
|
|
@@ -1,38 +1,8 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: workflow-automation
|
|
3
3
|
description: GitHub Actions workflow automation agent that creates intelligent, self-organizing CI/CD pipelines with adaptive multi-agent coordination and automated optimization
|
|
4
|
-
|
|
4
|
+
tools: mcp__github__create_workflow, mcp__github__update_workflow, mcp__github__list_workflows, mcp__github__get_workflow_runs, mcp__github__create_workflow_dispatch, mcp__claude-flow__swarm_init, mcp__claude-flow__agent_spawn, mcp__claude-flow__task_orchestrate, mcp__claude-flow__memory_usage, mcp__claude-flow__performance_report, mcp__claude-flow__bottleneck_analyze, mcp__claude-flow__workflow_create, mcp__claude-flow__automation_setup, TodoWrite, TodoRead, Bash, Read, Write, Edit, Grep
|
|
5
5
|
color: "#E74C3C"
|
|
6
|
-
tools:
|
|
7
|
-
- mcp__github__create_workflow
|
|
8
|
-
- mcp__github__update_workflow
|
|
9
|
-
- mcp__github__list_workflows
|
|
10
|
-
- mcp__github__get_workflow_runs
|
|
11
|
-
- mcp__github__create_workflow_dispatch
|
|
12
|
-
- mcp__claude-flow__swarm_init
|
|
13
|
-
- mcp__claude-flow__agent_spawn
|
|
14
|
-
- mcp__claude-flow__task_orchestrate
|
|
15
|
-
- mcp__claude-flow__memory_usage
|
|
16
|
-
- mcp__claude-flow__performance_report
|
|
17
|
-
- mcp__claude-flow__bottleneck_analyze
|
|
18
|
-
- mcp__claude-flow__workflow_create
|
|
19
|
-
- mcp__claude-flow__automation_setup
|
|
20
|
-
- TodoWrite
|
|
21
|
-
- TodoRead
|
|
22
|
-
- Bash
|
|
23
|
-
- Read
|
|
24
|
-
- Write
|
|
25
|
-
- Edit
|
|
26
|
-
- Grep
|
|
27
|
-
hooks:
|
|
28
|
-
pre:
|
|
29
|
-
- "Initialize workflow automation swarm with adaptive pipeline intelligence"
|
|
30
|
-
- "Analyze repository structure and determine optimal CI/CD strategies"
|
|
31
|
-
- "Store workflow templates and automation rules in swarm memory"
|
|
32
|
-
post:
|
|
33
|
-
- "Deploy optimized workflows with continuous performance monitoring"
|
|
34
|
-
- "Generate workflow automation metrics and optimization recommendations"
|
|
35
|
-
- "Update automation rules based on swarm learning and performance data"
|
|
36
6
|
---
|
|
37
7
|
|
|
38
8
|
# Workflow Automation - GitHub Actions Integration
|
|
@@ -1,56 +1,8 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: neural-pattern-agent
|
|
3
|
-
type: intelligence
|
|
4
|
-
color: "#E91E63"
|
|
5
3
|
description: Advanced neural pattern recognition and machine learning agent for system adaptation and intelligent automation
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
- machine_learning
|
|
9
|
-
- predictive_analytics
|
|
10
|
-
- behavioral_analysis
|
|
11
|
-
- adaptive_systems
|
|
12
|
-
- neural_networks
|
|
13
|
-
- data_mining
|
|
14
|
-
- intelligent_automation
|
|
15
|
-
priority: critical
|
|
16
|
-
lifecycle:
|
|
17
|
-
state_management: true
|
|
18
|
-
persistent_memory: true
|
|
19
|
-
max_retries: 5
|
|
20
|
-
timeout_ms: 1800000
|
|
21
|
-
auto_cleanup: true
|
|
22
|
-
hooks:
|
|
23
|
-
pre: |
|
|
24
|
-
echo "🧠 Neural Pattern Agent initializing: $TASK"
|
|
25
|
-
# Initialize neural learning context and pattern databases
|
|
26
|
-
mcp__claude-flow-novice__memory_usage store "neural_context_$(date +%s)" "$TASK" --namespace=neural
|
|
27
|
-
# Activate pattern recognition and learning systems
|
|
28
|
-
if [[ "$TASK" == *"pattern"* ]] || [[ "$TASK" == *"learning"* ]] || [[ "$TASK" == *"neural"* ]]; then
|
|
29
|
-
echo "🔮 Activating advanced pattern recognition and machine learning systems"
|
|
30
|
-
mcp__claude-flow-novice__neural_patterns analyze --operation="task_initialization" --outcome="{\"task\":\"$TASK\",\"timestamp\":\"$(date)\"}"
|
|
31
|
-
fi
|
|
32
|
-
post: |
|
|
33
|
-
echo "✅ Neural pattern analysis completed"
|
|
34
|
-
# Generate learning insights and pattern report
|
|
35
|
-
echo "📊 Generating neural pattern insights and learning recommendations"
|
|
36
|
-
mcp__claude-flow-novice__neural_patterns learn --operation="task_completion" --outcome="{\"task\":\"$TASK\",\"patterns_discovered\":true,\"timestamp\":\"$(date)\"}"
|
|
37
|
-
# Store learned patterns for future use
|
|
38
|
-
mcp__claude-flow-novice__memory_usage store "neural_learning_$(date +%s)" "Pattern analysis completed: $TASK" --namespace=neural_learning
|
|
39
|
-
task_complete: |
|
|
40
|
-
echo "🎯 Neural Pattern Agent: Learning cycle completed"
|
|
41
|
-
# Store neural insights and predictive models
|
|
42
|
-
echo "🧠 Archiving neural patterns and predictive insights"
|
|
43
|
-
mcp__claude-flow-novice__neural_patterns learn --operation="knowledge_consolidation" --outcome="{\"task_id\":\"${TASK_ID}\",\"learning_consolidated\":true,\"models_updated\":true}"
|
|
44
|
-
# Update neural network models with new learnings
|
|
45
|
-
mcp__claude-flow-novice__memory_usage store "neural_models_$(date +%s)" "Neural models updated for: $TASK" --namespace=neural_models
|
|
46
|
-
on_rerun_request: |
|
|
47
|
-
echo "🔄 Neural Pattern Agent: Applying learned patterns to rerun"
|
|
48
|
-
# Load previous neural learning patterns
|
|
49
|
-
mcp__claude-flow-novice__memory_search "neural_*" --namespace=neural_learning --limit=15
|
|
50
|
-
# Apply predictive intelligence to optimize rerun strategy
|
|
51
|
-
mcp__claude-flow-novice__neural_patterns predict --modelId="pattern_optimization" --input="{\"rerun_context\":\"$TASK\",\"historical_patterns\":\"loaded\"}"
|
|
52
|
-
# Initialize enhanced pattern recognition with accumulated knowledge
|
|
53
|
-
echo "🧠 Applying accumulated neural intelligence to task optimization"
|
|
4
|
+
tools: Read, Write, Edit, MultiEdit, Bash, Grep, Glob, TodoWrite, TodoRead, mcp__claude-flow-novice__memory_usage, mcp__claude-flow-novice__memory_search, mcp__claude-flow-novice__neural_patterns
|
|
5
|
+
color: "#E91E63"
|
|
54
6
|
---
|
|
55
7
|
|
|
56
8
|
# Neural Pattern Recognition & Learning Agent
|