Browse Skills

6825 skills found

lsp-agent.md
0
1 export lsp-agent
2 nbarthelemy from "nbarthelemy/claudenv"
3 Automatically detects, installs, and configures Language Server Protocol (LSP) servers for enhanced code intelligence. Provides go-to-definition, find-references, hover docs, and symbol navigation.TRIGGERS - Keywords: lsp, language server, code intelligence, go to definition, find references, hover, symbols, diagnostics, autocomplete, intellisense, code navigation, jump to definition, find usages, type info.TRIGGERS - Phrases: "set up lsp", "install language server", "enable code intelligence", "configure lsp", "go to definition not working", "find references", "show type", "navigate to symbol", "code navigation".TRIGGERS - Automatic: After tech-detection completes, when opening new file types, when LSP operations fail.
2026-01-05
project-context-analyzer.md
0
1 export project-context-analyzer
2 orakitine from "orakitine/claude-code-lab"
3 Analyzes project structure, dependencies, and patterns to generate comprehensive context documentation. Uses parallel agent execution for faster analysis. Helps understand unfamiliar codebases quickly.
2026-01-05
fastmcp.md
0
1 export fastmcp
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Use this skill when building MCP (Model Context Protocol) servers with FastMCP in Python. FastMCP is a framework for creating servers that expose tools, resources, and prompts to LLMs like Claude. The skill covers server creation, tool/resource definitions, storage backends (memory/disk/Redis/DynamoDB), server lifespans, middleware system (8 built-in types), server composition (import/mount), OAuth Proxy, authentication patterns, icons, OpenAPI integration, client configuration, cloud deployment (FastMCP Cloud), error handling, and production patterns. It prevents 25+ common errors including storage misconfiguration, lifespan issues, middleware order errors, circular imports, module-level server issues, async/await confusion, OAuth security vulnerabilities, and cloud deployment failures. Includes templates for basic servers, storage backends, middleware, server composition, OAuth proxy, API integrations, testing, and self-contained production architectures.Keywords: FastMCP, MCP server Python, Model Context
2026-01-05
read-webpage-content-as-markdown.md
0
1 export read-webpage-content-as-markdown
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Read a webpage into cleaned markdown using curl + markitdown + codex exec. Use whenever asked to read a webpage or extract article content from a URL. Static HTML only; JS/client-rendered pages require a Playwright workflow.
2026-01-05
storybook.md
0
1 export storybook
2 djimontyp from "djimontyp/task-tracker"
3 Storybook stories, CSF3 format, autodocs. Use for component documentation.
2026-01-05
adhd-friendly-documentation.md
0
1 export adhd-friendly-documentation
2 rghamilton3 from "rghamilton3/dotfiles"
3 Create documentation optimized for ADHD and neurodivergent readers with short scannable content, clear hierarchy, progressive disclosure, actionable steps, and reduced cognitive load. Use when creating or improving any technical documentation (README files, API docs, tutorials, guides, onboarding materials) or when users request accessible, easy-to-scan, or beginner-friendly documentation.
2026-01-05
composable-rust-testing.md
0
1 export composable-rust-testing
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Expert knowledge for testing Composable Rust applications. Use when writing unit tests for reducers, setting up integration tests with real dependencies, using test utilities (TestStore, FixedClock, mocks), working with testcontainers for PostgreSQL/Redpanda, property-based testing, or questions about testing patterns and best practices.
2026-01-05
context7-docs.md
0
1 export context7-docs
2 syz51 from "syz51/claude-code-settings"
3 PRIMARY tool for fetching library/framework documentation. PROACTIVELY use instead of WebFetch/WebSearch when user requests docs, API references, setup guides, or code examples for any programming library or framework. Use this skill immediately when detecting queries like "show me X docs", "how do I use Y", "get Z documentation", etc. Token-efficient alternative to MCP servers.
2026-01-05
tdd.md
0
1 export tdd
2 snrsw from "snrsw/dotfiles"
3 Guide development following Kent Beck's Test-Driven Development (TDD) using Red → Green → Refactor cycle. Use when writing tests first, implementing features with TDD, need to write failing tests, make tests pass, refactoring after tests pass, following red-green-refactor, fixing defects with tests, or practicing test-driven development methodology.
2026-01-05
workflow-process-generator.md
0
1 export workflow-process-generator
2 therealchandlerbing from "therealchandlerbing/claude-usecases"
3 Transform organizational knowledge into professional, compliance-ready workflow documentation including SOPs, process maps, runbooks, and operational playbooks with built-in quality assurance and change management frameworks.
2026-01-05
obsidian2epub.md
0
1 export obsidian2epub
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Convert Obsidian vaults to EPUB ebooks. Use when the user wants to create an ebook from Obsidian notes, export a vault as EPUB, or convert markdown notes to an ebook format.
2026-01-05
blog-post-manager.md
0
1 export blog-post-manager
2 nathan-a-king from "nathan-a-king/website"
3 Create, validate, and enhance blog posts. Use when creating new blog posts, validating frontmatter, checking post structure, suggesting categories, extracting images for social sharing, or managing blog content. Handles markdown posts with YAML frontmatter.
2026-01-05
markdown-to-pdf.md
0
1 export markdown-to-pdf
2 tnez from "tnez/agent-skills"
3 Convert Markdown documents to professional PDF files with syntax highlighting, custom templates, and BibTeX citations. Use when creating printable documents, reports, or academic papers from Markdown.
2026-01-05
mermaid-flowchart.md
0
1 export mermaid-flowchart
2 46ki75 from "46ki75/skills"
3 Flowcharts are composed of **nodes** (geometric shapes) and **edges** (arrows or lines). The Mermaid code defines how nodes and edges are made and accommodates different arrow types, multi-directional arrows, and any linking to and from subgraphs.
2026-01-05
d3-viz.md
0
1 export d3-viz
2 Doyajin174 from "Doyajin174/myskills"
3 Create interactive data visualizations using D3.js. Use this when creating charts, graphs, network diagrams, geographic visualizations, or custom SVG-based data visualization.
2026-01-05
book-content-writer.md
0
1 export book-content-writer
2 majiayu000 from "majiayu000/claude-skill-registry"
3 specialized agent for writing high-quality, educational technical content for Docusaurus books. Focuses on clarity, engagement, and technical accuracy using modern documentation standards.
2026-01-05
general-development.md
0
1 export general-development
2 violabg from "violabg/dev-recruit"
3 General software development practices including code review, testing strategies, and CI/CD integration. Use when implementing features, writing tests, setting up deployment pipelines, or conducting peer reviews.
2026-01-05
creating-skills.md
0
1 export creating-skills
2 michellepellon from "michellepellon/dotfiles"
3 TDD for process documentation - test with subagents before writing, iterate until bulletproof
2026-01-05
typescript-enforcer.md
0
1 export typescript-enforcer
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Enforce strict TypeScript type safety rules including no 'any' types, explicit return types, proper interfaces, and type guards. Use when writing TypeScript code, reviewing code, refactoring, or when user mentions TypeScript, types, interfaces, or type safety.
2026-01-05
c3-migrate.md
0
1 export c3-migrate
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Use when upgrading .c3/ documentation to current skill version - reads VERSION, applies transforms from migrations/ directory in batches
2026-01-05
gpt52-spec-writer.md
0
1 export gpt52-spec-writer
2 Alb-O from "Alb-O/impire"
3 Guide for writing effective prompt specifications (specs) for the GPT-5.2 Codex agent. Use when the user asks to "write a prompt spec", "create a system prompt for GPT-5.2", "design a spec for an agent", or "how to prompt GPT-5.2".
2026-01-05
sitebender-predicates.md
0
1 export sitebender-predicates
2 site-bender from "site-bender/sitebender"
3 Writing TypeScript predicate functions (type guards, boolean checks, validation functions). Use when creating functions that return boolean or perform type narrowing. Follows Sitebender's curried, pure function patterns with named function declarations.
2026-01-05
documentation-system.md
0
1 export documentation-system
2 hhopkins95 from "hhopkins95/ai-systems"
3 Standards for documenting codebases. Use when writing documentation, deciding where docs should go, reviewing doc quality, or updating docs after code changes. Covers folder structure, content guidelines, and maintenance workflows.
2026-01-05
mermaid.md
0
1 export mermaid
2 pcasaretto from "pcasaretto/nix-home"
3 This skill should be used when creating, editing, or debugging Mermaid diagrams. It provides comprehensive syntax references for all 20+ Mermaid diagram types including flowcharts, sequence diagrams, class diagrams, ER diagrams, Gantt charts, and more. Use this skill when users ask for diagrams, visualizations, flowcharts, or any Mermaid-related assistance.
2026-01-05