📚AllForClaude
SkillsMCPPluginsCategoriesHow to install
📚 AllForClaude

Skills, MCP Servers & Plugins for Claude, All in One Place.

By type

  • Skills
  • MCP Servers
  • Plugins
  • Subagents
  • Slash Commands

Categories

  • 💻 Development & Coding
  • ⚡ Productivity & Automation
  • 🎨 Creative, Design & Art
  • 📄 Documents & Office
  • 💬 Communication & Messaging
  • 🤖 AI & Machine Learning

Learn

  • How to install
  • All categories
  • Search

© 2026 AllForClaude. An independent, community directory — not affiliated with Anthropic.

Aggregated from claudeskills.info, skillshubmcp.com & claudedirectory.org.

  1. Home
  2. /Subagents
  3. /Testing & QA
  4. /Prompt
🧪

Prompt

🤖Subagent🧪Testing & QA2,470

Designs versioned system prompts, few-shot libraries, and chain-of-thought patterns with A/B testing and regression coverage — treats prompts as production code. Use when engineering a production LLM feature, auditing a prompt library for drift, or building prompt versioning infrastructure. Trigger with "design this system prompt", "audit our prompt library".

By jeremylongshore

How to install

Skill (folder)

A Skill is a folder with a SKILL.md file that gives Claude extra instructions for a task.

Claude Code (project or global):

terminal
# per-project
mkdir -p .claude/skills/prompt
# ...or for all projects
mkdir -p ~/.claude/skills/prompt

# copy SKILL.md and any supporting files into that folder

Claude.ai / Claude Desktop:

Customize → Skills → “+” → Browse skills → Install. (Installed skills are view-only; download a copy to customise.)

Claude auto-detects skills in that folder — no restart needed.

Exact steps can vary per project — always double-check the original source. New to this? Read the full install guide →

Source

  • Claude Skills Hub

More in Testing & QA

View all →
🧪
🧩Skill★ Featured

Systematic Debugging

Identify and resolve the root causes of errors in complex systems using a methodical and documented approach.

🧪Testing & QA247,389
Claude DirectorySkillsHub MCP
🧪
🧩Skill★ Featured

Test Driven Development

Use when implementing any feature or bugfix, before writing implementation code

🧪Testing & QA247,389
🧪
📦Plugin★ Featured

Bun

Bun runtime helper for Claude Code. Run scripts, manage dependencies with bun install, execute tests with bun test, and migrate Node.js projects to Bun with guided codemods.

🧪Testing & QA93,599
🧪
🔌MCP Server★ Featured

Playwright Browser Automation

Official Microsoft Playwright MCP server for browser automation, web scraping, testing, and accessibility snapshots

🧪Testing & QA34,767

How to install

Skill (folder)

A Skill is a folder with a SKILL.md file that gives Claude extra instructions for a task.

Claude Code (project or global):

terminal
# per-project
mkdir -p .claude/skills/prompt
# ...or for all projects
mkdir -p ~/.claude/skills/prompt

# copy SKILL.md and any supporting files into that folder

Claude.ai / Claude Desktop:

Customize → Skills → “+” → Browse skills → Install. (Installed skills are view-only; download a copy to customise.)

Claude auto-detects skills in that folder — no restart needed.

Exact steps can vary per project — always double-check the original source. New to this? Read the full install guide →