Browse Skills
20307 skills found
neon-serverless-postgres.md
0
1
export
neon-serverless-postgres
2
from
"danielseltzer/code-analysis-tools"
from
"danielseltzer/code-analysis-tools"
3
Neon serverless Postgres with autoscaling, instant database branching, and zero-downtime deployments. Use when building serverless applications, implementing database branching for dev/staging, or deploying with Vercel/Netlify.
2026-01-05
skill-builder.md
0
1
export
skill-builder
2
from
"ngocp-0847/agent-kit"
from
"ngocp-0847/agent-kit"
3
Comprehensive guide for building Agent Skills according to agentskills.io specification. Use when developers need to create, structure, or validate skills that follow the Agent Skills standard format and best practices.
2026-01-05
db-validate.md
0
1
export
db-validate
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Validate Laravel database configuration and test actual connections. Use when user reports "database connection error", "hosts array is empty", "could not connect to database", or wants to verify database setup is correct.
2026-01-05
packx.md
0
1
export
packx
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Bundle code context for AI. ALWAYS use --limit 49k unless user explicitly requests otherwise. Use for creating shareable code bundles and preparing context for LLMs.
2026-01-05
sqlalchemy-coding-agent.md
0
1
export
sqlalchemy-coding-agent
2
from
"TheApolloProject/ops_deck"
from
"TheApolloProject/ops_deck"
3
Turn the model into a SQLAlchemy-focused Python coding agent for designing models, writing queries, debugging database issues, and integrating SQLAlchemy with Alembic and FastAPI in new or existing Python projects.
2026-01-05
artifacts-builder.md
0
1
export
artifacts-builder
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS, shadcn/ui). Use for complex artifacts requiring state management, routing, or shadcn/ui components - not for simple single-file HTML/JSX artifacts.
2026-01-05
clean-code-principles.md
0
1
export
clean-code-principles
2
from
"emvnuel/SKILL.md"
from
"emvnuel/SKILL.md"
3
Detects violations of Clean Code principles and suggests refactorings. Use when reviewing code quality, improving readability, or refactoring methods, classes, and modules.
2026-01-05
architecture-patterns.md
0
1
export
architecture-patterns
2
from
"bartoszwarzocha/kalahari"
from
"bartoszwarzocha/kalahari"
3
Kalahari architecture patterns and key classes. Use for code analysis and design.
2026-01-05
vm-template-creation.md
0
1
export
vm-template-creation
2
from
"surrealwolf/proxmox-ve-mcp"
from
"surrealwolf/proxmox-ve-mcp"
3
Create, configure, and manage VM templates in Proxmox. Build reusable VM images for rapid deployment of standardized environments, including Kubernetes clusters and managed applications.
2026-01-05
testing-builder.md
0
1
export
testing-builder
2
from
"jackspace/ClaudeSkillz"
from
"jackspace/ClaudeSkillz"
3
Automatically generates comprehensive test suites (unit, integration, E2E) based on code and past testing patterns. Use when user says "write tests", "test this", "add coverage", or after fixing bugs to create regression tests. Eliminates testing friction for ADHD users.
2026-01-05
nodejs.md
0
1
export
nodejs
2
from
"kprsnt2/MyLocalCLI"
from
"kprsnt2/MyLocalCLI"
3
Node.js server development patterns including async patterns, error handling, and security best practices.
2026-01-05
eos-stop-app.md
0
1
export
eos-stop-app
2
from
"asnar00/miso"
from
"asnar00/miso"
3
Stop the Android app running on connected device. Cleanly terminates the app using force-stop. Use when stopping the app for debugging, testing, or cleanup.
2026-01-05
generate-spec.md
0
1
export
generate-spec
2
from
"AhamSammich/auto-code"
from
"AhamSammich/auto-code"
3
Generates app_spec.txt specification files from codebases. Use when you need to create specification documents, analyze code structure, document project architecture, or generate comprehensive project overviews in XML format.
2026-01-05
implementation.md
0
1
export
implementation
2
from
"terraphim/codex-skills"
from
"terraphim/codex-skills"
3
Production-ready code implementation following approved designs. Writes clean,tested, documented code. Zero linting violations. All code includes tests.
2026-01-05
clickhouse-python.md
0
1
export
clickhouse-python
2
from
"hiivmind/clickhouse-skills"
from
"hiivmind/clickhouse-skills"
3
Write Python code to interact with ClickHouse using clickhouse-connect. Use when creating ETL scripts, data pipelines, analytics applications, or any Python code that needs to query or insert data into ClickHouse.
2026-01-05
peekaboo.md
0
1
export
peekaboo
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
macOS UI automation and screenshot capture tool. Use when working with macOS applications and needing to: (1) Capture screenshots with UI element annotations, (2) Automate UI interactions (clicking, typing, scrolling), (3) Control applications and windows programmatically, (4) Navigate menus and dialogs, (5) Perform visual analysis of screens, (6) Create multi-step automation workflows. Requires macOS 15.0+ with Screen Recording and Accessibility permissions.
2026-01-05
hookify.md
0
1
export
hookify
2
from
"ferg-cod3s/anthropic-plugin-converter"
from
"ferg-cod3s/anthropic-plugin-converter"
3
Hook creation and management system for React, Vue, and other frameworks with automated hook generation, testing, and documentation.
2026-01-05
always-works-testing.md
0
1
export
always-works-testing
2
from
"FlorinPopaCodes/claude-skills"
from
"FlorinPopaCodes/claude-skills"
3
Default testing standard for all implementation work - ensures code actually works through mandatory execution validation before confirming to user. Applies automatically whenever writing, modifying, debugging, or implementing any code (scripts, APIs, UI, configs, data operations, logic changes). This is the baseline expectation, not an optional extra - every implementation must be verified through actual execution, not assumed correct.
2026-01-05
repo-reorganization.md
0
1
export
repo-reorganization
2
from
"smith6jt-cop/Skills_Registry"
from
"smith6jt-cop/Skills_Registry"
3
Python package reorganization with pyproject.toml inside package directory
2026-01-05
openwebf-app-testing-vitest.md
0
1
export
openwebf-app-testing-vitest
2
from
"archview-ai/webf-plugin"
from
"archview-ai/webf-plugin"
3
Set up and improve WebF app tests with Vitest and React Testing Library. Use when the user mentions Vitest, React Testing Library, unit tests, component tests, “testing trophy”, or asks to add/fix tests in a Vite/React/TS WebF app.
2026-01-05
ast-grep-code-search.md
0
1
export
ast-grep-code-search
2
from
"biwsantang/dotfiles"
from
"biwsantang/dotfiles"
3
Performs structural code search and refactoring using AST-based patterns. Use when searching for code patterns, refactoring code structurally, finding function calls, class definitions, or when the user mentions "ast-grep", "structural search", "code pattern", or needs to find/replace code that's difficult with regex.
2026-01-05
combat-system-creator.md
0
1
export
combat-system-creator
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Create and modify combat system components for SHINOBI WAY game following the dual-system architecture (CombatCalculationSystem + CombatWorkflowSystem). Use when user wants to add new combat mechanics, damage formulas, status effects, mitigation logic, turn phases, or refactor existing combat code. Guides through proper separation of pure calculations vs state management.
2026-01-05
codex-cli.md
0
1
export
codex-cli
2
from
"odysseus0/nix-config"
from
"odysseus0/nix-config"
3
Use Codex CLI for web search, code review, and writing review. Triggers on (1) web search requests, (2) code review of git changes, (3) writing/file review. Use for "search the web for...", "review this code", "review my changes", "review this file".
2026-01-05
context-optimizer.md
0
1
export
context-optimizer
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Optimizes token usage and context management for large tasks, cleanup operations, multi-step workflows, code audits, and complex agent operations. Automatically triggers when handling cleanup commands, large codebase analysis, multi-file operations, or tasks requiring multiple subagents. Enforces efficient context usage while maintaining quality results.
2026-01-05