By devstefancho
Orchestrate agent teams for spec-driven development: decompose specs into parallel tasks, implement with auto-detected test frameworks, run browser automation for tricky sites, capture UI feedback, and finish with a lint-test-commit-PR workflow that keeps your worktrees clean.
Runs app test scenarios through Computer Use MCP and produces a structured UI/UX feedback report with screenshot evidence. Use when the user says computer use 테스트, 앱 테스트, UI 테스트, cu test, computer use test, or 앱 QA.
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. Use when the user wants desktop or voice notifications, "set up notifications", "작업 끝나면 알려줘", "소리로 알려줘", or to wire up the Stop/Notification hooks.
Brainstorms grounded feature ideas from the current codebase and saves them as wireframed notes in `brain-storm/` — the ideation step before writing specs. Use when the user asks to brainstorm ideas, generate feature ideas, explore improvements, review future opportunities, or clean up outdated brainstorm notes.
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. Use when the user wants the gist of something too long for a decision-maker, with phrases like 내용이 너무 많아서 읽기 힘들다, 한눈에 안 들어온다, 다 읽기 귀찮으니 요약해줘, CEO/CTO에게 보고하듯, 한 페이지로 정리해줘, 핵심만 압축해서 알려줘, 정리해줘, 요약해줘.
Generates a distinctive standalone HTML preview from a saved UI brainstorm idea. Use when the user wants to visualize a brainstorm idea as a concrete mockup, prototype, preview, landing page, dashboard, or product screen with strong design quality.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A single skills repository for AI coding agents (Claude Code, Codex CLI, and others), structured Matt-Pocock style: every skill lives at skills/<category>/<name>/SKILL.md, the whole repo is one plugin, and the primary install path is the tool-agnostic npx skills installer.
Skills in this repo install into 70+ agents (Claude Code, Codex, Cursor, Copilot, ...) via the skills CLI:
# Interactive: pick skills + target agents
npx skills@latest add devstefancho/claude-plugins
# List available skills without installing
npx skills add devstefancho/claude-plugins --list
# Install one skill non-interactively
npx skills add devstefancho/claude-plugins --skill writing-specs -a claude-code -y
# Install everything to all detected agents
npx skills add devstefancho/claude-plugins --all
Pick the skills you want; the installer copies them into your coding agent. Re-run to add or update skills.
Codex CLI: install via the same
npx skills addpath. (If your Codex version doesn't yet support npx-installed skills, clone the repo and point your skills directory atskills/— see Local development.)
| Skill | Description |
|---|---|
| writing-specs | Write and manage spec files with search, conflict detection, and reporting |
| writing-tasks | Decompose specs into persistent task files with a dependency graph and progress |
| writing-flows | Write single-scenario Flow docs with a Mermaid diagram, step branches, and source references |
| implement-with-test | Implement a task with tests; auto-detects the test framework |
| test-commit-push-pr-clean | Branch-safe finish: lint, test, commit, push, open PR, clean worktrees |
| Skill | Description |
|---|---|
| create-team | Create and manage a planner + implementer agent team (create / cleanup / expand) |
| split-work | Split current work into parallel-safe task groups with worktree branches |
| Skill | Description |
|---|---|
| browser-walkthrough | Headed, step-by-step browser walkthrough for iframe/security-heavy sites |
| computer-use-test | Run app test scenarios via Computer Use MCP and report UI/UX feedback |
| ui-prototype-preview | Turn a saved brainstorm idea into a standalone HTML prototype |
| Skill | Description |
|---|---|
| brain-storm | Brainstorm features/improvements from the current codebase (pre-spec ideation) |
| session-resume | Resume a previous Claude Code / Codex session from its JSONL transcript |
| llm-wiki | Maintain an LLM-powered personal wiki from raw sources |
| Skill | Description |
|---|---|
| hermes-runtime | Talk to / control the Hermes companion runtime (chat, run, status, jobs, setup) |
| setup-notification | Install macOS TTS + dialog hooks for Claude Code Stop/Notification events |
Every skill follows the same conventions (inspired by mattpocock/skills):
description is two sentences: what it does, then Use when [explicit triggers].SKILL.md stays under ~100 lines — terse, imperative, with phase workflows and checklist gates.reference.md, templates/, scripts/), linked one level deep.See the SKILL.md conventions section in AGENTS.md before adding or editing a skill.
.claude-plugin/plugin.json # single plugin manifest — lists every skill
skills/
<category>/
<skill-name>/
SKILL.md # required: name + description frontmatter + instructions
... # optional supporting files: scripts/, commands/, templates/
docs/adr/ # architecture decision records
evals/ # skill eval suites (dev only, not shipped)
A skill is the unit. There are no per-plugin wrappers, no marketplace.json, and no per-tool manifests — multi-agent reach is delegated to the npx skills installer.
git clone https://github.com/devstefancho/claude-plugins.git
cd claude-plugins
npx skills@latest add ./--plugin-dir (see scripts/cldp.sh).npx claudepluginhub devstefancho/skillsSpec-driven development with search, conflict detection, and reporting
Automates lint, test, commit, push, PR creation, and worktree cleanup workflow
Implement code with tests from specs or direct requests
Agent team management - create, expand, and cleanup teams for worktree sessions
Brainstorm future features and improvements with wireframes and implementation detection
Workflow skills and agents: code-walk-thru, log-work, make-issue-spec skills; ui-tester agent for browser-based UI validation
Claude Code settings and skills for spec-driven development workflows
Production-grade engineering skills for AI coding agents — covering the full software development lifecycle from spec to ship.
Focused agentic engineering workflow: design-doc, spec, plan, implement, tdd, refactor, review, address-pr-feedback, browser-verify, explain-visually, compress, branch, and commit.
Workflow skills and shared instructions for coding agents.
Structured development skills for any project. Provides brainstorming, planning, parallel agent development, browser testing, systematic debugging, and self-improvement workflows.