Browse Skills
20307 skills found
backend-dev.md
0
1
export
backend-dev
2
from
"krazyuniks/guitar-tone-shootout"
from
"krazyuniks/guitar-tone-shootout"
3
FastAPI backend development with SQLAlchemy 2.0, Pydantic v2, and async Python. Use for API endpoints, database models, migrations, authentication, and background tasks.
2026-01-05
creating-agents-automatically.md
0
1
export
creating-agents-automatically
2
from
"CodeTonight-SA/cips"
from
"CodeTonight-SA/cips"
3
Recursive meta-skill that detects workflow patterns and automatically generates Claude Code agent definitions. Use when user invokes /create-agent or patterns warrant new agent.
2026-01-05
code-navigation.md
0
1
export
code-navigation
2
from
"jensenojs/dotfiles"
from
"jensenojs/dotfiles"
3
Use this skill to efficiently navigate and understand the codebase structure without reading every file.
2026-01-05
docs-style.md
0
1
export
docs-style
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Automatically applies when drafting or revising documentation to enforce repository voice, clarity, and navigation patterns.
2026-01-05
perf.md
0
1
export
perf
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Performance profiling and optimization. Use for benchmarking code, analyzing performance, running Lighthouse audits, and finding hotspots.
2026-01-05
doc-sync.md
0
1
export
doc-sync
2
from
"jrc1883/popkit-claude"
from
"jrc1883/popkit-claude"
3
Synchronize documentation with codebase - updates AUTO-GEN sections in CLAUDE.md, validates cross-references, and reports stale documentation
2026-01-05
frontend-web-dev-expert.md
0
1
export
frontend-web-dev-expert
2
from
"malston/claude-config"
from
"malston/claude-config"
3
Advanced frontend web development expert system that provides comprehensive modern web development services including architecture design, UI/UX implementation, performance optimization, engineering setup, and cross-platform development through expert collaboration and intelligent tool integration.
2026-01-05
mcp-builder.md
0
1
export
mcp-builder
2
from
"michael-h-patrianna/chain-offer-mock"
from
"michael-h-patrianna/chain-offer-mock"
3
Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).
2026-01-05
arcanea-voice-alchemy.md
0
1
export
arcanea-voice-alchemy
2
from
"frankxai/arcanea"
from
"frankxai/arcanea"
3
Develop and maintain a distinctive authorial voice. Transform generic prose into compelling, personal expression. Master the alchemy of turning words into your unique music.
2026-01-05
reviewing-code.md
0
1
export
reviewing-code
2
from
"ivanov-i/dots"
from
"ivanov-i/dots"
3
Use when reviewing code — applies a rigorous checklist and structured verdict to changes.
2026-01-05
dokploy-template-toml.md
0
1
export
dokploy-template-toml
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Generate template.toml configuration for Dokploy templates with variables, domains, environment mappings, and file mounts. Use when finalizing Dokploy templates.
2026-01-05
audit.md
0
1
export
audit
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Use this skill when auditing the SND codebase for consistency, bugs, and documentation issues. Covers comprehensive audit procedures for scripts, skills, rules, and documentation.
2026-01-05
evaluation-framework.md
0
1
export
evaluation-framework
2
from
"coditect-ai/coditect-dev-generative-ui-development"
from
"coditect-ai/coditect-dev-generative-ui-development"
3
LLM-as-judge evaluation patterns, rubric generation, and quality assessment frameworks. Use when evaluating code quality, assessing outputs, creating evaluation criteria, or implementing review systems.
2026-01-05
agentdb-advanced-features.md
0
1
export
agentdb-advanced-features
2
from
"adebold/warehouse-network"
from
"adebold/warehouse-network"
3
Master advanced AgentDB features including QUIC synchronization, multi-database management, custom distance metrics, hybrid search, and distributed systems integration. Use when building distributed AI systems, multi-agent coordination, or advanced vector search applications.
2026-01-05
trpc.md
0
1
export
trpc
2
from
"mgd34msu/goodvibes-plugin"
from
"mgd34msu/goodvibes-plugin"
3
Builds type-safe APIs with tRPC including routers, procedures, context, and client integration. Use when creating end-to-end type-safe APIs, building full-stack TypeScript applications, or replacing REST/GraphQL with simpler patterns.
2026-01-05
software-development.md
0
1
export
software-development
2
from
"bryonjacob/aug"
from
"bryonjacob/aug"
3
Build code from GitHub issue specifications. Implements in chunks with tests after each chunk. Uses just commands for quality gates. Creates self-contained modules.
2026-01-05
rust-graceful-shutdown.md
0
1
export
rust-graceful-shutdown
2
from
"gar-ai/mallorn"
from
"gar-ai/mallorn"
3
Implement graceful shutdown with signal handling and broadcast channels. Use when building long-running services or daemons.
2026-01-05
pca-ui-v2.md
0
1
export
pca-ui-v2
2
from
"narcisolcf/skills_claude_narciso"
from
"narcisolcf/skills_claude_narciso"
3
Gera prototipos React (SPA) visuais completos num unico ficheiro HTML para o PCA Camocim. Versao 2 com shadcn/ui.
2026-01-05
testing-anti-patterns.md
0
1
export
testing-anti-patterns
2
from
"pproenca/dot-claude"
from
"pproenca/dot-claude"
3
Use when writing or changing tests, adding mocks, or tempted to add test-only methods to production code - prevents testing mock behavior, production pollution with test-only methods, and mocking without understanding dependencies
2026-01-05
backend-models.md
0
1
export
backend-models
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Define database models and schemas with proper data types, constraints, relationships, and validation rules for PostgreSQL (Supabase/Bun.sql) and Firestore (Firebase). Use this skill when creating or modifying database models, ORM entity definitions, Prisma schemas, or Firestore document structures. Apply when working on model files (models/*.ts, entities/*.ts, schema.prisma, models/*.py, Models/*.cs), defining database relationships, setting up validation rules, or implementing data integrity constraints. This skill ensures snake_case naming for SQL and camelCase for NoSQL, required timestamps (created_at/updated_at), UUIDs for SQL and auto-generated IDs for Firestore, foreign key constraints with indexed columns, Row Level Security (RLS) policies for Supabase, strict Firestore security rules, normalized data for SQL (3NF) with denormalization for Firestore read performance, and pgvector setup for AI embeddings.
2026-01-05
project-analyzer.md
0
1
export
project-analyzer
2
from
"SawanoLab/adaptive-claude-agents"
from
"SawanoLab/adaptive-claude-agents"
3
Analyzes project structure and generates appropriate Claude Code subagents based on detected tech stack
2026-01-05
frontend-accessibility.md
0
1
export
frontend-accessibility
2
from
"devmatrix-ai/devmatrix-mvp"
from
"devmatrix-ai/devmatrix-mvp"
3
Build accessible user interfaces following WCAG standards with semantic HTML, keyboard navigation, proper color contrast, and ARIA attributes. Use this skill when creating or modifying UI components, React components, Vue components, web forms, navigation menus, modal dialogs, or any interactive elements. Use this skill when implementing keyboard navigation support, adding ARIA labels and roles, ensuring proper focus management, providing alternative text for images, or testing with screen readers. Use this skill when working with component files (.jsx, .tsx, .vue, .svelte), HTML templates, or any frontend code that renders user-facing interfaces. Use this skill when establishing heading hierarchies, form input labels, or color contrast ratios.
2026-01-05
ci-cd-pipeline-design.md
0
1
export
ci-cd-pipeline-design
2
from
"rubrical-studios/process-docs"
from
"rubrical-studios/process-docs"
3
Guide developers through CI/CD pipeline design including architecture patterns, stage design, and security considerations
2026-01-05
instrumentation-planning.md
0
1
export
instrumentation-planning
2
from
"nexus-labs-automation/web-observability"
from
"nexus-labs-automation/web-observability"
3
Plan what to measure in web applications. Use when starting observability or prioritizing instrumentation.
2026-01-05