-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmarketplace.json
More file actions
74 lines (74 loc) · 2.83 KB
/
Copy pathmarketplace.json
File metadata and controls
74 lines (74 loc) · 2.83 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "devstefancho-claude-plugins",
"description": "Claude Code plugins marketplace for code style review and SDD workflow",
"owner": {
"name": "Stefan Cho"
},
"plugins": [
{
"name": "stop-notification-plugin",
"source": "./stop-notification-plugin",
"description": "macOS TTS voice notification with modal dialog and tmux navigation when Claude stops or needs attention"
},
{
"name": "test-commit-push-pr-clean-plugin",
"source": "./test-commit-push-pr-clean-plugin",
"description": "Automates lint, test, commit, push, PR creation, and worktree cleanup workflow"
},
{
"name": "writing-specs-plugin",
"source": "./writing-specs-plugin",
"description": "Spec-driven development with search, conflict detection, and reporting"
},
{
"name": "writing-tasks-plugin",
"source": "./writing-tasks-plugin",
"description": "Decompose specs into persistent task files with dependency graph, parallel lane suggestion, and dynamic progress tracking"
},
{
"name": "computer-use-plugin",
"source": "./computer-use-plugin",
"description": "Computer Use MCP app testing with scenario execution and feedback reporting"
},
{
"name": "implement-with-test-plugin",
"source": "./implement-with-test-plugin",
"description": "Implement code with tests from specs or direct requests"
},
{
"name": "brain-storm-plugin",
"source": "./brain-storm-plugin",
"description": "Brainstorm future features and improvements, then generate standalone HTML previews for UI ideas"
},
{
"name": "agent-team-plugin",
"source": "./agent-team-plugin",
"description": "Agent team management - create, expand, and cleanup teams for worktree sessions"
},
{
"name": "llm-wiki-plugin",
"source": "./llm-wiki-plugin",
"description": "LLM-maintained personal wiki with ingest, query, lint, update operations"
},
{
"name": "hermes",
"source": "./hermes-gateway-plugin",
"description": "Interact with Hermes Agent via local or SSH-tunneled connection"
},
{
"name": "split-work-plugin",
"source": "./split-work-plugin",
"description": "Split current project work into parallel-safe task groups with worktree branch names and structured starting prompts"
},
{
"name": "browser-walkthrough-plugin",
"source": "./browser-walkthrough-plugin",
"description": "Headed browser walkthrough — step-by-step interactive flow for iframe/security-heavy sites. Requires playwright-cli skill"
},
{
"name": "session-resume-plugin",
"source": "./session-resume-plugin",
"description": "Resume work from a previous Claude Code or Codex CLI session by reading the last N turns from its JSONL transcript"
}
]
}