Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
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
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Create new skills, improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, update or optimize an existing skill, run evals to test a skill, or benchmark skill performance with variance analysis.
Meta-cognitive tools for Claude Code self-improvement. Learn from feedback, optimize configuration, and evolve your AI development workflow.
Developer tools for maintaining Claude Code plugins. Upgrade skills, audit structure, and align with latest platform capabilities.
Curate auto-memory, promote learnings to CLAUDE.md and rules, extract proven patterns into reusable skills.
Create, test, measure, and iteratively improve Claude Code skills with category-aware design, gotchas-driven development, progressive disclosure coaching, and automated description optimization.
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Hierarchical AGENTS.md infrastructure for AI-navigable codebases. Create CLAUDE.md/AGENTS.md files that help AI agents navigate your codebase like senior engineers.
MCP server for MX3 Fitness gym booking at Noe Valley. Check schedules, book slots, cancel reservations, and view credits.
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.