Browse Skills

44915 skills found

cli-ux-designer.md
5
1 export cli-ux-designer
2 sjungling from "sjungling/claude-plugins"
3 Expert in CLI/TUI design, command structure, visual design (colors, typography, icons), accessibility, and UX patterns. Automatically activates when designing new CLI tools, improving command interfaces, or reviewing CLI usability.
2026-01-05
unified-search-discover.md
5
1 export unified-search-discover
2 CsHeng from "CsHeng/dot-claude"
3 Progressive search and discovery with structured refinement workflows for file finding, content searching, and safe refactoring operations using fd/find, rg/grep, and ast-grep tools. Use when searching, discovering, or refactoring code with progressive refinement patterns.
2026-01-05
ux-writing.md
5
1 export ux-writing
2 petekp from "petekp/claude-skills"
3 Write clear, helpful, human interface copy. Use when crafting microcopy, error messages, button labels, empty states, onboarding flows, tooltips, or when the user needs guidance on voice, tone, and how words shape the user experience.
2026-01-05
command-development.md
5
1 export command-development
2 sjnims from "sjnims/plugin-dev"
3 This skill should be used when the user asks to "create a slash command", "add a command", "write a custom command", "define command arguments", "use command frontmatter", "organize commands", "create command with file references", "interactive command", "use AskUserQuestion in command", "SlashCommand tool", "programmatic command invocation", "disable-model-invocation", "prevent Claude from running command", "debug command", "command debugging", "troubleshoot command", or needs guidance on slash command structure, YAML frontmatter fields, dynamic arguments, bash execution in commands, user interaction patterns, programmatic invocation control, debugging commands, or command development best practices for Claude Code.
2026-01-05
python-expert.md
5
1 export python-expert
2 tao12345666333 from "tao12345666333/amcp"
3 Python development best practices and advanced patterns
2026-01-05
github-templates.md
5
1 export github-templates
2 ilude from "ilude/claude-code-config"
3 GitHub repository templates and configuration. Activate when setting up GitHub repos, CONTRIBUTING.md, CODEOWNERS, issue templates, PR templates, or GitHub Copilot instructions.
2026-01-05
senior-flutter.md
5
1 export senior-flutter
2 rickydwilson-dcs from "rickydwilson-dcs/claude-skills"
3 Flutter and Dart development expertise for building beautiful, performant cross-platform applications. Covers widget architecture, state management (Riverpod, Bloc, Provider), platform channels, and production deployment. Use when building Flutter apps, implementing complex UIs, optimizing performance, or integrating native code.
2026-01-05
querying-json.md
5
1 export querying-json
2 iota9star from "iota9star/my-skills"
3 Extracts specific fields from JSON files efficiently using jq instead of reading entire files, saving 80-95% context. Use this skill when querying JSON files, filtering/transforming data, or getting specific field(s) from large JSON files
2026-01-05
backlog-resume.md
5
1 export backlog-resume
2 farra from "farra/dev-agent-backlog"
3 Check for in-progress work on session start. Use when beginning a new session in a project with backlog.org. Triggers automatically at session start or when user says "what was I working on?", "resume", "continue", or "where did I leave off?". Surfaces WIP tasks and handoff notes to enable seamless session continuity.
2026-01-05
user-select.md
5
1 export user-select
2 vertesia from "vertesia/composableai"
3 Present users with choices and collect their selections for interactive decision-making
2026-01-05
run-comprehensive-tests.md
5
1 export run-comprehensive-tests
2 BerryKuipers from "BerryKuipers/claude-code-toolkit"
3 Execute comprehensive test suite (Vitest/Jest) with coverage reporting and failure analysis. Returns structured output with test counts (total/passed/failed), coverage percentage, duration, and detailed failure information. Used for quality gates and CI/CD validation.
2026-01-05
tui.md
5
1 export tui
2 garymjr from "garymjr/dotfiles"
3 Create distinctive, production-grade terminal user interfaces (TUIs) using OpenTUI. Use this skill when the user asks to build CLI tools, terminal dashboards, interactive console applications, or any interface that runs in the terminal.
2026-01-05
shadcn-ui.md
5
1 export shadcn-ui
2 existential-birds from "existential-birds/beagle"
3 shadcn/ui component patterns with Radix primitives and Tailwind styling. Use when building UI components, using CVA variants, implementing compound components, or styling with data-slot attributes. Triggers on shadcn, cva, cn(), data-slot, Radix, Button, Card, Dialog, VariantProps.
2026-01-05
vigil-security-patterns.md
5
1 export vigil-security-patterns
2 tbartel74 from "tbartel74/Vigil-Code"
3 Security best practices and patterns for Vigil Guard v2.0.0 development. Use when implementing authentication, handling secrets, validating input, preventing injection attacks, managing CORS, ensuring secure coding practices, 3-branch detection security, or implementing security audit fixes.
2026-01-05
laravel-controllers.md
5
1 export laravel-controllers
2 leeovery from "leeovery/claude-laravel"
3 Thin HTTP layer controllers. Controllers contain zero domain logic, only HTTP concerns. Use when working with controllers, HTTP layer, web vs API patterns, or when user mentions controllers, routes, HTTP responses.
2026-01-05
skill-optimizer.md
5
1 export skill-optimizer
2 JNLei from "JNLei/claude-tools"
3 Optimize Claude Code skills for token efficiency using progressive disclosure and content loading order. Use when optimizing skills, reducing token usage, restructuring skill content, improving skill performance, analyzing skill size, applying 500-line rule, implementing progressive disclosure, organizing reference files, optimizing YAML frontmatter, reducing context consumption, improving skill architecture, analyzing token costs, splitting large skills, or working with skill content loading. Covers Level 1 (metadata), Level 2 (instructions), Level 3 (resources) loading optimization.
2026-01-05
plan.md
5
1 export plan
2 thammachet from "thammachet/codex-with-manager-and-ceo"
3 Generate a plan for how an agent should accomplish a complex coding task. Use when a user asks for a plan, and optionally when they want to save, find, read, update, or delete plan files in $CODEX_HOME/plans (default ~/.codex/plans).
2026-01-05
laravel-routing.md
5
1 export laravel-routing
2 leeovery from "leeovery/claude-laravel"
3 Route configuration, route model binding, and authorization. Use when working with routes, route binding, URL patterns, or when user mentions routing, route model binding, conditional binding, route-level authorization.
2026-01-05
google-docs-automation.md
5
1 export google-docs-automation
2 dbmcco from "dbmcco/claude-agent-toolkit"
3 Use when automating Google Workspace (Docs, Sheets, Slides) operations - covers authentication, common patterns, and best practices for gspread and googleapiclient
2026-01-05
database-workflow.md
5
1 export database-workflow
2 ilude from "ilude/claude-code-config"
3 Language-agnostic database best practices covering migrations, schema design, ORM patterns, query optimization, and testing strategies. Activate when working with database files, migrations, schema changes, SQL, ORM code, database tests, or when user mentions migrations, schema design, SQL optimization, NoSQL, database patterns, or connection pooling.
2026-01-05
advanced-clean-hexagonal-architecture.md
5
1 export advanced-clean-hexagonal-architecture
2 leaderiop from "leaderiop/hex-di"
3 Apply Clean Architecture and Hexagonal (Ports & Adapters) patterns for domain isolation and testability. Use when designing system boundaries, creating ports/adapters, or structuring domain-driven applications.
2026-01-05
scrape-webpage.md
5
1 export scrape-webpage
2 ddttom from "ddttom/webcomponents-with-eds"
3 Scrape webpage content, extract metadata, download images, and prepare for import/migration to AEM Edge Delivery Services. Returns analysis JSON with paths, metadata, cleaned HTML, and local images.
2026-01-05
obsidian-vault-manager.md
5
1 export obsidian-vault-manager
2 sjungling from "sjungling/claude-plugins"
3 Expert in managing Obsidian vaults using obsidian-cli workflows for reading, writing, searching, moving, and organizing notes while preserving wiki-link integrity and vault structure. Automatically activates when working with Obsidian vaults, markdown notes with wiki-links, or when internal link integrity needs to be preserved during file operations.
2026-01-05
identify-page-structure.md
5
1 export identify-page-structure
2 ddttom from "ddttom/webcomponents-with-eds"
3 Identify section boundaries and content sequences within a scraped webpage for AEM Edge Delivery Services import. Performs two-level analysis (sections, then sequences per section) and surveys available blocks.
2026-01-05