By orban
Personal skills collection - thinking techniques, debugging patterns, and process workflows
npx claudepluginhub orban/claude-skills --plugin claude-skillsForce unrelated concepts together to discover emergent properties - "What if we treated X like Y?"
Replace arbitrary timeouts with condition polling for reliable async tests
Validate at every layer data passes through to make bugs impossible
Flip core assumptions to reveal hidden constraints and alternative approaches - "what if the opposite were true?"
Spot patterns appearing in 3+ domains to find universal principles
Recognize when disagreements reveal valuable context, preserve multiple valid approaches instead of forcing premature resolution
Search previous Claude Code conversations for facts, patterns, decisions, and context using semantic or text search
Systematically trace bugs backward through call stack to find original trigger
Test at extremes (1000x bigger/smaller, instant/year-long) to expose fundamental truths hidden at normal scales
Find one insight that eliminates multiple components - "if this is true, we don't need X, Y, or Z"
Never test mock behavior. Never add test-only methods to production classes. Understand dependencies before mocking.
RED-GREEN-REFACTOR for process documentation - baseline without skill, write addressing failures, iterate closing loopholes
Understand how ideas evolved over time to find old solutions for new problems and avoid repeating past failures
Dispatch to the right problem-solving technique based on how you're stuck
Personal marketplace for Claude Code plugins and skills.
| Plugin | Description |
|---|---|
| claude-skills | Personal skills - thinking techniques, debugging patterns, process workflows |
| intent-layer | Intent Layer plugin - AGENTS.md infrastructure for AI navigation |
| mx3-gym-mcp | MCP server for MX3 Fitness gym booking - schedules, reservations, credits |
# Add this marketplace
/plugin marketplace add orban/claude-skills
# List available plugins
/plugin list orban
# Install a plugin
/plugin install claude-skills@orban
/plugin install intent-layer@orban
/plugin install mx3-gym-mcp@orban
A collection of skills that complement superpowers:
Tools for creating and maintaining Intent Layer infrastructure (hierarchical AGENTS.md/CLAUDE.md files that help AI agents navigate codebases).
Skills: /intent-layer, /intent-layer-maintenance, /intent-layer-onboarding, /intent-layer-query
See orban/intent-layer for full documentation.
MCP server for MX3 Fitness gym booking at Noe Valley. Provides 4 tools:
get_schedule — Check slot availability for a datebook_slot — Reserve a stationcancel_booking — Cancel a reservationget_my_bookings — View upcoming reservations and creditsRequires MX3_USERNAME and MX3_PASSWORD environment variables.
See orban/mx3-gym-mcp for full documentation.
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Team-oriented workflow plugin with role agents, 27 specialist agents, ECC-inspired commands, layered rules, and hooks skeleton.
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer
Claude Code skills for Godot 4.x game development - GDScript patterns, interactive MCP workflows, scene design, and shaders
Plugin-safe Claude Code distribution of Antigravity Awesome Skills with 1,393 supported skills.