Browse Skills
18175 skills found
feature-planning.md
5
1
export
feature-planning
2
from
"ctdio/dotfiles"
from
"ctdio/dotfiles"
3
Use this skill to create structured, comprehensive plans for complex features in ~/.ai/plans. This skill teaches how to use progressive disclosure, phase-based implementation strategies, and organized documentation that helps agents gather context quickly. Invoke manually for large features that need detailed planning and multi-PR implementation strategies.
2026-01-05
senior-architect.md
5
1
export
senior-architect
2
from
"rickydwilson-dcs/claude-skills"
from
"rickydwilson-dcs/claude-skills"
3
Comprehensive software architecture skill for designing scalable, maintainable systems using ReactJS, NextJS, NodeJS, Express, React Native, Swift, Kotlin, Flutter, Postgres, GraphQL, Go, Python. Includes architecture diagram generation, system design patterns, tech stack decision frameworks, and dependency analysis. Use when designing system architecture, making technical decisions, creating architecture diagrams, evaluating trade-offs, or defining integration patterns.
2026-01-05
development-philosophy.md
5
1
export
development-philosophy
2
from
"ilude/claude-code-config"
from
"ilude/claude-code-config"
3
Personal development philosophy emphasizing experiment-driven, fail-fast approach. Activate when planning implementations, reviewing code architecture, making design decisions, or when user asks to apply development principles. Guides against over-engineering and towards solving real problems with simple solutions. (project, gitignored)
2026-01-05
jupyter-educational-notebook.md
5
1
export
jupyter-educational-notebook
2
from
"ddttom/webcomponents-with-eds"
from
"ddttom/webcomponents-with-eds"
3
Create educational and interactive Jupyter notebooks as SPAs that explain concepts, teach topics, create tutorials, illustrate ideas from text, or build blog posts. Use for interactive guides, demonstrations, explanations, documentation, or any content meant for end users and learners displayed via ipynb-viewer block. Keywords include educational notebook, tutorial notebook, interactive guide, blog notebook, SPA notebook, explain topic, illustrate concept, teach interactively.
2026-01-05
cli-development.md
5
1
export
cli-development
2
from
"ilude/claude-code-config"
from
"ilude/claude-code-config"
3
Best practices for building CLI applications across languages. Covers CLI design principles (Unix philosophy, command structure, subcommands vs flags), argument parsing (required/optional args, flags, environment variables, config files, precedence), user interface (help text, version info, progress indicators, color output, interactive prompts), output formatting (human-readable vs machine-readable JSON/YAML, exit codes), error handling (clear messages, suggestions, debug mode), cross-platform considerations (paths, line endings, terminal capabilities), testing strategies (integration tests, output verification, exit codes), documentation (README, man pages, built-in help), and language-specific libraries. Activate when working with CLI applications, command-line tools, argument parsing, CLI utilities, argument handling, commands, subcommands, CLI frameworks, or building command-line interfaces.
2026-01-05
ui-review.md
5
1
export
ui-review
2
from
"rshankras/claude-code-ios-skills"
from
"rshankras/claude-code-ios-skills"
3
Review SwiftUI code for iOS/watchOS Human Interface Guidelines compliance, font usage, Dynamic Type support, and accessibility. Use when user mentions UI review, HIG, accessibility audit, font checks, or wants to verify interface design against Apple standards.
2026-01-05
security-guardrails.md
5
1
export
security-guardrails
2
from
"CsHeng/dot-claude"
from
"CsHeng/dot-claude"
3
Comprehensive security implementation standards. Use when security guardrails guidance is required.
2026-01-05
workflow-discipline.md
5
1
export
workflow-discipline
2
from
"CsHeng/dot-claude"
from
"CsHeng/dot-claude"
3
Maintain incremental delivery, fail-fast behavior, and structured communication. Use when workflow discipline guidance is required.
2026-01-05
lead-magnet.md
5
1
export
lead-magnet
2
from
"Salesably/salesably-marketplace"
from
"Salesably/salesably-marketplace"
3
Creates high-converting lead magnets with compelling hooks, strategic format selection, and validation frameworks. This skill should be used when building email lists, launching new products, creating content upgrades, or when current opt-in rates are below 15-20%.
2026-01-05
searching-aem-documentation.md
5
1
export
searching-aem-documentation
2
from
"ddttom/webcomponents-with-eds"
from
"ddttom/webcomponents-with-eds"
3
Searches the aem.live documentation for information on AEM Edge Delivery Services features. Use this skill when you need more information about a feature, want guidance on how to implement a feature, and using existing tools you have to search the web isn't turning up relevant results.
2026-01-05
advanced-testability-ai-ergonomic.md
5
1
export
advanced-testability-ai-ergonomic
2
from
"leaderiop/hex-di"
from
"leaderiop/hex-di"
3
Design code for testability and AI/LLM ergonomics with explicit contracts and observable patterns. Use when optimizing code for AI tools, improving testability, or making codebases LLM-friendly.
2026-01-05
plugin-structure.md
5
1
export
plugin-structure
2
from
"sjnims/plugin-dev"
from
"sjnims/plugin-dev"
3
This skill should be used when the user asks to "create a plugin", "scaffold a plugin", "understand plugin structure", "organize plugin components", "set up plugin.json", "use ${CLAUDE_PLUGIN_ROOT}", "add commands/agents/skills/hooks", "configure auto-discovery", or needs guidance on plugin directory layout, manifest configuration, component organization, file naming conventions, or Claude Code plugin architecture best practices.
2026-01-05
swarm-teammate.md
5
1
export
swarm-teammate
2
from
"Und3rf10w/claude-litter"
from
"Und3rf10w/claude-litter"
3
Auto-loads when CLAUDE_CODE_TEAM_NAME environment variable is set. Provides guidance for Claude Code teammates working in swarms - identity awareness, communication patterns, task management, and coordination protocols. Use when you are a spawned teammate (not the team lead).
2026-01-05
molibrary-ui-development.md
5
1
export
molibrary-ui-development
2
from
"Euynac/MoLibrary"
from
"Euynac/MoLibrary"
3
This skill should be used when the user asks to "create UI component", "build Blazor page", "add MudBlazor component", "style MudBlazor", "fix CSS isolation", "use ::deep selector", "customize theme", "support dark mode", "migrate MudBlazor v8", "use OnAfterRenderAsync", or needs guidance on Blazor component lifecycle, MudBlazor styling patterns, CSS isolation, theme customization, or offline UI requirements in the MoLibrary framework.
2026-01-05
least-astonishment.md
5
1
export
least-astonishment
2
from
"ilude/claude-code-config"
from
"ilude/claude-code-config"
3
Principle of Least Astonishment (POLA) - ensure code changes behave as users and developers expect. Activate when making code changes, refactoring, modifying APIs, renaming functions/variables, changing file structure, or reviewing proposed implementations. Guides predictable, convention-following changes.
2026-01-05
typescript-workflow.md
5
1
export
typescript-workflow
2
from
"ilude/claude-code-config"
from
"ilude/claude-code-config"
3
TypeScript/JavaScript project workflow guidelines using Bun package manager. Triggers on `.ts`, `.tsx`, `bun`, `package.json`, TypeScript. Covers bun run, bun install, bun add, tsconfig.json patterns, ESM/CommonJS modules, type safety, Biome formatting, naming conventions (PascalCase, camelCase, UPPER_SNAKE_CASE), project structure, error handling, environment variables, async patterns, and code quality tools. Activate when working with TypeScript files (.ts, .tsx), JavaScript files (.js, .jsx), Bun projects, tsconfig.json, package.json, bun.lock, or Bun-specific tooling.
2026-01-05
sql-workflow.md
5
1
export
sql-workflow
2
from
"ilude/claude-code-config"
from
"ilude/claude-code-config"
3
SQL workflow guidelines. Activate when working with SQL files (.sql), database queries, migrations, or SQLFluff.
2026-01-05
pm-workflow-guide.md
5
1
export
pm-workflow-guide
2
from
"duongdev/ccpm"
from
"duongdev/ccpm"
3
Provides intelligent context-aware PM workflow guidance with automatic phase detection. Prioritizes 6 natural workflow commands (plan, work, sync, commit, verify, done) for streamlined project management. Auto-activates when user mentions planning, implementation, verification, spec management, or asks "what command should I use". Detects workflow phase and suggests optimal command path. Provides learning mode for new users. Prevents common mistakes and offers error prevention. Works with pm-workflow state machine (IDEA → PLANNED → IMPLEMENTING → VERIFYING → VERIFIED → COMPLETE).
2026-01-05
senior-java.md
5
1
export
senior-java
2
from
"rickydwilson-dcs/claude-skills"
from
"rickydwilson-dcs/claude-skills"
3
World-class Java and Spring Boot development skill for enterprise applications, microservices, and cloud-native systems. Expertise in Spring Framework, Spring Boot 3.x, Spring Cloud, JPA/Hibernate, and reactive programming with WebFlux. Includes project scaffolding, dependency management, security implementation, and performance optimization.
2026-01-05
senior-frontend.md
5
1
export
senior-frontend
2
from
"rickydwilson-dcs/claude-skills"
from
"rickydwilson-dcs/claude-skills"
3
Comprehensive frontend development skill for building modern, performant web applications using React, Next.js, TypeScript, Tailwind CSS. Includes component scaffolding, performance optimization, bundle analysis, and UI best practices. Use when developing frontend features, optimizing performance, implementing UI/UX designs, managing state, or reviewing frontend code.
2026-01-05
platform-integration-workflow.md
5
1
export
platform-integration-workflow
2
from
"spartDev/My-Prompt-Manager"
from
"spartDev/My-Prompt-Manager"
3
Guide for adding new AI platform support (e.g., Gemini, Mistral, Anthropic) to the Chrome extension with strategy pattern and testing requirements
2026-01-05
skill-creator.md
5
1
export
skill-creator
2
from
"rshankras/claude-code-ios-skills"
from
"rshankras/claude-code-ios-skills"
3
Guides you through creating well-structured Claude Code skills with proper modularization, templates, and best practices. Use when creating new skills or improving existing ones.
2026-01-05
quality-gate.md
5
1
export
quality-gate
2
from
"BerryKuipers/claude-code-toolkit"
from
"BerryKuipers/claude-code-toolkit"
3
Complete quality validation workflow combining TypeScript checking, linting, tests, coverage, and build validation. Works with any TypeScript/JavaScript project. Returns structured pass/fail with detailed results for each check. Used in conductor workflows and quality assurance phases.
2026-01-05
csharp-workflow.md
5
1
export
csharp-workflow
2
from
"ilude/claude-code-config"
from
"ilude/claude-code-config"
3
C# and .NET project workflow guidelines. Activate when working with C# files (.cs), .csproj, .NET projects, or C#-specific tooling.
2026-01-05