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.
Root Cause Tracing
This skill teaches a systematic method for tracing bugs backward through the call stack to find the original trigger, not just fixing symptoms. It provides concrete steps, real code examples, and a bisection script for isolating test pollution. It emphasizes adding validation layers after finding the root cause.
claude-agent-sdk
Use when working with Anthropic Claude Agent SDK. Provides architecture guidance, implementation patterns, best practices, and common pitfalls.
requesting-code-review
This skill automates code review requests by dispatching a specialized subagent to analyze changes between git commits. It provides concrete bash commands, clear review triggers, and example workflows for integrating reviews into development cycles. The template-based approach ensures consistent review requests.
extract-transcripts
Converts Claude Code and Codex CLI JSONL session files into readable markdown transcripts. Provides options to include tool calls and thinking blocks, batch process directories, and create a searchable DuckDB index for querying across sessions.
handoff
A session handoff tool for Claude that preserves work context when switching sessions. It saves git state, beads progress, and creates handoff files with notes, then resumes in a new session. Integrates with Maestro workflow system and includes secret scanning.
vercel-kv
Provides detailed guidance for implementing Vercel KV (Redis-compatible storage) in Next.js applications. Covers setup, basic operations, caching patterns, rate limiting, and session management with concrete code examples. Includes key naming conventions and TTL best practices.
dotnet-run-file
Run script-like CSharp programs using dotnet run file.cs. Use this skill when users want to execute CSharp code directly, write one-liner scripts via stdin, or learn about run file directives.
orchestration
A system prompt that transforms Claude into a task orchestrator, automatically breaking down complex requests into parallel sub-tasks for worker agents. It provides clear role separation (orchestrator vs worker), domain-specific reference guides, and structured progress reporting for software development workflows.
zapier-workflows
A skill that enables Claude to manage and trigger pre-built Zapier workflows while remembering user preferences for MCP tools. Bridges the gap between Zapier's MCP server and webhook-triggered multi-step Zaps. Allows users to trigger complex automations with natural language and teaches Claude their preferred tools over time.
condition-based-waiting
Replaces arbitrary timeouts in tests with condition polling to eliminate flaky behavior caused by timing guesses. Provides concrete patterns for waiting on events, state changes, and file operations with clear error handling and timeout management.
elm-to-fsharp-guru
Specialized tool for converting Elm code from the morphir-elm project to idiomatic F#. Focuses on behavioral equivalence, type safety, and compile-time code generation using Myriad. Provides concrete patterns for mapping Elm's type system to F# with practical examples.
book-translation
Translate "The Interactive Book of Prompting" chapters and UI strings to a new language
video-report
Generate a report about a video
go-concurrency-patterns
Master Go concurrency with goroutines, channels, sync primitives, and context. Use when building concurrent Go applications, implementing worker pools, or debugging race conditions.
数据处理器
数据处理与分析技能。当用户需要对知识库检索结果进行数据分析、统计计算、格式转换、数据提取或生成报告时使用此技能。支持 Python 脚本执行进行高级数据处理。
game-developer
Use when building game systems, implementing Unity/Unreal features, or optimizing game performance. Invoke for Unity, Unreal, game patterns, ECS, physics, networking, performance optimization.
board-deck-builder
Assembles comprehensive board and investor update decks by pulling perspectives from all C-suite roles. Use when preparing board meetings, investor updates, quarterly business reviews, or fundraising narratives. Covers structure, narrative framework, bad news delivery, and common mistakes.
doubao-seedream-seedance-skill
Imported from https://github.com/openclaw/skills.
task-manager
A CLI tool for managing Claude Code team tasks outside the built-in interface. Provides archiving, bulk cleanup, and dependency visualization for resolved tasks. Auto-detects team context from environment and git, reducing manual configuration. Includes dry-run previews and preserves task history through archiving.
figma-implement-design
Translate Figma nodes into production-ready code with 1:1 visual fidelity using the Figma MCP workflow (design context, screenshots, assets, and project-convention translation). Trigger when the user provides Figma URLs or node IDs, or asks to implement designs or components that must match Figma specs. Requires a working Figma MCP server connection.
systematic-type-migration
Provides a structured workflow for safely migrating codebases from old types to new type-safe implementations using integration-test-first approach, file-by-file migration with incremental verification, and atomic commits to prevent integration bugs.
using-logger
Provides detailed guidance on implementing structured logging in walkerOS sources and destinations. Covers when to log, when not to log, and patterns for validation errors, API calls, and authentication. Includes specific code examples and anti-patterns to avoid.
testing-anti-patterns
A guide that identifies and prevents common testing anti-patterns like testing mock behavior, adding test-only methods to production code, and improper mocking. Provides concrete examples, fixes, and gate functions to enforce better testing practices.
discover-tui
A gateway skill that auto-detects TUI development work and provides access to five specialized skills for Bubble Tea and Ratatui frameworks. It uses progressive loading: auto-activates for TUI tasks, then lets users browse category index or load specific skills via bash commands.