mahidalhanmahidalhanCommunityยท16 Agent Skills Included

claude-hacks

Developer workflow skills, commands, and productivity hacks

Extends Claude Code with installable skills and slash commands for code search, architecture analysis, task planning, git commits, and PR descriptions. Eliminates repetitive manual work like writing commit messages, briefing yourself on project status, and hunting for real code examples. Includes creative extras like Mermaid diagrams, generative art, and interactive explainers to speed up daily development workflows.
npx skills add mahidalhan/claude-hacks --all -g -y
Available:

Tells the agent which trigger phrases route to each skill or command, and defines rules for versioning, auto-invocation, and authoring new skills in this marketplace.

All Skills in This Repository (16)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
mahidalhanmahidalhan

communication-coach

Detect anti-patterns in user messages and provide one-line reframes.

Community
Intermediate
๐Ÿ“ฆ In Repo
mahidalhanmahidalhan

ascii-art-explainer

Transform abstract code concepts into memorable ASCII diagrams.

Community
Intermediate
๐Ÿ“ฆ In Repo
mahidalhanmahidalhan

publish-skill

Publish and port skills to a claude-hacks marketplace repository.

Community
Intermediate
๐Ÿ“ฆ In Repo
mahidalhanmahidalhan

mermaid-diagrams

Generate Mermaid diagrams for flowcharts, ER diagrams, sequence diagrams, and state machines.

Community
Intermediate
๐Ÿ“ฆ In Repo
mahidalhanmahidalhan

ascii-explainer

Visualize code concepts and algorithms with ASCII diagrams and concise summaries.

Community
Advanced
๐Ÿ“ฆ In Repo
mahidalhanmahidalhan

threaded-explainer

Plan chunked, resumable explanations with recursive depth for complex topics.

Community
Advanced
๐Ÿ“ฆ In Repo
mahidalhanmahidalhan

swift-concurrency-expert

Analyze and fix data-race, actor-isolation, and Sendable issues in Swift 6.2+ codebases.

Community
Advanced
๐Ÿ“ฆ In Repo
mahidalhanmahidalhan

exa-code-context

Search open source repositories for real code examples with source URLs.

Community
Advanced
๐Ÿ“ฆ In Repo
mahidalhanmahidalhan

standup

Summarize git project state and recommend next actions after a pause.

Community
Intermediate
๐Ÿ“ฆ In Repo
mahidalhanmahidalhan

xml-context-engineering

Transform unstructured prompts into XML-tagged context with canonical sections and flat structure.

Community
Advanced
๐Ÿ“ฆ In Repo
mahidalhanmahidalhan

algorithmic-art

Generate reproducible p5.js algorithmic art from a defined philosophy into self-contained HTML.

Community
Advanced
๐Ÿ“ฆ In Repo
mahidalhanmahidalhan

skill-creator

Create Claude skills using a canonical 11-section SKILL.md template.

Community
Advanced

Frequently Asked Questions

FAQPage Schema
How 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โ†’