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.
content-collections
Comprehensive, production-ready guide for Content Collections setup with excellent troubleshooting and best practices for type-safe content management.
opencode-primitives
Reference OpenCode docs when implementing skills, plugins, MCPs, or config-driven behavior.
doc-coauthoring
Guides users through a three-stage workflow for creating documentation: context gathering, iterative refinement, and reader testing. It provides specific triggers for when to offer the workflow and handles both automated testing with sub-agents and manual testing in web interfaces. The skill focuses on catching blind spots before documents are shared with real readers.
langgraph-docs
Use this skill for requests related to LangGraph in order to fetch relevant documentation to provide accurate, up-to-date guidance.
subagent-driven-development
This skill automates multi-task development by dispatching fresh subagents for each independent task, with mandatory code review checkpoints between tasks. It enforces TDD, prevents context pollution, and integrates with existing plan-writing and branch-completion skills.
technical-spec
This Claude Skill helps write system requirements using the EARS methodology. It converts natural language into structured requirements with five patterns: Ubiquitous, State Driven, Event Driven, Optional Feature, and Unwanted Behaviour. The skill includes examples, common mistakes to avoid, and saves output to markdown files.
CFN Changelog Management
A structured changelog management tool that enforces sparse, consistent entries through a CLI script. It defines 7 entry types with validation rules, auto-increments versions, and provides clear usage scenarios. The skill prevents changelog neglect by integrating documentation into development workflows.
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.
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.
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.
supabase-postgres-best-practices
Postgres performance optimization and best practices from Supabase. Use this skill when writing, reviewing, or optimizing Postgres queries, schema designs, or database configurations.
nav-task
Automates the creation and archival of structured task documentation for software projects. It generates implementation plans for new features and detailed post-mortem records for completed work, integrating with project management tools and maintaining a central index.
tech-blog-writer
A structured guide for writing technical blog posts that focus on explaining 'why' rather than just 'what'. Provides concrete templates, analogy patterns, checklists, and before/after examples to help developers communicate complex concepts clearly through storytelling.
feature-spec-writer
Provides structured templates for converting product insights into feature specifications. Includes quick and detailed formats with real examples. Guides users through problem-first thinking and impact analysis. Helps product managers create clear engineering requirements.
claude-md-authoring
This skill helps create and maintain CLAUDE.md files that capture non-obvious project context for AI coding assistants. It provides specific guidelines on what to include (architectural decisions, recurring issues) and what to exclude (obvious patterns, code style rules). The skill emphasizes actionable, project-specific information that AI agents need but can't easily infer from code inspection alone.
markdown-to-html
Convert Markdown files to HTML similar to `marked.js`, `pandoc`, `gomarkdown/markdown`, or similar tools; or writing custom script to convert markdown to html and/or working on web template systems like `jekyll/jekyll`, `gohugoio/hugo`, or similar web templating systems that utilize markdown documents, converting them to html. Use when asked to "convert markdown to html", "transform md to html", "render markdown", "generate html from markdown", or when working with .md files and/or web a templating system that converts markdown to HTML output. Supports CLI and Node.js workflows with GFM, CommonMark, and standard Markdown flavors.
vitepress
VitePress static site generator powered by Vite and Vue. Use when building documentation sites, configuring themes, or writing Markdown with Vue components.
HTML Injection Testing
This skill should be used when the user asks to "test for HTML injection", "inject HTML into web pages", "perform HTML injection attacks", "deface web applications", or "test content injection vulnerabilities". It provides comprehensive HTML injection attack techniques and testing methodologies.
gemini-tmux-orchestration
This skill provides tmux-based orchestration for Gemini CLI when running in headless mode, enabling parallel execution and file writing capabilities through interactive terminal control. It includes status monitoring, loop detection, and workflow automation for AI-assisted coding tasks.
sop-creator
Create runbooks, playbooks, and technical documentation for engineering teams. Use when the user wants to document a process, create a runbook, build operational docs, or formalize any repeatable technical procedure. Triggers on requests like "create a runbook for...", "document this process", "write a playbook", or any technical documentation request.
couple-weekly-report
Generates weekly relationship health reports with affect ratios and repair rates for couples, pulling data from message databases and providing context with actual message quotes. Maps metrics to attachment theory frameworks.
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.
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.