claude-hacks
Developer workflow skills, commands, and productivity hacks
All Skills in This Repository (16)
Pure Emerald Level Indicatorscommunication-coach
Detect anti-patterns in user messages and provide one-line reframes.
ascii-art-explainer
Transform abstract code concepts into memorable ASCII diagrams.
publish-skill
Publish and port skills to a claude-hacks marketplace repository.
mermaid-diagrams
Generate Mermaid diagrams for flowcharts, ER diagrams, sequence diagrams, and state machines.
ascii-explainer
Visualize code concepts and algorithms with ASCII diagrams and concise summaries.
threaded-explainer
Plan chunked, resumable explanations with recursive depth for complex topics.
swift-concurrency-expert
Analyze and fix data-race, actor-isolation, and Sendable issues in Swift 6.2+ codebases.
exa-code-context
Search open source repositories for real code examples with source URLs.
standup
Summarize git project state and recommend next actions after a pause.
xml-context-engineering
Transform unstructured prompts into XML-tagged context with canonical sections and flat structure.
algorithmic-art
Generate reproducible p5.js algorithmic art from a defined philosophy into self-contained HTML.
skill-creator
Create Claude skills using a canonical 11-section SKILL.md template.
Frequently Asked Questions
FAQPage SchemaHow to install claude-hacks?โผ
Run `npx skills add mahidalhan/claude-hacks --all -g -y` in your terminal to install all skills and commands globally.
What does claude-hacks add to Claude Code?โผ
It adds auto-invocable skills for code search, architecture review, standups, and task planning, plus slash commands like /commit, /describe-pr, and /test-coverage.
Can I install only the skills I need?โผ
Yes. Each skill and command is its own installable plugin, so you can pick individual capabilities instead of the whole bundle.
Does claude-hacks require API keys?โผ
Only the exa-code-context skill needs an EXA_API_KEY for GitHub code search. All other skills and commands work without external keys.
Can I create my own skill with this repo?โผ
Yes. The skill-creator skill scaffolds new skills with proper frontmatter and structure, and the publish-skill script pushes them to your own marketplace.
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