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.
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.
2agent
Sets up a two-agent workflow between Cursor (PM) and Claude Code (implementer) by generating command files, memory structures, and version tracking. Handles initial setup, updates, and Cursor integration with backup and merge capabilities.
git-worktrees
This skill provides shell scripts and a Claude command template to manage Git worktrees for parallel development in Claude Code. It enables running multiple Claude instances on different branches simultaneously, avoiding file conflicts. The scripts handle worktree creation, listing, and cleanup, while the command offers quick setup instructions.
canton-network-repos
A highly specialized and detailed skill providing comprehensive knowledge about the Canton Network open-source ecosystem, repository relationships, and build processes with excellent documentation.
session-init
Automates session startup by checking Git status, reading task plans, and displaying context from project files. Helps developers quickly understand current work status and pending tasks before starting coding work.
infographic-template-updater
Automates updates to template documentation and UI prompts when new infographic templates are added. Keeps multiple files synchronized including SKILL.md, gallery mappings, and playground prompts. Includes sanity checks with ripgrep to verify changes.
setup-knip
This skill installs and configures Knip for dead code detection in JavaScript/TypeScript projects. It checks for existing installations, detects project type (standard, Next.js, monorepo), creates appropriate configuration files, adds npm scripts, and validates setup. It includes critical safety warnings about dynamic import limitations.
rust-engineer
A specialized Rust development assistant that enforces strict coding standards, memory safety practices, and performance optimization techniques. It provides structured workflows for project analysis, implementation, and verification with tools like cargo, clippy, and miri.