@namch/agent-assistant 1.0.0 → 1.0.1

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 (168) hide show
  1. package/README.md +83 -539
  2. package/agents/backend-engineer.md +0 -8
  3. package/agents/brainstormer.md +0 -6
  4. package/agents/business-analyst.md +0 -5
  5. package/agents/database-architect.md +0 -6
  6. package/agents/debugger.md +0 -6
  7. package/agents/designer.md +0 -5
  8. package/agents/devops-engineer.md +0 -7
  9. package/agents/docs-manager.md +0 -6
  10. package/agents/frontend-engineer.md +0 -7
  11. package/agents/game-engineer.md +0 -7
  12. package/agents/mobile-engineer.md +0 -7
  13. package/agents/performance-engineer.md +0 -7
  14. package/agents/planner.md +0 -6
  15. package/agents/project-manager.md +0 -6
  16. package/agents/researcher.md +0 -5
  17. package/agents/reviewer.md +0 -6
  18. package/agents/scouter.md +0 -6
  19. package/agents/security-engineer.md +0 -7
  20. package/agents/tech-lead.md +0 -7
  21. package/agents/tester.md +0 -5
  22. package/cli/README.md +19 -10
  23. package/documents/business/business-features.md +1 -1
  24. package/documents/business/business-prd.md +4 -4
  25. package/documents/knowledge-architecture.md +1 -1
  26. package/documents/knowledge-domain.md +1 -1
  27. package/documents/knowledge-overview.md +14 -29
  28. package/documents/knowledge-source-base.md +14 -14
  29. package/package.json +1 -1
  30. package/rules/QUICK-REFERENCE.md +4 -1
  31. package/rules/SKILL-DISCOVERY.md +37 -14
  32. package/skills/active-directory-attacks/SKILL.md +383 -0
  33. package/skills/active-directory-attacks/references/advanced-attacks.md +382 -0
  34. package/skills/agent-evaluation/SKILL.md +64 -0
  35. package/skills/agent-memory-mcp/SKILL.md +82 -0
  36. package/skills/agent-memory-systems/SKILL.md +67 -0
  37. package/skills/agent-tool-builder/SKILL.md +53 -0
  38. package/skills/ai-agents-architect/SKILL.md +90 -0
  39. package/skills/ai-product/SKILL.md +54 -0
  40. package/skills/ai-wrapper-product/SKILL.md +273 -0
  41. package/skills/api-documentation-generator/SKILL.md +484 -0
  42. package/skills/api-fuzzing-bug-bounty/SKILL.md +433 -0
  43. package/skills/api-security-best-practices/SKILL.md +907 -0
  44. package/skills/autonomous-agent-patterns/SKILL.md +761 -0
  45. package/skills/autonomous-agents/SKILL.md +68 -0
  46. package/skills/aws-penetration-testing/SKILL.md +405 -0
  47. package/skills/aws-penetration-testing/references/advanced-aws-pentesting.md +469 -0
  48. package/skills/azure-functions/SKILL.md +42 -0
  49. package/skills/backend-dev-guidelines/SKILL.md +342 -0
  50. package/skills/backend-dev-guidelines/resources/architecture-overview.md +451 -0
  51. package/skills/backend-dev-guidelines/resources/async-and-errors.md +307 -0
  52. package/skills/backend-dev-guidelines/resources/complete-examples.md +638 -0
  53. package/skills/backend-dev-guidelines/resources/configuration.md +275 -0
  54. package/skills/backend-dev-guidelines/resources/database-patterns.md +224 -0
  55. package/skills/backend-dev-guidelines/resources/middleware-guide.md +213 -0
  56. package/skills/backend-dev-guidelines/resources/routing-and-controllers.md +756 -0
  57. package/skills/backend-dev-guidelines/resources/sentry-and-monitoring.md +336 -0
  58. package/skills/backend-dev-guidelines/resources/services-and-repositories.md +789 -0
  59. package/skills/backend-dev-guidelines/resources/testing-guide.md +235 -0
  60. package/skills/backend-dev-guidelines/resources/validation-patterns.md +754 -0
  61. package/skills/broken-authentication/SKILL.md +476 -0
  62. package/skills/bullmq-specialist/SKILL.md +57 -0
  63. package/skills/bun-development/SKILL.md +691 -0
  64. package/skills/burp-suite-testing/SKILL.md +380 -0
  65. package/skills/cloud-penetration-testing/SKILL.md +501 -0
  66. package/skills/cloud-penetration-testing/references/advanced-cloud-scripts.md +318 -0
  67. package/skills/computer-use-agents/SKILL.md +315 -0
  68. package/skills/content-creator/SKILL.md +248 -0
  69. package/skills/content-creator/assets/content_calendar_template.md +99 -0
  70. package/skills/content-creator/references/brand_guidelines.md +199 -0
  71. package/skills/content-creator/references/content_frameworks.md +534 -0
  72. package/skills/content-creator/references/social_media_optimization.md +317 -0
  73. package/skills/content-creator/scripts/brand_voice_analyzer.py +185 -0
  74. package/skills/content-creator/scripts/seo_optimizer.py +419 -0
  75. package/skills/context-window-management/SKILL.md +53 -0
  76. package/skills/conversation-memory/SKILL.md +61 -0
  77. package/skills/copy-editing/SKILL.md +439 -0
  78. package/skills/copywriting/SKILL.md +225 -0
  79. package/skills/crewai/SKILL.md +243 -0
  80. package/skills/discord-bot-architect/SKILL.md +277 -0
  81. package/skills/dispatching-parallel-agents/SKILL.md +180 -0
  82. package/skills/email-sequence/SKILL.md +925 -0
  83. package/skills/email-systems/SKILL.md +54 -0
  84. package/skills/ethical-hacking-methodology/SKILL.md +466 -0
  85. package/skills/executing-plans/SKILL.md +76 -0
  86. package/skills/file-path-traversal/SKILL.md +486 -0
  87. package/skills/finishing-a-development-branch/SKILL.md +200 -0
  88. package/skills/frontend-dev-guidelines/SKILL.md +359 -0
  89. package/skills/frontend-dev-guidelines/resources/common-patterns.md +331 -0
  90. package/skills/frontend-dev-guidelines/resources/complete-examples.md +872 -0
  91. package/skills/frontend-dev-guidelines/resources/component-patterns.md +502 -0
  92. package/skills/frontend-dev-guidelines/resources/data-fetching.md +767 -0
  93. package/skills/frontend-dev-guidelines/resources/file-organization.md +502 -0
  94. package/skills/frontend-dev-guidelines/resources/loading-and-error-states.md +501 -0
  95. package/skills/frontend-dev-guidelines/resources/performance.md +406 -0
  96. package/skills/frontend-dev-guidelines/resources/routing-guide.md +364 -0
  97. package/skills/frontend-dev-guidelines/resources/styling-guide.md +428 -0
  98. package/skills/frontend-dev-guidelines/resources/typescript-standards.md +418 -0
  99. package/skills/gcp-cloud-run/SKILL.md +288 -0
  100. package/skills/git-pushing/SKILL.md +33 -0
  101. package/skills/git-pushing/scripts/smart_commit.sh +19 -0
  102. package/skills/github-workflow-automation/SKILL.md +846 -0
  103. package/skills/html-injection-testing/SKILL.md +498 -0
  104. package/skills/idor-testing/SKILL.md +442 -0
  105. package/skills/inngest/SKILL.md +55 -0
  106. package/skills/javascript-mastery/SKILL.md +645 -0
  107. package/skills/kaizen/SKILL.md +730 -0
  108. package/skills/langfuse/SKILL.md +238 -0
  109. package/skills/langgraph/SKILL.md +287 -0
  110. package/skills/linux-privilege-escalation/SKILL.md +504 -0
  111. package/skills/llm-app-patterns/SKILL.md +760 -0
  112. package/skills/metasploit-framework/SKILL.md +478 -0
  113. package/skills/multi-agent-brainstorming/SKILL.md +256 -0
  114. package/skills/neon-postgres/SKILL.md +56 -0
  115. package/skills/nextjs-supabase-auth/SKILL.md +56 -0
  116. package/skills/nosql-expert/SKILL.md +111 -0
  117. package/skills/pentest-checklist/SKILL.md +334 -0
  118. package/skills/pentest-commands/SKILL.md +438 -0
  119. package/skills/plaid-fintech/SKILL.md +50 -0
  120. package/skills/planning-with-files/SKILL.md +211 -0
  121. package/skills/planning-with-files/examples.md +202 -0
  122. package/skills/planning-with-files/reference.md +218 -0
  123. package/skills/planning-with-files/scripts/check-complete.sh +44 -0
  124. package/skills/planning-with-files/scripts/init-session.sh +120 -0
  125. package/skills/planning-with-files/templates/findings.md +95 -0
  126. package/skills/planning-with-files/templates/progress.md +114 -0
  127. package/skills/planning-with-files/templates/task_plan.md +132 -0
  128. package/skills/privilege-escalation-methods/SKILL.md +333 -0
  129. package/skills/production-code-audit/SKILL.md +540 -0
  130. package/skills/prompt-caching/SKILL.md +61 -0
  131. package/skills/prompt-engineering/SKILL.md +171 -0
  132. package/skills/prompt-library/SKILL.md +322 -0
  133. package/skills/rag-engineer/SKILL.md +90 -0
  134. package/skills/rag-implementation/SKILL.md +63 -0
  135. package/skills/react-ui-patterns/SKILL.md +289 -0
  136. package/skills/red-team-tools/SKILL.md +310 -0
  137. package/skills/scanning-tools/SKILL.md +589 -0
  138. package/skills/shodan-reconnaissance/SKILL.md +503 -0
  139. package/skills/slack-bot-builder/SKILL.md +264 -0
  140. package/skills/smtp-penetration-testing/SKILL.md +500 -0
  141. package/skills/social-content/SKILL.md +807 -0
  142. package/skills/software-architecture/SKILL.md +75 -0
  143. package/skills/sql-injection-testing/SKILL.md +448 -0
  144. package/skills/sqlmap-database-pentesting/SKILL.md +400 -0
  145. package/skills/ssh-penetration-testing/SKILL.md +488 -0
  146. package/skills/stripe-integration/SKILL.md +69 -0
  147. package/skills/subagent-driven-development/SKILL.md +240 -0
  148. package/skills/subagent-driven-development/code-quality-reviewer-prompt.md +20 -0
  149. package/skills/subagent-driven-development/implementer-prompt.md +78 -0
  150. package/skills/subagent-driven-development/spec-reviewer-prompt.md +61 -0
  151. package/skills/tavily-web/SKILL.md +36 -0
  152. package/skills/telegram-bot-builder/SKILL.md +254 -0
  153. package/skills/test-driven-development/SKILL.md +371 -0
  154. package/skills/test-driven-development/testing-anti-patterns.md +299 -0
  155. package/skills/test-fixing/SKILL.md +119 -0
  156. package/skills/top-web-vulnerabilities/SKILL.md +543 -0
  157. package/skills/trigger-dev/SKILL.md +67 -0
  158. package/skills/twilio-communications/SKILL.md +295 -0
  159. package/skills/upstash-qstash/SKILL.md +68 -0
  160. package/skills/verification-before-completion/SKILL.md +139 -0
  161. package/skills/voice-agents/SKILL.md +68 -0
  162. package/skills/voice-ai-development/SKILL.md +302 -0
  163. package/skills/windows-privilege-escalation/SKILL.md +496 -0
  164. package/skills/wireshark-analysis/SKILL.md +497 -0
  165. package/skills/wordpress-penetration-testing/SKILL.md +485 -0
  166. package/skills/workflow-automation/SKILL.md +68 -0
  167. package/skills/xss-html-injection/SKILL.md +499 -0
  168. package/skills/zapier-make-patterns/SKILL.md +67 -0
package/README.md CHANGED
@@ -6,379 +6,125 @@
6
6
 
7
7
  **Multi-agent orchestration for AI coding assistants**
8
8
 
9
- Transform one AI into a coordinated team of 20 specialist agents with structured workflows, quality gates, and 218+ domain skills.
9
+ Transform one AI into a coordinated team of 20 specialist agents with structured workflows and 310+ domain skills.
10
10
 
11
11
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
12
12
  [![Node.js 18+](https://img.shields.io/badge/Node.js-18%2B-green.svg)](https://nodejs.org/)
13
13
  [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](http://makeapullrequest.com)
14
- [![npm version](https://img.shields.io/npm/v/agent-assistant.svg)](https://www.npmjs.com/package/agent-assistant)
15
14
 
16
15
  ---
17
16
 
18
- ## Table of Contents
19
-
20
- - [What is Agent Assistant?](#what-is-agent-assistant)
21
- - [Why use it?](#why-use-it)
22
- - [Measured Results](#measured-results)
23
- - [Supported Tools](#supported-tools)
24
- - [Installation](#installation)
25
- - [Quick Start](#quick-start)
26
- - [Commands](#commands)
27
- - [Agents](#agents)
28
- - [Matrix Skill Discovery](#matrix-skill-discovery)
29
- - [Project Structure](#project-structure)
30
- - [Architecture](#architecture)
31
- - [Documentation](#documentation)
32
- - [Uninstall](#uninstall)
33
- - [Configuration](#configuration)
34
- - [Contributing](#contributing)
35
- - [License & Support](#license--support)
17
+ ## Why Agent Assistant?
36
18
 
37
- ---
38
-
39
- ## What is Agent Assistant?
40
-
41
- Agent Assistant is an **orchestration layer** between you and your AI coding tool. Instead of one model doing everything, it transforms the AI into a **multi-agent workflow**:
42
-
43
- ```
44
- ┌──────────┐ ┌──────────────┐ ┌─────────────┐ ┌────────────┐ ┌──────────┐
45
- │ You │────▶│ Command │────▶│ Orchestrator│────▶│ Specialist │────▶│ Output │
46
- │ │ │ /cook /fix │ │ │ │ Agents │ │ │
47
- └──────────┘ └──────────────┘ └─────────────┘ └────────────┘ └──────────┘
48
- │ │
49
- ▼ ▼
50
- ┌─────────────┐ ┌────────────┐
51
- │ Rules │ │ Skills │
52
- │ (8 files) │ │ (218+) │
53
- └─────────────┘ └────────────┘
54
- ```
55
-
56
- ### Key Components
57
-
58
- | Component | Count | Purpose |
59
- | --------------------- | ----- | --------------------------------------------------------- |
60
- | **Specialist Agents** | 20 | Domain experts (backend, frontend, security, tester, ...) |
61
- | **Command Workflows** | 40+ | Development workflows (/cook, /fix, /plan, /deploy, ...) |
62
- | **Domain Skills** | 218 | On-demand knowledge (React, APIs, databases, DevOps, ...) |
63
- | **Matrix Domains** | 19 | Skill categories (backend, frontend, security, ...) |
64
- | **Quality Gates** | 5 | Compile, lint, test, security, review |
65
- | **Rule Files** | 8 | Orchestration protocols and laws |
66
-
67
- ---
68
-
69
- ## Why use it?
19
+ | 🎯 Feature | What It Does |
20
+ |------------|--------------|
21
+ | **One-Time Setup, Forever Use** | Configure once at global level (`~/.cursor/`, `~/.claude/`, etc.) and it auto-applies to ALL your projects. No more repetitive config for every new repo. |
22
+ | **Sub-Agent Orchestration** | When supported (Claude Code, Cursor Max mode), the main agent spawns specialized sub-agents to handle tasks **in parallel** — backend, frontend, testing, security all working simultaneously. |
23
+ | **Multi-Platform Support** | Works seamlessly across **Cursor**, **GitHub Copilot**, **Claude Code**, and **Antigravity/Gemini**. Same workflows, any tool. |
24
+ | **Matrix Skill Discovery** | Automatically injects the right skills into each agent based on their profile and your request. 310+ skills, zero manual config. |
70
25
 
71
- | Without Agent Assistant | With Agent Assistant |
72
- | --------------------------- | --------------------------------------- |
73
- | One AI, one style, no gates | 20 experts + workflows + quality checks |
74
- | Easy to miss tests/security | Built-in test, review, security flows |
75
- | Inconsistent patterns | Shared rules, skills, and conventions |
76
- | High token usage | 85% token cost reduction |
77
- | Ad-hoc prompts | Structured, repeatable workflows |
26
+ ### The Goal
78
27
 
79
- Use Agent Assistant when you want **structured, repeatable, production-oriented** AI-assisted coding instead of ad-hoc prompts.
28
+ > **Code less, deliver more.** Reduce token costs by 85%, cut bugs by 70%, and stop wasting time on repetitive tasks.
80
29
 
81
30
  ---
82
31
 
83
- ## Measured Results
32
+ ## Quick Results
84
33
 
85
- | Metric | Improvement |
86
- | --------------------- | ----------------- |
87
- | ⏰ Time-to-Production | **70% faster** |
88
- | 🐛 Bug Rate | **70% reduction** |
89
- | 🔒 Security Issues | **70% reduction** |
90
- | 💰 Token Cost | **85% savings** |
91
-
92
- ---
93
-
94
- ## Supported Tools
95
-
96
- | Tool | Status | Integration |
97
- | -------------------------------- | --------------- | ----------------------------- |
98
- | **Claude Code** (claude.ai/code) | ✅ Full Support | CLI → `~/.claude/` |
99
- | **Cursor** | ✅ Full Support | CLI → `~/.cursor/` |
100
- | **GitHub Copilot** (VS Code) | ✅ Full Support | CLI → `~/.copilot/` + VS Code |
101
- | **Antigravity / Gemini** | ✅ Full Support | CLI → `~/.gemini/` |
34
+ | Metric | Improvement |
35
+ |--------|-------------|
36
+ | ⏰ Time-to-Production | **70% faster** |
37
+ | 🐛 Bug Rate | **70% reduction** |
38
+ | 💰 Token Cost | **85% savings** |
102
39
 
103
40
  ---
104
41
 
105
42
  ## Installation
106
43
 
107
- ### Prerequisites
108
-
109
- - **Node.js 18+**
110
- - At least one supported AI tool
111
-
112
- ### Option A: npm Global Install (Recommended)
113
-
114
- 1. **Install globally**
115
-
116
- ```bash
117
- npm install -g @namch/agent-assistant
118
- ```
119
-
120
- 2. **Install for your tool**
121
-
122
- ```bash
123
- # Single tool
124
- agent-assistant install cursor
125
- agent-assistant install copilot
126
- agent-assistant install antigravity
127
- agent-assistant install claude
128
-
129
- # All supported tools
130
- agent-assistant install --all
131
- ```
132
-
133
- 3. **Verify installation**
134
-
135
- ```bash
136
- agent-assistant list
137
- ```
138
-
139
- ### Option B: Clone and Install
140
-
141
44
  ```bash
142
- git clone https://github.com/nals-ai/agent-assistant.git
45
+ # Clone
46
+ git clone https://github.com/hainamchung/agent-assistant.git
143
47
  cd agent-assistant
144
- node cli/install.js install --all # Installs for all tools globally
145
- ```
146
48
 
147
- ### What Gets Installed
49
+ # Install for your tool(s)
50
+ node cli/install.js install cursor # Cursor
51
+ node cli/install.js install claude # Claude Code
52
+ node cli/install.js install copilot # GitHub Copilot
53
+ node cli/install.js install antigravity # Antigravity/Gemini
54
+ node cli/install.js install --all # All tools
55
+ ```
148
56
 
149
- | Component | Cursor | Copilot | Claude Code | Antigravity |
150
- | ----------- | ----------------------------------- | ------------------------------------ | ----------------------------------- | ------------------------ |
151
- | Entry point | `~/.cursor/rules/` | VS Code prompts | `~/.claude/CLAUDE.md` | `~/.gemini/GEMINI.md` |
152
- | Commands | `~/.cursor/commands/` | `~/.copilot/commands/` | `~/.claude/commands/` | workflows |
153
- | Framework | `~/.cursor/skills/agent-assistant/` | `~/.copilot/skills/agent-assistant/` | `~/.claude/skills/agent-assistant/` | `~/.gemini/antigravity/` |
154
- | Agents | `~/.cursor/agents/` | `~/.copilot/agents/` | `~/.claude/agents/` | `~/.gemini/agents/` |
155
- | Skills | `~/.cursor/skills/` | `~/.copilot/skills/` | `~/.claude/skills/` | in framework |
57
+ That's it. The framework installs globally and works across all your projects.
156
58
 
157
59
  ---
158
60
 
159
61
  ## Quick Start
160
62
 
161
- ### 1. Generate Project Documentation (Recommended First Step)
63
+ ### 1. Generate Project Docs (Recommended)
162
64
 
163
65
  ```bash
164
- /docs:core # Generate 5 core technical docs
165
- /docs:business # Generate 4 business docs
66
+ /docs:core # Technical docs for AI context
67
+ /docs:business # Business requirements
166
68
  ```
167
69
 
168
- This creates files in `./documents/` that agents use when implementing features. **Without these docs, agents work generically. With them, agents follow YOUR project's patterns.**
70
+ Creates `./documents/` files that agents reference. Without docs, agents work generically. With docs, they follow YOUR patterns.
169
71
 
170
- ### 2. Try Your First Commands
72
+ ### 2. Start Building
171
73
 
172
74
  ```bash
173
- # Simple feature (2-3 agents, minimal gates)
174
- /cook:fast "add dark mode toggle"
175
-
176
- # Complex feature (5-8 agents, all quality gates)
177
- /cook:hard "implement OAuth 2.0 authentication"
178
-
179
- # Code review
180
- /review "audit authentication module"
181
-
182
- # Create implementation plan
183
- /plan "build notification system"
184
-
185
- # Debug an issue
186
- /debug "payment fails on Safari"
187
-
188
- # Generate tests
189
- /test:hard "user registration flow"
75
+ /cook:fast "add dark mode toggle" # Simple feature
76
+ /cook:hard "implement OAuth 2.0" # Complex feature with all quality gates
77
+ /fix "payment fails on Safari" # Bug fix
78
+ /plan "build notification system" # Implementation plan
79
+ /test:hard "user registration flow" # Generate tests
80
+ /review "audit auth module" # Code review
190
81
  ```
191
82
 
192
- ### 3. Understand Variants
83
+ ### Variants
193
84
 
194
- | Variant | When to Use | What It Does |
195
- | ------- | ---------------- | -------------------------------------------- |
196
- | `:fast` | Simple tasks | Quick execution, 2-3 agents |
197
- | `:hard` | Complex features | Full workflow, 5-8 agents, all quality gates |
85
+ | Variant | Use For | Agents |
86
+ |---------|---------|--------|
87
+ | `:fast` | Simple tasks | 2-3 agents |
88
+ | `:hard` | Complex features | 5-8 agents + quality gates |
198
89
 
199
90
  ---
200
91
 
201
- ## Commands
202
-
203
- ### Development Commands
92
+ ## Commands Reference
204
93
 
205
- | Command | Description | Variants |
206
- | ------- | --------------------- | ---------------- |
207
- | `/cook` | Implement features | `:fast`, `:hard` |
208
- | `/code` | Write code snippets | `:fast`, `:hard` |
209
- | `/fix` | Fix bugs and refactor | `:fast`, `:hard` |
210
-
211
- ### Quality Commands
212
-
213
- | Command | Description | Variants |
214
- | --------- | -------------------- | ---------------- |
215
- | `/test` | Generate tests | `:fast`, `:hard` |
216
- | `/review` | Code review | `:fast`, `:hard` |
217
- | `/debug` | Systematic debugging | `:fast`, `:hard` |
218
-
219
- ### Planning Commands
220
-
221
- | Command | Description | Variants |
222
- | ------------- | ----------------------- | ---------------- |
223
- | `/plan` | Implementation planning | `:fast`, `:hard` |
224
- | `/brainstorm` | Requirements discovery | `:fast`, `:hard` |
225
- | `/design` | UI/UX design | `:fast`, `:hard` |
226
-
227
- ### Documentation Commands
228
-
229
- | Command | Description | Files Created |
230
- | ---------------- | ------------------------- | ----------------------- |
231
- | `/docs:core` | Technical documentation | 5 knowledge-\*.md files |
232
- | `/docs:business` | Business documentation | 4 business-\*.md files |
233
- | `/docs:audit` | Security/compliance audit | 4 audit-\*.md files |
234
-
235
- ### Deployment Commands
236
-
237
- | Command | Description |
238
- | -------------------- | -------------------------- |
239
- | `/deploy:check` | Pre-deployment validation |
240
- | `/deploy:preview` | Deploy to staging |
241
- | `/deploy:production` | Deploy to production |
242
- | `/deploy:rollback` | Revert to previous version |
243
-
244
- ### Utility Commands
245
-
246
- | Command | Description |
247
- | ------- | ------------------------ |
248
- | `/ask` | Q&A about codebase |
249
- | `/auto` | Auto-detect best command |
94
+ | Category | Commands |
95
+ |----------|----------|
96
+ | **Build** | `/cook`, `/code`, `/fix` |
97
+ | **Quality** | `/test`, `/review`, `/debug` |
98
+ | **Plan** | `/plan`, `/brainstorm`, `/design` |
99
+ | **Docs** | `/docs:core`, `/docs:business`, `/docs:audit` |
100
+ | **Deploy** | `/deploy:check`, `/deploy:preview`, `/deploy:production` |
250
101
 
251
102
  ---
252
103
 
253
- ## Agents
254
-
255
- Agent Assistant includes 20 specialist agents organized by domain:
256
-
257
- ### Implementation Agents
258
-
259
- | Agent | Role |
260
- | ------------------- | ---------------------------- |
261
- | `backend-engineer` | APIs, server logic, data |
262
- | `frontend-engineer` | UI, React, a11y, performance |
263
- | `mobile-engineer` | iOS/Android, React Native |
264
- | `game-engineer` | Game loop, 3D, performance |
265
-
266
- ### Architecture Agents
267
-
268
- | Agent | Role |
269
- | -------------------- | -------------------------- |
270
- | `tech-lead` | Orchestration, routing |
271
- | `database-architect` | Schema, migrations, tuning |
272
-
273
- ### Quality Agents
274
-
275
- | Agent | Role |
276
- | ------------------- | ------------------------- |
277
- | `tester` | Test strategy, automation |
278
- | `reviewer` | Code review, compliance |
279
- | `debugger` | Root cause analysis |
280
- | `security-engineer` | OWASP, threat modeling |
281
-
282
- ### Planning Agents
104
+ ## 20 Specialist Agents
283
105
 
284
- | Agent | Role |
285
- | ------------------ | --------------------------- |
286
- | `planner` | Implementation plans, risks |
287
- | `brainstormer` | Requirements, clarification |
288
- | `business-analyst` | User stories, stakeholders |
289
-
290
- ### Support Agents
291
-
292
- | Agent | Role |
293
- | ---------------------- | -------------------------- |
294
- | `designer` | UI/UX, design system |
295
- | `devops-engineer` | CI/CD, infrastructure |
296
- | `docs-manager` | README, API docs |
297
- | `performance-engineer` | Profiling, optimization |
298
- | `researcher` | Docs, sources, comparisons |
299
- | `scouter` | Codebase exploration |
300
- | `project-manager` | Sprints, risks, delivery |
106
+ | Domain | Agents |
107
+ |--------|--------|
108
+ | **Implementation** | backend-engineer, frontend-engineer, mobile-engineer, game-engineer |
109
+ | **Architecture** | tech-lead, database-architect |
110
+ | **Quality** | tester, reviewer, debugger, security-engineer |
111
+ | **Planning** | planner, brainstormer, business-analyst |
112
+ | **Support** | designer, devops-engineer, docs-manager, performance-engineer, researcher, scouter, project-manager |
301
113
 
302
114
  ---
303
115
 
304
116
  ## Matrix Skill Discovery
305
117
 
306
- Agent Assistant uses **Matrix Skill Discovery**—a centralized system that automatically injects relevant skills into agents based on their declared profile.
307
-
308
- ### How It Works
309
-
310
- Instead of hardcoding skills in agents:
118
+ Agents don't have hardcoded skills. They declare a **profile**, and the Matrix automatically injects relevant skills:
311
119
 
312
120
  ```yaml
313
- # OLD approach (no longer used)
314
- skills: [api-patterns, database-design, nodejs-best-practices]
315
- ```
316
-
317
- Agents declare a **profile**:
318
-
319
- ```yaml
320
- # Matrix Skill Discovery
121
+ # Agent declares:
321
122
  profile: "backend:execution"
322
- ```
323
123
 
324
- The system automatically resolves and injects skills:
325
-
326
- ```
327
- Agent declares profile → Matrix resolves domains → Skills injected at runtime
328
- ```
329
-
330
- ### Benefits
331
-
332
- | Metric | Hardcoded Skills | Matrix Discovery |
333
- | ----------------- | ---------------- | ---------------- |
334
- | Add new skill | Update 10+ files | Update 1 file |
335
- | Skill consistency | Manual | Guaranteed |
336
- | Agent file size | ~200 lines | ~150 lines |
337
- | Single source | ❌ | ✅ |
338
-
339
- ### Matrix Structure
340
-
341
- ```
342
- matrix-skills/
343
- ├── _index.yaml # Registry + agent profiles + resolution rules
344
- ├── backend.yaml # 20 backend skills
345
- ├── frontend.yaml # 18 frontend skills
346
- ├── architecture.yaml # 9 architecture skills
347
- ├── quality.yaml # 17 QA skills
348
- ├── security.yaml # 6 security skills
349
- ├── design.yaml # 10 design skills
350
- ├── planning.yaml # 9 planning skills
351
- ├── devops.yaml # 15 DevOps skills
352
- ├── data.yaml # 7 database skills
353
- ├── performance.yaml # 1 performance skill
354
- ├── research.yaml # 11 research skills
355
- ├── mobile.yaml # 8 mobile skills
356
- ├── gaming.yaml # 3 gaming skills
357
- ├── management.yaml # 4 management skills
358
- ├── ai-ml.yaml # 13 AI/ML skills
359
- ├── cloud.yaml # 11 cloud skills
360
- ├── languages.yaml # 17 language skills
361
- ├── tools.yaml # 31 utility skills
362
- └── mcp.yaml # 8 MCP skills
124
+ # Matrix resolves 20+ backend skills injected automatically
363
125
  ```
364
126
 
365
- ### Skill Entry Schema
366
-
367
- ```yaml
368
- - skill_id: api-patterns
369
- category: core
370
- priority_score: 9
371
- relevance_mapping:
372
- agents: [backend-engineer, tech-lead]
373
- profiles: ["backend:*"]
374
- description: "REST/GraphQL design, versioning, pagination"
375
- ```
376
-
377
- ### Adding New Skills
378
-
379
- 1. Create skill folder: `skills/{skill-id}/SKILL.md`
380
- 2. Add entry to domain file: `matrix-skills/{domain}.yaml`
381
- 3. Done! No agent files need modification.
127
+ **310+ skills** across 19 domains. Add a new skill once, all relevant agents get it instantly.
382
128
 
383
129
  ---
384
130
 
@@ -386,236 +132,37 @@ matrix-skills/
386
132
 
387
133
  ```
388
134
  agent-assistant/
389
- ├── agents/ # 20 specialist agents
390
- │ └── {agent}.md # Agent definition (profile-based)
391
- ├── commands/ # 40+ command workflows
392
- ├── cook/ # Feature implementation
393
- │ │ ├── fast.md # Quick execution
394
- │ │ └── hard.md # Full workflow
395
- │ ├── fix/ # Bug fixing
396
- │ ├── plan/ # Planning
397
- │ ├── docs/ # Documentation
398
- │ └── deploy/ # Deployment
399
- ├── rules/ # 8 orchestration rules
400
- │ ├── BOOTSTRAP.md # Entry point
401
- │ ├── ORCHESTRATION-LAWS.md # 10 inviolable laws
402
- │ ├── EXECUTION-PROTOCOL.md # Phase execution
403
- │ ├── ADAPTIVE-EXECUTION.md # Tier 1/2 decisions
404
- │ ├── AGENT-RULES.md # Agent guidelines
405
- │ ├── SKILL-DISCOVERY.md # Matrix algorithm
406
- │ ├── ERROR-RECOVERY.md # Error handling
407
- │ └── QUICK-REFERENCE.md # Lookup tables
408
- ├── matrix-skills/ # 19 domain files + registry
409
- │ ├── _index.yaml # Central registry (218 skills)
410
- │ └── {domain}.yaml # Domain-specific skills
411
- ├── skills/ # 218 domain skills
412
- │ └── {skill-id}/SKILL.md # Skill definition
413
- ├── documents/ # Generated documentation
414
- │ ├── knowledge-*.md # Core docs
415
- │ ├── business/ # Business docs
416
- │ └── audit/ # Audit docs
417
- ├── cli/ # CLI installer
418
- │ └── install.js # Main installer
419
- ├── code-assistants/ # IDE-specific configs
420
- ├── AGENT-TEMPLATE.md # Agent template
421
- ├── CLAUDE.md # Claude Code entry
422
- ├── CURSOR.md # Cursor entry
423
- ├── COPILOT.md # Copilot entry
424
- ├── GEMINI.md # Antigravity entry
425
- └── package.json
426
- ```
427
-
428
- ---
429
-
430
- ## Architecture
431
-
432
- ### Orchestrator Pattern
433
-
434
- The Orchestrator is the central brain that coordinates all work:
435
-
135
+ ├── agents/ # 20 specialist agents
136
+ ├── commands/ # 40+ workflow commands
137
+ ├── rules/ # 8 orchestration rules
138
+ ├── matrix-skills/ # 19 domain skill registries
139
+ ├── skills/ # 310+ domain skills
140
+ └── cli/ # Installer
436
141
  ```
437
- ╔═══════════════════════════════════════════════════════════════════════════════╗
438
- ║ ORCHESTRATOR — THE CENTRAL BRAIN ║
439
- ║ ║
440
- ║ ✅ YOU DO: Delegate, coordinate, verify, synthesize ║
441
- ║ ❌ YOU NEVER: Write code, debug, test, design, or implement directly ║
442
- ╚═══════════════════════════════════════════════════════════════════════════════╝
443
- ```
444
-
445
- ### Tiered Execution
446
-
447
- | Tier | Name | When Used | Context |
448
- | ------ | --------- | ------------------- | ----------------------- |
449
- | TIER 1 | Sub-agent | When tool available | ISOLATED (fresh memory) |
450
- | TIER 2 | Embody | Fallback only | SHARED (same memory) |
451
-
452
- **Rule**: TIER 1 is MANDATORY when available. TIER 2 is FALLBACK only.
453
-
454
- ### The 10 Orchestration Laws
455
-
456
- 1. **Absolute Decentralization** — Orchestrator NEVER implements
457
- 2. **Requirement Integrity** — 100% fidelity capture
458
- 3. **Workflow Sovereignty** — Command file is source of truth
459
- 4. **Deep Agent Embodiment** — Fully become the agent
460
- 5. **Context Isolation** — Clean handoffs only
461
- 6. **Language Matching** — Match user's language
462
- 7. **Recursive Delegation** — Managers coordinate, never implement
463
- 8. **Stateful Handoff** — Prior deliverables are immutable
464
- 9. **Constraint Propagation** — Global state awareness
465
- 10. **Tiered Execution** — Sub-agent first, embody fallback
466
142
 
467
143
  ---
468
144
 
469
- ## Documentation
470
-
471
- Agent Assistant generates comprehensive documentation through the `/docs` command family. This documentation helps AI agents understand YOUR project's specific patterns and conventions.
472
-
473
- ### Why Generate Documentation?
474
-
475
- | Without Docs | With Docs |
476
- | --------------------------------- | ------------------------------ |
477
- | Agents work with generic patterns | Agents follow YOUR conventions |
478
- | Inconsistent implementations | Consistent with codebase |
479
- | Rework due to misunderstanding | First-time quality |
480
- | Token waste on context | Efficient, targeted responses |
481
-
482
- ### Core Documentation (`./documents/`)
483
-
484
- Generated by `/docs:core` — Technical documentation for AI agents.
485
-
486
- | File | Purpose | Lines |
487
- | --------------------------- | --------------------------------------- | ----- |
488
- | `knowledge-overview.md` | Project introduction, goals, tech stack | ~400 |
489
- | `knowledge-architecture.md` | System design, components, patterns | ~500 |
490
- | `knowledge-domain.md` | Data models, API contracts, entities | ~550 |
491
- | `knowledge-source-base.md` | Directory structure, file purposes | ~450 |
492
- | `knowledge-standards.md` | Code style, naming, commit format | ~500 |
493
-
494
- ### Business Documentation (`./documents/business/`)
495
-
496
- Generated by `/docs:business` — Business-oriented documentation.
497
-
498
- | File | Purpose | Lines |
499
- | ----------------------- | ----------------------------- | ----- |
500
- | `business-prd.md` | Product requirements document | ~450 |
501
- | `business-features.md` | Feature specifications | ~600 |
502
- | `business-workflows.md` | User journeys and flows | ~550 |
503
- | `business-glossary.md` | Term definitions (80+ terms) | ~500 |
504
-
505
- ### Audit Documentation (`./documents/audit/`)
506
-
507
- Generated by `/docs:audit` — Security and compliance documentation.
508
-
509
- | File | Purpose |
510
- | -------------------------- | ------------------------ |
511
- | `audit-security.md` | Security assessment |
512
- | `audit-compliance.md` | Compliance status |
513
- | `audit-dataflow.md` | Data flow analysis |
514
- | `audit-recommendations.md` | Security recommendations |
515
-
516
- ### Documentation Generation Commands
517
-
518
- ```bash
519
- # Generate all core technical docs (recommended first step)
520
- /docs:core
521
-
522
- # Generate business documentation
523
- /docs:business
524
-
525
- # Generate security/compliance audit docs
526
- /docs:audit
527
- ```
528
-
529
- ---
530
-
531
- ## Uninstall
532
-
533
- ```bash
534
- # Single tool
535
- agent-assistant uninstall cursor
536
- agent-assistant uninstall copilot
537
- agent-assistant uninstall antigravity
538
-
539
- # All tools
540
- agent-assistant uninstall --all
541
- ```
542
-
543
- Your custom skills and configurations are preserved.
544
-
545
- ---
546
-
547
- ## Configuration
548
-
549
- ### Update Framework
550
-
551
- ```bash
552
- git pull origin main
553
- agent-assistant install --all # or specific tool
554
- ```
555
-
556
- ### Add Custom Skills
557
-
558
- Add skill folders to your tool's skills directory:
559
-
560
- - Cursor: `~/.cursor/skills/`
561
- - Copilot: `~/.copilot/skills/`
562
- - Antigravity: `~/.gemini/antigravity/skills/`
563
-
564
- Custom skills are picked up automatically.
565
-
566
- ### Add Skills to Matrix
567
-
568
- 1. Create skill folder: `skills/{skill-id}/SKILL.md`
569
- 2. Add entry to domain file: `matrix-skills/{domain}.yaml`
145
+ ## Supported Tools
570
146
 
571
- ```yaml
572
- - skill_id: my-new-skill
573
- category: specialized
574
- priority_score: 7
575
- relevance_mapping:
576
- agents: [backend-engineer]
577
- profiles: ["backend:execution"]
578
- description: "Brief description for AI recognition"
579
- ```
147
+ | Tool | Status | Install Path |
148
+ |------|--------|--------------|
149
+ | Cursor | ✅ Full | `~/.cursor/` |
150
+ | Claude Code | ✅ Full | `~/.claude/` |
151
+ | GitHub Copilot | ✅ Full | `~/.copilot/` |
152
+ | Antigravity | ✅ Full | `~/.gemini/` |
580
153
 
581
154
  ---
582
155
 
583
156
  ## Contributing
584
157
 
585
- Contributions are welcome!
586
-
587
- ### How to Contribute
588
-
589
- 1. Fork the repo
590
- 2. Create a branch: `git checkout -b feature/your-feature`
591
- 3. Commit with [Conventional Commits](https://www.conventionalcommits.org/): `git commit -m 'feat: add X'`
592
- 4. Push and open a Pull Request
593
-
594
- ### Commit Types
595
-
596
- | Type | Description |
597
- | ---------- | ---------------- |
598
- | `feat` | New feature |
599
- | `fix` | Bug fix |
600
- | `docs` | Documentation |
601
- | `refactor` | Code refactoring |
602
- | `test` | Tests |
603
- | `chore` | Maintenance |
604
-
605
- ### Areas to Contribute
606
-
607
- - **Agents**: New specialists for specialized domains
608
- - **Commands**: New workflow types
609
- - **Skills**: Domain knowledge for technologies
610
- - **Matrix**: Skill mappings and categories
611
- - **Documentation**: Improvements and translations
612
- - **Bug fixes**: Issue resolutions
158
+ 1. Fork → Branch → Commit (`feat:`, `fix:`, `docs:`) → PR
159
+ 2. Areas: Agents, Commands, Skills, Matrix, Docs, Bug fixes
613
160
 
614
161
  ---
615
162
 
616
163
  ## Support
617
164
 
618
- If you find this project helpful, consider buying me a coffee!
165
+ If this helps you ship faster, consider buying me a coffee!
619
166
 
620
167
  <a href="https://buymeacoffee.com/hainamchuns" target="_blank">
621
168
  <img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" height="60" width="217">
@@ -623,20 +170,17 @@ If you find this project helpful, consider buying me a coffee!
623
170
 
624
171
  <br/>
625
172
  <img src="assets/buymeacoffee-qr.png" alt="Buy Me A Coffee QR Code" width="150" />
173
+ <br/>
174
+ <img src="assets/IMG_20260126_202557.png" alt="QR Code" width="150" />
626
175
 
627
176
  ---
628
177
 
629
- ## License & Support
178
+ ## License
630
179
 
631
- - **License**: [MIT](LICENSE)
632
- - **Author**: NamCH
633
- - **Issues**: [GitHub Issues](https://github.com/hainamchung/agent-assistant/issues)
634
- - **Documentation**: [documents/](documents/)
635
-
636
- ---
180
+ MIT [NamCH](https://github.com/hainamchung) — [Issues](https://github.com/hainamchung/agent-assistant/issues)
637
181
 
638
182
  <div align="center">
639
183
 
640
- **Agent Assistant** — _Orchestrate. Delegate. Verify. Deliver._
184
+ **Agent Assistant** — _Code less. Deliver more._
641
185
 
642
186
  </div>