clawdskillz
Engineering mindset skills for Claude Code. These skills activate different professional personas - skeptical engineers, pragmatic PMs, rigorous thinkers - to improve the quality of AI-assisted development.
Skills Overview
| Skill | Phase | Purpose | |-------|-------|---------| | self-doubt | Meta | Question your reasoning step-by-step | | venture-capitalist | Pre-product | Validate business ideas, research competitors | | product-manager | Planning | Scope features, clarify requirements | | skeptic-engineer | Planning | Poke holes in technical approaches | | test-engineer | Planning | Surface edge cases and scenarios | | parallel-orchestrator | PlanβImpl | Break work into parallel subagent streams | | framework-engineer | Implementation | Research libraries, find deprecations | | brevity-engineer | Implementation | Ensure minimal, spec-aligned code | | linting-engineer | Implementation | Run linters, enforce type consistency | | test-writer | Implementation | Write fast, meaningful tests | | documentation-engineer | Implementation | Maintain CLAUDE.md and docs | | scaffold-engineer | Setup | Initialize projects with proper tooling |
Installation
Option 1: Install via Marketplace (Recommended)
Add the marketplace to Claude Code:
/plugin marketplace add oxhagolli/clawdskillz
Then install the plugin set you want:
# Install all skills
/plugin install all-skills@clawdskillz
# Or install by category
/plugin install planning-skills@clawdskillz
/plugin install implementation-skills@clawdskillz
/plugin install setup-skills@clawdskillz
/plugin install thinking-skills@clawdskillz
Option 2: Install Directly
Install a specific plugin directly:
/plugin install all-skills@oxhagolli/clawdskillz
Option 3: Copy to Your Project
Copy the skills you want into your project's .claude/skills/ directory: