Browse Skills

6825 skills found

context7-docs.md
0
1 export context7-docs
2 eanzhao from "eanzhao/aevatar-agent-framework"
3 Lookup up-to-date library docs via Context7 MCP (resolve-library-id / get-library-docs).
2026-01-05
docusaurus-documentation.md
0
1 export docusaurus-documentation
2 mcclowes from "mcclowes/mcclowes.com"
3 Use when looking up information from the latest Docusaurus documentation at https://docusaurus.io/docs
2026-01-05
github-pages-docs.md
0
1 export github-pages-docs
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Create and maintain GitHub Pages documentation for administrative guides, ubiquitous language definitions, and domain-driven design artifacts. Use when writing or updating documentation for admin procedures, domain terminology, DDD concepts, or user guides that will be published to GitHub Pages.
2026-01-05
deep-reading-framework.md
0
1 export deep-reading-framework
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Three-pass critical reading framework for systematic document analysis. Supports tech blogs, retrospectives, technical documentation, personal writing, and academic papers. Primary focus on Third Pass critical analysis, context validation, and actionable reconstruction. Use when analyzing complex documents, performing critical reading, extracting actionable insights, or conducting deep analysis. Triggers include Third Pass, 비판적 분석, critique, 깊이 읽기, 심층 분석.
2026-01-05
gary-provost.md
0
1 export gary-provost
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Transform rough ideas into clear, engaging writing using Gary Provost's rhythm and structure principles. Use when the user needs help writing emails, tweets, scripts, sales copy, articles, or any content where readability, flow, and digestibility matter. Ideal for entrepreneurs and content creators who want to turn ideas into professional writing without sounding robotic or over-polished. Apply when the user asks for help writing, editing for clarity, improving pacing, or making content more engaging.
2026-01-05
identify.md
0
1 export identify
2 ioku24 from "ioku24/autorankr"
3 Identify friction points, bottlenecks, bugs, and technical debt. Use for audits, debugging sessions, when something feels wrong, or before major work to surface hidden issues. This is the second system in the 5-system framework.
2026-01-05
write-issue.md
0
1 export write-issue
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Create or update project issues following the Epic specification format with Behaviors (Rules + Examples), Technical Specifications (Action/Hook/Component/Service), and task lists. Use when user asks to create/update an issue, document requirements, or write specifications for a new feature.
2026-01-05
technical-decisions-registry.md
0
1 export technical-decisions-registry
2 alexisbeaulieu97 from "alexisbeaulieu97/home"
3 This skill provides access to a project's recorded technical decisions and architectural patterns. Use this skill to understand established patterns, validate proposals against decisions, and cite decisions when reviewing code or specifications. Works with any project that maintains a decisions registry.
2026-01-05
composable-svelte-testing.md
0
1 export composable-svelte-testing
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Testing patterns for Composable Svelte. Use when writing tests, using TestStore, mocking dependencies, or testing reducers and effects. Covers the send/receive pattern, mock implementations, testing composition strategies, and testing best practices.
2026-01-05
article-writing.md
0
1 export article-writing
2 d-kimuson from "d-kimuson/dotfiles"
3 箇条書きコンテンツを技術記事に仕上げる際に使用する。自然な文体とスタイルで執筆するためのガイドライン。
2026-01-05
openapi-spec-builder.md
0
1 export openapi-spec-builder
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Generate OpenAPI 3.x specification files (YAML) with endpoints, schemas, authentication, and examples for REST API documentation. Triggers on "create OpenAPI spec", "generate API documentation", "swagger spec for", "REST API schema".
2026-01-05
pg-style-editor.md
0
1 export pg-style-editor
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Edit writing to adopt Paul Graham's exceptionally clear style for research and long-form content - concrete language, varied sentence rhythm, accessible formality, specific evidence. Use when user wants to rewrite content in PG's style or asks to "make this clearer" or "simplify research writing."
2026-01-05
global-coding-style.md
0
1 export global-coding-style
2 elliotsaha from "elliotsaha/smt-slack-app"
3 Write clean, consistent code following naming conventions, formatting standards, and DRY principles across all files. When writing or editing any code in any programming language (TypeScript, JavaScript, Python, etc.). When creating functions, variables, classes, or modules. When refactoring code to improve readability or reduce duplication. When implementing small, focused functions or removing dead code. When ensuring consistent indentation, naming patterns, and code structure. This skill applies universally to all code files regardless of their specific purpose.
2026-01-05
grammar-style-enhancer.md
0
1 export grammar-style-enhancer
2 akbarfarooq2006 from "akbarfarooq2006/aidd_30_days_challenges"
3 Enhance writing quality by fixing grammar, improving sentence structure, maintaining consistent style, and strengthening prose. Use when editing chapters, improving readability, or polishing final drafts.
2026-01-05
mechinterp-summarizer.md
0
1 export mechinterp-summarizer
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Convert experiment results to Markdown research notes and optionally update research state with evidence
2026-01-05
readme.md
0
1 export readme
2 tavva from "tavva/ben-claude-plugins"
3 This skill should be used when the user asks to "create a README", "write a README", "generate a README", "improve my README", "make my README better", "README best practices", or mentions needing project documentation. Provides guidance for creating excellent READMEs following patterns from awesome-readme.
2026-01-05
nvidia-api.md
0
1 export nvidia-api
2 majiayu000 from "majiayu000/claude-skill-registry"
3 NVIDIA API documentation for integrating NVIDIA services. Use for NVIDIA NIM (NVIDIA Inference Microservices), LLM APIs, visual models, multimodal APIs, retrieval APIs, healthcare APIs, and CUDA-X microservices integration.
2026-01-05
ansible.md
0
1 export ansible
2 jpoutrin from "jpoutrin/product-forge"
3 Ansible automation and configuration management patterns. Use when writing Ansible playbooks, roles, or automating infrastructure configuration and deployment tasks.
2026-01-05
project-planning.md
0
1 export project-planning
2 ByronWilliamsCPA from "ByronWilliamsCPA/audio-processor"
3 Generate initial project planning documents (PVS, ADR, Tech Spec, Roadmap) from a project concept description. Use when starting a new project, when docs/planning/ contains placeholder files, or when user requests project planning document generation.
2026-01-05
backend-migrations.md
0
1 export backend-migrations
2 elliotsaha from "elliotsaha/smt-slack-app"
3 Create and manage database migrations following best practices for schema evolution and data integrity. When creating or modifying database migration files (migrations/*, *.migration.ts, migrate.ts). When working on schema changes, data migrations, or database version control. When implementing reversible migrations with up/down methods, managing indexes on large tables, or handling zero-downtime deployments. When writing migration scripts that alter database structure, add or remove tables, modify columns, or transform data.
2026-01-05
test-driven-development.md
0
1 export test-driven-development
2 michellepellon from "michellepellon/dotfiles"
3 Enforce strict TDD workflow for all development tasks. Use when implementing new features, fixing bugs, or refactoring code. Ensures comprehensive test coverage (unit, integration, e2e) before writing implementation code. Activates automatically for all coding tasks unless explicitly authorized to skip testing.
2026-01-05
write-adr.md
0
1 export write-adr
2 johannesfritz from "johannesfritz/autonomous-orchestration"
3 Create Architecture Decision Records for significant technical decisions. Use after making architectural choices, when documenting why a technology was selected, or when solutions-architect needs to record a decision.
2026-01-05
modern-doc.md
0
1 export modern-doc
2 tychota from "tychota/moderndoc"
3 Create, improve, and debug professional LuaLaTeX documents using KOMA-Script + the moderndoc package (and the legacy modern-doc shim). Use for: generating new documents from a goal, improving typography/layout, producing PDF/A-4-friendly output, setting up minted/biblatex/tabularray/tikz, converting Mermaid → TikZ, and debugging compilation logs.
2026-01-05
bun-testing.md
0
1 export bun-testing
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Testing guidelines for Bun/TypeScript projects using bun:test framework. Use when writing tests, creating test files, debugging test failures, setting up mocks, or reviewing test code. Triggers on *.test.ts files, test-related questions, mocking patterns, and coverage discussions.
2026-01-05