skill-dev

Organize Claude Code skill lifecycle from creation to deployment.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/thomasttvo/claude-skills --skill skill-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-dev
Source: https://github.com/thomasttvo/claude-skills/tree/main/skills/skill-dev
Command: npx skills add https://github.com/thomasttvo/claude-skills --skill skill-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Creates, tests, and maintains Claude Code skills, streamlining development workflows for new and existing skills.

Core Features & Use Cases

  • Scaffold new skills in the repository, test locally, and ensure smooth syncing to Claude environments.
  • Provide guidance on syncing a skill from the repo to the local ~/.claude/skills and keeping SKILL.md frontmatter up to date.
  • Example: a developer adds a new skill and uses this process to deploy and validate it.

Quick Start

Create a new Claude Code skill in the repository and test it locally.

Frequently Asked Questions about skill-dev

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create and test Claude Code skills locally?

To create and test Claude Code skills, you scaffold new skills in a repository, test them locally, and sync them to the ~/.claude/skills directory using SKILL.md as the instruction set.

What frontmatter is required for Claude Code skill development?

Claude Code skill development enforces frontmatter requirements in SKILL.md files, specifically requiring the name and description fields to validate skill deployment and syncing.

How do I sync a skill from a repo to the local Claude environment?

To sync a skill from a repo to the local Claude environment, you deploy it to the ~/.claude/skills directory and ensure the SKILL.md frontmatter is kept up to date for smooth integration.

Can I include additional scripts and assets in Claude Code skills?

Yes, Claude Code skills support optional scripts, references, or assets alongside the core SKILL.md instruction set to organize the lifecycle of skill creation and deployment.

What is the best way to manage the lifecycle of Claude Code skills?

The best way to manage Claude Code skill lifecycles is to organize the process from creation to deployment, covering local development, repo-based syncing, and testing of new or updated skills.

Why does my Claude Code skill deployment fail during repo syncing?

Claude Code skill deployment fails during repo syncing if the SKILL.md file lacks the required frontmatter fields, specifically the mandatory name and description metadata.