Шаблоны и примеры скиллов для Claude Code

★ 7.7 · vibe-coding

Continuous-Claude-v3 is a Claude Code skill that demonstrates proper Skills integration with MCP workflow automation and provides ready-to-use templates for building custom skills. The repository ships with two built-in examples: simple-fetch, illustrating a single-tool pattern, and multi-tool-pipeline, showing sequential multi-tool chaining. Each skill consists of a SKILL.md file with YAML frontmatter and a workflow.py Python script with an argparse CLI that Claude discovers and executes automatically from the .claude/skills/ directory. Validation rules enforce lowercase names, non-empty descriptions, and no XML tags or reserved words. It is aimed at developers who want a reference implementation for reproducible MCP workflows or a structured starting point for authoring their own Claude Code skills.