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 Settings
This skill should be used when the user asks about "plugin settings", "store plugin configuration", "user-configurable plugin", ".local.md files", "plugin state files", "read YAML frontmatter", "per-project plugin settings", or wants to make plugin behavior configurable. Documents the .claude/plugin-name.local.md pattern for storing plugin-specific configuration with YAML frontmatter and markdown content.
positron-issue-creator
This skill should be used when drafting GitHub issues for the Positron repository. It provides workflows for searching duplicates, selecting appropriate labels, gathering complete context through questioning, and writing terse, fluff-free issues that precisely describe what is needed or wrong. The skill prepares issues for manual submission by the user. Use this skill when the user asks to draft or prepare an issue for Positron.
voice-create
Skill that converts natural language descriptions into structured voice profiles with clear dimension mapping, vocabulary guidance, and YAML output for consistent writing tone.
pptx
This skill enables Claude to work with PowerPoint files by providing tools to unpack, analyze, modify, and repack .pptx files. It includes text extraction via markdown conversion, XML manipulation for slide content, and HTML-to-PPTX generation with design guidance. The skill handles slide layouts, comments, speaker notes, and media files.
moai-library-nextra
A Claude Skill providing structured guidance for building documentation sites with Nextra and Next.js. It offers concrete patterns for project setup, theme configuration, navigation, and MDX content, along with deployment and i18n guides. Focuses on practical implementation over theoretical concepts.
create-agent-skills
Expert guidance for creating, writing, building, and refining Claude Code Skills. Use when working with SKILL.md files, authoring new skills, improving existing skills, or understanding skill structure, progressive disclosure, workflows, validation patterns, and XML formatting.
tdd-workflow
Use this skill when writing new features, fixing bugs, or refactoring code. Enforces test-driven development with 80%+ coverage including unit, integration, and E2E tests.
writing
A well-structured router skill for writing workflows with clear task detection and specialized sub-workflows for various content creation needs.
writing-api-docs
Provides structured templates and patterns for documenting REST API endpoints, including request/response schemas, error codes, and field descriptions. Offers concrete examples, HTTP status code guidance, and a quality checklist for comprehensive API reference docs.
changelog-generator
Automatically creates user-facing changelogs from git commits by analyzing commit history, categorizing changes, and transforming technical commits into clear, customer-friendly release notes. Turns hours of manual changelog writing into minutes of automated generation.
modern-javascript-patterns
Master ES6+ features including async/await, destructuring, spread operators, arrow functions, promises, modules, iterators, generators, and functional programming patterns for writing clean, efficient JavaScript code. Use when refactoring legacy code, implementing modern patterns, or optimizing JavaScript applications.
docs-write
Write documentation following Metabase's conversational, clear, and user-focused style. Use when creating or editing documentation files (markdown, MDX, etc.).
cookbook-audit
This skill audits Anthropic Cookbook notebooks against a detailed style guide. It runs automated checks for technical issues and secrets, then provides structured scoring across narrative quality, code quality, technical accuracy, and actionability. The audit includes specific recommendations with line references.
moai-docs-generation
Provides concrete patterns for generating documentation using real tools like Sphinx, MkDocs, TypeDoc, and Nextra. Covers setup, configuration, and CI/CD integration for API docs, user guides, and static sites. Includes specific commands and file examples for different documentation frameworks.
.claude
Provides Claude with context for managing a GitOps-based Kubernetes homelab using Flux and Talos. Includes architecture docs, conventions, and quick reference commands for cluster operations. Helps maintain consistency across two independent clusters with specific invariants and directory structures.
moai-library-mermaid
This skill enables Claude Code to generate 21 types of Mermaid diagrams using MCP Playwright for rendering. It provides syntax examples for flowcharts, sequence diagrams, and C4 architecture diagrams, with integration guidance for development workflows. The skill requires Node.js and Playwright configuration to function.
writing-git-commits
This skill teaches developers how to write structured Git commit messages following the Conventional Commits specification. It explains commit types like feat, fix, and docs, shows message formatting, and links to detailed sub-skills for examples and FAQs. It's designed to improve team communication and enable automated changelog generation.
gog
Google Workspace CLI for Gmail, Calendar, Drive, Contacts, Sheets, and Docs.
senior-prompt-engineer
This skill provides Python scripts and reference materials for prompt engineering, LLM evaluation, and agent system design. It includes concrete examples like prompt_optimizer.py and agent_orchestrator.py with configurable parameters. The documentation covers patterns for production systems, though some content appears repetitive across files.
pptx
This skill enables Claude to create, edit, and analyze PowerPoint presentations by working directly with PPTX file structures. It provides tools for unpacking PPTX files, reading XML content, extracting text to markdown, and repacking modified presentations. The skill includes detailed guidance on design principles, color selection, and typography for creating presentations from scratch using HTML conversion workflows.
compound-docs
Capture solved problems as categorized documentation with YAML frontmatter for fast lookup
ontological-documentation
Extracts domain concepts and relationships from TanStack Start and FastAPI codebases to generate architectural documentation. Creates Mermaid diagrams for ERDs and system flows, specifically targeting Grey Haven's multi-tenant patterns with tenant_id isolation and repository filtering.
software-manual
Generates interactive single-file HTML software manuals with automated screenshot capture and API documentation extraction. Uses a multi-phase agent architecture to explore codebases, create structured content, and assemble TiddlyWiki-style documents with embedded resources.
i18n
This skill provides two Node.js scripts for managing i18n JSON files in a Next.js project using next-intl. The sync command aligns all locale directories with the English source, adding missing keys and removing extras. The translate command generates structured tasks for Claude to translate missing content, enforcing guidelines like preserving placeholders and brand names.