namnam-skills 1.0.0

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 (155) hide show
  1. package/README.md +223 -0
  2. package/package.json +63 -0
  3. package/src/cli.js +460 -0
  4. package/src/index.js +1 -0
  5. package/src/postinstall.js +162 -0
  6. package/src/templates/bmad/bmb/agents/agent-builder.md +14 -0
  7. package/src/templates/bmad/bmb/agents/module-builder.md +14 -0
  8. package/src/templates/bmad/bmb/agents/workflow-builder.md +14 -0
  9. package/src/templates/bmad/bmb/workflows/agent.md +5 -0
  10. package/src/templates/bmad/bmb/workflows/module.md +5 -0
  11. package/src/templates/bmad/bmb/workflows/workflow.md +5 -0
  12. package/src/templates/bmad/bmgd/agents/game-architect.md +14 -0
  13. package/src/templates/bmad/bmgd/agents/game-designer.md +14 -0
  14. package/src/templates/bmad/bmgd/agents/game-dev.md +14 -0
  15. package/src/templates/bmad/bmgd/agents/game-qa.md +14 -0
  16. package/src/templates/bmad/bmgd/agents/game-scrum-master.md +14 -0
  17. package/src/templates/bmad/bmgd/agents/game-solo-dev.md +14 -0
  18. package/src/templates/bmad/bmgd/workflows/brainstorm-game.md +13 -0
  19. package/src/templates/bmad/bmgd/workflows/code-review.md +13 -0
  20. package/src/templates/bmad/bmgd/workflows/correct-course.md +13 -0
  21. package/src/templates/bmad/bmgd/workflows/create-game-brief.md +5 -0
  22. package/src/templates/bmad/bmgd/workflows/create-gdd.md +5 -0
  23. package/src/templates/bmad/bmgd/workflows/create-story.md +13 -0
  24. package/src/templates/bmad/bmgd/workflows/dev-story.md +13 -0
  25. package/src/templates/bmad/bmgd/workflows/game-architecture.md +13 -0
  26. package/src/templates/bmad/bmgd/workflows/game-brief.md +13 -0
  27. package/src/templates/bmad/bmgd/workflows/gametest-automate.md +13 -0
  28. package/src/templates/bmad/bmgd/workflows/gametest-framework.md +13 -0
  29. package/src/templates/bmad/bmgd/workflows/gametest-performance.md +13 -0
  30. package/src/templates/bmad/bmgd/workflows/gametest-playtest-plan.md +13 -0
  31. package/src/templates/bmad/bmgd/workflows/gametest-test-design.md +13 -0
  32. package/src/templates/bmad/bmgd/workflows/gametest-test-review.md +13 -0
  33. package/src/templates/bmad/bmgd/workflows/gdd.md +13 -0
  34. package/src/templates/bmad/bmgd/workflows/generate-project-context.md +5 -0
  35. package/src/templates/bmad/bmgd/workflows/narrative.md +13 -0
  36. package/src/templates/bmad/bmgd/workflows/quick-dev.md +13 -0
  37. package/src/templates/bmad/bmgd/workflows/quick-prototype.md +13 -0
  38. package/src/templates/bmad/bmgd/workflows/quick-spec.md +13 -0
  39. package/src/templates/bmad/bmgd/workflows/retrospective.md +13 -0
  40. package/src/templates/bmad/bmgd/workflows/sprint-planning.md +13 -0
  41. package/src/templates/bmad/bmgd/workflows/sprint-status.md +13 -0
  42. package/src/templates/bmad/bmgd/workflows/workflow-init.md +13 -0
  43. package/src/templates/bmad/bmgd/workflows/workflow-status.md +13 -0
  44. package/src/templates/bmad/bmm/agents/analyst.md +14 -0
  45. package/src/templates/bmad/bmm/agents/architect.md +14 -0
  46. package/src/templates/bmad/bmm/agents/dev.md +14 -0
  47. package/src/templates/bmad/bmm/agents/pm.md +14 -0
  48. package/src/templates/bmad/bmm/agents/quick-flow-solo-dev.md +14 -0
  49. package/src/templates/bmad/bmm/agents/sm.md +14 -0
  50. package/src/templates/bmad/bmm/agents/tea.md +14 -0
  51. package/src/templates/bmad/bmm/agents/tech-writer.md +14 -0
  52. package/src/templates/bmad/bmm/agents/ux-designer.md +14 -0
  53. package/src/templates/bmad/bmm/workflows/check-implementation-readiness.md +5 -0
  54. package/src/templates/bmad/bmm/workflows/code-review.md +13 -0
  55. package/src/templates/bmad/bmm/workflows/correct-course.md +13 -0
  56. package/src/templates/bmad/bmm/workflows/create-architecture.md +5 -0
  57. package/src/templates/bmad/bmm/workflows/create-epics-and-stories.md +5 -0
  58. package/src/templates/bmad/bmm/workflows/create-excalidraw-dataflow.md +13 -0
  59. package/src/templates/bmad/bmm/workflows/create-excalidraw-diagram.md +13 -0
  60. package/src/templates/bmad/bmm/workflows/create-excalidraw-flowchart.md +13 -0
  61. package/src/templates/bmad/bmm/workflows/create-excalidraw-wireframe.md +13 -0
  62. package/src/templates/bmad/bmm/workflows/create-product-brief.md +5 -0
  63. package/src/templates/bmad/bmm/workflows/create-story.md +13 -0
  64. package/src/templates/bmad/bmm/workflows/create-ux-design.md +5 -0
  65. package/src/templates/bmad/bmm/workflows/dev-story.md +13 -0
  66. package/src/templates/bmad/bmm/workflows/document-project.md +13 -0
  67. package/src/templates/bmad/bmm/workflows/generate-project-context.md +5 -0
  68. package/src/templates/bmad/bmm/workflows/prd.md +5 -0
  69. package/src/templates/bmad/bmm/workflows/quick-dev.md +5 -0
  70. package/src/templates/bmad/bmm/workflows/quick-spec.md +5 -0
  71. package/src/templates/bmad/bmm/workflows/research.md +5 -0
  72. package/src/templates/bmad/bmm/workflows/retrospective.md +13 -0
  73. package/src/templates/bmad/bmm/workflows/sprint-planning.md +13 -0
  74. package/src/templates/bmad/bmm/workflows/sprint-status.md +13 -0
  75. package/src/templates/bmad/bmm/workflows/testarch-atdd.md +13 -0
  76. package/src/templates/bmad/bmm/workflows/testarch-automate.md +13 -0
  77. package/src/templates/bmad/bmm/workflows/testarch-ci.md +13 -0
  78. package/src/templates/bmad/bmm/workflows/testarch-framework.md +13 -0
  79. package/src/templates/bmad/bmm/workflows/testarch-nfr.md +13 -0
  80. package/src/templates/bmad/bmm/workflows/testarch-test-design.md +13 -0
  81. package/src/templates/bmad/bmm/workflows/testarch-test-review.md +13 -0
  82. package/src/templates/bmad/bmm/workflows/testarch-trace.md +13 -0
  83. package/src/templates/bmad/bmm/workflows/workflow-init.md +13 -0
  84. package/src/templates/bmad/bmm/workflows/workflow-status.md +13 -0
  85. package/src/templates/bmad/cis/agents/brainstorming-coach.md +14 -0
  86. package/src/templates/bmad/cis/agents/creative-problem-solver.md +14 -0
  87. package/src/templates/bmad/cis/agents/design-thinking-coach.md +14 -0
  88. package/src/templates/bmad/cis/agents/innovation-strategist.md +14 -0
  89. package/src/templates/bmad/cis/agents/presentation-master.md +14 -0
  90. package/src/templates/bmad/cis/agents/storyteller.md +14 -0
  91. package/src/templates/bmad/cis/workflows/design-thinking.md +13 -0
  92. package/src/templates/bmad/cis/workflows/innovation-strategy.md +13 -0
  93. package/src/templates/bmad/cis/workflows/problem-solving.md +13 -0
  94. package/src/templates/bmad/cis/workflows/storytelling.md +13 -0
  95. package/src/templates/bmad/core/agents/bmad-master.md +14 -0
  96. package/src/templates/bmad/core/tasks/index-docs.md +9 -0
  97. package/src/templates/bmad/core/tasks/shard-doc.md +9 -0
  98. package/src/templates/bmad/core/workflows/brainstorming.md +5 -0
  99. package/src/templates/bmad/core/workflows/party-mode.md +5 -0
  100. package/src/templates/claudekit/agents/ai-sdk-expert.md +135 -0
  101. package/src/templates/claudekit/agents/cli-expert.md +135 -0
  102. package/src/templates/claudekit/agents/code-review-expert.md +132 -0
  103. package/src/templates/claudekit/agents/code-search.md +83 -0
  104. package/src/templates/claudekit/agents/nestjs-expert.md +128 -0
  105. package/src/templates/claudekit/agents/oracle.md +120 -0
  106. package/src/templates/claudekit/agents/research-expert.md +115 -0
  107. package/src/templates/claudekit/agents/triage-expert.md +116 -0
  108. package/src/templates/claudekit/commands/checkpoint-create.md +54 -0
  109. package/src/templates/claudekit/commands/checkpoint-list.md +40 -0
  110. package/src/templates/claudekit/commands/checkpoint-restore.md +50 -0
  111. package/src/templates/claudekit/commands/create-command.md +107 -0
  112. package/src/templates/claudekit/commands/create-subagent.md +96 -0
  113. package/src/templates/core/code-review.md +70 -0
  114. package/src/templates/core/git-commit.md +57 -0
  115. package/src/templates/core/git-push.md +53 -0
  116. package/src/templates/core/git-status.md +48 -0
  117. package/src/templates/core/namnam.md +324 -0
  118. package/src/templates/core/validate-and-fix.md +69 -0
  119. package/src/templates/cursor-rules/data-science-ml.md +54 -0
  120. package/src/templates/cursor-rules/devops-infrastructure.md +59 -0
  121. package/src/templates/cursor-rules/golang-expert.md +61 -0
  122. package/src/templates/cursor-rules/nestjs-expert.md +60 -0
  123. package/src/templates/cursor-rules/python-expert.md +53 -0
  124. package/src/templates/cursor-rules/react-native-expo.md +51 -0
  125. package/src/templates/cursor-rules/rust-expert.md +61 -0
  126. package/src/templates/cursor-rules/solidity-web3.md +54 -0
  127. package/src/templates/cursor-rules/typescript-expert.md +42 -0
  128. package/src/templates/cursor-rules/vue-nuxt-expert.md +50 -0
  129. package/src/templates/official-plugins/claude-opus-migration.md +33 -0
  130. package/src/templates/official-plugins/commit-push-pr.md +55 -0
  131. package/src/templates/official-plugins/commit.md +60 -0
  132. package/src/templates/official-plugins/feature-dev.md +65 -0
  133. package/src/templates/official-plugins/frontend-design.md +53 -0
  134. package/src/templates/official-plugins/hookify.md +52 -0
  135. package/src/templates/official-plugins/new-sdk-app.md +45 -0
  136. package/src/templates/official-plugins/plugin-dev.md +53 -0
  137. package/src/templates/official-plugins/pr-review-toolkit.md +68 -0
  138. package/src/templates/official-plugins/ralph-loop.md +51 -0
  139. package/src/templates/official-plugins/security-guidance.md +36 -0
  140. package/src/templates/platforms/AGENTS.md +326 -0
  141. package/src/templates/platforms/aider/aider-template.md +75 -0
  142. package/src/templates/platforms/cline/clinerules-template.md +205 -0
  143. package/src/templates/platforms/codex/codex-template.md +74 -0
  144. package/src/templates/platforms/cursor/cursorrules-template.md +124 -0
  145. package/src/templates/platforms/gemini/gemini-template.md +93 -0
  146. package/src/templates/platforms/windsurf/windsurfrules-template.md +166 -0
  147. package/src/templates/system-prompts/cline-agent-patterns.md +286 -0
  148. package/src/templates/system-prompts/cursor-agent-patterns.md +177 -0
  149. package/src/templates/system-prompts/google-antigravity-patterns.md +274 -0
  150. package/src/templates/system-prompts/industry-best-practices.md +334 -0
  151. package/src/templates/system-prompts/multi-platform-engineering.md +343 -0
  152. package/src/templates/system-prompts/vscode-agent-patterns.md +288 -0
  153. package/src/templates/system-prompts/windsurf-cascade-patterns.md +264 -0
  154. package/src/templates/vercel-skills/react-best-practices.md +117 -0
  155. package/src/templates/vercel-skills/web-design-guidelines.md +88 -0
package/README.md ADDED
@@ -0,0 +1,223 @@
1
+ # namnam-skills
2
+
3
+ > **Universal AI Skills Installer** - One command to rule them all.
4
+ > Supports: Claude, Codex, Cursor, Windsurf, Cline, Aider, Gemini, and more.
5
+
6
+ ## Features
7
+
8
+ - **150+ Skill Files** from multiple sources
9
+ - **8 AI Platforms** supported with auto-config generation
10
+ - **One Command Install** - `npx namnam-skills init --all`
11
+ - **Modular Categories** - Install only what you need
12
+ - **Interactive Mode** - Choose categories interactively
13
+ - **Universal /namnam** - Orchestrate all agents across platforms
14
+
15
+ ## Quick Start
16
+
17
+ ```bash
18
+ # Install all skills + generate platform configs
19
+ npx namnam-skills init --all
20
+
21
+ # Or install interactively
22
+ npx namnam-skills init --interactive
23
+
24
+ # Install specific category
25
+ npx namnam-skills init --category vercel
26
+
27
+ # Just generate platform configs
28
+ npx namnam-skills platforms
29
+ ```
30
+
31
+ ## Supported AI Platforms
32
+
33
+ | Platform | Config File | Auto-Generated |
34
+ |----------|-------------|----------------|
35
+ | Claude Code | `.claude/` | ✅ |
36
+ | Cursor | `.cursorrules` | ✅ |
37
+ | Windsurf | `.windsurfrules` | ✅ |
38
+ | Cline | `.clinerules` | ✅ |
39
+ | Aider | `.aider.conf.yml` | ✅ |
40
+ | OpenAI Codex | `codex.md` | ✅ |
41
+ | Google Gemini | `GEMINI.md` | ✅ |
42
+ | Universal | `AGENTS.md` | ✅ |
43
+
44
+ ## Available Categories
45
+
46
+ | Category | Description | Files |
47
+ |----------|-------------|-------|
48
+ | `core` | /namnam, git, code-review, validate-and-fix | 6 |
49
+ | `platforms` | Config templates for all AI platforms | 7 |
50
+ | `official_plugins` | Anthropic: feature-dev, commit, PR review, hookify, security, ralph-loop | 11 |
51
+ | `vercel` | React best practices (51 rules), web design | 2 |
52
+ | `claudekit` | Oracle, triage, research, checkpoints | 13 |
53
+ | `cursor_rules` | Expert rules: TypeScript, Python, React Native, Vue, Go, Rust, DevOps | 10 |
54
+ | `system_prompts` | Industry best practices from 30+ AI tools (Claude, Cursor, Windsurf, Cline, Antigravity) | 6 |
55
+ | `bmad_bmm` | Business Method: PRD, architecture, sprints | 40+ |
56
+ | `bmad_bmgd` | Game Dev: GDD, game architecture | 30+ |
57
+ | `bmad_cis` | Creative: brainstorming, design thinking | 10+ |
58
+ | `bmad_bmb` | Builder: agent, module, workflow builders | 6 |
59
+ | `bmad_core` | BMAD Core: master agent, party mode | 5 |
60
+ | `all` | **Everything** | 150+ |
61
+
62
+ ## Commands
63
+
64
+ ### Install Skills
65
+
66
+ ```bash
67
+ # Install all
68
+ npx namnam-skills init --all
69
+
70
+ # Interactive mode
71
+ npx namnam-skills init --interactive
72
+
73
+ # Specific category
74
+ npx namnam-skills init --category claudekit
75
+
76
+ # Force overwrite
77
+ npx namnam-skills init --all --force
78
+
79
+ # With platform configs
80
+ npx namnam-skills init --platforms
81
+ ```
82
+
83
+ ### Other Commands
84
+
85
+ ```bash
86
+ # List categories and platforms
87
+ npx namnam-skills list
88
+
89
+ # Check installed skills
90
+ npx namnam-skills info
91
+
92
+ # Generate platform configs only
93
+ npx namnam-skills platforms
94
+
95
+ # Remove all skills
96
+ npx namnam-skills uninstall
97
+ ```
98
+
99
+ ## The `/namnam` Command
100
+
101
+ After installation, use the powerful `/namnam` universal orchestrator:
102
+
103
+ ```bash
104
+ # Auto-select agents based on task
105
+ /namnam review and optimize this codebase
106
+
107
+ # Maximum power mode
108
+ /namnam --full implement user authentication
109
+
110
+ # Quick mode
111
+ /namnam --quick fix the login bug
112
+
113
+ # Specific modes
114
+ /namnam --review # Code review focus
115
+ /namnam --build # Development focus
116
+ /namnam --test # Testing focus
117
+ /namnam --security # Security audit
118
+ /namnam --performance # Performance optimization
119
+ /namnam --game # Game dev agents
120
+ /namnam --creative # Innovation agents
121
+ /namnam --multi-platform # Sync all AI configs
122
+ ```
123
+
124
+ ## Included Skills
125
+
126
+ ### Core Skills
127
+ - `/namnam` - Universal orchestrator (works across all AI platforms)
128
+ - `/git:commit`, `/git:push`, `/git:status` - Git operations
129
+ - `/code-review` - Multi-aspect code review
130
+ - `/validate-and-fix` - Run checks and auto-fix
131
+
132
+ ### Official Anthropic Plugins
133
+ - `/feature-dev` - 7-phase structured development
134
+ - `/commit`, `/commit-push-pr` - Smart commits
135
+ - `/pr-review-toolkit:review-pr` - PR review suite
136
+ - `/new-sdk-app` - Agent SDK bootstrapper
137
+
138
+ ### Vercel Skills
139
+ - `/react-best-practices` - 51 React/Next.js performance rules
140
+ - `/web-design-guidelines` - UI/UX audit
141
+
142
+ ### ClaudeKit
143
+ - `/oracle` - Deep debugging, security audits
144
+ - `/triage-expert` - Problem diagnosis
145
+ - `/research-expert` - Parallel research
146
+ - `/code-search` - Codebase search
147
+ - `/checkpoint:create`, `/checkpoint:restore` - Checkpoints
148
+ - `/create-subagent`, `/create-command` - Extensibility
149
+
150
+ ### BMAD Framework
151
+ - **BMM**: PRD, architecture, epics, stories, sprints
152
+ - **BMGD**: Game design documents, playtesting
153
+ - **CIS**: Brainstorming, design thinking, storytelling
154
+ - **BMB**: Agent/module/workflow builders
155
+
156
+ ## Platform Config Generation
157
+
158
+ Run `npx namnam-skills platforms` to auto-generate:
159
+
160
+ ```
161
+ your-project/
162
+ ├── AGENTS.md # Universal (all platforms read this)
163
+ ├── .cursorrules # For Cursor AI
164
+ ├── .windsurfrules # For Windsurf
165
+ ├── .clinerules # For Cline
166
+ ├── codex.md # For OpenAI Codex
167
+ ├── GEMINI.md # For Google Gemini
168
+ └── .aider.conf.yml # For Aider
169
+ ```
170
+
171
+ ## Requirements
172
+
173
+ - Node.js 18+
174
+ - Any supported AI coding assistant
175
+
176
+ ## Development & Publishing
177
+
178
+ ### Clone and Install
179
+ ```bash
180
+ git clone https://github.com/niceguy2k3/namnam-cli.git
181
+ cd namnam-cli
182
+ npm install
183
+ ```
184
+
185
+ ### Test Locally
186
+ ```bash
187
+ node src/cli.js --help
188
+ node src/cli.js list
189
+ ```
190
+
191
+ ### Publish to npm
192
+ ```bash
193
+ # Login to npm (if not already)
194
+ npm login
195
+
196
+ # Publish (requires npm account with 2FA)
197
+ npm publish --access public
198
+
199
+ # Or with OTP
200
+ npm publish --access public --otp=XXXXXX
201
+ ```
202
+
203
+ ### After Publishing
204
+ Users can install with:
205
+ ```bash
206
+ npm i namnam-skills
207
+ ```
208
+
209
+ ## Sources
210
+
211
+ Skills compiled from:
212
+ - [Anthropic Claude Code Plugins](https://github.com/anthropics/claude-code/tree/main/plugins)
213
+ - [Vercel Agent Skills](https://github.com/vercel-labs/agent-skills)
214
+ - [ClaudeKit](https://github.com/carlrannaberg/claudekit)
215
+ - [BMAD Framework](https://github.com/bmadcode/bmad-agent)
216
+
217
+ ## License
218
+
219
+ MIT
220
+
221
+ ---
222
+
223
+ **Created with ❤️ by NamNam - Universal AI Power for Maximum Productivity**
package/package.json ADDED
@@ -0,0 +1,63 @@
1
+ {
2
+ "name": "namnam-skills",
3
+ "version": "1.0.0",
4
+ "description": "Ultimate AI Skills Installer - Universal support for Claude, Codex, Cursor, Windsurf, Cline, Aider, and more. 150+ agents, workflows, and skills.",
5
+ "author": "NamNam",
6
+ "license": "MIT",
7
+ "keywords": [
8
+ "ai",
9
+ "agents",
10
+ "skills",
11
+ "claude",
12
+ "claude-code",
13
+ "codex",
14
+ "openai",
15
+ "cursor",
16
+ "windsurf",
17
+ "cline",
18
+ "aider",
19
+ "anthropic",
20
+ "bmad",
21
+ "vercel",
22
+ "claudekit",
23
+ "cli",
24
+ "automation",
25
+ "llm",
26
+ "coding-assistant",
27
+ "ai-coding",
28
+ "developer-tools"
29
+ ],
30
+ "type": "module",
31
+ "bin": {
32
+ "namnam": "src/cli.js",
33
+ "namnam-skills": "src/cli.js"
34
+ },
35
+ "main": "./src/index.js",
36
+ "files": [
37
+ "src/**/*",
38
+ "README.md"
39
+ ],
40
+ "scripts": {
41
+ "start": "node src/cli.js",
42
+ "test": "node src/cli.js --help",
43
+ "postinstall": "node src/postinstall.js"
44
+ },
45
+ "dependencies": {
46
+ "chalk": "^5.3.0",
47
+ "commander": "^12.1.0",
48
+ "fs-extra": "^11.2.0",
49
+ "inquirer": "^9.2.15",
50
+ "ora": "^8.0.1"
51
+ },
52
+ "engines": {
53
+ "node": ">=18.0.0"
54
+ },
55
+ "repository": {
56
+ "type": "git",
57
+ "url": "git+https://github.com/namnam/namnam-skills.git"
58
+ },
59
+ "bugs": {
60
+ "url": "https://github.com/namnam/namnam-skills/issues"
61
+ },
62
+ "homepage": "https://github.com/namnam/namnam-skills#readme"
63
+ }