Browse Skills
16146 skills found
backend-api.md
6
1
export
backend-api
2
from
"coreyja/coreyja.com"
from
"coreyja/coreyja.com"
3
Design and implement RESTful API endpoints following REST principles, consistent naming conventions, and proper HTTP methods. Use this skill when creating or modifying API routes, controllers, or handlers in backend code. When implementing endpoint logic that handles HTTP requests (GET, POST, PUT, PATCH, DELETE). When working with API versioning, query parameters, or response formatting. When defining URL structures for resource-based endpoints. When setting up rate limiting or HTTP status code handling. When working with files like route definitions, controller files, API handler modules, or web framework configuration files.
2026-01-05
dev-swarm-deployment.md
6
1
export
dev-swarm-deployment
2
from
"X-School-Academy/ai-dev-swarm"
from
"X-School-Academy/ai-dev-swarm"
3
Deploy application to staging/production environments, setup CD pipelines, manage cloud infrastructure, and configure monitoring. Use when user asks to deploy application, setup production environment, or configure automated deployment.
2026-01-05
git-pr-core.md
6
1
export
git-pr-core
2
from
"atournayre/claude-marketplace"
from
"atournayre/claude-marketplace"
3
Skill interne fournissant les scripts communs pour la création de Pull Requests. Ne pas appeler directement - utilisé par git-pr et git-cd-pr.
2026-01-05
observability-monitoring.md
6
1
export
observability-monitoring
2
from
"ArieGoldkin/ai-agent-hub"
from
"ArieGoldkin/ai-agent-hub"
3
Structured logging, metrics, distributed tracing, and alerting strategies
2026-01-05
create-connector-document.md
6
1
export
create-connector-document
2
from
"databrickslabs/lakeflow-community-connectors"
from
"databrickslabs/lakeflow-community-connectors"
3
Generate public-facing documentation for a connector targeted at end users.
2026-01-05
cursor-git-commit.md
6
1
export
cursor-git-commit
2
from
"go-go-golems/docmgr"
from
"go-go-golems/docmgr"
3
Provide a pre-commit checklist and staging hygiene (review diffs, stage specific files, avoid common noise like dist/ or .env, and fix mistakes with reset/rm --cached/amend). Use when the user is about to commit, asks for a commit workflow, or needs help cleaning up staged files.
2026-01-05
uv-advanced-dependencies.md
6
1
export
uv-advanced-dependencies
2
from
"laurigates/dotfiles"
from
"laurigates/dotfiles"
3
Advanced dependency scenarios in uv projects: Git dependencies, path dependencies,editable installs, dependency groups, extras, constraints, and custom indexes.Use when user mentions git+https dependencies, local path dependencies, editableinstalls, dependency groups, or private package indexes.
2026-01-05
community-docs.md
6
1
export
community-docs
2
from
"jkomoros/community-patterns"
from
"jkomoros/community-patterns"
3
Community superstitions - unverified observations from pattern development. Use when encountering undocumented edge cases or framework quirks not in official docs. Verified knowledge should be upstreamed to labs docs.
2026-01-05
tfc-list-runs.md
6
1
export
tfc-list-runs
2
from
"laurigates/dotfiles"
from
"laurigates/dotfiles"
3
List Terraform Cloud runs for a workspace with filtering by status, operation type, and date. Use when reviewing run history, finding failed runs, or auditing infrastructure changes. Requires TFE_TOKEN environment variable.
2026-01-05
cargo-machete.md
6
1
export
cargo-machete
2
from
"laurigates/dotfiles"
from
"laurigates/dotfiles"
3
Detect unused dependencies in Rust projects for cleaner Cargo.toml files and faster builds.Use when auditing dependencies, optimizing build times, cleaning up Cargo.toml, or detecting bloat.Trigger terms: unused dependencies, cargo-machete, dependency audit, dependency cleanup, bloat detection, cargo-udeps.
2026-01-05
skaffold-orbstack.md
6
1
export
skaffold-orbstack
2
from
"laurigates/dotfiles"
from
"laurigates/dotfiles"
3
OrbStack-optimized Skaffold workflows for local Kubernetes development without port-forward.Use when configuring Skaffold with OrbStack, accessing services via LoadBalancer or Ingress,or when the user mentions OrbStack, k8s.orb.local, service access, or eliminating port-forward.
2026-01-05
schematic-generation.md
6
1
export
schematic-generation
2
from
"laurigates/dotfiles"
from
"laurigates/dotfiles"
3
Generate color-coded electronics schematic diagrams from wiring documentation using AI image generation.Parses WIRING.md or similar documentation files, researches component pinouts via web search,and generates visual schematic images with hobby-friendly color coding using Nano Banana Pro.Use when the user wants to:- Generate a schematic from wiring documentation- Visualize circuit connections from a WIRING.md file- Create circuit diagrams for embedded projects- Generate hardware documentation imagesTriggers: "generate schematic", "create schematic", "schematic from wiring","visualize circuit", "circuit diagram", "wiring diagram image"
2026-01-05
vscode-extension-refactorer.md
6
1
export
vscode-extension-refactorer
2
from
"s-hiraoku/vscode-sidebar-terminal"
from
"s-hiraoku/vscode-sidebar-terminal"
3
This skill provides expert-level guidance for refactoring VS Code extension code. Use when extracting classes or functions, reducing code duplication, improving type safety, reorganizing module structure, applying design patterns, or optimizing performance. Covers systematic refactoring workflows, code smell detection, safe transformation techniques, and VS Code-specific patterns.
2026-01-05
github-actions-inspection.md
6
1
export
github-actions-inspection
2
from
"laurigates/dotfiles"
from
"laurigates/dotfiles"
3
Inspect GitHub Actions workflow runs, check status, analyze logs, debug failures, and identify root causes. Use when investigating CI/CD failures, checking workflow status, or debugging GitHub Actions issues.
2026-01-05
create-mcp-eval.md
6
1
export
create-mcp-eval
2
from
"genmcp/gevals"
from
"genmcp/gevals"
3
Create or modify evaluations for MCP Server(s). Use whenever you are tasked with changed MCP evals.
2026-01-05
nondominium-holochain-dna-dev.md
6
1
export
nondominium-holochain-dna-dev
2
from
"Sensorica/nondominium"
from
"Sensorica/nondominium"
3
Specialized skill for nondominium Holochain DNA development, focusing on zome creation, entry patterns, integrity/coordinator architecture, ValueFlows compliance, and WASM optimization. Use when creating new zomes, implementing entry types, or modifying Holochain DNA code.
2026-01-05
documenting-stack.md
6
1
export
documenting-stack
2
from
"plvo/create-faster"
from
"plvo/create-faster"
3
Use when documenting stacks, databases, or ORMs in create-faster MDX docs - focuses on technical changes and what we add beyond official setup
2026-01-05
cargo-nextest.md
6
1
export
cargo-nextest
2
from
"laurigates/dotfiles"
from
"laurigates/dotfiles"
3
Next-generation test runner for Rust with parallel execution, advanced filtering, and CI integration.Use when running tests, configuring test execution, setting up CI pipelines, or optimizing test performance.Trigger terms: nextest, test runner, parallel tests, test filtering, test performance, flaky tests, CI testing.
2026-01-05
backend-migrations.md
6
1
export
backend-migrations
2
from
"coreyja/coreyja.com"
from
"coreyja/coreyja.com"
3
Create and manage database migrations with proper rollback methods, focused changes, and zero-downtime deployment considerations. Use this skill when creating new database migration files, modifying table schemas, adding or removing columns, creating or dropping indexes, or managing database version control. When working with migration directories, schema definition files, or database change scripts. When implementing backwards-compatible database changes for production deployments. When separating schema changes from data migrations.
2026-01-05
building-ai-agent-on-cloudflare.md
6
1
export
building-ai-agent-on-cloudflare
2
from
"cloudflare/skills"
from
"cloudflare/skills"
3
Builds AI agents on Cloudflare using the Agents SDK with state management,real-time WebSockets, scheduled tasks, tool integration, and chat capabilities.Generates production-ready agent code deployed to Workers.Use when: user wants to "build an agent", "AI agent", "chat agent", "statefulagent", mentions "Agents SDK", needs "real-time AI", "WebSocket AI", or asksabout agent "state management", "scheduled tasks", or "tool calling".
2026-01-05
global-commenting.md
6
1
export
global-commenting
2
from
"coreyja/coreyja.com"
from
"coreyja/coreyja.com"
3
Write self-documenting code with clear naming and structure, adding minimal, evergreen comments only when necessary to explain complex logic. Use this skill when writing or reviewing any code that might need comments. When refactoring code to make it more self-explanatory through better naming and structure. When deciding whether to add or remove comments from existing code. When ensuring comments explain why something is done rather than what is being done. When reviewing code to remove outdated or temporary change-related comments. This skill applies to all programming languages and all types of code files.
2026-01-05
helm-release-recovery.md
6
1
export
helm-release-recovery
2
from
"laurigates/dotfiles"
from
"laurigates/dotfiles"
3
Recover from failed Helm deployments, rollback releases, fix stuck states(pending-install, pending-upgrade). Covers helm rollback, release history,atomic deployments. Use when user mentions rollback, failed Helm upgrade,stuck release, or recovering from Helm deployment failures.
2026-01-05
ruff-linting.md
6
1
export
ruff-linting
2
from
"laurigates/dotfiles"
from
"laurigates/dotfiles"
3
Python code quality with ruff linter. Fast linting, rule selection, auto-fixing, and configuration. Use when checking Python code quality, enforcing standards, or finding bugs.
2026-01-05
github-actions-authentication-and-security.md
6
1
export
github-actions-authentication-and-security
2
from
"laurigates/dotfiles"
from
"laurigates/dotfiles"
3
GitHub Actions security and authentication for Claude Code including API keys, OIDC, AWS Bedrock, Google Vertex AI, secrets management, and permission scoping. Use when setting up authentication or discussing security for GitHub Actions workflows.
2026-01-05