@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.
- package/README.md +83 -539
- package/agents/backend-engineer.md +0 -8
- package/agents/brainstormer.md +0 -6
- package/agents/business-analyst.md +0 -5
- package/agents/database-architect.md +0 -6
- package/agents/debugger.md +0 -6
- package/agents/designer.md +0 -5
- package/agents/devops-engineer.md +0 -7
- package/agents/docs-manager.md +0 -6
- package/agents/frontend-engineer.md +0 -7
- package/agents/game-engineer.md +0 -7
- package/agents/mobile-engineer.md +0 -7
- package/agents/performance-engineer.md +0 -7
- package/agents/planner.md +0 -6
- package/agents/project-manager.md +0 -6
- package/agents/researcher.md +0 -5
- package/agents/reviewer.md +0 -6
- package/agents/scouter.md +0 -6
- package/agents/security-engineer.md +0 -7
- package/agents/tech-lead.md +0 -7
- package/agents/tester.md +0 -5
- package/cli/README.md +19 -10
- package/documents/business/business-features.md +1 -1
- package/documents/business/business-prd.md +4 -4
- package/documents/knowledge-architecture.md +1 -1
- package/documents/knowledge-domain.md +1 -1
- package/documents/knowledge-overview.md +14 -29
- package/documents/knowledge-source-base.md +14 -14
- package/package.json +1 -1
- package/rules/QUICK-REFERENCE.md +4 -1
- package/rules/SKILL-DISCOVERY.md +37 -14
- package/skills/active-directory-attacks/SKILL.md +383 -0
- package/skills/active-directory-attacks/references/advanced-attacks.md +382 -0
- package/skills/agent-evaluation/SKILL.md +64 -0
- package/skills/agent-memory-mcp/SKILL.md +82 -0
- package/skills/agent-memory-systems/SKILL.md +67 -0
- package/skills/agent-tool-builder/SKILL.md +53 -0
- package/skills/ai-agents-architect/SKILL.md +90 -0
- package/skills/ai-product/SKILL.md +54 -0
- package/skills/ai-wrapper-product/SKILL.md +273 -0
- package/skills/api-documentation-generator/SKILL.md +484 -0
- package/skills/api-fuzzing-bug-bounty/SKILL.md +433 -0
- package/skills/api-security-best-practices/SKILL.md +907 -0
- package/skills/autonomous-agent-patterns/SKILL.md +761 -0
- package/skills/autonomous-agents/SKILL.md +68 -0
- package/skills/aws-penetration-testing/SKILL.md +405 -0
- package/skills/aws-penetration-testing/references/advanced-aws-pentesting.md +469 -0
- package/skills/azure-functions/SKILL.md +42 -0
- package/skills/backend-dev-guidelines/SKILL.md +342 -0
- package/skills/backend-dev-guidelines/resources/architecture-overview.md +451 -0
- package/skills/backend-dev-guidelines/resources/async-and-errors.md +307 -0
- package/skills/backend-dev-guidelines/resources/complete-examples.md +638 -0
- package/skills/backend-dev-guidelines/resources/configuration.md +275 -0
- package/skills/backend-dev-guidelines/resources/database-patterns.md +224 -0
- package/skills/backend-dev-guidelines/resources/middleware-guide.md +213 -0
- package/skills/backend-dev-guidelines/resources/routing-and-controllers.md +756 -0
- package/skills/backend-dev-guidelines/resources/sentry-and-monitoring.md +336 -0
- package/skills/backend-dev-guidelines/resources/services-and-repositories.md +789 -0
- package/skills/backend-dev-guidelines/resources/testing-guide.md +235 -0
- package/skills/backend-dev-guidelines/resources/validation-patterns.md +754 -0
- package/skills/broken-authentication/SKILL.md +476 -0
- package/skills/bullmq-specialist/SKILL.md +57 -0
- package/skills/bun-development/SKILL.md +691 -0
- package/skills/burp-suite-testing/SKILL.md +380 -0
- package/skills/cloud-penetration-testing/SKILL.md +501 -0
- package/skills/cloud-penetration-testing/references/advanced-cloud-scripts.md +318 -0
- package/skills/computer-use-agents/SKILL.md +315 -0
- package/skills/content-creator/SKILL.md +248 -0
- package/skills/content-creator/assets/content_calendar_template.md +99 -0
- package/skills/content-creator/references/brand_guidelines.md +199 -0
- package/skills/content-creator/references/content_frameworks.md +534 -0
- package/skills/content-creator/references/social_media_optimization.md +317 -0
- package/skills/content-creator/scripts/brand_voice_analyzer.py +185 -0
- package/skills/content-creator/scripts/seo_optimizer.py +419 -0
- package/skills/context-window-management/SKILL.md +53 -0
- package/skills/conversation-memory/SKILL.md +61 -0
- package/skills/copy-editing/SKILL.md +439 -0
- package/skills/copywriting/SKILL.md +225 -0
- package/skills/crewai/SKILL.md +243 -0
- package/skills/discord-bot-architect/SKILL.md +277 -0
- package/skills/dispatching-parallel-agents/SKILL.md +180 -0
- package/skills/email-sequence/SKILL.md +925 -0
- package/skills/email-systems/SKILL.md +54 -0
- package/skills/ethical-hacking-methodology/SKILL.md +466 -0
- package/skills/executing-plans/SKILL.md +76 -0
- package/skills/file-path-traversal/SKILL.md +486 -0
- package/skills/finishing-a-development-branch/SKILL.md +200 -0
- package/skills/frontend-dev-guidelines/SKILL.md +359 -0
- package/skills/frontend-dev-guidelines/resources/common-patterns.md +331 -0
- package/skills/frontend-dev-guidelines/resources/complete-examples.md +872 -0
- package/skills/frontend-dev-guidelines/resources/component-patterns.md +502 -0
- package/skills/frontend-dev-guidelines/resources/data-fetching.md +767 -0
- package/skills/frontend-dev-guidelines/resources/file-organization.md +502 -0
- package/skills/frontend-dev-guidelines/resources/loading-and-error-states.md +501 -0
- package/skills/frontend-dev-guidelines/resources/performance.md +406 -0
- package/skills/frontend-dev-guidelines/resources/routing-guide.md +364 -0
- package/skills/frontend-dev-guidelines/resources/styling-guide.md +428 -0
- package/skills/frontend-dev-guidelines/resources/typescript-standards.md +418 -0
- package/skills/gcp-cloud-run/SKILL.md +288 -0
- package/skills/git-pushing/SKILL.md +33 -0
- package/skills/git-pushing/scripts/smart_commit.sh +19 -0
- package/skills/github-workflow-automation/SKILL.md +846 -0
- package/skills/html-injection-testing/SKILL.md +498 -0
- package/skills/idor-testing/SKILL.md +442 -0
- package/skills/inngest/SKILL.md +55 -0
- package/skills/javascript-mastery/SKILL.md +645 -0
- package/skills/kaizen/SKILL.md +730 -0
- package/skills/langfuse/SKILL.md +238 -0
- package/skills/langgraph/SKILL.md +287 -0
- package/skills/linux-privilege-escalation/SKILL.md +504 -0
- package/skills/llm-app-patterns/SKILL.md +760 -0
- package/skills/metasploit-framework/SKILL.md +478 -0
- package/skills/multi-agent-brainstorming/SKILL.md +256 -0
- package/skills/neon-postgres/SKILL.md +56 -0
- package/skills/nextjs-supabase-auth/SKILL.md +56 -0
- package/skills/nosql-expert/SKILL.md +111 -0
- package/skills/pentest-checklist/SKILL.md +334 -0
- package/skills/pentest-commands/SKILL.md +438 -0
- package/skills/plaid-fintech/SKILL.md +50 -0
- package/skills/planning-with-files/SKILL.md +211 -0
- package/skills/planning-with-files/examples.md +202 -0
- package/skills/planning-with-files/reference.md +218 -0
- package/skills/planning-with-files/scripts/check-complete.sh +44 -0
- package/skills/planning-with-files/scripts/init-session.sh +120 -0
- package/skills/planning-with-files/templates/findings.md +95 -0
- package/skills/planning-with-files/templates/progress.md +114 -0
- package/skills/planning-with-files/templates/task_plan.md +132 -0
- package/skills/privilege-escalation-methods/SKILL.md +333 -0
- package/skills/production-code-audit/SKILL.md +540 -0
- package/skills/prompt-caching/SKILL.md +61 -0
- package/skills/prompt-engineering/SKILL.md +171 -0
- package/skills/prompt-library/SKILL.md +322 -0
- package/skills/rag-engineer/SKILL.md +90 -0
- package/skills/rag-implementation/SKILL.md +63 -0
- package/skills/react-ui-patterns/SKILL.md +289 -0
- package/skills/red-team-tools/SKILL.md +310 -0
- package/skills/scanning-tools/SKILL.md +589 -0
- package/skills/shodan-reconnaissance/SKILL.md +503 -0
- package/skills/slack-bot-builder/SKILL.md +264 -0
- package/skills/smtp-penetration-testing/SKILL.md +500 -0
- package/skills/social-content/SKILL.md +807 -0
- package/skills/software-architecture/SKILL.md +75 -0
- package/skills/sql-injection-testing/SKILL.md +448 -0
- package/skills/sqlmap-database-pentesting/SKILL.md +400 -0
- package/skills/ssh-penetration-testing/SKILL.md +488 -0
- package/skills/stripe-integration/SKILL.md +69 -0
- package/skills/subagent-driven-development/SKILL.md +240 -0
- package/skills/subagent-driven-development/code-quality-reviewer-prompt.md +20 -0
- package/skills/subagent-driven-development/implementer-prompt.md +78 -0
- package/skills/subagent-driven-development/spec-reviewer-prompt.md +61 -0
- package/skills/tavily-web/SKILL.md +36 -0
- package/skills/telegram-bot-builder/SKILL.md +254 -0
- package/skills/test-driven-development/SKILL.md +371 -0
- package/skills/test-driven-development/testing-anti-patterns.md +299 -0
- package/skills/test-fixing/SKILL.md +119 -0
- package/skills/top-web-vulnerabilities/SKILL.md +543 -0
- package/skills/trigger-dev/SKILL.md +67 -0
- package/skills/twilio-communications/SKILL.md +295 -0
- package/skills/upstash-qstash/SKILL.md +68 -0
- package/skills/verification-before-completion/SKILL.md +139 -0
- package/skills/voice-agents/SKILL.md +68 -0
- package/skills/voice-ai-development/SKILL.md +302 -0
- package/skills/windows-privilege-escalation/SKILL.md +496 -0
- package/skills/wireshark-analysis/SKILL.md +497 -0
- package/skills/wordpress-penetration-testing/SKILL.md +485 -0
- package/skills/workflow-automation/SKILL.md +68 -0
- package/skills/xss-html-injection/SKILL.md +499 -0
- package/skills/zapier-make-patterns/SKILL.md +67 -0
|
@@ -35,14 +35,6 @@ category: execution
|
|
|
35
35
|
|
|
36
36
|
> **MATRIX DISCOVERY**: Skills auto-injected from domain files in `~/.{TOOL}/skills/agent-assistant/matrix-skills/`
|
|
37
37
|
> Profile: `backend:execution` | Domains: `backend`, `architecture`, `quality`, `data`, `languages`
|
|
38
|
-
|
|
39
|
-
| Domain File | Key Skills |
|
|
40
|
-
|-------------|------------|
|
|
41
|
-
| `backend.yaml` | `api-patterns`, `backend-development`, `microservices-architect`, `senior-backend` |
|
|
42
|
-
| `architecture.yaml` | `architecture`, `clean-code`, `code-refactoring` |
|
|
43
|
-
| `data.yaml` | `database-design`, `sql-pro`, `prisma-expert` |
|
|
44
|
-
| `languages.yaml` | `typescript-expert`, `python-patterns`, `golang-pro` |
|
|
45
|
-
|
|
46
38
|
---
|
|
47
39
|
|
|
48
40
|
## 🎯 Expert Mindset
|
package/agents/brainstormer.md
CHANGED
|
@@ -36,12 +36,6 @@ category: research
|
|
|
36
36
|
> **MATRIX DISCOVERY**: Skills auto-injected from domain files in `~/.{TOOL}/skills/agent-assistant/matrix-skills/`
|
|
37
37
|
> Profile: `planning:discovery` | Domains: `planning`, `research`
|
|
38
38
|
|
|
39
|
-
| Domain File | Key Skills |
|
|
40
|
-
|-------------|------------|
|
|
41
|
-
| `planning.yaml` | `brainstorming`, `planning`, `sequential-thinking`, `problem-solving` |
|
|
42
|
-
| `research.yaml` | `research` |
|
|
43
|
-
| `tools.yaml` | `domain-name-brainstormer` |
|
|
44
|
-
|
|
45
39
|
---
|
|
46
40
|
|
|
47
41
|
## 🎯 Expert Mindset
|
|
@@ -36,11 +36,6 @@ category: research
|
|
|
36
36
|
> **MATRIX DISCOVERY**: Skills auto-injected from domain files in `~/.{TOOL}/skills/agent-assistant/matrix-skills/`
|
|
37
37
|
> Profile: `planning:business` | Domains: `planning`, `management`
|
|
38
38
|
|
|
39
|
-
| Domain File | Key Skills |
|
|
40
|
-
|-------------|------------|
|
|
41
|
-
| `planning.yaml` | `brainstorming`, `planning`, `spec-miner` |
|
|
42
|
-
| `management.yaml` | `product-manager-toolkit`, `agile-product-owner` |
|
|
43
|
-
|
|
44
39
|
---
|
|
45
40
|
|
|
46
41
|
## 🎯 Expert Mindset
|
|
@@ -36,12 +36,6 @@ category: execution
|
|
|
36
36
|
> **MATRIX DISCOVERY**: Skills auto-injected from domain files in `~/.{TOOL}/skills/agent-assistant/matrix-skills/`
|
|
37
37
|
> Profile: `data:execution` | Domains: `data`, `performance`, `architecture`
|
|
38
38
|
|
|
39
|
-
| Domain File | Key Skills |
|
|
40
|
-
|-------------|------------|
|
|
41
|
-
| `data.yaml` | `database-design`, `databases`, `prisma-expert`, `sql-pro`, `postgres-pro` |
|
|
42
|
-
| `performance.yaml` | `performance-profiling` |
|
|
43
|
-
| `architecture.yaml` | `architecture`, `clean-code` |
|
|
44
|
-
|
|
45
39
|
---
|
|
46
40
|
|
|
47
41
|
## 🎯 Expert Mindset
|
package/agents/debugger.md
CHANGED
|
@@ -36,12 +36,6 @@ category: debugging
|
|
|
36
36
|
> **MATRIX DISCOVERY**: Skills auto-injected from domain files in `~/.{TOOL}/skills/agent-assistant/matrix-skills/`
|
|
37
37
|
> Profile: `quality:debugging` | Domains: `quality`, `performance`
|
|
38
38
|
|
|
39
|
-
| Domain File | Key Skills |
|
|
40
|
-
|-------------|------------|
|
|
41
|
-
| `quality.yaml` | `systematic-debugging`, `debugging`, `debugging-wizard` |
|
|
42
|
-
| `performance.yaml` | `performance-profiling` |
|
|
43
|
-
| `architecture.yaml` | `clean-code` |
|
|
44
|
-
|
|
45
39
|
---
|
|
46
40
|
|
|
47
41
|
## 🎯 Expert Mindset
|
package/agents/designer.md
CHANGED
|
@@ -36,11 +36,6 @@ category: design
|
|
|
36
36
|
> **MATRIX DISCOVERY**: Skills auto-injected from domain files in `~/.{TOOL}/skills/agent-assistant/matrix-skills/`
|
|
37
37
|
> Profile: `design:creative` | Domains: `design`, `frontend`
|
|
38
38
|
|
|
39
|
-
| Domain File | Key Skills |
|
|
40
|
-
|-------------|------------|
|
|
41
|
-
| `design.yaml` | `aesthetic`, `ui-ux-pro-max`, `ui-styling`, `ui-design-system`, `mobile-design` |
|
|
42
|
-
| `frontend.yaml` | `frontend-design`, `tailwind-patterns`, `web-design-guidelines` |
|
|
43
|
-
|
|
44
39
|
---
|
|
45
40
|
|
|
46
41
|
## 🎯 Expert Mindset
|
|
@@ -36,13 +36,6 @@ category: execution
|
|
|
36
36
|
|
|
37
37
|
> **MATRIX DISCOVERY**: Skills auto-injected from domain files in `~/.{TOOL}/skills/agent-assistant/matrix-skills/`
|
|
38
38
|
> Profile: `devops:execution` | Domains: `devops`, `security`, `cloud`
|
|
39
|
-
|
|
40
|
-
| Domain File | Key Skills |
|
|
41
|
-
|-------------|------------|
|
|
42
|
-
| `devops.yaml` | `devops`, `deployment-procedures`, `docker-expert`, `kubernetes-specialist`, `terraform-engineer` |
|
|
43
|
-
| `cloud.yaml` | `cloud-architect`, `aws-cdk-development`, `cloudflare-expert` |
|
|
44
|
-
| `security.yaml` | `vulnerability-scanner` |
|
|
45
|
-
|
|
46
39
|
---
|
|
47
40
|
|
|
48
41
|
## 🎯 Expert Mindset
|
package/agents/docs-manager.md
CHANGED
|
@@ -37,12 +37,6 @@ category: support
|
|
|
37
37
|
> **MATRIX DISCOVERY**: Skills auto-injected from domain files in `~/.{TOOL}/skills/agent-assistant/matrix-skills/`
|
|
38
38
|
> Profile: `research:documentation` | Domains: `research`
|
|
39
39
|
|
|
40
|
-
| Domain File | Key Skills |
|
|
41
|
-
|-------------|------------|
|
|
42
|
-
| `research.yaml` | `documentation-templates`, `code-documentation`, `repomix`, `writing-skills` |
|
|
43
|
-
| `tools.yaml` | `document-skills`, `docx`, `pdf`, `pptx`, `xlsx`, `changelog-generator` |
|
|
44
|
-
| `architecture.yaml` | `clean-code` |
|
|
45
|
-
|
|
46
40
|
---
|
|
47
41
|
|
|
48
42
|
## 🎯 Expert Mindset
|
|
@@ -35,13 +35,6 @@ category: execution
|
|
|
35
35
|
|
|
36
36
|
> **MATRIX DISCOVERY**: Skills auto-injected from domain files in `~/.{TOOL}/skills/agent-assistant/matrix-skills/`
|
|
37
37
|
> Profile: `frontend:execution` | Domains: `frontend`, `design`, `architecture`
|
|
38
|
-
|
|
39
|
-
| Domain File | Key Skills |
|
|
40
|
-
|-------------|------------|
|
|
41
|
-
| `frontend.yaml` | `react-patterns`, `react-best-practices`, `nextjs-best-practices`, `tailwind-patterns` |
|
|
42
|
-
| `design.yaml` | `aesthetic`, `ui-ux-pro-max`, `ui-styling` |
|
|
43
|
-
| `architecture.yaml` | `architecture`, `clean-code` |
|
|
44
|
-
|
|
45
38
|
---
|
|
46
39
|
|
|
47
40
|
## 🎯 Expert Mindset
|
package/agents/game-engineer.md
CHANGED
|
@@ -36,13 +36,6 @@ category: execution
|
|
|
36
36
|
> **MATRIX DISCOVERY**: Skills auto-injected from domain files in `~/.{TOOL}/skills/agent-assistant/matrix-skills/`
|
|
37
37
|
> Profile: `gaming:execution` | Domains: `gaming`, `performance`, `frontend`
|
|
38
38
|
|
|
39
|
-
| Domain File | Key Skills |
|
|
40
|
-
|-------------|------------|
|
|
41
|
-
| `gaming.yaml` | `game-development`, `game-developer`, `threejs` |
|
|
42
|
-
| `performance.yaml` | `performance-profiling` |
|
|
43
|
-
| `frontend.yaml` | `frontend-development` |
|
|
44
|
-
| `languages.yaml` | `cpp-pro` |
|
|
45
|
-
|
|
46
39
|
---
|
|
47
40
|
|
|
48
41
|
## 🎯 Expert Mindset
|
|
@@ -36,13 +36,6 @@ category: execution
|
|
|
36
36
|
> **MATRIX DISCOVERY**: Skills auto-injected from domain files in `~/.{TOOL}/skills/agent-assistant/matrix-skills/`
|
|
37
37
|
> Profile: `mobile:execution` | Domains: `mobile`, `design`, `frontend`
|
|
38
38
|
|
|
39
|
-
| Domain File | Key Skills |
|
|
40
|
-
|-------------|------------|
|
|
41
|
-
| `mobile.yaml` | `mobile-development`, `react-native-expert`, `flutter-expert`, `expo-app-design` |
|
|
42
|
-
| `design.yaml` | `mobile-design` |
|
|
43
|
-
| `frontend.yaml` | `react-patterns` |
|
|
44
|
-
| `quality.yaml` | `testing-patterns` |
|
|
45
|
-
|
|
46
39
|
---
|
|
47
40
|
|
|
48
41
|
## 🎯 Expert Mindset
|
|
@@ -36,13 +36,6 @@ category: validation
|
|
|
36
36
|
> **MATRIX DISCOVERY**: Skills auto-injected from domain files in `~/.{TOOL}/skills/agent-assistant/matrix-skills/`
|
|
37
37
|
> Profile: `performance:validation` | Domains: `performance`, `backend`, `frontend`
|
|
38
38
|
|
|
39
|
-
| Domain File | Key Skills |
|
|
40
|
-
|-------------|------------|
|
|
41
|
-
| `performance.yaml` | `performance-profiling` |
|
|
42
|
-
| `backend.yaml` | `backend-development` |
|
|
43
|
-
| `frontend.yaml` | `frontend-development` |
|
|
44
|
-
| `data.yaml` | `databases`, `database-optimizer` |
|
|
45
|
-
|
|
46
39
|
---
|
|
47
40
|
|
|
48
41
|
## 🎯 Expert Mindset
|
package/agents/planner.md
CHANGED
|
@@ -35,12 +35,6 @@ category: planning
|
|
|
35
35
|
|
|
36
36
|
> **MATRIX DISCOVERY**: Skills auto-injected from domain files in `~/.{TOOL}/skills/agent-assistant/matrix-skills/`
|
|
37
37
|
> Profile: `planning:analysis` | Domains: `planning`, `architecture`
|
|
38
|
-
|
|
39
|
-
| Domain File | Key Skills |
|
|
40
|
-
|-------------|------------|
|
|
41
|
-
| `planning.yaml` | `plan-writing`, `planning`, `sequential-thinking`, `problem-solving` |
|
|
42
|
-
| `architecture.yaml` | `architecture`, `feature-forge` |
|
|
43
|
-
|
|
44
38
|
---
|
|
45
39
|
|
|
46
40
|
## 🎯 Expert Mindset
|
|
@@ -36,12 +36,6 @@ category: orchestration
|
|
|
36
36
|
> **MATRIX DISCOVERY**: Skills auto-injected from domain files in `~/.{TOOL}/skills/agent-assistant/matrix-skills/`
|
|
37
37
|
> Profile: `management:orchestration` | Domains: `management`, `planning`
|
|
38
38
|
|
|
39
|
-
| Domain File | Key Skills |
|
|
40
|
-
|-------------|------------|
|
|
41
|
-
| `management.yaml` | `agile-product-owner`, `product-manager-toolkit`, `product-strategist` |
|
|
42
|
-
| `planning.yaml` | `planning` |
|
|
43
|
-
| `tools.yaml` | `issue-creator`, `jira-issues`, `meeting-insights-analyzer` |
|
|
44
|
-
|
|
45
39
|
---
|
|
46
40
|
|
|
47
41
|
## 🎯 Expert Mindset
|
package/agents/researcher.md
CHANGED
|
@@ -36,11 +36,6 @@ category: research
|
|
|
36
36
|
> **MATRIX DISCOVERY**: Skills auto-injected from domain files in `~/.{TOOL}/skills/agent-assistant/matrix-skills/`
|
|
37
37
|
> Profile: `research:analysis` | Domains: `research`, `planning`
|
|
38
38
|
|
|
39
|
-
| Domain File | Key Skills |
|
|
40
|
-
|-------------|------------|
|
|
41
|
-
| `research.yaml` | `research`, `docs-seeker`, `repomix`, `content-research-writer` |
|
|
42
|
-
| `planning.yaml` | `sequential-thinking` |
|
|
43
|
-
|
|
44
39
|
---
|
|
45
40
|
|
|
46
41
|
## 🎯 Expert Mindset
|
package/agents/reviewer.md
CHANGED
|
@@ -36,12 +36,6 @@ category: validation
|
|
|
36
36
|
> **MATRIX DISCOVERY**: Skills auto-injected from domain files in `~/.{TOOL}/skills/agent-assistant/matrix-skills/`
|
|
37
37
|
> Profile: `quality:review` | Domains: `quality`, `security`, `architecture`
|
|
38
38
|
|
|
39
|
-
| Domain File | Key Skills |
|
|
40
|
-
|-------------|------------|
|
|
41
|
-
| `quality.yaml` | `code-review`, `code-review-checklist`, `code-reviewer` |
|
|
42
|
-
| `security.yaml` | `vulnerability-scanner`, `secure-code-guardian` |
|
|
43
|
-
| `architecture.yaml` | `architecture`, `clean-code` |
|
|
44
|
-
|
|
45
39
|
---
|
|
46
40
|
|
|
47
41
|
## 🎯 Expert Mindset
|
package/agents/scouter.md
CHANGED
|
@@ -36,12 +36,6 @@ category: research
|
|
|
36
36
|
> **MATRIX DISCOVERY**: Skills auto-injected from domain files in `~/.{TOOL}/skills/agent-assistant/matrix-skills/`
|
|
37
37
|
> Profile: `research:exploration` | Domains: `research`, `architecture`
|
|
38
38
|
|
|
39
|
-
| Domain File | Key Skills |
|
|
40
|
-
|-------------|------------|
|
|
41
|
-
| `research.yaml` | `repomix`, `docs-seeker` |
|
|
42
|
-
| `architecture.yaml` | `architecture`, `clean-code` |
|
|
43
|
-
| `quality.yaml` | `debugging` |
|
|
44
|
-
|
|
45
39
|
---
|
|
46
40
|
|
|
47
41
|
## 🎯 Expert Mindset
|
|
@@ -37,13 +37,6 @@ priority: critical
|
|
|
37
37
|
|
|
38
38
|
> **MATRIX DISCOVERY**: Skills auto-injected from domain files in `~/.{TOOL}/skills/agent-assistant/matrix-skills/`
|
|
39
39
|
> Profile: `security:validation` | Domains: `security`, `architecture`
|
|
40
|
-
|
|
41
|
-
| Domain File | Key Skills |
|
|
42
|
-
|-------------|------------|
|
|
43
|
-
| `security.yaml` | `vulnerability-scanner`, `senior-security`, `red-team-tactics`, `secure-code-guardian` |
|
|
44
|
-
| `architecture.yaml` | `architecture`, `clean-code` |
|
|
45
|
-
| `backend.yaml` | `better-auth` |
|
|
46
|
-
|
|
47
40
|
---
|
|
48
41
|
|
|
49
42
|
## 🎯 Expert Mindset
|
package/agents/tech-lead.md
CHANGED
|
@@ -35,13 +35,6 @@ category: execution
|
|
|
35
35
|
|
|
36
36
|
> **MATRIX DISCOVERY**: Skills auto-injected from domain files in `~/.{TOOL}/skills/agent-assistant/matrix-skills/`
|
|
37
37
|
> Profile: `architecture:orchestration` | Domains: `architecture`, `quality`, `planning`
|
|
38
|
-
|
|
39
|
-
| Domain File | Key Skills |
|
|
40
|
-
|-------------|------------|
|
|
41
|
-
| `architecture.yaml` | `architecture`, `senior-architect`, `clean-code`, `app-builder` |
|
|
42
|
-
| `quality.yaml` | `code-review`, `code-reviewer` |
|
|
43
|
-
| `planning.yaml` | `planning`, `sequential-thinking` |
|
|
44
|
-
|
|
45
38
|
---
|
|
46
39
|
|
|
47
40
|
## 🎯 Expert Mindset
|
package/agents/tester.md
CHANGED
|
@@ -35,11 +35,6 @@ category: validation
|
|
|
35
35
|
|
|
36
36
|
> **MATRIX DISCOVERY**: Skills auto-injected from domain files in `~/.{TOOL}/skills/agent-assistant/matrix-skills/`
|
|
37
37
|
> Profile: `quality:validation` | Domains: `quality`
|
|
38
|
-
|
|
39
|
-
| Domain File | Key Skills |
|
|
40
|
-
|-------------|------------|
|
|
41
|
-
| `quality.yaml` | `testing-patterns`, `tdd-workflow`, `webapp-testing`, `senior-qa`, `playwright-expert` |
|
|
42
|
-
|
|
43
38
|
---
|
|
44
39
|
|
|
45
40
|
## 🎯 Expert Mindset
|
package/cli/README.md
CHANGED
|
@@ -17,23 +17,32 @@ This CLI tool installs the Agent Assistant framework for different AI coding too
|
|
|
17
17
|
|
|
18
18
|
## Installation
|
|
19
19
|
|
|
20
|
-
### Option 1:
|
|
20
|
+
### Option 1: Run directly from repository
|
|
21
21
|
|
|
22
22
|
```bash
|
|
23
|
-
#
|
|
24
|
-
|
|
23
|
+
# Clone the repository
|
|
24
|
+
git clone https://github.com/hainamchung/agent-assistant.git
|
|
25
|
+
cd agent-assistant
|
|
25
26
|
|
|
26
|
-
# Install
|
|
27
|
-
|
|
28
|
-
|
|
27
|
+
# Install for a specific tool
|
|
28
|
+
node cli/install.js install cursor
|
|
29
|
+
node cli/install.js install copilot
|
|
30
|
+
node cli/install.js install antigravity
|
|
31
|
+
|
|
32
|
+
# Or install for all tools
|
|
33
|
+
node cli/install.js install --all
|
|
29
34
|
```
|
|
30
35
|
|
|
31
|
-
### Option 2:
|
|
36
|
+
### Option 2: Using npm scripts
|
|
32
37
|
|
|
33
38
|
```bash
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
39
|
+
# Install for specific tools
|
|
40
|
+
npm run install:cursor
|
|
41
|
+
npm run install:copilot
|
|
42
|
+
npm run install:antigravity
|
|
43
|
+
|
|
44
|
+
# Install for all tools
|
|
45
|
+
npm run install:all
|
|
37
46
|
```
|
|
38
47
|
|
|
39
48
|
## Usage
|
|
@@ -15,7 +15,7 @@ Agent Assistant provides a comprehensive feature set organized into six categori
|
|
|
15
15
|
|----------|---------------|-------------|
|
|
16
16
|
| Specialist Agents | 20 | Domain expert personas |
|
|
17
17
|
| Command Workflows | 40+ | Development workflow automations |
|
|
18
|
-
| Domain Skills |
|
|
18
|
+
| Domain Skills | 310+ | On-demand knowledge modules |
|
|
19
19
|
| Quality Gates | 5 | Automated verification checkpoints |
|
|
20
20
|
| Orchestration Rules | 8 | Governance and coordination protocols |
|
|
21
21
|
| CLI Tools | 3 | Installation and management commands |
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
|
|
12
12
|
### 1.1 Product Overview
|
|
13
13
|
|
|
14
|
-
**Agent Assistant** is an open-source multi-agent orchestration framework that transforms a single AI coding assistant into a coordinated team of 20 specialist agents. It provides structured workflows, quality gates, and
|
|
14
|
+
**Agent Assistant** is an open-source multi-agent orchestration framework that transforms a single AI coding assistant into a coordinated team of 20 specialist agents. It provides structured workflows, quality gates, and 310+ domain skills for production-grade AI-assisted software development.
|
|
15
15
|
|
|
16
16
|
### 1.2 Vision Statement
|
|
17
17
|
|
|
@@ -165,7 +165,7 @@ AI coding assistants are powerful but unstructured. Developers use AI tools in a
|
|
|
165
165
|
|
|
166
166
|
| ID | Requirement | Priority | Status |
|
|
167
167
|
|----|-------------|----------|--------|
|
|
168
|
-
| FR-004.1 | System SHALL support
|
|
168
|
+
| FR-004.1 | System SHALL support 310+ domain skills | Must-Have | ✅ Complete |
|
|
169
169
|
| FR-004.2 | System SHALL resolve skills based on agent profile | Must-Have | ✅ Complete |
|
|
170
170
|
| FR-004.3 | System SHALL support 19 skill domains | Must-Have | ✅ Complete |
|
|
171
171
|
| FR-004.4 | System SHALL support skill priority scoring | Must-Have | ✅ Complete |
|
|
@@ -287,7 +287,7 @@ AI coding assistants are powerful but unstructured. Developers use AI tools in a
|
|
|
287
287
|
| 20 Specialist Agents | Domain experts | ✅ Complete |
|
|
288
288
|
| Core Command Workflows | /cook, /fix, /plan, etc. | ✅ Complete |
|
|
289
289
|
| Quality Gates | 5 automated gates | ✅ Complete |
|
|
290
|
-
| Matrix Skill Discovery |
|
|
290
|
+
| Matrix Skill Discovery | 310+ skills | ✅ Complete |
|
|
291
291
|
| Multi-Tool Support | 4 AI tools | ✅ Complete |
|
|
292
292
|
| CLI Installer | One-command setup | ✅ Complete |
|
|
293
293
|
|
|
@@ -326,7 +326,7 @@ AI coding assistants are powerful but unstructured. Developers use AI tools in a
|
|
|
326
326
|
|---------|--------|
|
|
327
327
|
| 20 Specialist Agents | ✅ |
|
|
328
328
|
| 40+ Command Workflows | ✅ |
|
|
329
|
-
|
|
|
329
|
+
| 310+ Domain Skills | ✅ |
|
|
330
330
|
| Matrix Skill Discovery | ✅ |
|
|
331
331
|
| Multi-Tool Support | ✅ |
|
|
332
332
|
| CLI Installer | ✅ |
|
|
@@ -50,7 +50,7 @@ Agent Assistant is a **multi-agent orchestration framework** that transforms a s
|
|
|
50
50
|
│
|
|
51
51
|
▼
|
|
52
52
|
┌─────────────────────────────────────────────────────────────────────────────┐
|
|
53
|
-
│ MATRIX SKILL DISCOVERY (
|
|
53
|
+
│ MATRIX SKILL DISCOVERY (310+ Skills) │
|
|
54
54
|
│ ┌──────────────────────────────────────────────────────────────────────┐ │
|
|
55
55
|
│ │ _index.yaml → Domain Files (19) → Skill Resolution → Skill Injection │ │
|
|
56
56
|
│ └──────────────────────────────────────────────────────────────────────┘ │
|
|
@@ -11,7 +11,7 @@ Agent Assistant operates in the domain of **AI-assisted software development orc
|
|
|
11
11
|
```
|
|
12
12
|
┌─────────────────┐ ┌─────────────────┐ ┌─────────────────┐
|
|
13
13
|
│ AGENTS │────▶│ COMMANDS │────▶│ SKILLS │
|
|
14
|
-
│ (20 entities) │ │ (40+ entities) │ │ (
|
|
14
|
+
│ (20 entities) │ │ (40+ entities) │ │ (310+ entities) │
|
|
15
15
|
└─────────────────┘ └─────────────────┘ └─────────────────┘
|
|
16
16
|
│ │ │
|
|
17
17
|
▼ ▼ ▼
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
|
|
20
20
|
## 2. Purpose and Mission
|
|
21
21
|
|
|
22
|
-
Agent Assistant transforms a single AI coding assistant into a **coordinated team of 20 specialist agents** with structured workflows, quality gates, and
|
|
22
|
+
Agent Assistant transforms a single AI coding assistant into a **coordinated team of 20 specialist agents** with structured workflows, quality gates, and 310+ domain skills.
|
|
23
23
|
|
|
24
24
|
### Core Value Proposition
|
|
25
25
|
|
|
@@ -49,8 +49,8 @@ With Agent Assistant:
|
|
|
49
49
|
| ----------------- | ----- | ---------------------------------------------------------- |
|
|
50
50
|
| Specialist Agents | 20 | Domain experts (backend, frontend, security, tester, etc.) |
|
|
51
51
|
| Command Workflows | 40+ | Development workflows (/cook, /fix, /plan, /deploy, etc.) |
|
|
52
|
-
| Domain Skills |
|
|
53
|
-
| Matrix Domains | 19 | Skill categories (backend, frontend, security, etc.) |
|
|
52
|
+
| Domain Skills | 310 | On-demand knowledge (React, APIs, databases, DevOps, AI/ML, Security, etc.) |
|
|
53
|
+
| Matrix Domains | 19 | Skill categories (backend, frontend, security, ai-ml, etc.) |
|
|
54
54
|
| Quality Gates | 5 | Compile, lint, test, security, review |
|
|
55
55
|
| Rule Files | 8 | Orchestration protocols |
|
|
56
56
|
| Supported Tools | 4 | Claude Code, Cursor, Copilot, Antigravity/Gemini |
|
|
@@ -169,24 +169,7 @@ Load rules Delegate Delegate Delegate Summary
|
|
|
169
169
|
|
|
170
170
|
### Installation Options
|
|
171
171
|
|
|
172
|
-
####
|
|
173
|
-
|
|
174
|
-
```bash
|
|
175
|
-
# Install globally
|
|
176
|
-
npm install -g @namch/agent-assistant
|
|
177
|
-
|
|
178
|
-
# Install for your tool(s)
|
|
179
|
-
agent-assistant install cursor # For Cursor → ~/.cursor/
|
|
180
|
-
agent-assistant install copilot # For GitHub Copilot → ~/.copilot/
|
|
181
|
-
agent-assistant install antigravity # For Antigravity → ~/.gemini/
|
|
182
|
-
agent-assistant install claude # For Claude Code → ~/.claude/
|
|
183
|
-
agent-assistant install --all # For all tools
|
|
184
|
-
|
|
185
|
-
# Verify installation
|
|
186
|
-
agent-assistant list
|
|
187
|
-
```
|
|
188
|
-
|
|
189
|
-
#### Option B: Clone and Install
|
|
172
|
+
#### Clone and Install
|
|
190
173
|
|
|
191
174
|
```bash
|
|
192
175
|
git clone https://github.com/hainamchung/agent-assistant.git
|
|
@@ -242,19 +225,21 @@ Then try development commands:
|
|
|
242
225
|
| **Deployment** | `/deploy:check`, `/deploy:preview`, `/deploy:production`, `/deploy:rollback` |
|
|
243
226
|
| **Utility** | `/ask`, `/auto` |
|
|
244
227
|
|
|
245
|
-
### 7.3
|
|
228
|
+
### 7.3 310 Domain Skills
|
|
246
229
|
|
|
247
230
|
Skills are organized across 19 domains:
|
|
248
231
|
|
|
249
232
|
| Domain | Skills | Examples |
|
|
250
233
|
| -------------- | ------ | --------------------------------------------------- |
|
|
251
|
-
| Backend |
|
|
252
|
-
| Frontend |
|
|
253
|
-
|
|
|
254
|
-
|
|
|
255
|
-
|
|
|
256
|
-
|
|
|
257
|
-
|
|
|
234
|
+
| Backend | 32 | api-patterns, nestjs-expert, fastapi-expert, stripe-integration, inngest, trigger-dev |
|
|
235
|
+
| Frontend | 22 | react-patterns, nextjs-developer, tailwind-patterns, react-ui-patterns, javascript-mastery |
|
|
236
|
+
| AI/ML | 40 | ai-agents-architect, crewai, langgraph, rag-engineer, prompt-engineering, voice-agents |
|
|
237
|
+
| Security | 35 | vulnerability-scanner, penetration testing, metasploit, burp-suite, sql-injection-testing |
|
|
238
|
+
| Quality | 21 | debugging, testing-patterns, code-review, test-driven-development, verification-before-completion |
|
|
239
|
+
| DevOps | 22 | docker-expert, kubernetes, terraform, github-workflow-automation, azure-functions, gcp-cloud-run |
|
|
240
|
+
| Planning | 12 | plan-writing, planning, executing-plans, kaizen |
|
|
241
|
+
| Tools | 41 | slack-bot-builder, discord-bot-architect, email-systems, copywriting |
|
|
242
|
+
| And 11 more... | 85 | — |
|
|
258
243
|
|
|
259
244
|
### 7.4 Quality Gates
|
|
260
245
|
|
|
@@ -16,7 +16,7 @@ agent-assistant/ # Project root
|
|
|
16
16
|
├── documents/ # 📚 Generated documentation
|
|
17
17
|
├── matrix-skills/ # 🎯 Skill discovery matrix (19 domains)
|
|
18
18
|
├── rules/ # ⚖️ Orchestration rules and protocols
|
|
19
|
-
├── skills/ # 💡
|
|
19
|
+
├── skills/ # 💡 310 domain skill definitions
|
|
20
20
|
├── AGENT-TEMPLATE.md # 📝 Agent file template
|
|
21
21
|
├── CLAUDE.md # 🟣 Claude Code entry point
|
|
22
22
|
├── COPILOT.md # 🔵 GitHub Copilot entry point
|
|
@@ -162,26 +162,26 @@ Contains 20 YAML files that define skill-to-agent mappings.
|
|
|
162
162
|
|
|
163
163
|
```
|
|
164
164
|
matrix-skills/
|
|
165
|
-
├── _index.yaml # Central registry (
|
|
166
|
-
├── ai-ml.yaml #
|
|
165
|
+
├── _index.yaml # Central registry (310 skills, 20 agents)
|
|
166
|
+
├── ai-ml.yaml # 40 AI/ML skills (+27: agent development, LLM patterns, RAG, voice AI)
|
|
167
167
|
├── architecture.yaml # 9 architecture skills
|
|
168
|
-
├── backend.yaml #
|
|
168
|
+
├── backend.yaml # 32 backend skills (+12: job queues, payments, communications)
|
|
169
169
|
├── cloud.yaml # 11 cloud skills
|
|
170
170
|
├── data.yaml # 7 database skills
|
|
171
171
|
├── design.yaml # 10 design skills
|
|
172
|
-
├── devops.yaml #
|
|
173
|
-
├── frontend.yaml #
|
|
172
|
+
├── devops.yaml # 22 DevOps skills (+7: cloud functions, git workflows, automation)
|
|
173
|
+
├── frontend.yaml # 22 frontend skills (+4: UI patterns, auth integration)
|
|
174
174
|
├── gaming.yaml # 3 gaming skills
|
|
175
175
|
├── languages.yaml # 17 language skills
|
|
176
176
|
├── management.yaml # 4 management skills
|
|
177
177
|
├── mcp.yaml # 8 MCP skills
|
|
178
178
|
├── mobile.yaml # 8 mobile skills
|
|
179
179
|
├── performance.yaml # 1 performance skill
|
|
180
|
-
├── planning.yaml #
|
|
181
|
-
├── quality.yaml #
|
|
180
|
+
├── planning.yaml # 12 planning skills (+3: file-based planning, execution)
|
|
181
|
+
├── quality.yaml # 21 QA skills (+4: TDD, test fixing, verification)
|
|
182
182
|
├── research.yaml # 11 research skills
|
|
183
|
-
├── security.yaml #
|
|
184
|
-
└── tools.yaml #
|
|
183
|
+
├── security.yaml # 35 security skills (+29: penetration testing, vulnerability assessment)
|
|
184
|
+
└── tools.yaml # 41 utility skills (+10: bots, email, content creation)
|
|
185
185
|
```
|
|
186
186
|
|
|
187
187
|
**File Purposes**:
|
|
@@ -190,7 +190,7 @@ matrix-skills/
|
|
|
190
190
|
|
|
191
191
|
### 2.5 `skills/` — Domain Skill Definitions
|
|
192
192
|
|
|
193
|
-
Contains
|
|
193
|
+
Contains 310+ skill folders with SKILL.md definitions.
|
|
194
194
|
|
|
195
195
|
```
|
|
196
196
|
skills/
|
|
@@ -394,7 +394,7 @@ node cli/install.js list
|
|
|
394
394
|
|
|
395
395
|
```yaml
|
|
396
396
|
version: "1.0"
|
|
397
|
-
total_skills:
|
|
397
|
+
total_skills: 310
|
|
398
398
|
|
|
399
399
|
domains: # 19 domain registrations
|
|
400
400
|
backend: { file: "backend.yaml", ... }
|
|
@@ -548,11 +548,11 @@ REPORTS_PATH = ./reports/
|
|
|
548
548
|
| Command Files | 40+ | Workflow definitions |
|
|
549
549
|
| Rule Files | 8 | Orchestration protocols |
|
|
550
550
|
| Matrix Files | 20 | Skill discovery config |
|
|
551
|
-
| Skill Folders |
|
|
551
|
+
| Skill Folders | 310+ | Domain skill definitions |
|
|
552
552
|
| Entry Points | 4 | Tool-specific entry files |
|
|
553
553
|
| Config Files | 5 | package.json, etc. |
|
|
554
554
|
|
|
555
|
-
**Total Files**: ~
|
|
555
|
+
**Total Files**: ~2,000+ (including skills subfolder contents)
|
|
556
556
|
|
|
557
557
|
---
|
|
558
558
|
|
package/package.json
CHANGED
package/rules/QUICK-REFERENCE.md
CHANGED
|
@@ -74,7 +74,10 @@
|
|
|
74
74
|
| Orchestration | `tech-lead` | — |
|
|
75
75
|
| Bug investigation | `debugger` | `tester` |
|
|
76
76
|
| Deployment | `devops-engineer` | — |
|
|
77
|
-
| Git operations | `devops-engineer` |
|
|
77
|
+
| Git operations | `devops-engineer` | — |
|
|
78
|
+
| AI/ML agents | `backend-engineer` | `tech-lead` |
|
|
79
|
+
| Penetration test | `security-engineer` | — |
|
|
80
|
+
| Workflow automation | `devops-engineer` | `backend-engineer` |
|
|
78
81
|
|
|
79
82
|
---
|
|
80
83
|
|