Browse and install Claude Skills to enhance your development workflow. Currently showing 3230 skills.
This skill enables headless web search and content extraction using the Brave Search API, requiring only a BRAVE_API_KEY. It allows developers to perform searches and extract article content directly from the command line without a browser. Use it for straightforward web queries and article scraping, but consider the summarize skill for JavaScript-heavy sites that may block extraction.
/plugin add https://github.com/steipete/clawdis/tree/main/brave-search
Blucli is a command-line tool for controlling Bluesound/NAD audio players, enabling device discovery, playback management, volume control, and speaker grouping. It's ideal for developers who want to script or automate their multi-room audio systems from a terminal. Key features include JSON output for scripting and flexible device targeting via flags, environment variables, or a config file.
/plugin add https://github.com/steipete/clawdis/tree/main/blucli
This Claude Skill provides a CLI interface for interacting with X/Twitter, enabling developers to read, search, and post tweets directly from the terminal. It supports authentication via browser cookies or the Sweetistics API for flexible integration. Use it for automating Twitter interactions, fetching thread data, or performing searches within your development workflow.
/plugin add https://github.com/steipete/clawdis/tree/main/bird
The simple-fetch skill demonstrates the basic CLI execution pattern for fetching URL content, serving as a template for custom skill development. It accepts a required --url parameter, calls the MCP fetch tool, and returns the result. Use this skill to learn foundational patterns or fetch web content directly from Claude Code.
/plugin add https://github.com/yoloshii/mcp-code-execution-enhanced/tree/main/simple-fetch
This MCP skill demonstrates multi-tool orchestration by chaining git repository analysis tools sequentially. It combines git status, commit history, and branch information into a structured summary, serving as a template for complex workflows. Developers should use it to learn orchestration patterns and analyze git repositories through tool chaining.
/plugin add https://github.com/yoloshii/mcp-code-execution-enhanced/tree/main/multi-tool-pipeline
This Claude Skill applies rigorous technical writing standards to technical prose like code comments and documentation, enforcing active voice, present tense, and precise language. It transforms vague terms into specific metrics and provides tailored rules for different writing types. Use it whenever clarity and precision in technical communication are critical.
/plugin add https://github.com/EvanLavender13/audio-jones/tree/main/technical-writing
This skill helps developers leverage raylib's existing API to avoid reinventing solutions for graphics, input, or audio. It directs you to consult the official cheatsheet to find built-in functions before writing custom code. Use it to quickly check for available utilities in modules like shapes, textures, and audio.
/plugin add https://github.com/EvanLavender13/audio-jones/tree/main/raylib
This Claude Skill generates Mermaid.js architecture diagrams that enforce clarity through labeled arrows, no dead-end nodes, and consistent abstraction levels. Use it when creating or updating system, data flow, or module relationship diagrams to produce unambiguous visual documentation. It provides concrete syntax examples and standards for developers.
/plugin add https://github.com/EvanLavender13/audio-jones/tree/main/architecture-diagrams
This skill tests PRPM integration by verifying that Codex skills install correctly to the `.openskills/<name>/SKILL.md` directory. Use it during development to validate the installation process for OpenAI Codex CLI skills.
/plugin add https://github.com/pr-pm/prpm/tree/main/codex-skill
This skill is used for integration testing to verify that Factory Droid skills install correctly to the `.factory/skills/` directory. Developers should invoke it when they need to test Droid skill installation processes in CI/CD pipelines.
/plugin add https://github.com/pr-pm/prpm/tree/main/droid-skill
This skill validates Claude skill installation by checking file placement, directory structure, and frontmatter parsing. Use it during CI/CD pipelines to test PRPM integration and ensure skills install correctly to `.claude/skills/`.
/plugin add https://github.com/pr-pm/prpm/tree/main/claude-skill
This skill helps developers test PRPM CLI commands locally by building the package, setting up the environment, and executing workflows against a local registry. It includes contract testing to verify documented behavior matches implementation and comprehensive cross-format conversion testing. Use it for debugging CLI behavior, testing new features, or validating format converters before committing changes.
/plugin add https://github.com/pr-pm/prpm/tree/main/testing-prpm-cli
osgrep provides semantic search across local files using a background server with live indexing. Developers should always use it instead of grep/find for code and concept discovery with natural language queries. Key features include structured JSON output, scoped directory searches, and automatic server management.
/plugin add https://github.com/pr-pm/prpm/tree/main/osgrep-skill
This Claude Skill helps developers set up secure npm publishing from GitHub Actions using OIDC trusted publishing, eliminating the need for long-lived NPM_TOKEN secrets. It provides configuration for provenance attestations and supports monorepo publishing workflows. Use this skill when creating or migrating a GitHub Actions workflow to publish npm packages with enhanced security.
/plugin add https://github.com/pr-pm/prpm/tree/main/npm-trusted-publishing
This skill helps developers deploy Node.js applications to AWS Elastic Beanstalk and troubleshoot deployment issues. It provides strategies for dependency installation, monorepo handling, and deployment best practices. Use it when encountering package errors or needing reliable deployment workflows.
/plugin add https://github.com/pr-pm/prpm/tree/main/elastic-beanstalk-deployment
This skill helps developers create Zed extensions for adding custom slash commands, language support, themes, or MCP servers. It provides the Rust/WASM structure, key APIs like `run_slash_command`, and the development workflow for compiled extensions. Use it when you need to extend Zed's functionality beyond simple rules or one-off scripts.
/plugin add https://github.com/pr-pm/prpm/tree/main/creating-zed-extensions
This skill guides developers in creating effective Claude Code skills by ensuring they are discoverable, scannable, and actionable. It focuses on proper structure, CSO optimization, and inclusion of real examples for broad techniques. Use it when developing new skills or improving existing ones to make them valuable references.
/plugin add https://github.com/pr-pm/prpm/tree/main/creating-skills
This skill provides the structure and API specifications for creating OpenCode plugins that hook into 25+ event types like commands, files, and LSP operations. It offers implementation patterns for JavaScript/TypeScript modules that intercept and extend the AI assistant's lifecycle. Use it when you need to build event-driven plugins for monitoring, custom handling, or extending OpenCode's capabilities.
/plugin add https://github.com/pr-pm/prpm/tree/main/creating-opencode-plugins
This skill provides structured guidance for developers creating custom Kiro AI agents, including JSON configurations, tool setups, and prompt patterns. It delivers best practices for building specialized development assistants with proper security and permissions. Use it specifically for Kiro agent workflows, not for generic AI prompts or project documentation.
/plugin add https://github.com/pr-pm/prpm/tree/main/creating-kiro-agents
The agent-builder skill provides expert guidance for creating and optimizing Claude Code subagents, including system prompt design, tool configuration, and delegation patterns. Use it when developing specialized AI assistants, troubleshooting agent issues, or determining optimal agent architecture. It covers best practices for agent design, model selection, and integration workflows.
/plugin add https://github.com/pr-pm/prpm/tree/main/agent-builder
This skill provides a complete step-by-step guide for developers to add support for a new AI editor format (like OpenCode or Cursor) to the PRPM system. It covers the full implementation process across types, converters, schemas, CLI, webapp, and testing. Use this when you need to integrate a new AI format into PRPM following the established OpenCode integration pattern.
/plugin add https://github.com/pr-pm/prpm/tree/main/adding-new-ai-format
This skill integrates a Supabase backend into an existing UI that uses mock data. It handles database schema creation, authentication setup, Row Level Security (RLS), real-time subscriptions, and storage configuration. Use it to connect a functional frontend to a live, secure Supabase backend.
/plugin add https://github.com/wasintoh/toh-framework/tree/main/backend-engineer
This skill provides testing pyramid standards and best practices for systematic testing across unit, integration, system, and end-to-end levels. Use it when writing tests, discussing coverage, or defining test strategy to implement proper testing proportions and naming conventions. It offers quick reference guides and actionable standards for developers implementing a structured testing approach.
/plugin add https://github.com/AsiaOstrich/universal-dev-skills/tree/main/testing-guide
The requirement-assistant skill helps developers write clear requirements, user stories, and feature specifications. It provides structured guidance using formats like INVEST criteria for user stories. Use it when planning features, writing issues, or creating functional specifications.
/plugin add https://github.com/AsiaOstrich/universal-dev-skills/tree/main/requirement-assistant