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.
cfn-node-heap-sizer
A Bash script that dynamically sets Node.js heap memory limits based on execution mode and tool type to prevent out-of-memory errors in CFN Loop task agents. It provides configurable defaults, logging, and integration examples for various environments.
Hook Pipeline
Automates post-edit validation with security scanning and auto-resolution. Detects SQL injection, XSS, hardcoded secrets, and publishes findings to Redis. Includes performance targets like 200ms hook execution and 95% auto-resolution rate.
analyze-ci
This skill analyzes failed GitHub Action jobs for MLflow pull requests, extracting root causes and relevant log snippets. It automates the tedious process of manually digging through CI logs to identify why tests or builds failed.
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.
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.
log
A shell-based logging tool for CFN systems that provides search, aggregation, rotation, and monitoring of JSON-formatted logs. It supports filtering by correlation ID, agent ID, and log level, with export options to CSV and JSON formats.
register-hook
Creates and registers Claude hook scripts with mandatory error handling patterns, proper settings.json registration, and clear restart requirements. Enforces best practices for trap-based error handling, validates matcher syntax, and provides complete workflow examples for different trigger events.
devops
Provides ready-to-use Dockerfiles for Node, Python, and Rust with multi-stage builds, GitHub Actions templates for testing and deployment, and decision trees for choosing deployment strategies. Includes concrete examples of Docker Compose setups and anti-patterns to avoid.
nav-upgrade
Automates Navigator plugin updates with version detection, conflict resolution, and post-update validation. Handles stable and pre-release versions, updates project configuration files, and verifies installation. Saves 8-13 minutes per update compared to manual process.
workflow
This skill tracks edge cases and calculates cost savings for CFN skills. It logs execution failures, identifies recurring issues, generates update proposals, and provides ROI metrics through SQLite-based tracking.
cfn-expert-update
A Bash script that scans git commits to identify changes relevant to a CFN system expert agent, then injects structured knowledge updates. It classifies commits by priority, maintains state to avoid duplicates, and supports dry-run mode for testing.
azure-devops-cli
Manage Azure DevOps resources via CLI including projects, repos, pipelines, builds, pull requests, work items, artifacts, and service endpoints. Use when working with Azure DevOps, az commands, devops automation, CI/CD, or when user mentions Azure DevOps CLI.
nextjs-expert
Next.js expert for App Router, SSR/SSG, API routes, middleware, and deployment
dokploy-mcp-20251227-101534
This skill provides deployment automation for Dokploy platform through MCP integration. It covers project setup, application deployment, Git provider configuration, database provisioning, and environment management with detailed decision trees for different build types and providers.
ssh
Execute commands on remote servers via SSH, transfer files with SCP, and manage multiple hosts. Use when working with remote servers, deployments, system administration, log analysis, or any task requiring remote command execution. Supports SSH agent, key-based, and password authentication via environment variables, never exposing credentials.
cfn-memory-monitoring
Adds memory monitoring to Docker agent containers, reporting usage to Redis and triggering alerts. Includes a wrapper script for periodic reporting, health checks with memory thresholds, and Docker Compose configuration with memory limits.
databases
Provides side-by-side guidance for MongoDB and PostgreSQL with clear selection criteria, basic operations, and reference navigation. Includes Python utilities for migrations, backups, and performance checks. Helps developers choose the right database and implement common tasks.
run-manager
Manages FABER workflow runs with unique IDs, directory initialization, event emission, and resume/rerun capabilities. Provides structured JSON responses for operations like generating run IDs, listing runs, and reconstructing state from event logs.
finishing-a-development-branch
This skill automates the final steps of a development branch lifecycle. It verifies tests pass, presents four clear options (merge locally, create PR, keep branch, discard), and executes the chosen workflow with proper cleanup. It integrates with git worktrees and prevents common mistakes like merging untested code.
istio-traffic-management
Configure Istio traffic management including routing, load balancing, circuit breakers, and canary deployments. Use when implementing service mesh traffic policies, progressive delivery, or resilience patterns.
frontend-design-review
Review and create distinctive, production-grade frontend interfaces with high design quality and design system compliance. Evaluates using three pillars: frictionless insight-to-action, quality craft, and trustworthy building. USE FOR: PR reviews, design reviews, accessibility audits, design system compliance checks, creative frontend design, UI code review, component reviews, responsive design checks, theme testing, and creating memorable UI. DO NOT USE FOR: Backend API reviews, database schema reviews, infrastructure or DevOps work, pure business logic without UI, or non-frontend code.
logging
Adds structured logging to Docker-based CFN Loop tasks by capturing container stdout/stderr, exit codes, Redis coordination events, and lifecycle events. Provides query tools and JSON export for debugging and compliance. Requires manual integration into existing shell scripts.