Skip to content

Plugin List

Discover plugins that extend Claude Code capabilities.

/
18 plugins
Agentsv0.1.0

create-team

Creates and manages an agent team (planner + implementer teammates) for the current worktree session.

$npx skills@latest add devstefancho/claude-plugins --skill create-team -a claude-code -y
Skills (1)
Agentsv0.1.0

split-work

Splits current project work into parallel-safe task groups with worktree branch names and structured starting prompts. Use only on manual /split-work invocation — no automatic trigger.

$npx skills@latest add devstefancho/claude-plugins --skill split-work -a claude-code -y
Skills (1)
Browserv0.1.0

browser-walkthrough

Interactive headed-browser walkthrough with playwright-cli — attaches to the user's browser and advances one step per user confirmation, with explicit keyword gates for irreversible actions like final submit or payment. Use for iframe-heavy Korean sites (홈택스, 정부24, 은행, 쇼핑몰) done together with the user, or when the user says 브라우저 보면서 같이 진행, headed 모드로 같이, 단계별로 진행해줘, 홈택스 같이, 정부24 같이, 한 스텝씩, 한 단계씩 진행, walkthrough 모드, or step-by-step browser.

$npx skills@latest add devstefancho/claude-plugins --skill browser-walkthrough -a claude-code -y
Skills (1)
Browserv0.1.0

computer-use-test

Runs app test scenarios through Computer Use MCP and produces a structured UI/UX feedback report with screenshot evidence.

$npx skills@latest add devstefancho/claude-plugins --skill computer-use-test -a claude-code -y
Skills (1)
Browserv0.1.0

ui-prototype-preview

Generates a distinctive standalone HTML preview from a saved UI brainstorm idea.

$npx skills@latest add devstefancho/claude-plugins --skill ui-prototype-preview -a claude-code -y
Skills (1)
Miscv0.1.0

hermes-runtime

Talk to and control the Hermes companion runtime — chat, run async tasks, check status, manage cron jobs, configure the connection. Use for /hermes, "hermes chat", "hermes run", "hermes status", "hermes jobs", "hermes setup", or 헤르메스 채팅/실행/상태/잡/설정.

$npx skills@latest add devstefancho/claude-plugins --skill hermes-runtime -a claude-code -y
Skills (1)
Miscv0.1.0

ram-check

Diagnose macOS RAM by memory pressure rather than raw usage — runs one script that reports the pressure verdict, swap, the usage-vs-cache breakdown, top consumers, and an optional process-group total.

$npx skills@latest add devstefancho/claude-plugins --skill ram-check -a claude-code -y
Skills (1)
Miscv0.1.0

setup-notification

Install macOS TTS + dialog notifications for Claude Code Stop and Notification events — a voice cue and a clickable dialog when Claude finishes a task or needs permission/input.

$npx skills@latest add devstefancho/claude-plugins --skill setup-notification -a claude-code -y
Skills (1)
Productivityv0.1.0

brain-storm

Brainstorms grounded feature ideas from the current codebase and saves them as wireframed notes in `brain-storm/` — the ideation step before writing specs.

$npx skills@latest add devstefancho/claude-plugins --skill brain-storm -a claude-code -y
Skills (1)
Productivityv0.1.0

executive-summary

Compresses a long output, report, or analysis into a one-page executive (CEO/CTO) brief — conclusion first, key points only, technical detail translated into business impact.

$npx skills@latest add devstefancho/claude-plugins --skill executive-summary -a claude-code -y
Skills (1)
Productivityv0.1.0

github-issue

Unified GitHub issue workflow via the gh CLI — fetch an issue (body, labels, comments, image/video attachments) into the session, create a new issue from a template, or update an existing one (body, labels, state, comments). Handles the 404 that plain curl/WebFetch hits on GitHub attachment URLs by downloading with an auth token, and extracts viewable frames from video attachments.

$npx skills@latest add devstefancho/claude-plugins --skill github-issue -a claude-code -y
Skills (1)
Productivityv0.1.0

llm-wiki

Maintains an LLM-powered 3-layer personal wiki (raw → wiki → schema) from raw sources.

$npx skills@latest add devstefancho/claude-plugins --skill llm-wiki -a claude-code -y
Skills (1)
Productivityv0.1.0

session-resume

Locates a previous Claude Code or Codex CLI session's JSONL transcript and prints the last N turns plus metadata so work can continue.

$npx skills@latest add devstefancho/claude-plugins --skill session-resume -a claude-code -y
Skills (1)
Spec-Driven Devv0.1.0

implement-with-test

Implements a task as production code plus tests, auto-detecting the test framework (jest, vitest, pytest, go test, cargo test) and following existing project patterns. Task information comes from an argument (description or task file path) or the current conversation.

$npx skills@latest add devstefancho/claude-plugins --skill implement-with-test -a claude-code -y
Skills (1)
Spec-Driven Devv0.1.0

test-commit-push-pr-clean

Runs a branch-safe finish workflow that lints, tests, commits, pushes, creates a pull request, and cleans merged worktrees.

$npx skills@latest add devstefancho/claude-plugins --skill test-commit-push-pr-clean -a claude-code -y
Skills (1)
Spec-Driven Devv0.1.0

writing-flows

Writes single-scenario Flow documents under flows/<topic>/ — use case context, one Mermaid diagram (sequence or flowchart), step-by-step branches, and source file references — so how a service behaves end-to-end can be grasped at a glance.

$npx skills@latest add devstefancho/claude-plugins --skill writing-flows -a claude-code -y
Skills (1)
Spec-Driven Devv0.1.0

writing-specs

Writes and manages spec files in specs/ with mandatory duplicate search, conflict detection, and a structured final report.

$npx skills@latest add devstefancho/claude-plugins --skill writing-specs -a claude-code -y
Skills (1)
Spec-Driven Devv0.1.0

writing-tasks

Decomposes specs into persistent task files under tasks/ with a dependency graph, parallel lane suggestions, and dynamically derived progress.

$npx skills@latest add devstefancho/claude-plugins --skill writing-tasks -a claude-code -y
Skills (1)

Released under the MIT License.