npx claudepluginhub wzkariampuzha/claude-skills --plugin wzkariampuzha-claude-skillsUse when asked to create or edit style guides, design systems, component libraries, or update existing frontend components for web projects
Use when running tests via test-runner subagents - delegates test execution to background agents with incremental timeout escalation
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.
Team-oriented workflow plugin with role agents, 27 specialist agents, ECC-inspired commands, layered rules, and hooks skeleton.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
UI/UX design intelligence. 67 styles, 161 palettes, 57 font pairings, 25 charts, 15 stacks (React, Next.js, Vue, Svelte, Astro, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui, Nuxt, Jetpack Compose). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient.
Comprehensive PR review agents specializing in comments, tests, error handling, type design, code quality, and code simplification