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.
youtube-transcribe-skill
Imported from https://github.com/feiskyer/claude-code-settings.
dev-validation
A final validation gate requiring explicit user approval before marking development tasks complete. It enforces evidence collection for each acceptance criterion, prevents self-approval, and mandates clear APPROVED/REJECTED decisions. Includes severity calibration for issues and handles partial validation scenarios.
Hooks Automation
Automated coordination, formatting, and learning from Claude Code operations using intelligent hooks with MCP integration. Includes pre/post task hooks, session management, Git integration, memory coordination, and neural pattern training for enhanced development workflows.
parallel-dispatch
A well-designed parallel agent orchestration system that provides robust infrastructure for concurrent multi-agent workflows with clear configuration and error handling.
create-slash-commands
Expert guidance for creating Claude Code slash commands. Use when working with slash commands, creating custom commands, understanding command structure, or learning YAML configuration.
codex-reviewer
Provides patterns for using Codex CLI as an automated code reviewer with structured prompts, output parsing, and configuration. Focuses on review gates and quality checks with clear verdict formats and issue tracking.
daily-brief
Generates personalized daily news briefings from verified sources within the last 7 days. It reads user profiles and interest files, applies source credibility tiers, cross-references facts, and outputs structured markdown with confidence assessments. Handles cases with no news or conflicting sources transparently.
pre-dev-subtask-creation
This skill creates detailed, self-contained implementation subtasks for developers with zero codebase context. It enforces a strict TDD cycle (RED-GREEN-REFACTOR) with 2-5 minute atomic steps, complete code snippets, exact commands, and explicit verification. It's designed for large features requiring parallelizable work.
run-nx-generator
This skill helps developers run Nx generators with a focus on internal workspace-plugin generators. It provides clear priority rules, practical examples for common tasks like version bumps, and best practices like using --dry-run. It integrates with existing MCP tools to list generators and get schema details.
onboarding
This skill guides new users through setting up a personalized COG (Claude + Obsidian + Git) system. It collects user information through conversational prompts, creates markdown profile files, and generates a welcome guide. It handles existing profiles with update options and stores all configuration as editable markdown notes within the vault structure.
distributed-tracing
This skill implements distributed tracing using Jaeger and Tempo to track requests across microservices, enabling developers to identify performance bottlenecks, debug latency issues, and visualize service dependencies for improved observability.
faq
This skill provides a detailed FAQ for implementing Conventional Commits, covering common questions about formatting, workflow integration, tooling, and troubleshooting. It serves as a quick reference guide for developers adopting this commit message standard.
api-designer
This skill provides a structured framework for designing REST and GraphQL APIs, covering specification, documentation, and developer experience. It includes checklists for RESTful principles, GraphQL schema design, versioning, and authentication. The skill integrates with tools like openapi-generator and postman for spec generation and testing.
Meta-Pattern Recognition
Provides a mental model for identifying universal patterns across domains via a simple algorithm: spot a pattern in 3+ areas, extract its abstract form, identify variations, and find new applications. Includes reference table with concrete examples and red flags for pattern blindness.
moai-lang-csharp
Provides specialized guidance for C# 12 and .NET 8 development with practical examples for ASP.NET Core, Entity Framework, and Blazor. Includes project templates, testing patterns, and Context7 integration for documentation lookup. Focuses on modern patterns like primary constructors, minimal APIs, and CQRS with validation.
moai-lang-cpp
Provides modern C++23/C++20 guidance with specific code examples for RAII, smart pointers, concepts, ranges, modules, and CMake. Covers build systems, concurrency patterns, and performance optimization techniques for system software and game development.
product-design
Automates Figma design handoff by extracting tokens, mapping components, detecting drift, and generating implementation plans. Integrates directly with Figma's MCP server to reduce manual review from hours to minutes. Creates structured tasks and provides phased development recommendations.
file-organizer
Intelligently organizes your files and folders across your computer by understanding context, finding duplicates, suggesting better structures, and automating cleanup tasks. Reduces cognitive load and keeps your digital workspace tidy without manual effort.
system-createcli
Generate production-quality TypeScript CLIs with full documentation, error handling, and best practices. Creates deterministic, type-safe command-line tools following PAI's CLI-First Architecture. USE WHEN user says "create a CLI", "build a command-line tool", "make a CLI for X", or requests CLI generation. (user)
billing-automation
Build automated billing systems for recurring payments, invoicing, subscription lifecycle, and dunning management. Use when implementing subscription billing, automating invoicing, or managing recurring payment systems.
systematic-debugging
A structured four-phase debugging framework that enforces root cause investigation before fixes. It provides concrete steps for error analysis, pattern comparison, hypothesis testing, and implementation with clear time limits and failure thresholds to prevent wasted effort.
creating-skills
Use when creating new Claude Code skills or improving existing ones - ensures skills are discoverable, scannable, and effective through proper structure, CSO optimization, and real examples
vitest-runner
A well-structured Vitest test runner skill with excellent grounding protocols, comprehensive workflow steps, and robust error recovery mechanisms for JavaScript/TypeScript testing automation.
.claude
This Skill adds memory functionality to Claude by tracking conversation history and providing context from previous interactions. It helps Claude remember past discussions and reference earlier topics, reducing repetition in long conversations.