Browse Skills
22656 skills found
pdf.md
4
1
export
pdf
2
from
"Fergana-Labs/claude_agent_desktop"
from
"Fergana-Labs/claude_agent_desktop"
3
Comprehensive PDF manipulation toolkit for extracting text and tables, creating new PDFs, merging/splitting documents, and handling forms. When Claude needs to fill in a PDF form or programmatically process, generate, or analyze PDF documents at scale.
2026-01-05
ui-agent-patterns.md
4
1
export
ui-agent-patterns
2
from
"HermeticOrmus/LibreUIUX-Claude-Code"
from
"HermeticOrmus/LibreUIUX-Claude-Code"
3
Patterns for delegating UI work to specialized agents. Covers synthesis-master vs specialized agents, multi-agent UI generation workflows, and orchestration strategies for complex UI tasks.
2026-01-05
migration-checklist.md
4
1
export
migration-checklist
2
from
"projectquestorg/AgileFlow"
from
"projectquestorg/AgileFlow"
3
Generate data migration checklist with validation, rollback, and zero-downtime procedures
2026-01-05
mermaid-generator.md
4
1
export
mermaid-generator
2
from
"dmccreary/claude-skills"
from
"dmccreary/claude-skills"
3
This skill generates interactive workflow diagrams using the Mermaid JavaScript library
2026-01-05
microsim-matcher.md
4
1
export
microsim-matcher
2
from
"dmccreary/claude-skills"
from
"dmccreary/claude-skills"
3
This skill analyzes diagram, chart, or simulation specifications and returns a ranked list of the most suitable MicroSim generator skills to use. It compares the specification against capabilities of all available microsim generators (p5.js, ChartJS, Plotly, Mermaid, vis-network, timeline, map, Venn, bubble) and provides match scores (0-100) with detailed reasoning for each recommendation. Use this skill when a user has a diagram specification and needs guidance on which MicroSim generator skill to use.
2026-01-05
documentation-templates.md
4
1
export
documentation-templates
2
from
"benshapyro/cadre-devkit-claude"
from
"benshapyro/cadre-devkit-claude"
3
Generates README files, API documentation, and inline code comments following best practices. Use when creating project documentation, writing READMEs, documenting APIs, or explaining complex code.
2026-01-05
session-recall.md
4
1
export
session-recall
2
from
"cuipengfei/prompts"
from
"cuipengfei/prompts"
3
全范围召回 - 从 Project CLAUDE.md、User CLAUDE.md 和 Memory MCP 查询历史知识
2026-01-05
skill-creator.md
4
1
export
skill-creator
2
from
"NickCrew/claude-cortex"
from
"NickCrew/claude-cortex"
3
Guide for creating effective skills. Use 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.
2026-01-05
asciinema-analyzer.md
4
1
export
asciinema-analyzer
2
from
"terrylica/cc-skills"
from
"terrylica/cc-skills"
3
Semantic analysis for Claude Code consumption. TRIGGERS - analyze cast, keyword extraction, density analysis, find patterns, sharpe, backtest, iteration, trading keywords, ML keywords. Use when extracting insights from recordings.
2026-01-05
chapter-content-generator.md
4
1
export
chapter-content-generator
2
from
"dmccreary/claude-skills"
from
"dmccreary/claude-skills"
3
This skill generates comprehensive chapter content for intelligent textbooks after the book-chapter-generator skill has created the chapter structure. Use this skill when a chapter index.md file exists with title, summary, and concept list, and detailed educational content needs to be generated at the appropriate reading level with rich non-text elements including diagrams, infographics, and MicroSims. (project, gitignored)
2026-01-05
setup-mcp.md
4
1
export
setup-mcp
2
from
"jacksenechal/scan-mcp"
from
"jacksenechal/scan-mcp"
3
Configure scan-mcp MCP server in Claude Code's global configuration. Use when user wants to setup, configure, initialize, enable, or install the scan-mcp MCP server. Runs preflight checks for prerequisites (Node 22+, SANE tools, tiffcp), helps install missing dependencies, and adds server configuration with user-specified INBOX_DIR.
2026-01-05
transcript-analyzer.md
4
1
export
transcript-analyzer
2
from
"glebis/claude-skills"
from
"glebis/claude-skills"
3
This skill analyzes meeting transcripts to extract decisions, action items, opinions, questions, and terminology using Cerebras AI (llama-3.3-70b). Use this skill when the user asks to analyze a transcript, extract action items from meetings, find decisions in conversations, build glossaries from discussions, or summarize key points from recorded meetings.
2026-01-05
telegram-bot-management.md
4
1
export
telegram-bot-management
2
from
"terrylica/cc-skills"
from
"terrylica/cc-skills"
3
Telegram bot production management, monitoring, and troubleshooting. Use when user mentions telegram bot, claude-orchestrator, bot status, bot restart, or bot monitoring.
2026-01-05
rustc-timings.md
4
1
export
rustc-timings
2
from
"fasterthanlime/.claude"
from
"fasterthanlime/.claude"
3
Profile Rust compilation to find slow builds. Use when compile times are unacceptable, to identify trait resolution bottlenecks, excessive monomorphization, or LLVM backend issues.
2026-01-05
add-database-table.md
4
1
export
add-database-table
2
from
"gregsantos/nexturbo"
from
"gregsantos/nexturbo"
3
Add a new database table with Drizzle ORM
2026-01-05
ash-ai.md
4
1
export
ash-ai
2
from
"forest/dotfiles"
from
"forest/dotfiles"
3
AshAi extension guidelines for integrating AI capabilities with Ash Framework. Use when implementing vectorization/embeddings, exposing Ash actions as LLM tools, creating prompt-backed actions, or setting up MCP servers. Covers semantic search, LangChain integration, and structured outputs.
2026-01-05
using-ml-production.md
4
1
export
using-ml-production
2
from
"tachyon-beep/skillpacks"
from
"tachyon-beep/skillpacks"
3
Router skill directing to deployment, optimization, MLOps, and monitoring guides.
2026-01-05
claude-code-configuration.md
4
1
export
claude-code-configuration
2
from
"outfitter-dev/agents"
from
"outfitter-dev/agents"
3
Manages Claude configuration files for both Claude Desktop and Claude Code projects. Handles MCP server configuration, environment variables, project settings, and developer options. Use when configuring Claude Desktop with MCP servers, setting up Claude Code project settings, managing environment variables for Claude, enabling debugging features, or troubleshooting Claude configuration issues.
2026-01-05
python3-development.md
4
1
export
python3-development
2
from
"Jamie-BitFlight/claude_skills"
from
"Jamie-BitFlight/claude_skills"
3
The model must use this skill when : 1. working within any python project. 2. Python CLI applications with Typer and Rich are mentioned by the user. 2. tasked with Python script writing or editing. 3. building CI scripts or tools. 4. Creating portable Python scripts with stdlib only. 5. planning out a python package design. 6. running any python script or test. 7. writing tests (unit, integration, e2e, validation) for a python script, package, or application. Reviewing Python code against best practices or for code smells. 8. The python command fails to run or errors, or the python3 command shows errors. 9. pre-commit or linting errors occur in python files. 10. Writing or editing python code in a git repository.\n<hint>This skill provides : 1. the users preferred workflow patterns for test-driven development, feature addition, refactoring, debugging, and code review using modern Python 3.11+ patterns (including PEP 723 inline metadata, native generics, and type-safe async processing). 2. References to favor
2026-01-05
microsim-generator.md
4
1
export
microsim-generator
2
from
"dmccreary/claude-skills"
from
"dmccreary/claude-skills"
3
Creates interactive educational MicroSims using the best-matched JavaScript library (p5.js, Chart.js, Plotly, Mermaid, vis-network, vis-timeline, Leaflet, Venn.js). Analyzes user requirements to route to the appropriate visualization type and generates complete MicroSim packages with HTML, JavaScript, CSS, documentation, and metadata.
2026-01-05
session-recovery.md
4
1
export
session-recovery
2
from
"terrylica/cc-skills"
from
"terrylica/cc-skills"
3
Troubleshoot Claude Code session issues. Use when encountering "No conversations found" errors, missing sessions, or session file corruption problems.
2026-01-05
negotiation-expert.md
4
1
export
negotiation-expert
2
from
"reggiechan74/vp-real-estate"
from
"reggiechan74/vp-real-estate"
3
Expert in commercial lease negotiation strategy using evidence-based persuasion techniques. Use when crafting responses to tenant objections, defending rent and lease terms, structuring counter-offers, negotiating with difficult parties, overcoming deadlocks, responding to competitive pressure, or formulating calibrated questions that shift burden of proof. Expert in evidence-based anchoring, tactical empathy, uncovering hidden constraints, and value-creating solutions. Key terms include calibrated questions, accusation audit, labeling, tactical empathy, evidence-based anchoring, market comparables, burden of proof, negotiation tactics
2026-01-05
fetch-stores.md
4
1
export
fetch-stores
2
from
"vm0-ai/vm0-cookbooks"
from
"vm0-ai/vm0-cookbooks"
3
Fetch store leads from Google Maps using Dumpling AI API. Use this skill when the user wants to search for businesses, stores, restaurants, or any places on Google Maps.
2026-01-05
installing-apps-tools-and-services.md
4
1
export
installing-apps-tools-and-services
2
from
"delorenj/skills"
from
"delorenj/skills"
3
Use this skill when installing applications, packages, tools, or services on the system. Handles Python (uv), Node/JS/TS (bun), Docker containers, and GitHub-sourced installations with mise-managed tools and ecosystem integration patterns.
2026-01-05