Browse Skills

17720 skills found

validate-git-hygiene.md
5
1 export validate-git-hygiene
2 BerryKuipers from "BerryKuipers/claude-code-toolkit"
3 Validate git commit messages, branch naming conventions, and check for sensitive files. Returns structured output with commit format validation, branch name compliance, and sensitive file detection (.env, credentials, .pem, .key). Used for git workflow validation and security checks.
2026-01-05
prometheus-go-code-review.md
5
1 export prometheus-go-code-review
2 existential-birds from "existential-birds/beagle"
3 Reviews Prometheus instrumentation in Go code for proper metric types, labels, and patterns. Use when reviewing code with prometheus/client_golang metrics.
2026-01-05
product-manager-toolkit.md
5
1 export product-manager-toolkit
2 rickydwilson-dcs from "rickydwilson-dcs/claude-skills"
3 Comprehensive toolkit for product managers including RICE prioritization, customer interview analysis, PRD templates, discovery frameworks, and go-to-market strategies. Use for feature prioritization, user research synthesis, requirement documentation, and product strategy development.
2026-01-05
matlab-uihtml-app-builder.md
5
1 export matlab-uihtml-app-builder
2 matlab from "matlab/skills"
3 Build interactive web applications using HTML/JavaScript interfaces with MATLAB computational backends via the uihtml component. Use when creating HTML-based MATLAB apps, JavaScript MATLAB interfaces, web UIs with MATLAB, interactive MATLAB GUIs, or when user mentions uihtml, HTML, JavaScript, web apps, or web interfaces.
2026-01-05
gemini-api-rate-limiting.md
5
1 export gemini-api-rate-limiting
2 BerryKuipers from "BerryKuipers/claude-code-toolkit"
3 Best practices for handling Gemini API rate limits, implementing sequential queues, and preventing 429 RESOURCE_EXHAUSTED errors in WescoBar
2026-01-05
using-git-spice.md
5
1 export using-git-spice
2 arittr from "arittr/spectacular"
3 Use when working with stacked branches, managing dependent PRs/CRs, or uncertain about git-spice commands (stack vs upstack vs downstack) - provides command reference, workflow patterns, and common pitfalls for the git-spice CLI tool
2026-01-05
skill-creator.md
5
1 export skill-creator
2 kdpa-llc from "kdpa-llc/local-skills-mcp"
3 Creates effective SKILL.md files with proper YAML frontmatter, trigger keywords, and best practices. Use when creating skills, writing skill descriptions, authoring SKILL.md files, or learning skill format.
2026-01-05
ci-failure-analysis.md
5
1 export ci-failure-analysis
2 ryanbreen from "ryanbreen/breenix"
3 This skill should be used when analyzing failed GitHub Actions CI/CD runs for Breenix kernel development. Use for diagnosing test failures, parsing QEMU logs, identifying kernel panics or faults, understanding timeout issues, and determining root causes of CI failures.
2026-01-05
git.md
5
1 export git
2 CsHeng from "CsHeng/dot-claude"
3 Execution-layer skill for git inspection and safe patching
2026-01-05
tk-workflow.md
5
1 export tk-workflow
2 iheanyi from "iheanyi/tasuku"
3 Show the Tasuku task workflow guide. Use when user says /tk:workflow or asks how to use Tasuku, task workflow, or needs help with task management.
2026-01-05
create-presentation.md
5
1 export create-presentation
2 ddttom from "ddttom/webcomponents-with-eds"
3 Create or update presentation notebooks with embedded HTML and JavaScript in markdown cells using EDS blocks. Convert executable code cells to informative text. Build presentations, slides, demos, showcases with accordion, cards, tabs, hero, grid, table blocks. No runnable JavaScript cells - only visual markdown with inline scripts for presentation mode.
2026-01-05
container-workflow.md
5
1 export container-workflow
2 ilude from "ilude/claude-code-config"
3 Guidelines for containerized projects using Docker, Dockerfile, docker-compose, container, and containerization. Covers multi-stage builds, security, signal handling, entrypoint scripts, and deployment workflows.
2026-01-05
skill-developer.md
5
1 export skill-developer
2 JNLei from "JNLei/claude-tools"
3 Create and manage Claude Code skills following Anthropic best practices. Use when creating new skills, modifying skill-rules.json, understanding trigger patterns, working with hooks, debugging skill activation, or implementing progressive disclosure. Covers skill structure, YAML frontmatter, trigger types (keywords, intent patterns, file paths, content patterns), enforcement levels (block, suggest, warn), hook mechanisms (UserPromptSubmit, PreToolUse), session tracking, and the 500-line rule.
2026-01-05
vendure.md
5
1 export vendure
2 niko91i from "niko91i/Skills-Vendure"
3 Vendure e-commerce framework for Node.js. Use for headless commerce, GraphQL APIs, order management, product catalogs, payment integration, and TypeScript e-commerce development.
2026-01-05
validate-typescript.md
5
1 export validate-typescript
2 BerryKuipers from "BerryKuipers/claude-code-toolkit"
3 Run TypeScript compiler type-checking (tsc --noEmit) to validate type safety and catch type errors. Returns structured output with error counts, categories (type/syntax/import errors), and affected files. Used for quality gates and pre-commit validation.
2026-01-05
image-concatenator.md
5
1 export image-concatenator
2 AutoByteus from "AutoByteus/autobyteus"
3 A utility skill to vertically concatenate multiple images into a single file.
2026-01-05
tdd.md
5
1 export tdd
2 pablobfonseca from "pablobfonseca/dotfiles"
3 Test-Driven Development workflow. Use for ALL code changes - features, bug fixes, refactoring. TDD is non-negotiable.
2026-01-05
react-workflow.md
5
1 export react-workflow
2 ilude from "ilude/claude-code-config"
3 React framework workflow guidelines. Activate when working with React components (.jsx, .tsx), React hooks (useState, useEffect), or React-specific patterns.
2026-01-05
meta-searching.md
5
1 export meta-searching
2 shrwnsan from "shrwnsan/vibekit-claude-plugins"
3 Extracts web content and performs reliable searches when standard tools fail due to access restrictions, rate limiting, or validation errors. Use when encountering 403/429/422 errors, blocked documentation sites, or silent search failures. **Direct tool execution often fails for these scenarios - search-plus agent delegation provides the most reliable results.**
2026-01-05
parquet-files.md
5
1 export parquet-files
2 lawless-m from "lawless-m/claude-skills"
3 This describes how to create Parquet files in C#, including updating and multi threaded creation
2026-01-05
senior-secops.md
5
1 export senior-secops
2 rickydwilson-dcs from "rickydwilson-dcs/claude-skills"
3 Comprehensive SecOps skill for application security, vulnerability management, compliance, and secure development practices. Includes security scanning, vulnerability assessment, compliance checking, and security automation. Use when implementing security controls, conducting security audits, responding to vulnerabilities, or ensuring compliance requirements.
2026-01-05
code-quality-check.md
5
1 export code-quality-check
2 ryanbreen from "ryanbreen/breenix"
3 This skill should be used before committing code to ensure it meets Breenix quality standards. Use for running clippy checks, fixing compiler warnings, verifying no log side-effects, checking for dead code, and enforcing project coding standards from CLAUDE.md.
2026-01-05
ptc-orchestration.md
5
1 export ptc-orchestration
2 ilude from "ilude/claude-code-config"
3 Activate when user needs multi-URL scraping, browser automation pipelines, or efficient tool orchestration to reduce API round-trips and context usage.
2026-01-05
register-watch.md
5
1 export register-watch
2 ryanbreen from "ryanbreen/breenix"
3 Use when debugging register corruption issues - registers have unexpected values after context switches, userspace processes crash with corrupted state, stack pointer corruption, syscall return values corrupted, or timer interrupt handlers corrupting register state.
2026-01-05