Browse Skills

44915 skills found

tool-selection.md
4
1 export tool-selection
2 NickCrew from "NickCrew/claude-cortex"
3 Use when selecting between MCP tools based on task complexity and requirements - provides a structured selection workflow and decision rationale.
2026-01-05
asciinema-converter.md
4
1 export asciinema-converter
2 terrylica from "terrylica/cc-skills"
3 Convert .cast to .txt for analysis. TRIGGERS - convert cast, cast to txt, strip ANSI, timestamp index. Use when preparing recordings for Claude Code.
2026-01-05
shortcut.md
4
1 export shortcut
2 fasterthanlime from "fasterthanlime/.claude"
3 Engineering discipline and standards - never take shortcuts regardless of pressure or constraints. This skill applies to ALL engineering work. Never disable tests or functionality, never use placeholders, never silently cut scope, never compromise on quality. When under time or context pressure, use proper tools like handoffs instead of cutting corners. Write code that will work for the next 10-20 years.
2026-01-05
docx.md
4
1 export docx
2 NickCrew from "NickCrew/claude-cortex"
3 Comprehensive document creation, editing, and analysis with support for tracked changes, comments, formatting preservation, and text extraction. When Claude needs to work with professional documents (.docx files) for: (1) Creating new documents, (2) Modifying or editing content, (3) Working with tracked changes, (4) Adding comments, or any other document tasks
2026-01-05
atomic-bead-filing.md
4
1 export atomic-bead-filing
2 delightful-ai from "delightful-ai/beads-rs"
3 Use when noticing something off (code smell, design smell, workaround) while working and want to capture it without losing flow - grounds observation in codebase and files a proper bead that future agents can execute
2026-01-05
maestro.md
4
1 export maestro
2 rp1-run from "rp1-run/rp1"
3 Creates and updates Claude Code skills following best practices. Guides through requirements gathering, design, content generation, and validation. Handles both new skill creation and refactoring existing skills. Use when user mentions 'create skill', 'build skill', 'new skill', 'update skill', 'improve skill', 'refactor skill', or asks to build capabilities for Claude Code.
2026-01-05
startup-portrait.md
4
1 export startup-portrait
2 vm0-ai from "vm0-ai/vm0-cookbooks"
3 Transform team photos into professional startup portraits using fal.ai Nano Banana Pro image-to-image API.
2026-01-05
git-worktree.md
4
1 export git-worktree
2 ushironoko from "ushironoko/dotfiles"
3 Git worktreeを使用した並行作業管理。実装開始時にworktreeを作成し、完了時に削除する。
2026-01-05
design-conventions.md
4
1 export design-conventions
2 adeonir from "adeonir/golden-anniversary"
3 Golden Anniversary design system with OKLCH color palette, typography (Inter, Playfair Display, Dancing Script), component states, Framer Motion patterns, and accessibility requirements. Use when working on styling, UI components, or visual changes.
2026-01-05
project-context-discovery.md
4
1 export project-context-discovery
2 bostonaholic from "bostonaholic/dotfiles"
3 Discover project structure, package managers, test frameworks, and automation without hardcoded assumptions
2026-01-05
documentation-standards.md
4
1 export documentation-standards
2 terrylica from "terrylica/cc-skills"
3 Markdown documentation standards for LLM-optimized architecture including section numbering rules for Pandoc PDF generation. Use when writing markdown documentation, creating skills, or authoring content that may be converted to PDF.
2026-01-05
read-bin-docs.md
4
1 export read-bin-docs
2 YPares from "YPares/agent-skills"
3 Straightforward text extraction from document files (text-based PDF only for now, no OCR or docx). Use when you just need to read/extract text from binary documents.
2026-01-05
ruby-rspec-tdd-implementer.md
4
1 export ruby-rspec-tdd-implementer
2 viamin from "viamin/aidp"
3 Expert in Test-Driven Development using Ruby and RSpec framework
2026-01-05
type-definitions.md
4
1 export type-definitions
2 projectquestorg from "projectquestorg/AgileFlow"
3 Generate TypeScript interfaces and types from data structure descriptions
2026-01-05
adr-graph-easy-architect.md
4
1 export adr-graph-easy-architect
2 terrylica from "terrylica/cc-skills"
3 Create ASCII architecture diagrams for ADRs using graph-easy. Use when writing ADRs, adding diagrams to existing ADRs, or when user mentions "ADR diagram", "architecture diagram", "ASCII diagram". Zero external dependencies for rendering - pure text output embeds directly in markdown.
2026-01-05
llm-cli.md
4
1 export llm-cli
2 glebis from "glebis/claude-skills"
3 Process textual and multimedia files with various LLM providers using the llm CLI. Supports both non-interactive and interactive modes with model selection, config persistence, and file input handling.
2026-01-05
book-marketing.md
4
1 export book-marketing
2 jwynia from "jwynia/the-kepler-testimonies"
3 Diagnose book marketing copy problems and generate platform-optimized blurbs, descriptions, taglines, and query pitches. Use when marketing copy feels weak, when descriptions aren't converting, or when starting marketing from scratch.
2026-01-05
changelog-manager.md
4
1 export changelog-manager
2 Interstellar-code from "Interstellar-code/claud-skills"
3 Update project changelog with uncommitted changes, synchronize package versions, and create version releases with automatic commit, conditional git tags, GitHub Releases, and push
2026-01-05
terraform-best-practices.md
4
1 export terraform-best-practices
2 NickCrew from "NickCrew/claude-cortex"
3 Terraform infrastructure-as-code best practices for scalable and maintainable cloud infrastructure. Use when writing Terraform modules, managing infrastructure state, or implementing infrastructure automation at scale.
2026-01-05
extracting-form-fields.md
4
1 export extracting-form-fields
2 jhs from "jhs/Chatfield"
3 Extract form field data from PDFs as a first step to filling PDF forms
2026-01-05
strudel-music.md
4
1 export strudel-music
2 mbailey from "mbailey/claude"
3 Creating live-coded algorithmic music and ambient soundscapes using Strudel pattern language. Use this skill when the user asks to create music, generate soundscapes, build ambient tracks, or work with live coding music patterns. This skill helps with setting up Strudel with Neovim integration and composing music using pattern-based programming.
2026-01-05
git-reference-manager.md
4
1 export git-reference-manager
2 IndenScale from "IndenScale/Typedown"
3 Safely introduce external Git repositories as reference materials. Responsible for managing the `_reference` directory, ensuring external code is read-only and does not pollute the project's version control.
2026-01-05
design.md
4
1 export design
2 sanand0 from "sanand0/scripts"
3 ALWAYS follow this design guide for any front-end work
2026-01-05
code-clone-assistant.md
4
1 export code-clone-assistant
2 terrylica from "terrylica/cc-skills"
3 Detects and refactors code duplication using PMD CPD. Use when identifying code clones, addressing DRY violations, or refactoring duplicate code across repositories.
2026-01-05