$npx skillfedfor your agent

skill-developer

Skill Developer is a meta-skill for building new Claude Code skills from the ground up or converting existing scripts. It provides templates, step-by-step guidance for wrapping MCP pipelines, and configuration patterns to enable Claude's automatic skill discovery.

Skill Developer helps you create new Claude Code skills with templates and MCP pipeline integration.

AI-generated summary based on this skill's SKILL.md

3,875 298 MITupdated by parcadei

Decision gist · record as of 2026-01-26

Skill Developer helps you create new Claude Code skills with templates and MCP pipeline integration. Skill Developer is a meta-skill for building new Claude Code skills from the ground up or converting existing scripts. It provides templates, step-by-step guidance for wrapping MCP pipelines, and configuration patterns to enable Claude's automatic skill discovery.

manual: git clone https://github.com/parcadei/Continuous-Claude-v3 → cp -r Continuous-Claude-v3/.claude/skills/skill-developer ~/.claude/skills/skill-developer
.claude/skills/skill-developer/SKILL.md · version 5ec25478

Use it when

  • Skill Developer makes converting existing scripts straightforward.
  • Skill Developer teaches you the SKILL.md format, which is the standard structure for defining Claude Code skills.

Verify before relying

Read SKILL.md below before installing (1 file). Open directory: indexed for reading, not audited.

Same gist for agents: .md · .json

Install

parcadei/Continuous-Claude-v3/skill-developer · repository language: Python

Open directory. Skills are indexed for reading, not audited. Review a skill's body before installing it.

Frequently asked questions

AI-generated answers based on this skill's SKILL.md and metadata

How do I create a new Claude Code skill from scratch?

Skill Developer guides you through creating a Claude Code skill from the ground up. Start by defining your skill's purpose and inputs, then use the provided templates to structure your code. Skill Developer helps you format your skill according to SKILL.md standards, set up proper metadata, and configure triggers for Claude's automatic discovery system. The meta-skill walks you through each component needed for a functional, reusable skill.

How can I turn an existing script into a skill?

Skill Developer makes converting existing scripts straightforward. It helps you wrap your script logic into the skill framework, extract configurable parameters, and define clear inputs and outputs. The meta-skill provides templates showing how to adapt common script patterns into reusable skills, then guides you through testing and validation before deployment.

What is the SKILL.md format and how do I use it?

Skill Developer teaches you the SKILL.md format, which is the standard structure for defining Claude Code skills. It includes metadata (name, description, license), input/output schemas, trigger rules, and implementation code. Skill Developer provides format examples and validates your SKILL.md against best practices, ensuring your skill integrates seamlessly with Claude's skill discovery and execution pipeline.

How do I wrap MCP tools into a reusable skill pipeline?

Skill Developer supports wrapping MCP (Model Context Protocol) tools into skill pipelines. The meta-skill shows you how to compose multiple MCP tools, define data flow between them, and expose the pipeline as a single reusable skill. It handles configuration patterns, error handling, and integration points so your MCP pipeline works reliably within Claude's skill ecosystem.

What skill triggers and discovery rules should I set up?

Skill Developer helps you configure triggers that tell Claude when to invoke your skill automatically. You define discovery rules based on user intent, keywords, or context patterns. The meta-skill provides templates for common trigger scenarios and explains how to balance specificity with usability, ensuring your skill activates at the right moments without false positives.

Where can I find skill examples and templates?

Skill Developer includes a reference library of existing skill examples and templates covering common use cases. These templates demonstrate proper SKILL.md structure, input/output design, and best practices. You can clone templates, customize them for your needs, and use them as starting points for your own skill development workflow.

SKILL.md

Rendered from the published skill. Quoted content, verbatim.

Skill Developer

Meta-skill for creating new Claude Code skills, including skills that wrap MCP pipelines.

When to Use

  • "Create a skill for X"
  • "Help me make a new skill"
  • "Turn this script into a skill"
  • "How do I create a skill?"

Skill Structure

Skills live in .claude/skills/<skill-name>/:

.claude/skills/my-skill/
├── SKILL.md          # Required: Main skill definition
├── scripts/          # Optional: Supporting scripts
└── templates/        # Optional: Templates, examples
SKILL.md Format
---
name: skill-name
description: Brief description (shown in skill list)
allowed-tools: [Bash, Read, Write]  # Optional: restrict tools
---

# Skill Name

## When to Use
[When Claude should discover this skill]

## Instructions
[Step-by-step instructions for Claude to follow]

## Examples
[Usage examples]

Creating an MCP Pipeline Skill

To create a new MCP chain script and wrap it as a skill:

Step 1: Use the Template

Copy the multi-tool-pipeline template:

```bash cp

(truncated - see the full file via the links below)

File tree — 1 file
.claude/skills/skill-developer/SKILL.md

Let your AI agent find skills like this

Example. Real query, live index.

You found this page by searching. An agent finds it by wishing: SkillFed indexes 56,283 agent skills by what they can do, searchable in plain language.

wish › “Create a new Claude Code skill from scratch or existing script”

Give your agent the search over MCP, or paste the wish link into any chat. No install? Search from any chat →

Related skills

compound-learnings
by parcadei · parcadei/Continuous-Claude-v3

Extract patterns from recent sessions and convert them into persistent capabilities—rules for heuristics, skills for workflows, and hooks for automation. The skill guides you through gathering learnings, consolidating similar patterns, detecting meta-themes, and proposing artifacts with appropriate signal thresholds before creation.

MITfor claude-codeupdated Jan 2026
★ 3,875repo stars
Skill Developer
by silvainfm · silvainfm/claude-skills

Skill Developer is a comprehensive guide for creating and managing Claude Code skills with auto-activation. It covers skill structure, YAML frontmatter, trigger types, enforcement levels, hook mechanisms, and the 500-line rule. Use it when building new skills, modifying skill-rules.json, debugging activation issues, or implementing progressive disclosure patterns.

no license declared → metadata onlyupdated Jan 2026
★ 2repo stars
Util Resolve Serviceresult Errors
by dawiddutoit · dawiddutoit/custom-claude

Diagnose and resolve ServiceResult pattern mistakes that cause test failures and type errors. This skill fixes mock configuration problems (like returning dicts instead of ServiceResult objects), async/await pattern issues, and improper unwrap operations in Python service implementations.

no license declared → metadata onlyupdated Jan 2026
★ 1repo stars
wiring
by parcadei · parcadei/Continuous-Claude-v3

Wiring ensures your infrastructure components are reachable and actually execute when needed. It guides you through verifying entry points, tracing call paths from trigger to execution, testing end-to-end flows, and eliminating orphaned modules—preventing dead code and wasted effort.

MITfor claude-codeupdated Jan 2026
★ 3,875repo stars
Test Setup Async
by dawiddutoit · dawiddutoit/custom-claude

Test Setup Async provides patterns for testing Python async functions using pytest-asyncio, AsyncMock, and async fixtures. It covers fixture creation with cleanup, mocking async methods with side effects, testing async context managers, and verifying async calls with assertions.

no license declared → metadata onlyupdated Jan 2026
★ 1repo stars
Claude Agent Sdk
by rysweet · rysweet/amplihack

Claude Agent SDK is Anthropic's framework for building autonomous agents that iteratively use tools to complete tasks. It handles the agent loop, context management, and tool orchestration automatically, with support for custom tools, MCP servers, permissions, and lifecycle hooks. Available in Python and TypeScript.

no license declared → metadata onlyfor claude-codeupdated Jul 2026
★ 68repo stars

More skills Skill Generator (unlicensed) · Designing Workflow Skills (CC-BY-SA-4.0) · lab:autoresearch (MIT) · learn-craft (Apache-2.0) · skill-generator (MIT)

Tags
meta-skillskill-authoringmcp-integrationpipeline-wrapperdeveloper-toolskill-scaffoldingtemplate-drivenautomation-framework