Browse Skills

2849 skills found

technical-writing.md
2
1 export technical-writing
2 mkobit from "mkobit/dotfiles"
3 Enforces ventilated prose and concise technical writing standards when the user is writing or editing standalone documentation files (e.g., Markdown, AsciiDoc). This skill should not be used for code documentation or docstrings.
2026-01-05
hug-scm-repository-analysis.md
2
1 export hug-scm-repository-analysis
2 elifarley from "elifarley/hug-scm"
3 Expert-level Git repository investigation using Hug SCM tools for understanding code evolution, tracking down bugs, analyzing changes, and managing development workflows
2026-01-05
plan.md
2
1 export plan
2 akiojin from "akiojin/gwt"
3 Generate a plan for how an agent should accomplish a complex coding task. Use when a user asks for a plan, and optionally when they want to save, find, read, update, or delete plan files in $CODEX_HOME/plans (default ~/.codex/plans).
2026-01-05
instruction-writer.md
2
1 export instruction-writer
2 appaquet from "appaquet/dotfiles"
3 Write and optimize instructions for Claude Code (skills, slash commands, memory files, CLAUDE.md). **ALWAYS use before creating or modifying any CLAUDE.md file, SKILL.md file, command file, or instruction documentation.** Triggers when writing skill descriptions, optimizing prompts for clarity/token efficiency, or when user mentions "write a skill", "create a command", "optimize instructions", or "improve this prompt".
2026-01-05
fuzzy-edit.md
2
1 export fuzzy-edit
2 dbarnett from "dbarnett/dotfiles"
3 This skill should be used when Edit tool fails with "old_string not found", "string not found", or indentation mismatch errors. Also use when editing files with tab indentation (Python, Go, Makefiles, TypeScript) or when the Edit tool has failed multiple times on the same edit. Provides the agents-fuzzy-edit-args utility to fix Edit arguments by re-reading actual files.
2026-01-05
svg-to-tsx.md
2
1 export svg-to-tsx
2 rfxlamia from "rfxlamia/ronin"
3 Converts SVG code to production-ready React TSX components with TypeScript types, proper attribute transformation, size props, and accessibility support. Use when converting SVG markup into reusable React icon components for icon systems, UI libraries, or application components.
2026-01-05
claude-code-plugin-builder.md
2
1 export claude-code-plugin-builder
2 pleaseai from "pleaseai/claude-code-plugins"
3 Creates Claude Code plugins with proper manifest structure, directory layout, and components (commands, agents, skills, hooks, MCP servers). Use when user requests creating plugins, adding slash commands, integrating MCP servers, setting up hooks, migrating Gemini extensions, or mentions "plugin.json", ".claude-plugin", or "marketplace.json". Handles plugin testing, debugging, and marketplace distribution.
2026-01-05
nix-executor.md
2
1 export nix-executor
2 kitsunoff from "kitsunoff/Nix"
3 Use when you need to test Nix expressions, validate Nix configuration syntax before applying, debug Nix code or understand evaluation results, inspect derivation attributes, or evaluate flake outputs and inputs
2026-01-05
hetzner-vps-provisioning.md
2
1 export hetzner-vps-provisioning
2 The-Resonance from "The-Resonance/claude-code-hetzner-vps"
3 Use this skill when the user wants to provision a Hetzner VPS, create a cloud server, deploy to Hetzner, set up a development server, configure server security (UFW, fail2ban), or estimate cloud hosting costs. Handles secure VPS provisioning with Claude Code pre-installed.
2026-01-05
github-ecosystem.md
2
1 export github-ecosystem
2 zircote from "zircote/.claude"
3 Generate comprehensive GitHub ecosystem configuration including CI/CD workflows, issue templates, PR templates, CODEOWNERS, dependabot, and Copilot instructions. Language-agnostic with Python, Go, and TypeScript support. Auto-detects project language from pyproject.toml, go.mod, or package.json. Use when setting up GitHub repos, adding CI/CD pipelines, creating issue/PR templates, configuring dependabot, adding CODEOWNERS, setting up Copilot instructions, or enhancing existing projects with GitHub tooling. Works on new or existing repositories with smart merging.
2026-01-05
security-analyzer.md
2
1 export security-analyzer
2 Cornjebus from "Cornjebus/security-analyzer"
3 Comprehensive security vulnerability analysis for codebases and infrastructure. Scans dependencies (npm, pip, gem, go, cargo), containers (Docker, Kubernetes), cloud IaC (Terraform, CloudFormation), and detects secrets exposure. Fetches live CVE data from OSV.dev, calculates risk scores, and generates phased remediation plans with TDD validation tests. Use when users mention security scan, vulnerability, CVE, exploit, security audit, penetration test, OWASP, hardening, dependency audit, container security, or want to improve security posture.
2026-01-05
maven-builder-for-foolish-language.md
2
1 export maven-builder-for-foolish-language
2 frcusaca from "frcusaca/foolish"
3 Comprehensive Maven build strategies for mixed Java/Scala projects with parallel execution, intelligent test running, and targeted debugging workflows. Use this skill when user asks to build the project, run tests, compile code, clean build, run Maven commands, fix compilation errors, or analyze test failures. Automatically invoked for requests like "make a fresh build", "run all tests", "build and test", "clean and compile", or any Maven-related build tasks.
2026-01-05
minecraft-fabric-dev.md
2
1 export minecraft-fabric-dev
2 MCDxAI from "MCDxAI/meteor-client-webgui"
3 Comprehensive guidance for Minecraft mod development with Fabric, including porting from other mod loaders (Forge, NeoForge). Integrates MCP servers for decompilation, documentation access, and mixin validation. Use when developing Fabric mods, porting from Forge, or working with Minecraft source code.
2026-01-05
add-resource.md
2
1 export add-resource
2 whanyu1212 from "whanyu1212/artifact-foundry"
3 Add new learning resources (books, articles, courses, papers) to the appropriate resources.md file. Use when user mentions adding, saving, or tracking learning materials.
2026-01-05
fpkit-developer.md
2
1 export fpkit-developer
2 shawn-sandy from "shawn-sandy/astro-basics"
3 Guide for building applications with @fpkit/acss components. This skill should be used when composing custom React components from fpkit primitives, validating CSS variable naming conventions, extending fpkit components with custom behavior, or ensuring accessibility compliance in fpkit-based applications. Use when the user needs help with component composition patterns, CSS customization, or accessibility testing. Not for developing the @fpkit/acss library itself.
2026-01-05
cuda.md
2
1 export cuda
2 technillogue from "technillogue/ptx-isa-markdown"
3 CUDA kernel development, debugging, and performance optimization for Claude Code. Use when writing, debugging, or optimizing CUDA code, GPU kernels, or parallel algorithms. Covers non-interactive profiling with nsys/ncu, debugging with cuda-gdb/compute-sanitizer, binary inspection with cuobjdump, and performance analysis workflows. Triggers on CUDA, GPU programming, kernel optimization, nsys, ncu, cuda-gdb, compute-sanitizer, PTX, GPU profiling, parallel performance.
2026-01-05
qt-release.md
2
1 export qt-release
2 svetzal from "svetzal/cutiecoco"
3 Set up or troubleshoot GitHub Actions workflows for releasing cross-platform Qt applications. Use when building, signing, notarizing, or packaging Qt apps for macOS, Linux, or Windows.
2026-01-05
tmdb-integration.md
2
1 export tmdb-integration
2 giolaq from "giolaq/Multi-TV-dev-power"
3 TMDB (The Movie Database) API integration for React Native TV streaming apps. Use when users need help with movie/TV show data, poster images, search functionality, trending content, video trailers from TMDB, API authentication, rate limiting, or TypeScript types for TMDB responses.
2026-01-05
bellog-theme.md
2
1 export bellog-theme
2 whddltjdwhd from "whddltjdwhd/bellog"
3 Provides theme integration guidelines and CSS variable usage patterns for the Bellog blog. Triggers when creating styled components or working with colors.
2026-01-05
design-qa.md
2
1 export design-qa
2 mevans2120 from "mevans2120/design-suite-claude-skills"
3 Reviews finished and in-progress digital products to assess adherence to design specifications and discover potential issues with those specifications. Validates implementation against design intent, identifies visual and interaction discrepancies, and provides actionable feedback for design and engineering teams.
2026-01-05
code-standards.md
2
1 export code-standards
2 ItamarZand88 from "ItamarZand88/claude-code-agentic-engineering"
3 Extract and maintain company-specific coding best practices from PR review comments. Use when the user requests to analyze PR comments from a repository to generate best practices documentation, or when implementing features and needs to reference established coding standards. Triggers include requests like "analyze PR comments and create best practices", "extract coding standards from repo X", or "check if this code follows our best practices".
2026-01-05
signalwire.md
2
1 export signalwire
2 signalwire from "signalwire/signalwire-claude"
3 Use when building telephony, messaging, or video applications; implementing voice AI agents; working with SWML call flows; debugging webhook callbacks or call state issues; setting up real-time WebSocket communication; encountering authentication 401/403 errors; or troubleshooting SWAIG function errors - provides REST API patterns, SDK examples, and production-tested workflows for modern SignalWire communication systems
2026-01-05
project-analyzer.md
2
1 export project-analyzer
2 FunkyOz from "FunkyOz/funkyoz-plugins"
3 Analyzes project structure, technology stack, patterns, and conventions. Use when starting development tasks, reviewing code, or understanding an existing codebase.
2026-01-05
cybersecurity-policy-generator.md
2
1 export cybersecurity-policy-generator
2 diegocconsolini from "diegocconsolini/ClaudeSkillCollection"
3 Generate enterprise cybersecurity policies from 51 professional templates (SANS, CIS Controls) for ISO 27001, SOC 2, NIST, and CIS Controls compliance in Markdown, Word, HTML, and PDF formats
2026-01-05