Browse Skills

16146 skills found

jest-config-generator.md
0
1 export jest-config-generator
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Generate Jest configuration files for JavaScript/TypeScript testing with coverage, mocking, and environment-specific settings. Triggers on "create jest config", "generate jest.config", "jest configuration for", "testing config".
2026-01-05
creating-variants.md
0
1 export creating-variants
2 bryonjacob from "bryonjacob/aug"
3 Create team-specific workflow variants by adapting aug marketplace content to existing tools and processes
2026-01-05
minikube-local-development.md
0
1 export minikube-local-development
2 mub7865 from "mub7865/Hackathone-2"
3 Complete guide for local Kubernetes development with Minikube: installation, configuration, image management, addons, networking, and troubleshooting for efficient local development workflows.
2026-01-05
error-triage.md
0
1 export error-triage
2 elevanaltd from "elevanaltd/hestai-core"
3 Systematic error resolution with priority-based triage preventing cascade failures. Build→Types→Unused→Async→Logic→Tests priority order, TYPE_SAFETY_THEATER detection, proven from B2 validation work. Use when resolving errors, CI failures, cascade detection, type safety violations. Triggers on error resolution, CI failures, systematic error fixing, cascade detection, type safety theater, build errors, type errors, validation theater.
2026-01-05
ef-core-advanced-patterns.md
0
1 export ef-core-advanced-patterns
2 thapaliyabikendra from "thapaliyabikendra/ai-artifacts"
3 Master Entity Framework Core advanced patterns including change tracking optimization, lazy/eager/explicit loading strategies, query splitting, compiled queries, batch operations, optimistic concurrency, performance optimization, and PostgreSQL-specific features for .NET applications.
2026-01-05
skriptoteket-frontend-specialist.md
0
1 export skriptoteket-frontend-specialist
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Skriptoteket frontend development (FastAPI backend + full Vue/Vite SPA) using the HuleEdu-aligned stack (Vue 3.5.x + Vite + TypeScript, Pinia, Vue Router, Tailwind CSS v4 tokens/@theme, HuleEdu design tokens, pnpm). Use for working in the `frontend/` pnpm workspace, SPA hosting/history fallback, implementing SPA features (auth, routing, state, API clients), and keeping the UI/auth model compatible with future HuleEdu teacher login integration (same entry point, no separate login).
2026-01-05
tech-stack-adr.md
0
1 export tech-stack-adr
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Guide technology selection workflow and ADR creation. Use when user asks about choosing a technology, comparing options, or needs to make a tech decision. Orchestrates discovery, evaluation, and documentation.
2026-01-05
instruction-routing.md
0
1 export instruction-routing
2 sernstberger from "sernstberger/base-joy"
3 Help decide where to put new instructions, conventions, or automation. Use when the user wants to add a new rule, pattern, or workflow but isn't sure if it should go in CLAUDE.md, a skill, or a command.
2026-01-05
harness-mcp.md
0
1 export harness-mcp
2 Lobbi-Docs from "Lobbi-Docs/claude"
3 Harness MCP (Model Context Protocol) server integration for AI-powered CD operations, pipeline management, Git repositories, pull requests, code review comments, and bidirectional Jira synchronization
2026-01-05
orm-reviewer.md
0
1 export orm-reviewer
2 majiayu000 from "majiayu000/claude-skill-registry"
3 WHEN: ORM code review, Prisma/TypeORM/SQLAlchemy/GORM patterns, lazy loading, transactionsWHAT: Query efficiency + Lazy/eager loading + Transaction handling + N+1 prevention + Model designWHEN NOT: Raw SQL → sql-optimizer, Schema design → schema-reviewer
2026-01-05
extract-activations.md
0
1 export extract-activations
2 ajobi-uhc from "ajobi-uhc/interp-agent-bench"
3 Extract hidden state activations from specific model layers
2026-01-05
deploy-app.md
0
1 export deploy-app
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Step-by-step plan for deploying a Next.js app to Vercel
2026-01-05
db-migrations.md
0
1 export db-migrations
2 blakebauman from "blakebauman/cf-monorepo"
3 Intelligent database migration management for Drizzle ORM with Better Auth integration in Cloudflare Workers environment. Analyzes schema changes, validates migrations, and guides production deployment strategies.
2026-01-05
backend-migrations.md
0
1 export backend-migrations
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Create and manage database migrations following best practices for reversibility, zero-downtime deployments, and version control. Use this skill when creating migration files, modifying database schemas, adding or removing tables/columns, managing indexes, or performing data transformations. Apply when working on migration files (migrations/*.ts, migrations/*.sql, *_migration.py), Prisma schema changes, Supabase migrations, or any database evolution tasks. This skill ensures reversible migrations with rollback/down methods, small focused single-change migrations, zero-downtime deployment compatibility, separated schema and data migrations, safe concurrent index creation on large tables, clear descriptive naming conventions, and proper version control practices (never modify deployed migrations).
2026-01-05
mcp-server.md
0
1 export mcp-server
2 Azeem-2 from "Azeem-2/HackthonII"
3 Generic MCP (Model Context Protocol) server development patterns. Provides reusable architecture and best practices for building MCP servers that expose any domain-specific operations as tools for AI agents. Framework-agnostic implementation supporting async operations, error handling, and enterprise-grade features.
2026-01-05
gh-fix-ci.md
0
1 export gh-fix-ci
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Inspect GitHub PR for CI failures, merge conflicts, change requests, and unresolved review threads. Create fix plans and implement after user approval. Resolve review threads and notify reviewers after fixes.
2026-01-05
incident-response.md
0
1 export incident-response
2 timequity from "timequity/vibe-coder"
3 Incident management, on-call procedures, and runbook execution.
2026-01-05
uv-advanced.md
0
1 export uv-advanced
2 cuba6112 from "cuba6112/researchagent"
3 Advanced usage of uv, the extremely fast Python package and project manager from Astral. Use this skill when working with uv for project management (uv init, uv add, uv run, uv lock, uv sync), workspaces and monorepos, dependency resolution strategies (universal, platform-specific, constraints, overrides), Docker containerization, PEP 723 inline script metadata, uvx tool execution, Python version management, pip interface migration, pyproject.toml configuration, or any advanced uv workflow. Covers workspaces, resolution strategies, Docker best practices, CI/CD integration, and migration from pip/poetry/pipenv.
2026-01-05
analyze-rust-optimizations.md
0
1 export analyze-rust-optimizations
2 majiayu000 from "majiayu000/claude-skill-registry"
3 This skill performs thorough analysis of Rust libraries to find optimization opportunities. It should be used when reviewing Rust code for performance improvements, memory efficiency, or when profiling indicates bottlenecks. Focuses on runtime performance and memory usage through dynamic profiling tools and static code analysis.
2026-01-05
inkjs-design.md
0
1 export inkjs-design
2 akiojin from "akiojin/skills"
3 Ink.js (React for CLI) design and implementation guide.Use when:(1) Creating or modifying Ink.js components(2) Implementing Ink-specific hooks (useInput, useApp, useFocus)(3) Handling emoji/icon width issues (string-width workarounds)(4) Building terminal-responsive layouts(5) Managing multi-screen navigation(6) Implementing animations (spinners, progress bars)(7) Optimizing performance (React.memo, useMemo)(8) Handling keyboard input and shortcuts(9) Testing CLI UI (ink-testing-library)
2026-01-05
reality-glitch-detector.md
0
1 export reality-glitch-detector
2 agentgptsmith from "agentgptsmith/MonadFramework"
3 Iteration 11 of Multiplicity Cascade - Detects reality glitches in the system
2026-01-05
output-style-audit.md
0
1 export output-style-audit
2 philoserf from "philoserf/claude-code-setup"
3 Validates output-style persona definitions, behavior specifications, and keep-coding-instructions decisions. Use when reviewing, auditing, or improving output-styles, checking persona clarity, validating behavior concreteness, assessing coding-instructions appropriateness, or verifying scope alignment (user vs project). Also triggers when user asks about output-style best practices, wants to improve style effectiveness, or needs help with persona definition.
2026-01-05
autonomous-ui-inspection.md
0
1 export autonomous-ui-inspection
2 metabench from "metabench/copilot-dl-news"
3 Autonomous UI inspection using a dual channel: (1) visual screenshots via Playwright MCP tools, (2) numeric layout metrics via Puppeteer scripts. Includes server --check standardization so agents can start/stop reliably.
2026-01-05
action-gate.md
0
1 export action-gate
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Decide and take action when blockers appear. Use when tools are missing, installs are required, or the user expects proactive execution to complete the task.
2026-01-05