Browse Skills

44915 skills found

ui-design-system.md
7
1 export ui-design-system
2 samhvw8 from "samhvw8/dotfiles"
3 React UI component systems with TailwindCSS + Radix + shadcn/ui. Stack: TailwindCSS (styling), Radix UI (primitives), shadcn/ui (components), React/Next.js. Capabilities: design system architecture, accessible components, responsive layouts, theming, dark mode, component composition. Actions: review, design, build, improve, refactor UI components. Keywords: TailwindCSS, Radix UI, shadcn/ui, design system, component library, accessibility, ARIA, responsive, dark mode, theming, CSS variables, component architecture, atomic design, design tokens, variant, slot, composition. Use when: building component libraries, implementing shadcn/ui, creating accessible UIs, setting up design systems, adding dark mode/theming, reviewing UI component architecture.
2026-01-05
tzurot-architecture.md
7
1 export tzurot-architecture
2 lbds137 from "lbds137/tzurot"
3 Microservices architecture for Tzurot v3 - Service boundaries, responsibilities, dependency rules, and anti-patterns from v2. Use when deciding where code belongs or designing new features.
2026-01-05
maestro-devtools.md
7
1 export maestro-devtools
2 ampcode from "ampcode/fde-toolbox"
3 Direct Maestro CLI tool for iOS/Android app testing. Write YAML flows and execute via maestro test—no Python overhead.
2026-01-05
ai-sdk-patterns.md
7
1 export ai-sdk-patterns
2 youdotcom-oss from "youdotcom-oss/dx-toolkit"
3 Vercel AI SDK tool patterns for dx-toolkit - input schemas for smart queries, API key handling, raw response returns
2026-01-05
process-meeting-transcript.md
7
1 export process-meeting-transcript
2 dgalarza from "dgalarza/claude-code-workflows"
3 Process raw meeting transcripts from Granola or other sources into structured notes with frontmatter, action items, summary, and formatted transcript. Use this skill when the user asks to process a meeting transcript or provides a raw transcript that needs formatting.
2026-01-05
doc-indexer.md
7
1 export doc-indexer
2 bodangren from "bodangren/git-workflow"
3 Use this skill at the beginning of any session or when needing to understand available project documentation. Provides just-in-time context by scanning YAML frontmatter from all markdown files in the docs/ directory without loading full content.
2026-01-05
author-voice.md
7
1 export author-voice
2 doodledood from "doodledood/claude-code-plugins"
3 Iteratively craft an AUTHOR_VOICE.md document that captures your unique writing style for AI replication. Use when creating a voice profile via /craft-voice. Interactive multi-choice workflow with feedback cycles.
2026-01-05
performance-testing.md
7
1 export performance-testing
2 youdotcom-oss from "youdotcom-oss/dx-toolkit"
3 Performance testing and monitoring system for dx-toolkit packages - measurements, thresholds, regression handling
2026-01-05
verify-training-pipeline.md
7
1 export verify-training-pipeline
2 kungfuai from "kungfuai/CVlization"
3 Verify a CVlization training pipeline example is properly structured, can build, trains successfully, and logs appropriate metrics. Use when validating example implementations or debugging training issues.
2026-01-05
xlsx.md
7
1 export xlsx
2 samhvw8 from "samhvw8/dotfiles"
3 Excel spreadsheet processing and analysis. Formats: .xlsx, .xlsm, .csv, .tsv. Capabilities: create spreadsheets, formulas (error-free), formatting, data analysis, charts, pivot tables, conditional formatting, data validation, template preservation. Actions: create, edit, analyze, visualize, recalculate spreadsheets. Keywords: Excel, spreadsheet, xlsx, csv, formula, VLOOKUP, SUMIF, pivot table, chart, graph, data analysis, formatting, conditional formatting, data validation, workbook, worksheet, cell reference, named range, macro. Use when: creating spreadsheets, editing Excel files, analyzing tabular data, building formulas, creating charts/graphs, working with CSV/TSV, preserving spreadsheet templates.
2026-01-05
security-workflow.md
7
1 export security-workflow
2 jpoley from "jpoley/flowspec"
3 Use when creating backlog tasks from security findings, integrating security scans into workflow states, or managing security remediation tracking. Invoked for security workflow integration and task automation.
2026-01-05
skill-creator.md
7
1 export skill-creator
2 jonhill90 from "jonhill90/vibes"
3 Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
2026-01-05
backend-development.md
7
1 export backend-development
2 samhvw8 from "samhvw8/dotfiles"
3 Production backend systems development. Stack: Node.js/TypeScript, Python, Go, Rust | NestJS, FastAPI, Django, Express | PostgreSQL, MongoDB, Redis. Capabilities: REST/GraphQL/gRPC APIs, OAuth 2.1/JWT auth, OWASP security, microservices, caching, load balancing, Docker/K8s deployment. Actions: design, build, implement, secure, optimize, deploy, test APIs and services. Keywords: API design, REST, GraphQL, gRPC, authentication, OAuth, JWT, RBAC, database, PostgreSQL, MongoDB, Redis, caching, microservices, Docker, Kubernetes, CI/CD, OWASP, security, performance, scalability, NestJS, FastAPI, Express, middleware, rate limiting. Use when: designing APIs, implementing auth/authz, optimizing queries, building microservices, securing endpoints, deploying containers, setting up CI/CD.
2026-01-05
plan.md
7
1 export plan
2 doodledood from "doodledood/claude-code-plugins"
3 Create implementation plans using the Planning Playbook methodology. Use when user asks to "plan", "create a plan", "make a plan", or needs a structured implementation roadmap. ALSO use by default when in Planning Mode, even if user doesn't mention "plan". Do NOT use if user explicitly requests "execplan" or "exec plan".
2026-01-05
editor-component-editors.md
7
1 export editor-component-editors
2 kateusz from "kateusz/GameEngine"
3 Create ECS component editors using IComponentEditor interface, ComponentEditorRegistry.DrawComponent wrapper, VectorPanel for vectors, and UIPropertyRenderer for simple properties. Covers registration in DI container and manual change detection patterns.
2026-01-05
mcp-patterns.md
7
1 export mcp-patterns
2 youdotcom-oss from "youdotcom-oss/dx-toolkit"
3 MCP server development patterns for dx-toolkit - schema design, error handling, logging, response format
2026-01-05
lang-python.md
7
1 export lang-python
2 joncrangle from "joncrangle/.dotfiles"
3 Python 3.13+ development specialist covering FastAPI, Django, async patterns, data science, testing with pytest, and modern Python features. Use when developing Python APIs, web applications, data pipelines, or writing tests.
2026-01-05
newsletter-events-update-event.md
7
1 export newsletter-events-update-event
2 aniketpanjwani from "aniketpanjwani/local_media_tools"
3 Manually refresh specific event pages to update event data
2026-01-05
editor-panel-creation.md
7
1 export editor-panel-creation
2 kateusz from "kateusz/GameEngine"
3 Step-by-step workflow for creating new editor panels including interface design, DI registration, EditorLayer integration, and menu bar setup. Focuses on panel architecture and lifecycle, not UI component APIs.
2026-01-05
sdd-methodology.md
7
1 export sdd-methodology
2 jpoley from "jpoley/flowspec"
3 Use when explaining or applying Spec-Driven Development workflow, guiding through SDD phases, or helping with workflow decisions. Invoked for methodology guidance, workflow optimization, and best practices.
2026-01-05
tzurot-db-vector.md
7
1 export tzurot-db-vector
2 lbds137 from "lbds137/tzurot"
3 PostgreSQL and pgvector patterns for Tzurot v3 - Connection management, vector operations, migrations, and Railway-specific considerations. Use when working with database or memory retrieval.
2026-01-05
dependency-injection-review.md
7
1 export dependency-injection-review
2 kateusz from "kateusz/GameEngine"
3 Review code for proper DI patterns using DryIoc. Ensures no static singletons, validates constructor injection and service lifetimes. Use when reviewing code, refactoring static access, or debugging DI issues.
2026-01-05
github-actions-writer.md
7
1 export github-actions-writer
2 JamesPrial from "JamesPrial/github-skills"
3 This skill should be used when users need to create, modify, optimize, or troubleshoot GitHub Actions CI/CD workflows. Use when users ask about automating builds, tests, deployments, or any GitHub Actions-related tasks. Triggers include requests like "create a CI workflow", "deploy to AWS", "automate testing", "setup GitHub Actions", or when debugging workflow failures.
2026-01-05
tzurot-security.md
7
1 export tzurot-security
2 lbds137 from "lbds137/tzurot"
3 Security best practices for Tzurot v3 - Secret management, AI-specific security (prompt injection, PII scrubbing), Economic DoS prevention, Discord permission verification, microservices security, and supply chain integrity. Use when handling secrets, user input, or security-critical code.
2026-01-05