mit einem Klick
Helps with things
npx skills add https://github.com/nakane1chome/claude-skills --skill mybadskillKopieren Sie diesen Befehl und fügen Sie ihn in Claude Code ein, um den Skill zu installieren
Helps with things
npx skills add https://github.com/nakane1chome/claude-skills --skill mybadskillKopieren Sie diesen Befehl und fügen Sie ihn in Claude Code ein, um den Skill zu installieren
Scaffolds a Docker "sandbox" harness into a repo so Claude Code can run in `--dangerously-skip-permissions` (YOLO) mode inside an Ubuntu container, with the project bind-mounted at /workspace and the host's ~/.claude bind-mounted for auth and session continuity. Use when the developer wants an isolated filesystem for agent writes but still wants host-visible builds, logs, and session history.
Record agent activity during Claude Code sessions. Captures plans, human input, agent decisions, and deviations via hooks and agent self-reporting.
Template-based code generation pattern using data models, templates, and helper functions to generate repetitive interface code.
Test accountability policy. All failures belong to the current changeset. Commits must include test results. No failures on main.
Reviews a SKILL.md file or skill directory for quality, correctness, and alignment with Claude Code skill conventions. Use when you've written a new skill and want to check it before committing, or when evaluating an existing skill for improvements.
Transform raw/crude document drafts into structured content. Use when a document is a skeleton of ideas, notes, or stream-of-consciousness that needs generative expansion rather than review polish.
| name | myBadSkill |
| description | Helps with things |
| allowed-tools | Read, Glob, Grep, Edit, Write, Bash |
This skill processes files provided via $ARGUMENTS and generates output.
Gather inputs
$ARGUMENTSProcess and transform
Final report