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.
zig-docs
Provides CLI commands to fetch Zig standard library source code with doc comments and language reference documentation using curl and pandoc. Focuses on raw GitHub sources to avoid JavaScript-rendered content issues on official docs.
writing-plans
Use when you have a spec or requirements for a multi-step task, before touching code
write-unit-tests
Writing unit and integration tests for the tldraw SDK. Use when creating new tests, adding test coverage, or fixing failing tests in packages/editor or packages/tldraw. Covers Vitest patterns, TestEditor usage, and test file organization.
twitter-algorithm-optimizer
Analyze and optimize tweets for maximum reach using Twitter's open-source algorithm insights. Rewrite and edit user tweets to improve engagement and visibility based on how the recommendation system ranks content.
javascript-testing-patterns
Implement comprehensive testing strategies using Jest, Vitest, and Testing Library for unit tests, integration tests, and end-to-end testing with mocking, fixtures, and test-driven development. Use when writing JavaScript/TypeScript tests, setting up test infrastructure, or implementing TDD/BDD workflows.
memory-safety-patterns
Implement memory-safe programming with RAII, ownership, smart pointers, and resource management across Rust, C++, and C. Use when writing safe systems code, managing resources, or preventing memory bugs.
langgraph-docs
Use this skill for requests related to LangGraph in order to fetch relevant documentation to provide accurate, up-to-date guidance.
sql-queries
Write correct, performant SQL across all major data warehouse dialects (Snowflake, BigQuery, Databricks, PostgreSQL, etc.). Use when writing queries, optimizing slow SQL, translating between dialects, or building complex analytical queries with CTEs, window functions, or aggregations.
youtube-content
Fetch YouTube video transcripts and transform them into structured content (chapters, summaries, threads, blog posts).
mermaid-studio
Expert Mermaid diagram creation, validation, and rendering with dual-engine output (SVG/PNG/ASCII). Supports all 20+ diagram types including C4 architecture, AWS architecture-beta with service icons, flowcharts, sequence, ERD, state, class, mindmap, timeline, git graph, sankey, and more. Features code-to-diagram analysis, batch rendering, 15+ themes, and syntax validation. Use when users ask to create diagrams, visualize architecture, render mermaid files, generate ASCII diagrams, document system flows, model databases, draw AWS infrastructure, analyze code structure, or anything involving "mermaid", "diagram", "flowchart", "architecture diagram", "sequence diagram", "ERD", "C4", "ASCII diagram". Do NOT use for non-Mermaid image generation, data plotting with chart libraries, or general documentation writing.
moai-ai-nano-banana
Provides CLI tools for generating images using Google's Gemini 3 Pro model with batch processing, style control, and multiple resolution options. Includes config file support for automated workflows and error handling with retry logic.
producthunt
Search and retrieve content from Product Hunt. Get posts, topics, users, and collections via the GraphQL API.
nav-marker
Creates conversation save points for Claude sessions, capturing context before breaks or risky changes. Saves summaries, loaded docs, modified files, and next steps to markdown files. Includes verification steps and clear restore instructions.
python-development
Provides guidance for writing Python code following modern standards. Covers type hints with MyPy configuration, async/await patterns, Pydantic validation, and naming conventions. Includes concrete code examples for common development scenarios.
pptx
Presentation toolkit (.pptx). Create/edit slides, layouts, content, speaker notes, comments, for programmatic presentation creation and modification.
spec-refactoring
This skill provides a systematic method for refactoring software specifications that have become messy through evolution. It focuses on identifying inconsistencies, removing redundancy, and improving structure while ensuring all implemented features remain covered. The process includes analyzing current state, reviewing implementation, designing better organization, and creating detailed changelogs.
using-zellij-docs
This skill prevents incorrect Zellij terminal multiplexer advice by forcing checks of the user's actual version and config file before answering questions about shortcuts or features. It addresses the common problem where default shortcuts fail due to custom configurations with clear-defaults=true.
Unit Test Writing
This skill should be used when the user asks to "write tests", "add unit tests", "create test cases", "test this function", "add test coverage", or discusses testing strategies and test implementation.
political-attack-neutralization
Implements Gartner's MOAR framework for handling political attacks in workplace settings. Provides concrete four-step process with message templates, obstruction tactics, agitation calibration, and restoration guidelines. Includes specific examples for different scenarios like unauthorized contracts and policy violations.
doc-scraper
Generic web scraper for extracting and organizing Snowflake documentation with intelligent caching and configurable spider depth. Scrapes any section of docs.snowflake.com controlled by --base-path.
audiobook
Create audiobooks from web content or text files. Handles content fetching, text processing, and TTS conversion with automatic fallback between ElevenLabs, OpenAI TTS, and gTTS.
tinacms
Provides setup instructions for TinaCMS, a Git-backed headless CMS, across Next.js, Vite+React, and Astro frameworks. Includes configuration examples, common error prevention, and deployment options for TinaCloud or self-hosted functions.
cache-components
Expert guidance for Next.js Cache Components and Partial Prerendering (PPR). **PROACTIVE ACTIVATION**: Use this skill automatically when working in Next.js projects that have `cacheComponents: true` in their next.config.ts/next.config.js. When this config is detected, proactively apply Cache Components patterns and best practices to all React Server Component implementations. **DETECTION**: At the start of a session in a Next.js project, check for `cacheComponents: true` in next.config. If enabled, this skill's patterns should guide all component authoring, data fetching, and caching decisions. **USE CASES**: Implementing 'use cache' directive, configuring cache lifetimes with cacheLife(), tagging cached data with cacheTag(), invalidating caches with updateTag()/revalidateTag(), optimizing static vs dynamic content boundaries, debugging cache issues, and reviewing Cache Component implementations.
workiq-copilot
Guides the Copilot CLI on how to use the WorkIQ CLI/MCP server to query Microsoft 365 Copilot data (emails, meetings, docs, Teams, people) for live context, summaries, and recommendations.