Browse Skills

18175 skills found

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
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
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
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
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
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
seo-strategy.md
7
1 export seo-strategy
2 doodledood from "doodledood/claude-code-plugins"
3 Create a comprehensive SEO_STRATEGY.md covering both traditional SEO and Generative Engine Optimization (GEO) for AI platforms. Requires CUSTOMER.md to exist first. Includes platform-specific tactics for Google AI Overviews, ChatGPT, Perplexity, Claude, and Gemini with effort/impact prioritization.
2026-01-05
headless-cli-agents.md
7
1 export headless-cli-agents
2 timurkhakhalev from "timurkhakhalev/cc-plugins"
3 This skill provides comprehensive guidance for running AI coding agents in non-interactive (headless) mode for automation, CI/CD pipelines, and scripting. Use when integrating Claude Code, Codex, Gemini, OpenCode, Qwen, or Droid CLI into automated workflows where human interaction is not desired.
2026-01-05
task-splitting.md
7
1 export task-splitting
2 doraemonkeys from "doraemonkeys/sloc-guard"
3 Split large tasks into smaller subtasks. Use when a task spans many modules or requires phased implementation.
2026-01-05
docx.md
7
1 export docx
2 samhvw8 from "samhvw8/dotfiles"
3 Word document processing. Format: .docx (ZIP/XML structure). Capabilities: create documents, edit content, tracked changes, comments, formatting preservation, text extraction, styles, headers/footers, tables, images. Actions: create, edit, analyze, extract from Word documents. Keywords: Word, docx, document, tracked changes, comments, formatting, styles, headers, footers, tables, images, paragraphs, text extraction, template, mail merge, revision history, document comparison. Use when: creating Word documents, editing docx files, working with tracked changes, adding comments, extracting document content, preserving document formatting.
2026-01-05
pm-planner.md
7
1 export pm-planner
2 jpoley from "jpoley/flowspec"
3 Use when creating, editing, or breaking down backlog tasks. Invoked for task management, feature decomposition, writing acceptance criteria, and ensuring tasks follow atomic, testable, independent guidelines.
2026-01-05
cpython-build-and-test.md
7
1 export cpython-build-and-test
2 gpshead from "gpshead/cpython-skills"
3 Use this skill when configuring, building, or rebuilding CPython from source, running tests, or debugging test failures. Covers ./configure with --with-pydebug, make commands, ccache for faster rebuilds, Argument Clinic regeneration (make clinic), unittest-based testing with python -m test (NOT pytest), --match filtering, code coverage collection, and platform-specific build paths (Linux vs macOS).
2026-01-05
editor-ui-drawers.md
7
1 export editor-ui-drawers
2 kateusz from "kateusz/GameEngine"
3 Comprehensive guide for using Editor UI Drawers (ButtonDrawer, ModalDrawer, TableDrawer, TreeDrawer, LayoutDrawer, TextDrawer, DragDropDrawer). Use when implementing any UI in editor panels to ensure consistency.
2026-01-05
test-ambiguity-detector.md
7
1 export test-ambiguity-detector
2 SprocketLab from "SprocketLab/slop-code-bench"
3 Analyze test cases against specifications to find ambiguous assumptions. Use when tests might be making assumptions not explicitly defined in the spec. Invoke with /test-ambiguity-detector <problem> <checkpoint>.
2026-01-05
conventional-commits.md
7
1 export conventional-commits
2 dgalarza from "dgalarza/claude-code-workflows"
3 This skill should be used when creating Git commits to ensure they follow the Conventional Commits specification. It provides guidance on commit message structure, types, scopes, and best practices for writing clear, consistent, and automated-friendly commit messages. Use when committing code changes or reviewing commit history.
2026-01-05
component-workflow.md
7
1 export component-workflow
2 kateusz from "kateusz/GameEngine"
3 Guide the creation of new ECS components following established architectural patterns including component class creation, JSON serialization support, editor UI implementation, dependency injection registration, and documentation. Use when adding new component types to the engine or extending existing component functionality.
2026-01-05
terraform-documentation-generator.md
7
1 export terraform-documentation-generator
2 armanzeroeight from "armanzeroeight/fastagent-plugins"
3 Generates documentation for Terraform modules using terraform-docs tool to auto-generate README files with input/output tables, usage examples, and requirements. This skill should be used when users need to document Terraform modules, create or update README files, or maintain consistent module documentation.
2026-01-05
brand-guidelines.md
7
1 export brand-guidelines
2 doodledood from "doodledood/claude-code-plugins"
3 Create a BRAND_GUIDELINES.md that defines how to communicate with your customer. Requires CUSTOMER.md to exist first. Covers voice, tone, language rules, messaging framework, and copy patterns.
2026-01-05