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.
documenting-debugging-workflows
This skill helps developers create debugging documentation organized by observable symptoms instead of root causes. It provides a structured process with templates, examples, and a clear directory structure for building practical troubleshooting guides.
latex-manual-2025-12-31-210638
Provides a structured reference for LaTeX commands, templates, and troubleshooting. Includes ready-to-use templates for articles, reports, and presentations, plus compilation scripts and common error solutions. Useful for academic and technical document preparation.
x-announcement
Post release announcements to X (Twitter) with automated GitHub link reply. Auto-trigger after /release command completion or manual invocation. Generates engaging posts from CHANGELOG, posts via API, and replies with GitHub release link in threaded format.
recall
A practical skill that automatically surfaces relevant past learnings at session start, improving productivity by preventing repeated mistakes and leveraging previous discoveries.
skills-sync
This tool manages AI agent skills by syncing local SKILL.md files and remote Git repositories, generating Cursor rules with XML specification. It handles multiple skill locations with precedence rules, auto-installs dependencies, and creates .cursor/rules/skills.mdc for IDE integration.
agent-validation-linter
A bash-based linter that enforces validation patterns across Claude agent profiles. It checks for centralized validation skill usage, provider configuration blocks, and can auto-fix common violations. Includes CI/CD integration examples and detailed violation reporting.
google-sheets-progress
A bash script that tracks micro-sprint completion state for Google Sheets operations within CFN Loop workflows. It provides JSON-based state persistence, allowing agents to resume interrupted tasks and coordinate multi-phase spreadsheet work. The tool includes atomic writes, validation rules, and integration patterns for Loop 2 validators and Loop 3 implementers.
technical-writer
A specialized assistant for managing the morphir-dotnet documentation stack. It handles Hugo/Docsy configuration, creates Mermaid/PlantUML diagrams, enforces XML doc standards, and maintains consistent technical writing style. Focuses on solving specific documentation challenges for a .NET project.
langfuse-prompt-iterator
Provides a structured workflow for debugging and improving Langfuse prompts through test-driven iteration. Guides users from problem identification to reproducible test cases and multiple refinement cycles with trace-based validation.
cloudflare-hyperdrive
$36
testing-core
Provides concrete patterns for unit, integration, and E2E testing across multiple languages. Includes AAA structure, naming conventions, mocking guidelines, fixture/factory patterns, and coverage targets. Focuses on practical examples in Python and TypeScript with clear anti-patterns.
distributed-tracing
Provides concrete implementation steps for distributed tracing using Jaeger and Tempo across Python, Node.js, and Go applications. Includes deployment configurations, instrumentation examples, and context propagation techniques for microservices debugging.
canvas
Imported from https://github.com/moltbot/moltbot.
songsee
Generate spectrograms and feature-panel visualizations from audio with the songsee CLI.
nano-pdf
Edit PDFs with natural-language instructions using the nano-pdf CLI.
testing
Testing guide using Vitest. Use when writing tests (.test.ts, .test.tsx), fixing failing tests, improving test coverage, or debugging test issues. Triggers on test creation, test debugging, mock setup, or test-related questions.
project-overview
Complete project architecture and structure guide. Use when exploring the codebase, understanding project organization, finding files, or needing comprehensive architectural context. Triggers on architecture questions, directory navigation, or project overview needs.
mcp-builder
Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).
applying-brand-guidelines
This skill applies consistent corporate branding and styling to all generated documents including colors, fonts, layouts, and messaging
backtesting-frameworks
Build robust backtesting systems for trading strategies with proper handling of look-ahead bias, survivorship bias, and transaction costs. Use when developing trading algorithms, validating strategies, or building backtesting infrastructure.
grafana-dashboards
Create and manage production Grafana dashboards for real-time visualization of system and application metrics. Use when building monitoring dashboards, visualizing metrics, or creating operational observability interfaces.
terraform-module-library
Build reusable Terraform modules for AWS, Azure, and GCP infrastructure following infrastructure-as-code best practices. Use when creating infrastructure modules, standardizing cloud provisioning, or implementing reusable IaC components.
spark-optimization
Optimize Apache Spark jobs with partitioning, caching, shuffle optimization, and memory tuning. Use when improving Spark performance, debugging slow jobs, or scaling data processing pipelines.
c-pro
Write efficient C code with proper memory management, pointer arithmetic, and system calls. Handles embedded systems, kernel modules, and performance-critical code. Use PROACTIVELY for C optimization, memory issues, or system programming.