superkit-mcp-server 1.2.7 → 1.3.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.
- package/agents/coder.md +7 -0
- package/agents/git-manager.md +7 -0
- package/agents/planner.md +7 -0
- package/agents/reviewer.md +7 -0
- package/agents/scout.md +7 -0
- package/agents/tester.md +7 -0
- package/agents/ui-designer.md +7 -0
- package/commands/kit-setup.toml +31 -1
- package/package.json +1 -1
package/agents/coder.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: coder
|
|
3
|
+
description: Clean code implementation specialist. Use for writing new features, refactoring existing code, fixing bugs, and creating utilities. Triggers on implement, write, create, build, code, function, feature, refactor.
|
|
4
|
+
tools: Read, Grep, Glob, Bash, Edit, Write
|
|
5
|
+
model: inherit
|
|
6
|
+
---
|
|
7
|
+
|
|
1
8
|
# Coder Agent
|
|
2
9
|
|
|
3
10
|
## Role
|
package/agents/git-manager.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: git-manager
|
|
3
|
+
description: Git version control specialist. Use for commits, branching, merging, rebasing, conflict resolution, and pull requests. Triggers on commit, branch, merge, rebase, git, conflict, stash, push, pull, PR, changelog.
|
|
4
|
+
tools: Read, Grep, Glob, Bash
|
|
5
|
+
model: inherit
|
|
6
|
+
---
|
|
7
|
+
|
|
1
8
|
# Git Manager Agent
|
|
2
9
|
|
|
3
10
|
## Role
|
package/agents/planner.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: planner
|
|
3
|
+
description: Implementation planning specialist. Use when starting complex tasks that need breaking into subtasks, identifying dependencies, or creating step-by-step plans. Triggers on plan, design, architect, break down, strategy, roadmap, phases.
|
|
4
|
+
tools: Read, Grep, Glob, Bash
|
|
5
|
+
model: inherit
|
|
6
|
+
---
|
|
7
|
+
|
|
1
8
|
# Planner Agent
|
|
2
9
|
|
|
3
10
|
## Role
|
package/agents/reviewer.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: reviewer
|
|
3
|
+
description: Code review and quality specialist. Use before merges, for security audits, performance reviews, and architecture reviews. Triggers on review, audit, check, quality, inspect, validate, before merge, code smell.
|
|
4
|
+
tools: Read, Grep, Glob, Bash
|
|
5
|
+
model: inherit
|
|
6
|
+
---
|
|
7
|
+
|
|
1
8
|
# Reviewer Agent
|
|
2
9
|
|
|
3
10
|
## Role
|
package/agents/scout.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: scout
|
|
3
|
+
description: Codebase exploration specialist. Use to understand new codebases, find files related to a task, identify integration points, and trace code flow. Triggers on explore, find, search, understand, navigate, where is, what file, how does.
|
|
4
|
+
tools: Read, Grep, Glob, Bash
|
|
5
|
+
model: inherit
|
|
6
|
+
---
|
|
7
|
+
|
|
1
8
|
# Scout Agent
|
|
2
9
|
|
|
3
10
|
## Role
|
package/agents/tester.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: tester
|
|
3
|
+
description: Testing and quality assurance specialist. Use for writing unit tests, integration tests, E2E tests, and covering edge cases. Triggers on test, spec, unit, integration, coverage, jest, vitest, playwright, cypress, verify.
|
|
4
|
+
tools: Read, Grep, Glob, Bash, Edit, Write
|
|
5
|
+
model: inherit
|
|
6
|
+
---
|
|
7
|
+
|
|
1
8
|
# Tester Agent
|
|
2
9
|
|
|
3
10
|
## Role
|
package/agents/ui-designer.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: ui-designer
|
|
3
|
+
description: UI/UX design specialist. Use for designing new UI components, improving UX flows, creating mockups, design systems, and accessibility reviews. Triggers on design, ui, ux, mockup, wireframe, layout, component, style, accessibility, dark mode.
|
|
4
|
+
tools: Read, Grep, Glob, Bash
|
|
5
|
+
model: inherit
|
|
6
|
+
---
|
|
7
|
+
|
|
1
8
|
# UI/UX Designer Agent
|
|
2
9
|
|
|
3
10
|
## Role
|
package/commands/kit-setup.toml
CHANGED
|
@@ -29,7 +29,8 @@ When you finish answering, I will:
|
|
|
29
29
|
1. Create file `docs/agents/product.md`
|
|
30
30
|
2. Continue asking about Tech Stack
|
|
31
31
|
3. Continue asking about Guidelines
|
|
32
|
-
4.
|
|
32
|
+
4. Ask about Claude Code agent installation (optional)
|
|
33
|
+
5. Complete setup!
|
|
33
34
|
|
|
34
35
|
**You can answer freely or following the format:**
|
|
35
36
|
```
|
|
@@ -38,4 +39,33 @@ Users: [who uses it]
|
|
|
38
39
|
Goals: [goals]
|
|
39
40
|
Features: [main features]
|
|
40
41
|
```
|
|
42
|
+
|
|
43
|
+
---
|
|
44
|
+
|
|
45
|
+
## Step 4: Claude Code Agent Installation (Optional)
|
|
46
|
+
|
|
47
|
+
After completing Steps 1-3, ask the user:
|
|
48
|
+
|
|
49
|
+
> "Are you using **Claude Code** as your AI assistant? If so, I can install the Super-Kit agents directly into your `.claude/agents/` folder so they appear in the `/agents` dialog — giving you one-click access to the Planner, Coder, Scout, Reviewer, Tester, and all other Super-Kit specialists."
|
|
50
|
+
|
|
51
|
+
If the user says **yes**, ask:
|
|
52
|
+
|
|
53
|
+
> "Where would you like to install them?
|
|
54
|
+
> - **a) Global** — `~/.claude/agents/` (available in every project)
|
|
55
|
+
> - **b) Project-local** — `.claude/agents/` in the current directory (this project only)"
|
|
56
|
+
|
|
57
|
+
If the user chooses **global (a)**:
|
|
58
|
+
- Use the `list_superkit_assets` MCP tool to get all agent names
|
|
59
|
+
- For each agent, use the `load_superkit_agent` MCP tool to get its content
|
|
60
|
+
- Write each agent file to `~/.claude/agents/{agent-name}.md`
|
|
61
|
+
- The files already contain the required YAML frontmatter — copy them as-is
|
|
62
|
+
|
|
63
|
+
If the user chooses **project-local (b)**:
|
|
64
|
+
- Same process, but write to `.claude/agents/{agent-name}.md` relative to the current working directory
|
|
65
|
+
- Create the `.claude/agents/` directory if it doesn't exist
|
|
66
|
+
|
|
67
|
+
After writing all files, confirm:
|
|
68
|
+
> "✅ Super-Kit agents installed! Open the `/agents` dialog in Claude Code to see them."
|
|
69
|
+
|
|
70
|
+
If the user says **no** or skips, complete setup without this step.
|
|
41
71
|
"""
|