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
cfn-planning
Consolidates three planning tools into one package for breaking down epics into sprints, coordinating multi-person workflows, and managing project scope boundaries. Provides clear migration paths from previous standalone tools.
morphir-architect
Provides expert guidance on Morphir application architecture, focusing on AST design, functional patterns, IR transformations, and code generation. It references specific knowledge bases and offers concrete examples for F# and C# implementations within the morphir-dotnet ecosystem.
typescript-mcp
Provides TypeScript templates for building MCP servers on Cloudflare Workers, including tool registration, resource exposure, authentication patterns, and error prevention for common SDK issues like memory leaks and CORS.
claude-agent-sdk
Provides programmatic access to Claude Code CLI for building autonomous agents. Enables tool orchestration, subagent delegation, and custom MCP server integration. Includes detailed examples for session management, permission controls, and error handling.
backend-dev-guidelines
Provides concrete implementation patterns for Go backend development using Chi router, PostgreSQL with sqlc, and Clean Architecture. Includes specific checklists for new features and services, layered architecture diagrams, and 8 key rules with code examples showing correct vs. incorrect approaches.
notion
Notion API for creating and managing pages, databases, and blocks.
openhue
Control Philips Hue lights/scenes via the OpenHue CLI.
strategic-compact
建议在逻辑间隔处手动压缩上下文,以在任务阶段中保留上下文,而非任意的自动压缩。
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.
langchain-architecture
Design LLM applications using LangChain 1.x and LangGraph for agents, memory, and tool integration. Use when building LangChain applications, implementing AI agents, or creating complex LLM workflows.
dbt-transformation-patterns
Master dbt (data build tool) for analytics engineering with model organization, testing, documentation, and incremental strategies. Use when building data transformations, creating data models, or implementing analytics engineering best practices.
presentation-styling
Knowledge about CSS classes, component patterns, and syntax highlighting in the presentation
langgraph-docs
Use this skill for requests related to LangGraph in order to fetch relevant documentation to provide accurate, up-to-date guidance.
文档协作
引导用户通过结构化的文档共同编写工作流程。当用户想撰写文档、提案、技术规范、决策文档或类似结构化内容时使用。该工作流程帮助用户高效传递上下文,通过迭代优化内容,并验证文档对读者有效。当用户提到写文档、创建提案、起草规范或类似文档任务时触发。
debug
Runtime debugging workflow with automated log collection. Use when fixing bugs that require runtime evidence (values, types, flow), when you'd otherwise ask user to "open DevTools, reproduce X, tell me what you see", or when bug depends on user interaction that can't be simulated. This skill automates log collection - logs are captured server-side and accessible programmatically.
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.
campaign-planning
Plan marketing campaigns with objectives, audience segmentation, channel strategy, content calendars, and success metrics. Use when launching a campaign, planning a product launch, building a content calendar, allocating budget across channels, or defining campaign KPIs.
baoyu-image-gen
AI image generation with OpenAI and Google APIs. Supports text-to-image, reference images, aspect ratios, and parallel generation (recommended 4 concurrent subagents). Use when user asks to generate, create, or draw images.
youtube-content
Fetch YouTube video transcripts and transform them into structured content (chapters, summaries, threads, blog posts).