ai-eng-system 0.0.6 → 0.0.8

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.
Files changed (62) hide show
  1. package/README.md +57 -6
  2. package/dist/.claude-plugin/agents/agent-creator.md +0 -2
  3. package/dist/.claude-plugin/agents/ai_engineer.md +0 -1
  4. package/dist/.claude-plugin/agents/api_builder_enhanced.md +0 -1
  5. package/dist/.claude-plugin/agents/backend_architect.md +0 -34
  6. package/dist/.claude-plugin/agents/code_reviewer.md +0 -9
  7. package/dist/.claude-plugin/agents/cost_optimizer.md +0 -1
  8. package/dist/.claude-plugin/agents/database_optimizer.md +0 -1
  9. package/dist/.claude-plugin/agents/deployment_engineer.md +0 -1
  10. package/dist/.claude-plugin/agents/docs-writer.md +0 -2
  11. package/dist/.claude-plugin/agents/documentation_specialist.md +0 -2
  12. package/dist/.claude-plugin/agents/full_stack_developer.md +0 -21
  13. package/dist/.claude-plugin/agents/infrastructure_builder.md +0 -1
  14. package/dist/.claude-plugin/agents/ml_engineer.md +0 -1
  15. package/dist/.claude-plugin/agents/monitoring_expert.md +0 -1
  16. package/dist/.claude-plugin/agents/performance_engineer.md +0 -1
  17. package/dist/.claude-plugin/agents/security_scanner.md +0 -9
  18. package/dist/.claude-plugin/agents/test_generator.md +0 -1
  19. package/dist/.claude-plugin/hooks.json +1 -1
  20. package/dist/.claude-plugin/plugin.json +1 -1
  21. package/dist/.claude-plugin/skills/plugin-dev/references/agent-format.md +24 -4
  22. package/dist/.opencode/agent/ai-eng/ai-innovation/ai_engineer.md +0 -2
  23. package/dist/.opencode/agent/ai-eng/ai-innovation/ml_engineer.md +0 -2
  24. package/dist/.opencode/agent/ai-eng/ai-innovation/prompt-optimizer.md +0 -1
  25. package/dist/.opencode/agent/ai-eng/business-analytics/seo-specialist.md +0 -1
  26. package/dist/.opencode/agent/ai-eng/development/api_builder_enhanced.md +0 -2
  27. package/dist/.opencode/agent/ai-eng/development/architect-advisor.md +0 -1
  28. package/dist/.opencode/agent/ai-eng/development/backend_architect.md +0 -35
  29. package/dist/.opencode/agent/ai-eng/development/database_optimizer.md +0 -2
  30. package/dist/.opencode/agent/ai-eng/development/docs-writer.md +1 -4
  31. package/dist/.opencode/agent/ai-eng/development/documentation_specialist.md +1 -4
  32. package/dist/.opencode/agent/ai-eng/development/frontend-reviewer.md +0 -1
  33. package/dist/.opencode/agent/ai-eng/development/full_stack_developer.md +0 -22
  34. package/dist/.opencode/agent/ai-eng/development/java-pro.md +0 -1
  35. package/dist/.opencode/agent/ai-eng/meta/agent-creator.md +0 -3
  36. package/dist/.opencode/agent/ai-eng/meta/command-creator.md +0 -1
  37. package/dist/.opencode/agent/ai-eng/meta/skill-creator.md +0 -1
  38. package/dist/.opencode/agent/ai-eng/meta/tool-creator.md +0 -1
  39. package/dist/.opencode/agent/ai-eng/operations/cost_optimizer.md +0 -2
  40. package/dist/.opencode/agent/ai-eng/operations/deployment_engineer.md +0 -2
  41. package/dist/.opencode/agent/ai-eng/operations/infrastructure_builder.md +0 -2
  42. package/dist/.opencode/agent/ai-eng/operations/monitoring_expert.md +0 -2
  43. package/dist/.opencode/agent/ai-eng/quality-testing/code_reviewer.md +0 -10
  44. package/dist/.opencode/agent/ai-eng/quality-testing/performance_engineer.md +0 -2
  45. package/dist/.opencode/agent/ai-eng/quality-testing/plugin-validator.md +0 -1
  46. package/dist/.opencode/agent/ai-eng/quality-testing/security_scanner.md +0 -10
  47. package/dist/.opencode/agent/ai-eng/quality-testing/test_generator.md +0 -2
  48. package/dist/.opencode/agent/ai-eng/quality-testing/text-cleaner.md +0 -1
  49. package/dist/index.js +44 -7
  50. package/dist/skills/plugin-dev/references/agent-format.md +24 -4
  51. package/package.json +3 -3
  52. package/scripts/install.js +101 -133
  53. package/dist/.claude-plugin/agents/test-docs-writer-2.md +0 -46
  54. package/dist/.claude-plugin/agents/test-docs-writer-usage.md +0 -40
  55. package/dist/.claude-plugin/agents/test-docs-writer.md +0 -98
  56. package/dist/.opencode/agent/ai-eng/development/test-docs-writer-2.md +0 -45
  57. package/dist/.opencode/agent/ai-eng/development/test-docs-writer-usage.md +0 -39
  58. package/dist/.opencode/agent/ai-eng/development/test-docs-writer.md +0 -97
  59. package/dist/.opencode/opencode.jsonc +0 -6
  60. package/dist/.opencode/plugin/ai-eng-system.ts +0 -14
  61. package/scripts/AGENTS.md +0 -49
  62. package/scripts/setup-swarms.js +0 -264
package/README.md CHANGED
@@ -12,14 +12,17 @@ Advanced development tools with context engineering, research orchestration, and
12
12
 
13
13
  ### OpenCode
14
14
  ```bash
15
- bun scripts/install.js # Global install (default)
16
- # or
17
- bun scripts/install.js --local # Local install
18
- ```
15
+ # Add to opencode.jsonc:
16
+ {
17
+ "$schema": "https://opencode.ai/config.json",
18
+ "plugin": ["opencode-skills", "ai-eng-system"]
19
+ }
19
20
 
21
+ # Run OpenCode - plugin auto-installs commands, agents, and skills
22
+ ```
20
23
  ## 📋 What's Included
21
24
 
22
- ### Commands (15 total)
25
+ ### Commands (16 total)
23
26
  - `/ai-eng/plan` - Create detailed implementation plans
24
27
  - `/ai-eng/review` - Multi-perspective code review (29 agents)
25
28
  - `/ai-eng/seo` - SEO audits with Core Web Vitals
@@ -35,6 +38,7 @@ bun scripts/install.js --local # Local install
35
38
  - `/ai-eng/create-tool` - AI-assisted custom tool creation
36
39
  - `/ai-eng/research` - Multi-phase research orchestration
37
40
  - `/ai-eng/context` - Context management and retrieval
41
+ - `/ai-eng/clean` - Remove build artifacts and generated files
38
42
 
39
43
  ### Agents (29 total)
40
44
  - **Architecture & Planning**: `architect-advisor`, `backend-architect`, `infrastructure-builder`
@@ -45,11 +49,12 @@ bun scripts/install.js --local # Local install
45
49
  - **Content & SEO**: `seo-specialist`, `prompt-optimizer`
46
50
  - **Plugin Development**: `agent-creator`, `command-creator`, `skill-creator`, `tool-creator`, `plugin-validator`
47
51
 
48
- ### Skills (4 packs)
52
+ ### Skills (13 files)
49
53
  - `devops` - Coolify deployment, Git worktree workflows
50
54
  - `prompting` - Research-backed incentive prompting techniques
51
55
  - `research` - Comprehensive multi-phase research orchestration
52
56
  - `plugin-dev` - Plugin development knowledge base and references
57
+ - `text-cleanup` - Pattern-based text cleanup (slop, comments)
53
58
 
54
59
  ## 🏗️ Architecture
55
60
 
@@ -59,6 +64,8 @@ This repo follows Anthropic's official Claude Code marketplace pattern:
59
64
  - **Embedded plugin**: `plugins/ai-eng-system/` with standard plugin layout
60
65
  - **Build system**: Transforms canonical `content/` sources into platform-specific outputs
61
66
  - **OpenCode support**: Pre-built distributions in `dist/.opencode/`
67
+ - **Auto-installation**: Plugin automatically installs files when loaded by OpenCode or via npm postinstall
68
+
62
69
 
63
70
  ## 🔧 Development
64
71
 
@@ -111,5 +118,49 @@ bun test # Run test suite
111
118
  - [Research Guide](docs/research-command-guide.md) - Research orchestration usage
112
119
 
113
120
  ---
121
+ ## 💻 Usage Example
122
+
123
+ ### OpenCode Setup
124
+
125
+ ```bash
126
+ # 1. Create opencode.jsonc in your project
127
+ cat > opencode.jsonc << 'EOF'
128
+ {
129
+ "$schema": "https://opencode.ai/config.json",
130
+ "plugin": ["opencode-skills", "ai-eng-system"]
131
+ }
132
+ EOF
133
+
134
+ # 2. Install package (optional - auto-installs via plugin)
135
+ npm install ai-eng-system
136
+
137
+ # 3. Run OpenCode
138
+ # Commands and agents are automatically available!
139
+ ```
140
+
141
+ **When OpenCode loads the plugin**, it automatically:
142
+ - ✅ Installs 16 commands to `.opencode/command/ai-eng/`
143
+ - ✅ Installs 30 agents to `.opencode/agent/ai-eng/`
144
+ - ✅ Installs 13 skill files to `.opencode/skills/`
145
+
146
+ ### Using Commands
147
+
148
+ ```bash
149
+ /ai-eng/plan # Create implementation plan
150
+ /ai-eng/review # Multi-agent code review
151
+ /ai-eng/work # Execute implementation plan
152
+ /ai-eng/seo # SEO audit
153
+ /ai-eng/create-agent # Generate new agent
154
+ # ... and 11 more
155
+ ```
156
+
157
+ ### Using Agents
158
+
159
+ Commands reference specialized agents automatically:
160
+ ```bash
161
+ /ai-eng/review --agent=code-reviewer # Quality-focused review
162
+ /ai-eng/review --agent=frontend-reviewer # Frontend review
163
+ /ai-eng/review --agent=backend-architect # Architecture review
164
+ ```
114
165
 
115
166
  **Built with research-backed prompting techniques** (+45-115% quality improvement)
@@ -79,8 +79,6 @@ temperature: 0.3
79
79
  tools:
80
80
  read: true
81
81
  write: true
82
- permission:
83
- bash: deny
84
82
  ---
85
83
  ```
86
84
 
@@ -16,7 +16,6 @@ tools:
16
16
  list: true
17
17
  webfetch: true
18
18
  category: ai-innovation
19
- permission: {}
20
19
  ---
21
20
 
22
21
  **primary_objective**: Build production-ready LLM applications, advanced RAG systems, and intelligent agents.
@@ -12,7 +12,6 @@ mode: subagent
12
12
  temperature: 0.1
13
13
  tools: {}
14
14
  category: development
15
- permission: {}
16
15
  ---
17
16
 
18
17
  Take a deep breath and approach this task systematically.
@@ -14,40 +14,6 @@ tools:
14
14
  glob: true
15
15
  list: true
16
16
  category: development
17
- permission:
18
- read: allow
19
- grep: allow
20
- glob: allow
21
- list: allow
22
- edit:
23
- "*": allow
24
- "**/*.env*": deny
25
- "**/*.secret": deny
26
- "**/*.key": deny
27
- "**/*.pem": deny
28
- "**/*.crt": deny
29
- "**/.git/**": deny
30
- "**/node_modules/**": deny
31
- "**/.env": deny
32
- "**/.env.local": deny
33
- "**/.env.production": deny
34
- write:
35
- "*": allow
36
- "**/*.env*": deny
37
- "**/*.secret": deny
38
- "**/*.key": deny
39
- "**/*.pem": deny
40
- "**/*.crt": deny
41
- "**/.git/**": deny
42
- "**/node_modules/**": deny
43
- "**/.env": deny
44
- "**/.env.local": deny
45
- "**/.env.production": deny
46
- bash:
47
- "*": allow
48
- rm -rf /*: deny
49
- rm -rf .*: deny
50
- ":(){ :|:& };:": deny
51
17
  ---
52
18
 
53
19
  Take a deep breath and approach this task systematically.
@@ -17,15 +17,6 @@ tools:
17
17
  write: false
18
18
  patch: false
19
19
  category: quality-testing
20
- permission:
21
- bash: deny
22
- edit: deny
23
- write: deny
24
- patch: deny
25
- read: allow
26
- grep: allow
27
- glob: allow
28
- list: allow
29
20
  ---
30
21
 
31
22
  Take a deep breath and approach this task systematically.
@@ -16,7 +16,6 @@ tools:
16
16
  bash: false
17
17
  webfetch: false
18
18
  category: operations
19
- permission: {}
20
19
  ---
21
20
 
22
21
  Take a deep breath and approach this task systematically.
@@ -18,7 +18,6 @@ tools:
18
18
  list: true
19
19
  webfetch: true
20
20
  category: development
21
- permission: {}
22
21
  ---
23
22
 
24
23
  **primary_objective**: Expert database optimizer specializing in modern performance tuning, query optimization, and scalable architectures.
@@ -16,7 +16,6 @@ tools:
16
16
  list: true
17
17
  webfetch: true
18
18
  category: operations
19
- permission: {}
20
19
  ---
21
20
 
22
21
  **primary_objective**: Expert deployment engineer specializing in modern CI/CD pipelines, GitOps workflows, and advanced deployment automation.
@@ -13,8 +13,6 @@ tools:
13
13
  glob: true
14
14
  list: true
15
15
  category: development
16
- permission:
17
- bash: deny
18
16
  ---
19
17
 
20
18
  You are a senior technical documentation writer with 15+ years of experience, having led documentation teams at major tech companies like Google and Microsoft. You've authored comprehensive API documentation, developer guides, and user manuals that have been praised for their clarity, accuracy, and developer-friendly approach. Your expertise is highly sought after in the industry for creating documentation that developers actually want to read.
@@ -9,8 +9,6 @@ tools:
9
9
  read: true
10
10
  write: true
11
11
  category: development
12
- permission:
13
- bash: deny
14
12
  ---
15
13
 
16
14
  You are a senior technical documentation specialist with 15+ years of experience leading documentation teams at major technology companies like Google, Microsoft, and Amazon. You've authored over 50 technical books, led the documentation efforts for enterprise-scale systems serving millions of users, and pioneered automated documentation generation techniques that reduced manual documentation time by 80%.
@@ -16,27 +16,6 @@ tools:
16
16
  glob: true
17
17
  list: true
18
18
  category: development
19
- permission:
20
- read: allow
21
- grep: allow
22
- glob: allow
23
- list: allow
24
- edit:
25
- "*": allow
26
- "**/*.env*": deny
27
- "**/*.secret": deny
28
- "**/*.key": deny
29
- "**/.git/**": deny
30
- "**/node_modules/**": deny
31
- write:
32
- "*": allow
33
- "**/*.env*": deny
34
- "**/*.secret": deny
35
- "**/*.key": deny
36
- "**/.git/**": deny
37
- "**/node_modules/**": deny
38
- bash:
39
- "*": allow
40
19
  ---
41
20
 
42
21
  Take a deep breath and approach this task systematically.
@@ -15,7 +15,6 @@ tools:
15
15
  bash: true
16
16
  webfetch: false
17
17
  category: operations
18
- permission: {}
19
18
  ---
20
19
 
21
20
  Take a deep breath and approach this task systematically.
@@ -16,7 +16,6 @@ tools:
16
16
  list: true
17
17
  webfetch: true
18
18
  category: ai-innovation
19
- permission: {}
20
19
  ---
21
20
 
22
21
  **primary_objective**: Build production ML systems with PyTorch 2.x, TensorFlow, and modern ML frameworks.
@@ -17,7 +17,6 @@ tools:
17
17
  bash: true
18
18
  webfetch: false
19
19
  category: operations
20
- permission: {}
21
20
  ---
22
21
 
23
22
  Take a deep breath and approach this task systematically.
@@ -15,7 +15,6 @@ tools:
15
15
  list: true
16
16
  webfetch: true
17
17
  category: quality-testing
18
- permission: {}
19
18
  ---
20
19
 
21
20
  **primary_objective**: Expert performance engineer specializing in modern observability, application optimization, and scalable system performance.
@@ -15,15 +15,6 @@ tools:
15
15
  write: false
16
16
  patch: false
17
17
  category: quality-testing
18
- permission:
19
- bash: deny
20
- edit: deny
21
- write: deny
22
- patch: deny
23
- read: allow
24
- grep: allow
25
- glob: allow
26
- list: allow
27
18
  ---
28
19
 
29
20
  Take a deep breath and approach this task systematically.
@@ -8,7 +8,6 @@ tools:
8
8
  write: true
9
9
  bash: true
10
10
  category: quality-testing
11
- permission: {}
12
11
  ---
13
12
 
14
13
  Take a deep breath and approach this task systematically.
@@ -6,7 +6,7 @@
6
6
  "hooks": [
7
7
  {
8
8
  "type": "notification",
9
- "message": "🔧 Ferg Engineering System loaded. Commands: /ai-eng/plan, /ai-eng/review, /ai-eng/seo, /ai-eng/work, /ai-eng/compound, /ai-eng/deploy, /ai-eng/optimize, /ai-eng/recursive-init, /ai-eng/create-plugin, /ai-eng/create-agent, /ai-eng/create-command, /ai-eng/create-skill, /ai-eng/create-tool, /ai-eng/research, /ai-eng/context"
9
+ "message": "🔧 Ferg Engineering System loaded. Commands: /ai-eng/plan, /ai-eng/view, /ai-eng/seo, /ai-eng/work, /ai-eng/compound, /ai-eng/deploy, /ai-eng/optimize, /ai-eng/recursive-init, /ai-eng/create-plugin, /ai-eng/create-agent, /ai-eng/create-command, /ai-eng/create-skill, /ai-eng/create-tool, /ai-eng/research, /ai-eng/context"
10
10
  }
11
11
  ]
12
12
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ai-eng-system",
3
- "version": "0.0.6",
3
+ "version": "0.0.8",
4
4
  "description": "AI Engineering System with context engineering and research orchestration for Claude Code",
5
5
  "author": "v1truv1us",
6
6
  "license": "MIT",
@@ -8,12 +8,12 @@ Agents are specialized AI assistants that provide focused expertise for specific
8
8
 
9
9
  | Aspect | Claude Code | OpenCode | Canonical (content/) |
10
10
  |---------|-------------|----------|------------------|
11
- | **Frontmatter** | YAML block | YAML table | YAML block |
11
+ | **Frontmatter** | YAML block | YAML block | YAML block |
12
12
  | **File Extension** | `.md` | `.md` | `.md` |
13
13
  | **Mode Specification** | `mode: subagent` | `mode: subagent` | `mode: subagent` |
14
14
  | **Model Override** | `model: sonnet` | `model: sonnet` | `model: sonnet` |
15
- | **Tool Control** | `tools: [...]` | `tools: { read: true }` | `tools: { read: true } |
16
- | **Color Coding** | `color: cyan` | `color: cyan` | `color: cyan` |
15
+ | **Tool Control** | `tools: [...]` | `tools: { read: true }` | `tools: { read: true }` |
16
+ | **Color Coding** | Named colors OK | Hex format only (e.g., `#00FFFF`) | Named colors OK (auto-converted to hex) |
17
17
  | **Temperature** | `temperature: 0.3` | `temperature: 0.3` | `temperature: 0.3` |
18
18
  | **Permissions** | N/A | `permission: { bash: deny }` | `permission: { bash: deny }` |
19
19
 
@@ -75,6 +75,8 @@ Build.ts transforms canonical to OpenCode format (table frontmatter):
75
75
  Agent system prompt here...
76
76
  ```
77
77
 
78
+ **Note on Color Format**: OpenCode requires hex color codes (e.g., `#00FFFF`) while Claude Code accepts named colors (e.g., `cyan`). The build.ts script automatically converts named colors to hex format during OpenCode build. Valid named colors that are automatically converted include: `cyan`, `blue`, `green`, `yellow`, `magenta`, `red`, `orange`, `purple`, `pink`, `lime`, `olive`, `maroon`, `navy`, `teal`, `aqua`, `silver`, `gray`, `black`, `white`. You can also use hex colors directly in the canonical format if you prefer.
79
+
78
80
  ## Agent Modes
79
81
 
80
82
  ### Primary Agents
@@ -245,4 +247,22 @@ You are a senior code reviewer with 10+ years of experience...
245
247
  - `ai-eng/skill-creator` - Skill development guidance
246
248
  - `ai-eng/plugin-validator` - Plugin structure validation
247
249
 
248
- All agents follow the same quality standards and use the build.ts transformation system.
250
+ All agents follow the same quality standards and use the build.ts transformation system.
251
+
252
+ ## Build Transformations
253
+
254
+ The `build.ts` script performs automatic transformations to ensure compatibility:
255
+
256
+ ### Color Format Conversion
257
+ - **Canonical → Claude Code**: Preserves named colors (e.g., `color: cyan`)
258
+ - **Canonical → OpenCode**: Converts named colors to hex format (e.g., `color: cyan` → `color: "#00FFFF"`)
259
+
260
+ ### Field Removal
261
+ - **OpenCode only**: Removes `name` and `category` fields from frontmatter
262
+ - **Permission cleaning**: Filters to valid OpenCode permission keys (edit, bash, webfetch, doom_loop, external_directory)
263
+
264
+ ### Validation
265
+ The build script validates OpenCode output:
266
+ - Checks for hex color format (`^#[0-9a-fA-F]{6}$`)
267
+ - Ensures required fields are present (description, mode)
268
+ - Validates nested directory structure (ai-eng/<category>/<agent>.md)
@@ -14,8 +14,6 @@ tools:
14
14
  glob: true
15
15
  list: true
16
16
  webfetch: true
17
- category: ai-innovation
18
- permission: {}
19
17
  ---
20
18
 
21
19
  **primary_objective**: Build production-ready LLM applications, advanced RAG systems, and intelligent agents.
@@ -14,8 +14,6 @@ tools:
14
14
  glob: true
15
15
  list: true
16
16
  webfetch: true
17
- category: ai-innovation
18
- permission: {}
19
17
  ---
20
18
 
21
19
  **primary_objective**: Build production ML systems with PyTorch 2.x, TensorFlow, and modern ML frameworks.
@@ -1,7 +1,6 @@
1
1
  ---
2
2
  description: Optimizes prompts using research-backed incentive techniques
3
3
  mode: subagent
4
- category: ai-innovation
5
4
  ---
6
5
 
7
6
  You are an expert prompt engineer specializing in research-backed prompting optimization. Your role is to enhance prompts for maximum AI response quality using techniques from peer-reviewed research.
@@ -1,7 +1,6 @@
1
1
  ---
2
2
  description: SEO analysis and recommendations
3
3
  mode: subagent
4
- category: business-analytics
5
4
  ---
6
5
 
7
6
  You are a senior SEO engineer with 10+ years of experience, having led SEO strategy at high-traffic sites like HubSpot, Moz, and Ahrefs. You've recovered sites from Google penalties, achieved #1 rankings for competitive keywords, and your technical SEO audits are legendary in the industry.
@@ -10,8 +10,6 @@ description: "Expert at building robust, scalable APIs with proper
10
10
  mode: subagent
11
11
  temperature: 0.1
12
12
  tools: {}
13
- category: development
14
- permission: {}
15
13
  ---
16
14
 
17
15
  Take a deep breath and approach this task systematically.
@@ -1,7 +1,6 @@
1
1
  ---
2
2
  description: Architectural guidance and technical decisions
3
3
  mode: subagent
4
- category: development
5
4
  ---
6
5
 
7
6
  You are a principal software architect with 15+ years of experience, having designed systems at Netflix, Stripe, and AWS. You've scaled systems from startup to billions of requests, led major platform migrations, and your architectural decisions have stood the test of time. Your expertise spans distributed systems, domain-driven design, and cloud-native architectures.
@@ -12,41 +12,6 @@ tools:
12
12
  grep: true
13
13
  glob: true
14
14
  list: true
15
- category: development
16
- permission:
17
- read: allow
18
- grep: allow
19
- glob: allow
20
- list: allow
21
- edit:
22
- "*": allow
23
- "**/*.env*": deny
24
- "**/*.secret": deny
25
- "**/*.key": deny
26
- "**/*.pem": deny
27
- "**/*.crt": deny
28
- "**/.git/**": deny
29
- "**/node_modules/**": deny
30
- "**/.env": deny
31
- "**/.env.local": deny
32
- "**/.env.production": deny
33
- write:
34
- "*": allow
35
- "**/*.env*": deny
36
- "**/*.secret": deny
37
- "**/*.key": deny
38
- "**/*.pem": deny
39
- "**/*.crt": deny
40
- "**/.git/**": deny
41
- "**/node_modules/**": deny
42
- "**/.env": deny
43
- "**/.env.local": deny
44
- "**/.env.production": deny
45
- bash:
46
- "*": allow
47
- rm -rf /*: deny
48
- rm -rf .*: deny
49
- ":(){ :|:& };:": deny
50
15
  ---
51
16
 
52
17
  Take a deep breath and approach this task systematically.
@@ -16,8 +16,6 @@ tools:
16
16
  glob: true
17
17
  list: true
18
18
  webfetch: true
19
- category: development
20
- permission: {}
21
19
  ---
22
20
 
23
21
  **primary_objective**: Expert database optimizer specializing in modern performance tuning, query optimization, and scalable architectures.
@@ -2,7 +2,7 @@
2
2
  description: Write concise documentation pages in required format.
3
3
  mode: primary
4
4
  model: sonnet
5
- color: cyan
5
+ color: "#00FFFF"
6
6
  temperature: 0.3
7
7
  tools:
8
8
  read: true
@@ -11,9 +11,6 @@ tools:
11
11
  grep: true
12
12
  glob: true
13
13
  list: true
14
- category: development
15
- permission:
16
- bash: deny
17
14
  ---
18
15
 
19
16
  You are a senior technical documentation writer with 15+ years of experience, having led documentation teams at major tech companies like Google and Microsoft. You've authored comprehensive API documentation, developer guides, and user manuals that have been praised for their clarity, accuracy, and developer-friendly approach. Your expertise is highly sought after in the industry for creating documentation that developers actually want to read.
@@ -2,14 +2,11 @@
2
2
  description: Analyze codebases and generate comprehensive technical documentation.
3
3
  mode: subagent
4
4
  model: sonnet
5
- color: cyan
5
+ color: "#00FFFF"
6
6
  temperature: 0.3
7
7
  tools:
8
8
  read: true
9
9
  write: true
10
- category: development
11
- permission:
12
- bash: deny
13
10
  ---
14
11
 
15
12
  You are a senior technical documentation specialist with 15+ years of experience leading documentation teams at major technology companies like Google, Microsoft, and Amazon. You've authored over 50 technical books, led the documentation efforts for enterprise-scale systems serving millions of users, and pioneered automated documentation generation techniques that reduced manual documentation time by 80%.
@@ -1,7 +1,6 @@
1
1
  ---
2
2
  description: Reviews frontend code for best practices
3
3
  mode: subagent
4
- category: development
5
4
  ---
6
5
 
7
6
  You are a senior frontend architect with 12+ years of experience at companies like Vercel, Netlify, and Shopify. Your code reviews have prevented countless production bugs and your expertise in React, TypeScript, and modern web performance is highly sought after.
@@ -14,28 +14,6 @@ tools:
14
14
  grep: true
15
15
  glob: true
16
16
  list: true
17
- category: development
18
- permission:
19
- read: allow
20
- grep: allow
21
- glob: allow
22
- list: allow
23
- edit:
24
- "*": allow
25
- "**/*.env*": deny
26
- "**/*.secret": deny
27
- "**/*.key": deny
28
- "**/.git/**": deny
29
- "**/node_modules/**": deny
30
- write:
31
- "*": allow
32
- "**/*.env*": deny
33
- "**/*.secret": deny
34
- "**/*.key": deny
35
- "**/.git/**": deny
36
- "**/node_modules/**": deny
37
- bash:
38
- "*": allow
39
17
  ---
40
18
 
41
19
  Take a deep breath and approach this task systematically.
@@ -1,7 +1,6 @@
1
1
  ---
2
2
  description: Expert Java development with modern Java 21+ features
3
3
  mode: subagent
4
- category: development
5
4
  ---
6
5
 
7
6
  You are a principal Java architect with 15+ years of experience, having built high-scale systems at Netflix, Amazon, and LinkedIn. You've led Java modernization efforts from Java 8 to 21+, implemented virtual threads in production handling millions of concurrent connections, and your Spring Boot architectures serve billions of requests daily. Your expertise spans the entire JVM ecosystem from GraalVM native compilation to reactive systems.
@@ -10,7 +10,6 @@ tools:
10
10
  write: true
11
11
  glob: true
12
12
  list: true
13
- category: meta
14
13
  ---
15
14
 
16
15
  You are an elite AI agent architect specializing in crafting high-performance agent configurations for both Claude Code and OpenCode platforms. Your expertise lies in translating user requirements into precisely-tuned agent specifications that maximize effectiveness and reliability.
@@ -81,8 +80,6 @@ temperature: 0.3
81
80
  tools:
82
81
  read: true
83
82
  write: true
84
- permission:
85
- bash: deny
86
83
  ---
87
84
  ```
88
85
 
@@ -10,7 +10,6 @@ tools:
10
10
  write: true
11
11
  glob: true
12
12
  list: true
13
- category: meta
14
13
  ---
15
14
 
16
15
  You are an expert command engineer specializing in crafting high-performance slash commands for both Claude Code and OpenCode platforms. Your expertise lies in translating user requirements into precisely-tuned command specifications that maximize effectiveness, reusability, and user experience.
@@ -10,7 +10,6 @@ tools:
10
10
  write: true
11
11
  glob: true
12
12
  list: true
13
- category: meta
14
13
  ---
15
14
 
16
15
  You are an expert knowledge architect specializing in crafting high-quality skills for both Claude Code and OpenCode platforms. Your expertise lies in designing effective learning systems with progressive disclosure, proper triggering, and comprehensive domain knowledge packaging.
@@ -10,7 +10,6 @@ tools:
10
10
  write: true
11
11
  glob: true
12
12
  list: true
13
- category: meta
14
13
  ---
15
14
 
16
15
  You are an expert TypeScript tool developer specializing in crafting high-performance custom tools for OpenCode. Your expertise lies in designing effective tool interfaces with proper validation, error handling, and integration patterns that maximize reliability and developer experience.
@@ -14,8 +14,6 @@ tools:
14
14
  patch: false
15
15
  bash: false
16
16
  webfetch: false
17
- category: operations
18
- permission: {}
19
17
  ---
20
18
 
21
19
  Take a deep breath and approach this task systematically.
@@ -14,8 +14,6 @@ tools:
14
14
  glob: true
15
15
  list: true
16
16
  webfetch: true
17
- category: operations
18
- permission: {}
19
17
  ---
20
18
 
21
19
  **primary_objective**: Expert deployment engineer specializing in modern CI/CD pipelines, GitOps workflows, and advanced deployment automation.