clank
Proven coding, debugging, testing, and code review workflows
All Skills in This Repository (31)
Pure Emerald Level IndicatorsGetting Started with Skills
Enforce path-based skill loading and checklist governance for Claude Skills workflows.
Using Git Worktrees
Create isolated Git worktrees with automated setup and safety checks.
Dispatching Parallel Agents
Dispatch parallel agents to investigate and fix independent problems concurrently.
Executing Plans
Execute implementation plans in batches with review checkpoints.
Finishing a Development Branch
Run tests, present four Git completion options, and execute the chosen workflow.
Brainstorming Ideas Into Designs
Refine rough ideas into validated designs through structured questioning and alternatives.
Writing Plans
Generate detailed implementation plans with exact file paths and test commands.
Remembering Conversations
Search archived Claude Code conversations via semantic similarity or exact text matching.
Requesting Code Review
Dispatch a code-reviewer subagent to review implementations against plan or requirements.
Code Review Reception
Evaluate and implement code review feedback with technical verification.
Subagent-Driven Development
Dispatch a fresh subagent for each task and trigger code review after completion.
Writing Evergreen Comments
Generate comments that explain what code does and why it exists.
Frequently Asked Questions
FAQPage SchemaHow to install clank?โผ
Run `npx skills add obra/clank --all -g -y` in your terminal to install all skills in this library globally.
What does clank help with?โผ
It gives your coding workflows proven practices for TDD, systematic debugging, safe refactoring, input validation, and structured code review.
How do I find the right skill for a task?โผ
Use the built-in skills-search command with a keyword pattern, such as 'refactor' or 'flaky test', to locate the relevant skill instantly.
Does clank work with Claude Code?โผ
Yes. The skills follow the standard SKILL.md format and install into ~/.claude/skills, working directly with Claude Code and compatible coding environments.
Can clank help fix flaky tests?โผ
Yes. It includes condition-based waiting and testing anti-pattern skills that replace arbitrary timeouts with reliable, deterministic test behavior.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core