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.
plugin-slash-command
Generates Navigator slash command documentation files following project conventions. Guides users through command creation with complexity-based templates, validates output, and ensures consistency with existing patterns. Includes example workflows and validation scripts.
git-worktree
This skill should be used when the user wants to manage Git worktrees - creating worktrees from local or remote branches, listing active worktrees with details, deleting worktrees, or switching between worktrees. Ideal for working on multiple branches simultaneously without stashing changes.
nextjs
Expert in Next.js 14+ App Router architecture, Server Components, data fetching strategies, and performance optimization. Provides guidance on routing, caching, SSR/SSG/ISR, and modern React patterns for building scalable web applications.
maintaining-docs-after-changes
Provides a two-phase workflow for keeping project documentation synchronized with code changes. Analyzes git diffs to identify documentation gaps, then updates README, CLAUDE.md, and other docs. Includes checklists, common mistakes to avoid, and explicit trigger conditions for when to use it.
architecture-skill
Comprehensive system architecture design and implementation workflow that orchestrates expert analysis, technical decision-making, and architectural pattern selection using the integrated toolset. Handles everything from initial system analysis to implementation-ready technical specifications.
security-review
A security review tool that systematically checks code against OWASP Top 10 vulnerabilities and AI/MCP security risks. It provides specific search patterns for each vulnerability category and includes automated scripts for secret detection and dependency scanning. The skill guides developers through a structured audit process with actionable remediation steps.
create-skill
Provides step-by-step guidance for creating Claude Code skills with proper YAML frontmatter, directory structure, and trigger descriptions. Includes practical examples, troubleshooting tips, and covers both personal and project skill deployment.
webapp
Automates visual regression testing for web applications using Playwright screenshots. Compares current screenshots against baselines with pixel diff analysis. Integrates with CFN Loop workflow for automated validation cycles. Manages baseline versions with SQLite storage and Redis coordination.
cfn-agent-lifecycle
Consolidates five separate agent management skills into one package for selecting, spawning, tracking, and processing outputs from Claude agents. Provides SQLite audit trails, dependency validation, and structured JSON outputs for multi-agent workflows.
cfn-web-portal
Provides shell scripts to start a web portal server and query real-time metrics, agent status, and event logs for a multi-agent system. Includes health checks, caching, and multiple output formats.
cfn-promotion
Manages atomic promotion of Claude skills from staging to production with validation checks, SLA enforcement for skills older than 48 hours, and optional git commits with auto-deployment integration. Provides both CLI and TypeScript API interfaces.
release-manager
Manages the release lifecycle for morphir-dotnet projects, handling version selection, changelog updates, GitHub Actions workflow triggering, and post-release verification. It provides specific scripts for preparation, monitoring, and validation, coordinating with a QA skill for testing.
cloudflare-kv
Comprehensive and well-structured documentation for Cloudflare KV operations with excellent practical examples, clear setup instructions, and thorough coverage of edge cases and error handling.
web-asset-generator
Generates favicons, PWA app icons, and Open Graph social media images from logos or text. Provides HTML meta tags and offers framework-specific code integration. Uses interactive AskUserQuestion prompts to clarify requirements visually.
frontend-react
Provides a modern React 19 development stack with TypeScript, Tailwind CSS v4, Vite, and TanStack Query. Includes setup commands, project structure, component patterns, and integration examples for state management with Zustand. Offers practical code snippets for common development tasks.
describe_pr
Automates PR description generation by reading repository templates, analyzing code changes, and running verification tests. Integrates with GitHub CLI to fetch PR data and reasoning history, then updates PR descriptions directly.
electron-base
Build secure desktop applications with Electron 33, Vite, React, and TypeScript. Covers type-safe IPC via contextBridge, OAuth with custom protocol handlers, native module compatibility (better-sqlite3, electron-store), and electron-builder packaging. Use when building cross-platform desktop apps, implementing OAuth flows in Electron, handling main/renderer process communication, or packaging with code signing. Prevents: NODE_MODULE_VERSION mismatch, hardcoded encryption keys, context isolation bypasses, sandbox conflicts with native modules.
conducting-code-review
Enforces a strict code review workflow with algorithmic template validation. Focuses on checking all severity levels from project standards, prevents reviewer rationalization, and ensures consistent structured feedback output.
claude-codex-collaboration
Enables Claude Code to automatically invoke Codex CLI for architectural review and code validation using Byterover as shared memory. Creates a two-agent workflow with no manual intervention - Claude stores plans, Codex reviews them, Claude implements with feedback. Good for projects needing AI peer review before implementation.
just
Just command runner for saving and running project-specific commands
6_stripe-integration
Provides step-by-step guidance for implementing Stripe payment processing with working code examples for payment flows, subscriptions, webhooks, and customer management. Covers security best practices, testing procedures, and essential webhook events.
retrospective
Automates retrospective analysis of coding mistakes by identifying patterns, tracking fix effectiveness, and generating action items. Includes escalation protocols for recurring issues and validates that all patterns have corresponding fixes.
git-pushing
Automates the git commit and push workflow with conventional commit message generation. Stages changes, creates formatted commit messages with Claude attribution, and pushes to remote. Handles both explicit user messages and auto-generated descriptions based on git diff analysis.
nia-docs
This skill enables semantic and regex searches across documentation for 3000+ packages from npm, PyPI, Crates, and Go. It helps developers find usage examples, understand APIs quicker, and discover patterns without leaving the terminal.