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.
activitypub-testing
Testing patterns for PHPUnit and Playwright E2E tests. Use when writing tests, debugging test failures, setting up test coverage, or implementing test patterns for ActivityPub features.
blog-post-writer
This skill transforms unstructured notes into blog posts mimicking a specific author's style. It uses detailed voice guidelines and a narrative framework to organize scattered ideas into coherent articles with a conversational tone. The process is well-documented with clear examples and avoids generic AI writing patterns.
qa-docs-coverage
This skill provides a systematic method for auditing documentation coverage in codebases. It helps identify gaps, prioritize missing docs by risk level (P1-P3), and includes workflows for generating missing documentation. It focuses on operational runbooks, API contracts, and service documentation, with templates and checklists for practical use.
claude-docs-consultant
This skill fetches specific Claude Code documentation from docs.claude.com on-demand instead of loading everything. It provides a workflow for identifying needed docs, fetching them selectively, and applying the information to tasks like hook creation, skill debugging, or subagent usage. The approach saves tokens by avoiding unnecessary documentation loading.
deployment-sop
Provides structured deployment workflows with pre/post-deployment checklists, smoke test patterns, and rollback procedures. Links to authoritative SOP documents rather than duplicating content. Includes concrete commands for validation and evidence templates for tracking.
documentation
Write and maintain technical documentation. Trigger with "write docs for", "document this", "create a README", "write a runbook", "onboarding guide", or when the user needs help with any form of technical writing — API docs, architecture docs, or operational runbooks.
atomic-prompts
This skill should be used when the user asks to "write system prompt", "configure SystemPromptGenerator", "prompt engineering", "background steps output_instructions", "improve agent prompt", or needs guidance on structuring system prompts, writing effective instructions, and optimizing agent behavior in Atomic Agents applications.
vitest
Vitest fast unit testing framework powered by Vite with Jest-compatible API. Use when writing tests, mocking, configuring coverage, or working with test filtering and fixtures.
content-rewriter
Cross-platform content repurposer. Takes one piece of content and rewrites it for multiple Chinese social media platforms, adapting tone, format, length, and style.
feishu-skills-kit
Complete Feishu (Lark) Skills collection for Claude Code / OpenClaw. Includes 10 skills covering: document management, messaging, spreadsheets, Bitable, interactive cards, bot bridge, cross-group memory, and leave requests. 飞书 Skills 全集,含文档管理、消息发送、表格操作、多维表格、卡片消息、 Bot 桥接、跨群记忆、请假审批等 10 个 Skill,附完整配置教程。 Trigger on: feishu, 飞书, lark, feishu doc, feishu message, feishu sheet, feishu bitable, feishu card, feishu bridge, feishu bot
doc
Use when the task involves reading, creating, or editing `.docx` documents, especially when formatting or layout fidelity matters; prefer `python-docx` plus the bundled `scripts/render_docx.py` for visual checks.
Search and retrieve content from Twitter/X. Get user info, tweets, replies, followers, communities, spaces, and trends via twitterapi.io.
communication-styles
Teaches the Social Styles Framework for adapting communication to different stakeholders. Provides specific strategies for Amiable, Expressive, Analytic, and Driver personality types. Includes trigger scenarios, engagement tactics, and stress response handling for each style.
writing-documentation-with-diataxis
Applies the Diataxis framework to structure technical documentation into four distinct types based on user intent: tutorials, how-to guides, reference, and explanation. Provides a clear decision compass and specific writing principles for each type, helping writers avoid common pitfalls like mixing learning and working content.
ccw-help
A help system for Claude Code Workflow with 78 commands. Provides command search, next-step recommendations, documentation lookup, and issue reporting. Uses JSON indexes for fast queries without duplicating source files. Supports six operational modes including search, recommendations, and deep analysis.
search
This skill enables natural language search through Claude Code session history stored in JSONL files. It helps developers find previous prompts, conversations, and file modifications across sessions. The tool parses user messages from project directories and matches queries against content, skipping agent logs. It's useful for maintaining project continuity and avoiding repeated work.
cfn-dependency-ingestion
Parses CloudFormation dependency diagrams to dynamically generate file ingestion commands, reducing execution time from 60 seconds to 3ms through content injection and parallel chunk reading for task tool agents.
pytest
Pytest testing patterns for Python. Trigger: When writing or refactoring pytest tests (fixtures, mocking, parametrize, markers). For Prowler-specific API/SDK testing conventions, also use prowler-test-api or prowler-test-sdk.
documentation
Technical writing, README guidelines, and punctuation rules. Use when writing documentation, READMEs, technical articles, or any prose that should avoid AI-generated feel.
writing-go-tests
Provides concrete Go testing guidelines with specific rules for test organization, table-driven testing, concurrency, and benchmarking. References a detailed companion file for examples and rationale. Focuses on practical patterns used in production systems like Kubernetes and Docker.
template
This skill generates structured document scaffolds for RFCs, ADRs, and blog posts using predefined templates. It supports custom template creation and management, provides clear workflow guidance, and integrates with editing tools for refinement.
morph-apply
A tool for editing code files without reading them first, using the Morph Apply API. It's designed for large files where reading the entire content would be token-expensive. The skill provides clear examples of how to structure edits with code markers and compares when to use it versus Claude's built-in edit tool.
file-header-guardian
This skill enforces a three-line comment header in code files, specifying dependencies, outputs, and system position. It triggers on file creation and modification, with templates for TypeScript, Python, and Shell. Excludes config and generated files, and coordinates with directory documentation tools.
fractal-docs-generator
Automatically generates CLAUDE.md files for directories when structure changes. Creates standardized tables showing file roles like entry points, core services, and utilities. Works alongside file-level documentation tools.