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.
testing-python
This skill provides detailed guidance for Python testing using pytest, covering unit tests, async tests, mocking, fixtures, and coverage. It includes practical examples, configuration templates, and best practices for structuring test suites. The skill helps developers write better tests with modern Python tooling.
git-worktrees
This skill provides concrete workflows for managing git worktrees in issue-driven development. It offers specific commands for creating worktrees based on issue hierarchy, handling cleanup after PR merges, and maintaining worktree hygiene. The documentation includes real bash command examples and step-by-step scenarios.
brainwriting
A structured brainstorming tool that uses parallel sub-agents to explore and refine ideas through 5 rounds of analysis. It transforms vague concepts into practical expressions by applying different thinking perspectives systematically.
skill-builder
A meta-skill that teaches how to create Claude Skills with proper directory structure, YAML frontmatter, and progressive disclosure. It provides concrete examples for converting existing agents/prompts and includes practical scripts for automation.
performance-optimization
This skill provides structured guidance for performance optimization across web applications. It emphasizes profiling before optimizing, covers caching strategies, lazy loading, and monitoring. Includes specific checklists for databases, frontend, and APIs with concrete tool recommendations and anti-patterns to avoid.
architect
Generates technical specifications from requirements within FABER workflows, commits them to version control, and integrates with work tracking systems. It handles different work types and provides structured error responses.
api-design
Provides detailed REST API design rules covering naming conventions, HTTP status codes, error formats, versioning, and JSON schema guidelines. Includes specific examples for URI structure, resource modeling, and pagination patterns based on enterprise standards.
skill-generator
This skill helps users create new Claude Skills by providing structured templates and intelligent defaults. It analyzes user intent, suggests appropriate tool restrictions, and generates proper YAML frontmatter with trigger conditions. The skill follows a seven-step workflow from understanding requirements to creating supporting files.
jira
Jira project management expert for issues, sprints, workflows, and reporting
finance-skills
Financial analyst agent skill and plugin for Claude Code, Codex, Gemini CLI, Cursor, OpenClaw. Ratio analysis, DCF valuation, budget variance, rolling forecasts. 4 Python tools (stdlib-only).
plan-i
启动一个新的规划流程,创建新的规划文件。
skill-creator
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
reply-coach
从剪贴板读取聊天内容,生成尊重边界、自然不油腻的高情商回复建议,适用于微信、QQ等聊天场景。
readme-generator
Generate a production-quality README.md by analyzing project structure, framework, and code
okx-dex-quote
Fetch optimal swap quotes from OKX DEX Aggregator API (v6). Use this skill when a user wants to: 1. Get the best price for swapping tokens on any supported EVM/Solana chain 2. Compare DEX routing paths and price impact for token swaps 3. Build applications or scripts that query real-time DEX aggregator pricing Core value: Generates correct, authenticated API calls with proper token decimals, amount formatting, HMAC-SHA256 signing, and comprehensive error handling.
beta-feedback-fixer
This skill automates beta feedback resolution by parsing reports, classifying issues by severity, performing root cause analysis, creating isolated worktrees, implementing fixes with regression tests, and preparing beta releases. It provides concrete templates and commands for each step.
project-init
Automates Claude Code project initialization by detecting programming languages and adding appropriate tool permissions to settings.json. Creates session hooks and merges configurations without overwriting existing settings. Saves manual setup time for developers using Claude Code across multiple languages.
log-archiver
Archives completed logs to cloud storage with index management and cleanup
get-history
Provides direct access to raw Claude Code conversation logs stored as JSONL files. Enables audit trails, compliance verification, and analysis of tool call sequences, user approvals, and agent behavior without relying on filtered summaries.
Image Files
Provides ImageMagick command-line instructions for common image manipulation tasks including resizing, format conversion, optimization, and batch processing. Offers clear syntax guidance and practical examples for both single file operations and directory-wide processing.
speech-to-text
Transcribe video to timestamped text using Whisper tiny model (pre-installed).
unbiased-beta-tester
Creates simulated beta testers for CLI tools by building detailed user personas and running terminal-first exploratory testing based only on documentation and observed outputs. Enforces controlled ignorance to prevent internal project knowledge from influencing test behavior.
User Memory
A dual-mode memory system for Claude Code that maintains user preferences across sessions. The minimal version uses shell hooks and jq for zero-dependency operation, while the MCP version adds real-time tools, confidence decay, and session continuity. It extracts preferences from conversation patterns and stores them locally.
youtube-transcript
Download YouTube video transcripts when user provides a YouTube URL or asks to download/get/fetch a transcript from YouTube. Also use when user wants to transcribe or get captions/subtitles from a YouTube video.