Browse Skills

20307 skills found

ui-audio-theme.md
6
1 export ui-audio-theme
2 b-open-io from "b-open-io/prompts"
3 Generate cohesive UI audio themes with subtle, minimal sound effects for applications. This skill should be used when users want to create a set of coordinated interface sounds for wallet apps, dashboards, or web applications - generating sounds mapped to UI interaction constants like button clicks, notifications, and navigation transitions using ElevenLabs API.
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
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
ui-designer.md
6
1 export ui-designer
2 marcioaltoe from "marcioaltoe/claude-craftkit"
3 Expert UI/UX designer for React applications with shadcn/ui and Tailwind CSS. **ALWAYS use when creating UI components, implementing responsive layouts, or designing interfaces.** Use when user needs component creation, design implementation, responsive layouts, accessibility improvements, dark mode support, or design system architecture. Examples - "create a custom card component", "build a responsive navigation", "setup shadcn/ui button", "implement dark mode", "make this accessible", "design a form layout".
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
validate-mojo-patterns.md
6
1 export validate-mojo-patterns
2 mvillmow from "mvillmow/ml-odyssey"
3 Validate Mojo code patterns (out self, mut, List, etc.) against best practices. Use to ensure code follows project standards.
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
prototype-to-production.md
6
1 export prototype-to-production
2 ArieGoldkin from "ArieGoldkin/ai-agent-hub"
3 Convert design prototypes (HTML, CSS, Figma exports) into production-ready components. Analyzes prototype structure, extracts design tokens, identifies reusable patterns, and generates typed React components. Adapts to existing project tech stack with React + TypeScript as default.
2026-01-05
rules-manager.md
6
1 export rules-manager
2 fturkyilmaz from "fturkyilmaz/nest-next-clean-arch"
3 Manages practice rules. Use when user states a preference or approach, or asks to add/modify rules for coding, architecture, tooling, or best practices.
2026-01-05
api-design-framework.md
6
1 export api-design-framework
2 ArieGoldkin from "ArieGoldkin/ai-agent-hub"
3 Use this skill when designing REST, GraphQL, or gRPC APIs. Provides comprehensive API design patterns, versioning strategies, error handling conventions, authentication approaches, and OpenAPI/AsyncAPI templates. Ensures consistent, well-documented, and developer-friendly APIs across all backend services.
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
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
browser.md
6
1 export browser
2 dlants from "dlants/dotfiles"
3 Automate browser actions using Puppeteer with a simple DSL for web testing and automation
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
stimulus.md
6
1 export stimulus
2 sandnap from "sandnap/easy_notes"
3 Best practices for using Stimulus controllers to add JavaScript behavior to HTML
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
phase-cleanup.md
6
1 export phase-cleanup
2 mvillmow from "mvillmow/ml-odyssey"
3 Refactor and finalize code after parallel phases complete, addressing technical debt. Use in cleanup phase to polish code before merge.
2026-01-05
basedpyright-type-checking.md
6
1 export basedpyright-type-checking
2 laurigates from "laurigates/dotfiles"
3 Basedpyright static type checker configuration, installation, and usage patterns.Use when implementing type checking, configuring LSP, comparing type checkers,or setting up strict type validation in Python projects.Triggered by: basedpyright, pyright, type checking, LSP, mypy alternative, static analysis.
2026-01-05
playwright-browser-drag.md
6
1 export playwright-browser-drag
2 X-School-Academy from "X-School-Academy/ai-dev-swarm"
3 To drag and drop between elements on a web page, perform a drag interaction from a source to a target.
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