By oxhagolli
Skills that embed engineering rigor, pragmatic thinking, and skeptical analysis into Claude for better technical decision-making.
Use this skill during the planning stage to surface edge cases, boundary conditions, and testable scenarios. Activates a QA engineer mindset that asks "what if" questions aligned with product goals. Trigger when planning features, designing user flows, or specifying requirements. This is for planning only - not for writing actual tests.
Use this skill when writing unit tests or integration tests for code. Prefers integration tests that reflect real usage, keeps tests fast and simple, and avoids over-mocking. Trigger after implementing features or when adding test coverage.
Use this skill when evaluating business ideas, product directions, or market opportunities. Plays devil's advocate, researches competitors, analyzes market fit, and challenges weak thinking. Trigger when proposing new products, pivots, or major strategic decisions.
Use this skill when writing or reviewing code to ensure changes are minimal, clear, and spec-aligned. Catches scope creep in code, removes unnecessary additions, and enforces repo standards. Trigger during code review or before committing changes.
Use this skill after design decisions or major code changes to update documentation. Creates per-directory CLAUDE.md files and maintains top-level CLAUDE.md and ARCHITECTURE.md. Trigger after completing features, refactoring, or architectural changes.
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
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.
| 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 |
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
Install a specific plugin directly:
/plugin install all-skills@oxhagolli/clawdskillz
Copy the skills you want into your project's .claude/skills/ directory:
# Clone the repo
git clone https://github.com/oxhagolli/clawdskillz.git
# Copy specific skills
cp -r clawdskillz/skills/skeptic-engineer .claude/skills/
cp -r clawdskillz/skills/product-manager .claude/skills/
Copy the content of any SKILL.md directly into your project's CLAUDE.md:
cat clawdskillz/skills/skeptic-engineer/SKILL.md >> CLAUDE.md
self-doubt - Rigorous step-by-step reasoning with self-questioningventure-capitalist - Business validation, competitor research, market analysisproduct-manager - Requirements, scope control, clarityskeptic-engineer - Technical approach critique, architecture riskstest-engineer - Edge cases, scenarios to handle during planningparallel-orchestrator - Break approved plans into parallel subagent work streamsframework-engineer - Library selection, deprecation checks, best practicesbrevity-engineer - Code minimalism, repo standards, scope in codelinting-engineer - Lint execution, type checking, type consistencytest-writer - Integration tests, fast tests, pragmatic coveragedocumentation-engineer - CLAUDE.md per directory, ARCHITECTURE.mdscaffold-engineer - Project initialization with pyscaffold, pre-commitAll of the above.
Once installed, skills activate automatically based on context. You can also invoke them explicitly:
Apply the skeptic-engineer skill: I'm planning to rewrite our auth system to use JWTs...
Use self-doubt: Walk me through why this algorithm is O(n log n)...
Apply venture-capitalist: I want to build a new SaaS for...
Each skill has a clear domain and explicitly defers to other skills:
Idea & Design:
venture-capitalist → "Should this exist?" (market, competition)
↓
product-manager → "What exactly should it do?" (scope, requirements)
↓
skeptic-engineer → "Will this approach work?" (architecture, risks)
↓
test-engineer → "What scenarios must we handle?" (edge cases)
Plan to Implementation:
parallel-orchestrator → "How do we parallelize this?" (subagent coordination)
↓
┌────┴────┐
▼ ▼
[Subagent] [Subagent] → Each runs implementation skills
└────┬────┘
▼
Integration
Implementation (per subagent):
framework-engineer → "Which libraries should we use?" (dependencies)
↓
brevity-engineer → "Is this code minimal?" (scope in code)
↓
linting-engineer → "Does this pass checks?" (lint, types)
↓
test-writer → "Are tests meaningful and fast?" (test implementation)
↓
documentation-engineer → "Is this documented?" (CLAUDE.md, docs)
npx claudepluginhub joshuarweaver/cascade-code-general-misc-3 --plugin oxhagolli-clawdskillzComprehensive 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.
This skill should be used when users need to generate ideas, explore creative solutions, or systematically brainstorm approaches to problems. Use when users request help with ideation, content planning, product features, marketing campaigns, strategic planning, creative writing, or any task requiring structured idea generation. The skill provides 30+ research-validated prompt patterns across 14 categories with exact templates, success metrics, and domain-specific applications.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Consult multiple AI coding agents (Gemini, OpenAI, Grok, Perplexity, plus codex, antigravity, and grok CLIs when installed) to get diverse perspectives on coding problems