Custom Claude skills for specialized workflows
npx claudepluginhub wzkariampuzha/claude-skillsCustom Claude skills for specialized workflows
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 79 focused plugins, 184 specialized agents, and 150 skills - optimized for granular installation and minimal token usage
Curated collection of 141 specialized Claude Code subagents organized into 10 focused categories
Custom Claude skills for my specialized workflows.
Location: skills/frontend-styleguide/SKILL.md
Purpose: Create comprehensive frontend style guides efficiently without wasting context on repeated exploration.
Use when:
Location: skills/test-execution-manager/SKILL.md
Purpose: Manage test execution via test-runner subagents with incremental timeout escalation strategy.
Use when:
Location: hooks/PostToolUse.ruff-python
Purpose: Automatically run ruff linter and formatter on Python files after editing.
Use when:
Key features:
ruff check && ruff format on edited Python filesCore principle: Automatic, transparent, never blocking.
Installation:
After installing the plugin via marketplace:
cd ~/.claude/plugins/marketplaces/wzkariampuzha-claude-skills/hooks
Then run the installer:
sh install-ruff-hook.sh
Or from cloned repository:
cd claude-skills/hooks
sh install-ruff-hook.sh
See hooks/README.md for detailed installation and configuration instructions.
Requirements:
jq (JSON parser)ruff (Python linter/formatter)Add the marketplace to Claude Code:
/plugin marketplace add wzkariampuzha/claude-skills
Install skills:
/plugin install frontend-styleguide@wzkariampuzha-claude-skills
/plugin install test-execution-manager@wzkariampuzha-claude-skills
Install hooks (optional):
cd ~/.claude/plugins/marketplaces/wzkariampuzha-claude-skills/hooks
sh install-ruff-hook.sh
Clone the repository:
git clone https://github.com/wzkariampuzha/claude-skills.git
For skills:
cp -r claude-skills/skills/frontend-styleguide ~/.claude/skills/
cp -r claude-skills/skills/test-execution-manager ~/.claude/skills/
For hooks:
cd claude-skills/hooks
./install-ruff-hook.sh
The skills and hooks will be automatically available in your Claude Code sessions.