Browse Skills
22656 skills found
ash-postgres.md
4
1
export
ash-postgres
2
from
"forest/dotfiles"
from
"forest/dotfiles"
3
AshPostgres data layer guidelines for PostgreSQL with Ash Framework. Use when configuring postgres blocks, foreign key references, check constraints, custom indexes, migrations, or multitenancy. The default choice for Ash data layers. Supports PostgreSQL 13+.
2026-01-05
microsim-p5.md
4
1
export
microsim-p5
2
from
"dmccreary/microsims"
from
"dmccreary/microsims"
3
Create an interactive educational MicroSim using the p5.js JavaScript library with distinct regions for drawing and interactive controls. Each MicroSim is a directory located in the /docs/sims folder. It has a main.html file that references the javascript code and the main.html can be referenced as an iframe from the index.md. The metadata.json contains Dublin core metadata about the MicroSim.
2026-01-05
nushell-usage.md
4
1
export
nushell-usage
2
from
"YPares/agent-skills"
from
"YPares/agent-skills"
3
Essential patterns, idioms, and gotchas for writing Nushell code. Use when writing Nushell scripts, functions, or working with Nushell's type system, pipelines, and data structures. Complements plugin development knowledge with practical usage patterns.
2026-01-05
cqrs-event-sourcing.md
4
1
export
cqrs-event-sourcing
2
from
"NickCrew/claude-cortex"
from
"NickCrew/claude-cortex"
3
CQRS and Event Sourcing patterns for scalable, auditable systems with separated read/write models. Use when building audit-required systems, implementing temporal queries, or designing high-scale applications with complex domain logic.
2026-01-05
skills-registry.md
4
1
export
skills-registry
2
from
"petbrains/mvp-builder"
from
"petbrains/mvp-builder"
3
Dynamic skill discovery and matching for any task context.Invoke when:- Starting any task to discover relevant skills- Need to find specialized skills for current context- Agent/command needs skill recommendationsTrigger phrases: "match skills", "find skills", "what skills for","recommend skills", "which capabilities", "skill lookup", "applicable skills"Examples:- "Match skills for TDD cycle with zod validation" → outputs backend-zod, backend-vitest- "What skills for React landing page?" → outputs frontend-master, frontend-aceternity
2026-01-05
rapid-prototyping.md
4
1
export
rapid-prototyping
2
from
"HermeticOrmus/LibreUIUX-Claude-Code"
from
"HermeticOrmus/LibreUIUX-Claude-Code"
3
Embrace vibe coding for rapid UI exploration. Covers when to iterate vs refine, ephemeral app patterns, and the art of fast, disposable prototyping with AI-assisted development.
2026-01-05
brainstorming.md
4
1
export
brainstorming
2
from
"alexanderop/MarkVim"
from
"alexanderop/MarkVim"
3
Use when creating or developing, before writing code or implementation plans - refines rough ideas into fully-formed designs through collaborative questioning, alternative exploration, and incremental validation. Don't use during clear 'mechanical' processes
2026-01-05
deep-research.md
4
1
export
deep-research
2
from
"glebis/claude-skills"
from
"glebis/claude-skills"
3
This skill should be used when conducting comprehensive research on any topic using the OpenAI Deep Research API. It automates prompt enhancement through interactive clarifying questions, saves research parameters, and executes deep research with web search capabilities. Use when the user asks for in-depth analysis, investigation, research summaries, or topic exploration.
2026-01-05
typescript-dev.md
4
1
export
typescript-dev
2
from
"outfitter-dev/agents"
from
"outfitter-dev/agents"
3
Comprehensive TypeScript patterns including strict type safety, modern TS 5.5+ features, and Zod runtime validation. Use when writing TypeScript, validating data, modernizing code, eliminating any types, implementing Result patterns, or when TypeScript, Zod, strict types, or --ts-dev flag mentioned.
2026-01-05
using-neural-architectures.md
4
1
export
using-neural-architectures
2
from
"tachyon-beep/skillpacks"
from
"tachyon-beep/skillpacks"
3
Architecture selection router: CNNs, Transformers, RNNs, GANs, GNNs by data modality and constraints
2026-01-05
sdd-methodology.md
4
1
export
sdd-methodology
2
from
"jpoley/jp-spec-kit"
from
"jpoley/jp-spec-kit"
3
Use when explaining or applying Spec-Driven Development workflow, guiding through SDD phases, or helping with workflow decisions. Invoked for methodology guidance, workflow optimization, and best practices.
2026-01-05
agent-creator.md
4
1
export
agent-creator
2
from
"petbrains/mvp-builder"
from
"petbrains/mvp-builder"
3
Create specialized Claude Code agents (subagents) with proper YAML frontmatter, tool permissions, and domain expertise. Use when: creating new agents, designing agent prompts, configuring agent tools and models. Triggers: create agent, new agent, agent template, subagent, agent design.
2026-01-05
excel.md
4
1
export
excel
2
from
"Fergana-Labs/claude_agent_desktop"
from
"Fergana-Labs/claude_agent_desktop"
3
Create, read, edit, and analyze Microsoft Excel spreadsheets (.xlsx files). Use for spreadsheet data, calculations, formulas, charts, and tabular data analysis.
2026-01-05
claude-agent-validation.md
4
1
export
claude-agent-validation
2
from
"outfitter-dev/agents"
from
"outfitter-dev/agents"
3
Validates and reviews Claude Code agents against best practices. Checks YAML syntax, naming conventions, description quality, system prompt effectiveness, and tool configuration. Provides improvement suggestions and optionally applies fixes. Use when validating agents, reviewing agent quality, checking agents before commit, or when `--validate-agent` is mentioned.
2026-01-05
fact-check.md
4
1
export
fact-check
2
from
"jwynia/the-kepler-testimonies"
from
"jwynia/the-kepler-testimonies"
3
Verify claims in generated output against sources. Use as a separate pass AFTER content generation to catch hallucinations. Critical constraint - cannot be reliably combined with generation in a single pass.
2026-01-05
image-gen.md
4
1
export
image-gen
2
from
"vm0-ai/vm0-cookbooks"
from
"vm0-ai/vm0-cookbooks"
3
Generate images using fal.ai Nano Banana Pro API. Use this skill when you need to create a featured image for blog content.
2026-01-05
extreme-programming.md
4
1
export
extreme-programming
2
from
"shekohex/dotai"
from
"shekohex/dotai"
3
Use when pair programming with humans - enforces XP values (communication, simplicity, feedback, courage, respect) to deliver high-quality software; push back on YAGNI violations regardless of seniority or sunk cost
2026-01-05
create-backend-controller.md
4
1
export
create-backend-controller
2
from
"ProxiBlue/claude-skills"
from
"ProxiBlue/claude-skills"
3
Creates a backend (adminhtml) controller action in Magento 2 with proper ACL, routing, authorization, and admin UI integration. Use when building admin pages, AJAX endpoints, form handlers, or mass actions.
2026-01-05
hooks-development.md
4
1
export
hooks-development
2
from
"terrylica/cc-skills"
from
"terrylica/cc-skills"
3
Claude Code hooks development guide covering all 10 hook events lifecycle, PostToolUse visibility patterns, PreToolUse guards, Stop hook schema, and debugging. Use when creating hooks, troubleshooting hook output, understanding hook lifecycle, or when user mentions decision block, hook JSON output, stop hook, or Claude Code hooks.
2026-01-05
glossary-generator.md
4
1
export
glossary-generator
2
from
"dmccreary/claude-skills"
from
"dmccreary/claude-skills"
3
This skill automatically generates a comprehensive glossary of terms from a learning graph's concept list, ensuring each definition follows ISO 11179 metadata registry standards (precise, concise, distinct, non-circular, and free of business rules). Use this skill when creating a glossary for an intelligent textbook after the learning graph concept list has been finalized.
2026-01-05
status-reporting.md
4
1
export
status-reporting
2
from
"outfitter-dev/agents"
from
"outfitter-dev/agents"
3
Generic pattern for generating comprehensive status reports by gathering data from version control, code review platforms, issue trackers, and CI/CD systems, then aggregating and presenting in scannable format. Use when checking project status, starting sessions, reviewing activity, or when status report, sitrep, project overview, or what's changed are mentioned. Supports natural language time constraints and stack-aware organization.
2026-01-05
using-ai-engineering.md
4
1
export
using-ai-engineering
2
from
"tachyon-beep/skillpacks"
from
"tachyon-beep/skillpacks"
3
Route AI/ML tasks to correct Yzmir pack - frameworks, training, RL, LLMs, architectures, production
2026-01-05
add-provider.md
4
1
export
add-provider
2
from
"iteratetograceness/ricoh-recipes"
from
"iteratetograceness/ricoh-recipes"
3
Add a new AI provider or model for recipe generation. Use when adding support for a new LLM provider (Anthropic, Google, etc.) or adding models to an existing provider.
2026-01-05
venn-diagram-generator.md
4
1
export
venn-diagram-generator
2
from
"dmccreary/claude-skills"
from
"dmccreary/claude-skills"
3
This skill generates interactive Venn diagram visualizations using the venn.js JavaScript library. Use this skill when users request creating Venn diagrams, set visualizations, overlap diagrams, or comparison charts for educational textbooks. The skill creates complete MicroSim packages with standalone HTML files featuring colorful circles, clear labels, and interactive tooltips, saved to /docs/sims/ following the MicroSim pattern.
2026-01-05