Marketplace
Find the right skill for the job.
Browse the full catalog through outcome-first channels, technical facets, rating filters, and server-side pagination built for a large public marketplace.
graphql-api
Provides ready-to-use GraphQL API templates for Rust (async-graphql), Python (strawberry), and Node.js (Apollo). Includes schema design patterns, resolver examples, DataLoader implementations for N+1 prevention, and subscription setup. Mandates security pre-commit hooks before coding.
backend-rust
Provides a complete Rust backend template using Axum, SQLx, and tokio with automation scripts for building, testing, linting, and security auditing. Includes mandatory project protection setup, structured code examples, and deployment guidance for Shuttle.
testing-python
This skill provides detailed guidance for Python testing using pytest, covering unit tests, async tests, mocking, fixtures, and coverage. It includes practical examples, configuration templates, and best practices for structuring test suites. The skill helps developers write better tests with modern Python tooling.
roadmap
Manages project roadmaps through a structured markdown system that tracks ideas, research, completed features, and rejected proposals. Provides commands for adding items, creating specs, archiving work, and analyzing dependencies. Uses priority/effort ratings and maintains institutional memory.
agentdb-optimization
Provides concrete optimization techniques for AgentDB vector databases including quantization (4-32x memory reduction), HNSW indexing (150x faster search), caching strategies, and batch operations. Includes specific performance benchmarks and configuration examples for different use cases.
git-worktrees
This skill provides concrete workflows for managing git worktrees in issue-driven development. It offers specific commands for creating worktrees based on issue hierarchy, handling cleanup after PR merges, and maintaining worktree hygiene. The documentation includes real bash command examples and step-by-step scenarios.
brainwriting
A structured brainstorming tool that uses parallel sub-agents to explore and refine ideas through 5 rounds of analysis. It transforms vague concepts into practical expressions by applying different thinking perspectives systematically.
spec-driven
Guide spec-driven development workflow (Requirements → Design → Tasks → Implementation) with approval gates between phases. Use when user wants structured feature planning or says "use spec-driven" or "follow the spec process".
using-superpowers
This skill enforces mandatory workflows for discovering and using other Claude skills. It requires checking for applicable skills before any task, reading them with the Skill tool, and announcing usage. The skill mandates TodoWrite for checklists and provides specific rationalizations to avoid.
eds-block-development
Provides concrete guidance for developing Adobe Edge Delivery Services blocks using vanilla JavaScript. Covers file structure, Google Docs integration, DOM manipulation patterns, and critical EDS-specific constraints like reserved class names. Includes practical code examples for content extraction and error handling.
faber-debugger
A debugger skill for Faber workflows that diagnoses errors, proposes solutions, and maintains a persistent knowledge base of past resolutions. It works in targeted or automatic modes, logs findings to GitHub issues, and provides continuation commands for fixes.
skill-builder
A meta-skill that teaches how to create Claude Skills with proper directory structure, YAML frontmatter, and progressive disclosure. It provides concrete examples for converting existing agents/prompts and includes practical scripts for automation.
performance-optimization
This skill provides structured guidance for performance optimization across web applications. It emphasizes profiling before optimizing, covers caching strategies, lazy loading, and monitoring. Includes specific checklists for databases, frontend, and APIs with concrete tool recommendations and anti-patterns to avoid.
architect
Generates technical specifications from requirements within FABER workflows, commits them to version control, and integrates with work tracking systems. It handles different work types and provides structured error responses.
api-design
Provides detailed REST API design rules covering naming conventions, HTTP status codes, error formats, versioning, and JSON schema guidelines. Includes specific examples for URI structure, resource modeling, and pagination patterns based on enterprise standards.
faber-hooks
Executes pre-defined hooks at FABER workflow phase boundaries, supporting document reading, script execution, and skill invocation. It validates hooks before running, respects timeouts, and returns structured JSON results for integration with automation systems.
evaluator
Evaluates agent performance, rule compliance, and workflow quality. Provides systematic evaluation using code-based, model-based, and human grading methods.
create-claude-plugin
Provides step-by-step guidance for creating Claude Code plugins that bundle skills, agents, commands, hooks, and MCP servers. Includes directory structure examples, marketplace.json configuration details, and practical workflow recommendations for distribution.
web-frameworks
Provides setup guides and patterns for building web apps with Next.js, Turborepo, and RemixIcon. Includes monorepo structure examples, data fetching patterns, and CI/CD configurations. Offers Python scripts for project initialization and migration. Focuses on practical implementation details rather than theoretical concepts.
writing-plans
Converts validated specifications into detailed implementation plans with explicit task breakdowns, file references, and spec validation. Provides concrete steps for developers to translate requirements into actionable code changes with test coverage.
frontend-design
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
langgraph-workflows
Design and implement multi-agent workflows with LangGraph 0.2+ - state management, supervisor-worker patterns, conditional routing, and fault-tolerant checkpointing
skill-generator
This skill helps users create new Claude Skills by providing structured templates and intelligent defaults. It analyzes user intent, suggests appropriate tool restrictions, and generates proper YAML frontmatter with trigger conditions. The skill follows a seven-step workflow from understanding requirements to creating supporting files.
configuring-connection-pools
Provides concrete formulas and examples for configuring Prisma connection pools across different environments. Includes specific URL parameters, serverless optimizations, PgBouncer setup, and diagnostic queries for troubleshooting connection issues.