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
@@ -0,0 +1,177 @@
1
+ # Cursor Agent Patterns
2
+
3
+ > Best practices extracted from Cursor AI IDE's Agent Prompt 2.0
4
+
5
+ ## Core Philosophy
6
+
7
+ Cursor operates on a **maximize context understanding** philosophy:
8
+ - Be THOROUGH when gathering information
9
+ - TRACE every symbol back to definitions and usages
10
+ - EXPLORE alternative implementations
11
+ - Keep searching until CONFIDENT nothing important remains
12
+
13
+ ---
14
+
15
+ ## Key Patterns
16
+
17
+ ### 1. Semantic Search Strategy
18
+
19
+ ```markdown
20
+ # Codebase Search Best Practices
21
+
22
+ ## When to Use Semantic Search
23
+ - Exploring unfamiliar codebases
24
+ - Asking "how / where / what" questions
25
+ - Finding code by meaning, not exact text
26
+
27
+ ## When NOT to Use
28
+ - Exact text matches (use grep)
29
+ - Reading known files (use read_file)
30
+ - Simple symbol lookups (use grep)
31
+ - Finding files by name (use file_search)
32
+
33
+ ## Query Formulation
34
+ Good: "Where is interface MyInterface implemented in the frontend?"
35
+ Bad: "MyInterface frontend" (too vague)
36
+
37
+ Good: "Where do we encrypt user passwords before saving?"
38
+ Bad: "AuthService" (single word - use grep)
39
+ ```
40
+
41
+ ### 2. Code Reference Format
42
+
43
+ ```markdown
44
+ # Citing Existing Code
45
+
46
+ ## Format: startLine:endLine:filepath
47
+ \`\`\`12:14:app/components/Todo.tsx
48
+ export const Todo = () => {
49
+ return <div>Todo</div>;
50
+ };
51
+ \`\`\`
52
+
53
+ ## Rules
54
+ - NEVER add language tags to code references
55
+ - Include at least 1 line of actual code
56
+ - Use `// ... existing code ...` for truncation
57
+ ```
58
+
59
+ ### 3. Edit Patterns
60
+
61
+ ```markdown
62
+ # Making Code Changes
63
+
64
+ ## Approach
65
+ - Never output code to user unless requested
66
+ - Use code edit tools instead
67
+ - Ensure code is immediately runnable
68
+
69
+ ## Edit File Tool
70
+ - Specify edits in sequence
71
+ - Use `// ... existing code ...` for unchanged sections
72
+ - Include sufficient context to resolve ambiguity
73
+ - Never omit code without the comment marker
74
+ ```
75
+
76
+ ### 4. Tool Calling Rules
77
+
78
+ ```markdown
79
+ # Tool Usage
80
+
81
+ 1. Follow schema exactly - provide ALL parameters
82
+ 2. Never call unavailable tools
83
+ 3. Never refer to tool names to user
84
+ 4. Prefer tool calls over asking user
85
+ 5. Make a plan, then execute immediately
86
+ 6. Read files when unsure - don't guess
87
+ 7. Can read multiple files to clarify questions
88
+ ```
89
+
90
+ ### 5. Todo System
91
+
92
+ ```markdown
93
+ # Task Management
94
+
95
+ ## When to Use
96
+ - Complex multi-step tasks (3+ steps)
97
+ - Non-trivial planning required
98
+ - User provides multiple tasks
99
+ - Tracking progress visibility
100
+
101
+ ## When NOT to Use
102
+ - Single straightforward tasks
103
+ - Trivial tasks
104
+ - Conversational requests
105
+
106
+ ## Never Include in Todos
107
+ - Linting
108
+ - Testing
109
+ - Searching/examining codebase
110
+ ```
111
+
112
+ ---
113
+
114
+ ## Implementation Example
115
+
116
+ ```javascript
117
+ // Example: Implementing Cursor-style semantic search handling
118
+
119
+ const searchStrategy = {
120
+ // Start broad, then narrow
121
+ phase1: {
122
+ query: "How does user authentication work?",
123
+ target: [], // Search everywhere
124
+ explanation: "Find auth flow"
125
+ },
126
+
127
+ // Based on phase1 results, narrow down
128
+ phase2: {
129
+ query: "Where are user roles checked?",
130
+ target: ["backend/auth/"],
131
+ explanation: "Find role logic in identified area"
132
+ }
133
+ };
134
+
135
+ // For large files, use semantic search within file
136
+ const largeFileStrategy = {
137
+ query: "How are websocket connections handled?",
138
+ target: ["backend/services/realtime.ts"],
139
+ explanation: "File too large to read entirely"
140
+ };
141
+ ```
142
+
143
+ ---
144
+
145
+ ## Best Practices Summary
146
+
147
+ | Area | Practice |
148
+ |------|----------|
149
+ | Search | Start broad, narrow based on results |
150
+ | Edit | Use `// ... existing code ...` marker |
151
+ | Cite | Use `startLine:endLine:filepath` format |
152
+ | Tools | Call parallel when independent |
153
+ | Todos | Track complex multi-step work |
154
+ | Code | Ensure immediately runnable |
155
+
156
+ ---
157
+
158
+ ## Applying to Your Projects
159
+
160
+ 1. **Add to .cursorrules**:
161
+ ```
162
+ # Agent Behavior
163
+ - Use semantic search for "how/where/what" questions
164
+ - Read files before modifying
165
+ - Track progress with todo system
166
+ - Ensure code is immediately runnable
167
+ ```
168
+
169
+ 2. **In AGENTS.md**:
170
+ ```markdown
171
+ ## Search Strategy
172
+ - Start with exploratory queries
173
+ - Narrow down based on results
174
+ - Use grep for exact matches
175
+ ```
176
+
177
+ **Source**: Cursor Agent Prompt 2.0
@@ -0,0 +1,274 @@
1
+ # Google Antigravity Patterns
2
+
3
+ > Best practices extracted from Google DeepMind's Antigravity AI Coding Assistant
4
+
5
+ ## Identity
6
+
7
+ Antigravity is created by the **Google DeepMind team** working on Advanced Agentic Coding.
8
+
9
+ ---
10
+
11
+ ## Key Innovations
12
+
13
+ ### 1. Workflow System
14
+
15
+ ```markdown
16
+ # Custom Workflows
17
+
18
+ ## Location
19
+ .agent/workflows/*.md
20
+
21
+ ## Format
22
+ ---
23
+ description: [short title]
24
+ ---
25
+ [specific steps]
26
+
27
+ ## Turbo Annotations
28
+ - `// turbo` above a step: Auto-run that step
29
+ - `// turbo-all` anywhere: Auto-run ALL steps
30
+
31
+ ## Example
32
+ \`\`\`
33
+ 1. Install dependencies
34
+ // turbo
35
+ 2. Run build
36
+ // turbo
37
+ 3. Start dev server
38
+ \`\`\`
39
+ Steps 2 and 3 auto-run (SafeToAutoRun: true)
40
+ ```
41
+
42
+ ### 2. Knowledge Item (KI) System
43
+
44
+ ```markdown
45
+ # Knowledge Discovery
46
+
47
+ ## MANDATORY First Step
48
+ Check KI summaries before ANY research
49
+
50
+ ## Process
51
+ 1. Review KI summaries provided at conversation start
52
+ 2. Identify relevant KIs by title/summary
53
+ 3. Read relevant KI artifacts BEFORE independent research
54
+ 4. Build upon KI information
55
+
56
+ ## KI Structure
57
+ C:\Users\...\.gemini\<project>\knowledge\
58
+ ├── metadata.json (summary, timestamps, references)
59
+ └── artifacts/ (documentation, implementation details)
60
+ ```
61
+
62
+ ### 3. Persistent Context
63
+
64
+ ```markdown
65
+ # Cross-Conversation Memory
66
+
67
+ ## Two Mechanisms
68
+ 1. Conversation Logs and Artifacts
69
+ - Raw conversation history
70
+ - ASSISTANT-generated artifacts
71
+
72
+ 2. Knowledge Items (KIs)
73
+ - Distilled knowledge
74
+ - Updated by KNOWLEDGE SUBAGENT
75
+
76
+ ## When to Use Conversation Logs
77
+ - Small number of relevant conversations
78
+ - Need conversation details
79
+ - @mention with Conversation ID
80
+ - User references specific conversation
81
+
82
+ ## When to Use KIs
83
+ - Starting any kind of research
84
+ - Topic appears relevant
85
+ - Referenced by conversation or another KI
86
+ ```
87
+
88
+ ### 4. Web Application Development
89
+
90
+ ```markdown
91
+ # Technology Stack
92
+
93
+ ## Core Rules
94
+ - HTML for structure, JavaScript for logic
95
+ - Vanilla CSS preferred (not Tailwind unless requested)
96
+ - Next.js or Vite for complex web apps
97
+
98
+ ## New Project Creation
99
+ - Use `npx -y` for automatic install
100
+ - Run `--help` first to see options
101
+ - Initialize in current directory: `./`
102
+ - Non-interactive mode always
103
+
104
+ ## Design Aesthetics (CRITICAL)
105
+ - USER MUST BE WOWED
106
+ - Vibrant colors, dark modes, glassmorphism
107
+ - Dynamic animations
108
+ - Modern typography (Google Fonts)
109
+ - Smooth gradients
110
+ - Micro-animations
111
+
112
+ FAILURE TO IMPRESS = FAILURE!
113
+ ```
114
+
115
+ ### 5. Tool Execution Model
116
+
117
+ ```markdown
118
+ # Parallel Tool Execution
119
+
120
+ ## waitForPreviousTools Parameter
121
+ - false (default): Execute immediately (parallel)
122
+ - true: Wait for previous tools to complete (sequential)
123
+
124
+ ## Example
125
+ {
126
+ "tool": "codebase_search",
127
+ "Query": "auth flow",
128
+ "waitForPreviousTools": false // Run in parallel
129
+ }
130
+
131
+ {
132
+ "tool": "view_file",
133
+ "AbsolutePath": "/path/to/auth.ts",
134
+ "waitForPreviousTools": true // Wait for search first
135
+ }
136
+ ```
137
+
138
+ ---
139
+
140
+ ## Implementation Examples
141
+
142
+ ### Workflow File
143
+
144
+ ```markdown
145
+ ---
146
+ description: How to deploy the application
147
+ ---
148
+
149
+ 1. Run tests to ensure everything passes
150
+ \`npm test\`
151
+
152
+ 2. Build the production bundle
153
+ // turbo
154
+ \`npm run build\`
155
+
156
+ 3. Deploy to production
157
+ // turbo
158
+ \`npm run deploy\`
159
+ ```
160
+
161
+ ### KI Usage Pattern
162
+
163
+ ```javascript
164
+ // Before ANY research, check KIs first
165
+
166
+ async function handleUserRequest(request) {
167
+ // Step 1: Check KI summaries (MANDATORY)
168
+ const relevantKIs = await findRelevantKIs(request);
169
+
170
+ if (relevantKIs.length > 0) {
171
+ // Step 2: Read relevant KI artifacts
172
+ const kiContent = await Promise.all(
173
+ relevantKIs.map(ki => readKIArtifacts(ki.path))
174
+ );
175
+
176
+ // Step 3: Build upon existing knowledge
177
+ return buildOnExistingKnowledge(kiContent, request);
178
+ }
179
+
180
+ // Only do fresh research if no relevant KIs
181
+ return performFreshResearch(request);
182
+ }
183
+ ```
184
+
185
+ ### Browser Subagent
186
+
187
+ ```javascript
188
+ // Launch browser subagent for web interactions
189
+
190
+ const browserTask = {
191
+ RecordingName: "login_flow_demo",
192
+ TaskName: "Navigating to Login Page",
193
+ Task: `
194
+ 1. Navigate to http://localhost:3000/login
195
+ 2. Fill in email field with "test@example.com"
196
+ 3. Fill in password field with "password123"
197
+ 4. Click the Login button
198
+ 5. Wait for redirect to dashboard
199
+ 6. Take screenshot to verify
200
+ `
201
+ };
202
+ ```
203
+
204
+ ---
205
+
206
+ ## Best Practices Summary
207
+
208
+ | Area | Antigravity Approach |
209
+ |------|---------------------|
210
+ | Workflows | Custom .md files with turbo annotations |
211
+ | Knowledge | KI system with artifacts |
212
+ | Context | Persistent across conversations |
213
+ | Web Dev | Premium aesthetics required |
214
+ | Tools | Parallel by default, sequential when needed |
215
+ | Paths | Absolute paths only |
216
+
217
+ ---
218
+
219
+ ## Unique Features
220
+
221
+ ### 1. Image Generation
222
+ ```markdown
223
+ - Built-in generate_image tool
224
+ - Create UI mockups
225
+ - Generate assets for apps
226
+ - Iterate on designs with user
227
+ - No placeholders - real images
228
+ ```
229
+
230
+ ### 2. Browser Recording
231
+ ```markdown
232
+ - Automatic WebP video recording
233
+ - All browser interactions recorded
234
+ - Save as artifacts
235
+ - Review flows visually
236
+ ```
237
+
238
+ ### 3. Token Budget
239
+ ```markdown
240
+ - Explicit token budget management
241
+ - Budget tag in system prompt
242
+ - Optimize context usage
243
+ ```
244
+
245
+ ---
246
+
247
+ ## Applying to Your Projects
248
+
249
+ 1. **Create Workflows**:
250
+ ```markdown
251
+ # .agent/workflows/deploy.md
252
+ ---
253
+ description: Deploy to production
254
+ ---
255
+ // turbo-all
256
+ 1. Run tests
257
+ 2. Build bundle
258
+ 3. Deploy
259
+ ```
260
+
261
+ 2. **In AGENTS.md**:
262
+ ```markdown
263
+ ## Knowledge Discovery
264
+ - Check existing documentation first
265
+ - Build on prior analysis
266
+ - Store important context
267
+
268
+ ## Web Development
269
+ - Premium aesthetics required
270
+ - Modern design patterns
271
+ - Micro-animations essential
272
+ ```
273
+
274
+ **Source**: Google Antigravity Fast Prompt & Planning Mode