Browse Skills

16146 skills found

background-process-start-process.md
6
1 export background-process-start-process
2 X-School-Academy from "X-School-Academy/ai-dev-swarm"
3 To start a long-running background task, launch a managed process such as a server or watcher and keep it tracked.
2026-01-05
uv-run.md
6
1 export uv-run
2 laurigates from "laurigates/dotfiles"
3 Run Python scripts with uv including inline dependencies (PEP 723),temporary dependencies (--with), and ephemeral tool execution.Use when running scripts, needing one-off dependencies, or creatingexecutable Python scripts. No venv activation required.
2026-01-05
database-architect.md
6
1 export database-architect
2 marcioaltoe from "marcioaltoe/claude-craftkit"
3 Expert database schema designer and Drizzle ORM specialist. Use when user needs database design, schema creation, migrations, query optimization, or Postgres-specific features. Examples - "design a database schema for users", "create a Drizzle table for products", "help with database relationships", "optimize this query", "add indexes to improve performance", "design database for multi-tenant app".
2026-01-05
argocd-login.md
6
1 export argocd-login
2 laurigates from "laurigates/dotfiles"
3 ArgoCD CLI authentication with SSO. Provides argocd login command, gRPC-Webconfiguration, and post-login operations. Use when user mentions ArgoCD login,argocd authentication, SSO auth, or accessing ArgoCD applications and clusters.
2026-01-05
multi-agent-workflows.md
6
1 export multi-agent-workflows
2 laurigates from "laurigates/dotfiles"
3 Orchestrate complex multi-agent workflows for development, infrastructure, andresearch. Provides workflow templates, agent sequences, and integration patterns.Use when planning complex projects, coordinating multiple agents, designingAPI development workflows, or infrastructure setup workflows.
2026-01-05
write-plugin.md
6
1 export write-plugin
2 wayne930242 from "wayne930242/Reflexive-Claude-Code"
3 Claude Code plugin authoring expert. Creates complete plugin packages with manifests, commands, agents, skills, hooks, and marketplaces following official 2025 schema. Use when creating new plugins, building marketplaces, or packaging skills for distribution.
2026-01-05
hls-troubleshooting.md
6
1 export hls-troubleshooting
2 m4dc4p from "m4dc4p/claude-hls"
3 This skill should be used when the user mentions "HLS not working", "haskell-language-server issues", "Haskell LSP problems", "no completions in Haskell", "HLS diagnostics not showing", "troubleshoot HLS", "Haskell code analysis not working", or asks why HLS features aren't available in Claude Code.
2026-01-05
research.md
6
1 export research
2 JacbK from "JacbK/persona"
3 Gather information about users from materials, profile config, GitHub, and web search to inform portfolio content and design decisions.
2026-01-05
artificial-analysis-compare.md
6
1 export artificial-analysis-compare
2 alexfazio from "alexfazio/artificial-analysis-compare"
3 Compare LLM models using the Artificial Analysis API. This skill should be used when the user asks to compare AI models, benchmark LLMs, evaluate model performance, compare pricing between models, or find the best model for a specific use case (coding, math, speed, cost). Triggers on requests like "compare GPT-5 and Claude", "which model is fastest", "cheapest model for coding", "benchmark comparison", "model performance analysis", or "artificial analysis". (user)
2026-01-05
scrum-team-developer.md
6
1 export scrum-team-developer
2 atusy from "atusy/agentic-scrum"
3 AI Developer following TDD principles in AI-Agentic Scrum. Use when implementing PBIs, managing subtasks, or executing the TDD cycle within Scrum.
2026-01-05
uv-workspaces.md
6
1 export uv-workspaces
2 laurigates from "laurigates/dotfiles"
3 Manage monorepo and multi-package Python projects with uv workspaces. Coversworkspace configuration, member dependencies, shared lockfiles, and building.Use when user mentions uv workspaces, Python monorepo, multi-package projects,workspace members, or shared dependencies across packages.
2026-01-05
web-tests.md
6
1 export web-tests
2 marcioaltoe from "marcioaltoe/claude-craftkit"
3 Complete browser automation with Playwright. **ALWAYS use when user needs browser testing, E2E testing, screenshots, form testing, or responsive design validation.** Auto-detects dev servers, saves test scripts to working directory. Examples - "test this page", "take screenshots of responsive design", "test login flow", "check for broken links", "validate form submission".
2026-01-05
eve-esi-api.md
6
1 export eve-esi-api
2 ocn from "ocn/zk-activity"
3 EVE Online ESI API patterns and zkillboard integration. Covers ESI endpoints, authentication, data models, zkillboard RedisQ listener, caching strategies, and EVE-specific IDs (characters, corporations, alliances, ships, systems, regions). Use when working with killmail data, fetching EVE universe info, or implementing ESI calls.
2026-01-05
tfc-run-logs.md
6
1 export tfc-run-logs
2 laurigates from "laurigates/dotfiles"
3 Retrieve plan and apply logs from Terraform Cloud runs. Use when examining TFC run output, debugging failed plans/applies, or reviewing infrastructure changes. Requires TFE_TOKEN environment variable.
2026-01-05
infrastructure-terraform.md
6
1 export infrastructure-terraform
2 laurigates from "laurigates/dotfiles"
3 Infrastructure as Code with Terraform including HCL configuration, state management,modular design, and plan-apply workflows. Covers cloud and on-prem resource provisioning,remote backends, and Terraform modules.Use when user mentions Terraform, HCL, terraform plan, terraform apply, tfstate,infrastructure as code, or IaC provisioning.
2026-01-05
use-case-specification.md
6
1 export use-case-specification
2 martinellich from "martinellich/aiup-marketplace"
3 Creates use case specifications with structured scenarios and business rules.
2026-01-05
project-discovery.md
6
1 export project-discovery
2 laurigates from "laurigates/dotfiles"
3 Systematic project orientation for unfamiliar codebases. Automatically activates when Claude detects uncertainty about project state, structure, or tooling. Analyzes git state (branch, changes, commits), project type (language, framework, structure), and development tooling (build, test, lint, CI/CD). Provides structured summary with risk flags and recommendations. Use when entering new projects or when working on shaky assumptions.
2026-01-05
code-standards.md
6
1 export code-standards
2 marcioaltoe from "marcioaltoe/claude-craftkit"
3 Expert in code design standards including SOLID principles, Clean Code patterns (KISS, YAGNI, DRY, TDA), and pragmatic software design. **ALWAYS use when designing ANY classes/modules, implementing features, fixing bugs, refactoring code, or writing functions.** Use proactively to ensure proper design, separation of concerns, simplicity, and maintainability. Examples - "create class", "design module", "implement feature", "refactor code", "fix bug", "is this too complex", "apply SOLID", "keep it simple", "avoid over-engineering".
2026-01-05
container-development.md
6
1 export container-development
2 laurigates from "laurigates/dotfiles"
3 Container development with Docker, Dockerfiles, 12-factor principles, multi-stagebuilds, and Skaffold workflows. Enforces MANDATORY non-root users, minimal Alpine/slimbase images, and security hardening. Covers containerization, orchestration, and secureimage construction.Use when user mentions Docker, Dockerfile, containers, docker-compose, multi-stagebuilds, container images, container security, or 12-factor app principles.
2026-01-05
vulture-dead-code.md
6
1 export vulture-dead-code
2 laurigates from "laurigates/dotfiles"
3 Vulture and deadcode tools for detecting unused Python code (functions, classes, variables, imports).Use when cleaning up codebases, removing unused code, or enforcing code hygiene in CI.Triggered by: vulture, deadcode, dead code detection, unused code, code cleanup, remove unused.
2026-01-05
graphiti-episode-storage.md
6
1 export graphiti-episode-storage
2 laurigates from "laurigates/dotfiles"
3 Store episodes in Graphiti Memory: agent executions, error resolutions, workflowcompletions, technical decisions. Provides JSON schemas and storage patterns.Use when user mentions storing in Graphiti, add_memory, episode storage,building knowledge base, or documenting agent work.
2026-01-05
kubernetes-operations.md
6
1 export kubernetes-operations
2 laurigates from "laurigates/dotfiles"
3 Kubernetes operations including deployment, management, troubleshooting, kubectl mastery,and cluster stability. Covers K8s workloads, networking, storage, and debugging pods.Use when user mentions Kubernetes, K8s, kubectl, pods, deployments, services, ingress,ConfigMaps, Secrets, or cluster operations.
2026-01-05
frontend-css.md
6
1 export frontend-css
2 coreyja from "coreyja/coreyja.com"
3 Write maintainable CSS following the project's established methodology, whether using Tailwind utility classes, BEM naming, CSS modules, or styled-components. Use this skill when styling UI components or pages with CSS, applying design system tokens for colors and spacing, or working with CSS frameworks. When writing utility classes, custom styles, or responsive design rules. When working with .css, .scss, .module.css files, or inline styles in JSX/templates. When establishing or maintaining design tokens for consistent styling. When optimizing CSS for production builds with purging or tree-shaking unused styles.
2026-01-05
global-tech-stack.md
6
1 export global-tech-stack
2 coreyja from "coreyja/coreyja.com"
3 Reference and maintain knowledge of the project's technical stack including frameworks, languages, databases, testing tools, and third-party services. Use this skill when making architectural decisions about which technologies to use. When adding new dependencies or integrating third-party services. When setting up development environments or deployment infrastructure. When choosing between different libraries or frameworks for a feature. When documenting the technology choices made in the project. When onboarding new team members to understand the tech stack. This skill helps ensure technology choices align with the established stack and provides a reference for all technical decisions.
2026-01-05