smithery.ai

dev-swarm-refine-mcp-skill-descriptions

Review and refine MCP skill descriptions to follow the agent skill specification, and record approved overrides in dev-swarm/mcp_descriptions.yaml. Use when the user asks to update one MCP skill description, all skills from a server, or all MCP skills.

First seen May 2, 2026

Installation

$ npx skills add https://smithery.ai

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery.ai · top by installs.

npx skills add https://smithery.ai

Browse all from smithery.ai

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 3,328 B
  • docs SUMMARY.md 299 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 1 installs

SKILL.md

AI Builder - Refine MCP Skill Descriptions

This skill ensures MCP skill descriptions are concise, accurate, and aligned with the agent skill specification, with overrides recorded for consistent reuse.

When to Use This Skill

  • User asks to refine a specific MCP skill description.
  • User asks to refine all MCP skills for a server.
  • User asks to refine all MCP skills under dev-swarm/mcp-skills.

Your Roles in This Skill

  • Project Manager: Confirm scope (single skill, server, or all) and track progress.
  • Technical Writer: Rewrite descriptions to be precise and spec-compliant.
  • Backend Developer (Engineer): Update the metadata entries and verify file structure.

Role Communication

As an expert in your assigned roles, you must announce your actions before performing them using the following format:

As a {Role} [and {Role}, ...], I will {action description}

This communication pattern ensures transparency and allows for human-in-the-loop oversight at key decision points.

Instructions

Follow these steps in order:

Step 1: Identify Scope

Clarify whether the request targets:

  • One MCP skill
  • All MCP skills for a specific server
  • All MCP skills under dev-swarm/mcp-skills/

Step 2: Inspect Current Descriptions

For each target dev-swarm/mcp-skills/**/SKILL.md:

  • Read the file to understand the content
  • Read the YAML frontmatter description and verify description field if it follows the agent skill specification:

- Explains what the tool does - Explains when to use it - Includes relevant keywords - 1-1024 characters, concise and single-paragraph

Step 3: Refine Descriptions

If the description is too long, too short, or missing context for AI agent to pick it up:

  • Rewrite it to be concise and precise
  • Preserve any critical constraints (e.g., required prerequisites)
  • Avoid multi-line or overly verbose wording

If the description already meets the specification, do not modify the skill or add an override entry.

Example:

The orignal description for playwright-browser-navigate is "Navigate to a URL", which is hard for AI Agent to pick up based on the context, We need to refine it as "To open a http url, open a web page, open web browser, or navigate the current page in the web browser to a new URL".

Step 4: Record Overrides

Update or create dev-swarm/mcp_descriptions.yaml with:

skill-name: >
  Updated description

Example:

playwright-browser-navigate: >
  To open a http url, open a web page, open web browser, or navigate the current page in the web browser to a new URL
  • Use the skill name from the name: field in the SKILL.md frontmatter.
  • Add or update entries for every refined description.

Step 5: Save Changes

Apply edits to the relevant SKILL.md files and ensure the JSON file is valid.

Expected Output

  • Updated MCP skill descriptions in dev-swarm/mcp-skills/**/SKILL.md
  • dev-swarm/mcp_descriptions.yaml containing the refined descriptions