skill-creator

Evaluate skill creation, modification, and validation requests for Deepagents CLI workflows.

27.5k|3.8k|Updated Jul 27, 2025
One-click install
npx skills add https://github.com/langchain-ai/deepagents --skill skill-creator-langchain-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/langchain-ai/deepagents/tree/main/libs/deepagents-cli/examples/skills/skill-creator
Command: npx skills add https://github.com/langchain-ai/deepagents --skill skill-creator-langchain-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires yaml, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill helps you design, scaffold, and validate new Claude Skills, reducing guesswork and accelerating onboarding for new domains or tool integrations.

Core Features & Use Cases

  • Guided skill creation: Step-by-step templates for new skills and recommended patterns.
  • Resource scaffolding: Pre-built scripts, references, and assets to bootstrap a skill.
  • Use Case: You want to create a new "image-processing" skill; this tool provides the skeleton, sample resources, and frontmatter validation to speed up delivery.

Quick Start

Run the Skill Initializer to generate a new skill directory, customize SKILL.md and resources: python3 libs/deepagents-cli/examples/skills/skill-creator/scripts/init_skill.py my-new-skill --path ~/.deepagents/agent/skills

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I scaffold a new Claude Skill from a template?

Scaffolding a new Claude Skill involves running the Skill Initializer script with your desired skill name and target path. The tool generates a complete skill directory structure with pre-built templates, sample resources, and frontmatter validation, accelerating onboarding and ensuring compliance with naming conventions and metadata requirements.

What structure and metadata does a Claude Skill require?

A Claude Skill requires proper frontmatter integrity, allowed properties, naming conventions, and concise descriptions enforced by validation. Skills contain scripts, references, and assets components organized in a standardized directory format compatible with the Deepagents CLI workflow for both new skill creation and existing skill updates.

Can I validate my skill structure before deploying?

Yes, the Skill Creator validates skill structure and metadata automatically, checking frontmatter integrity, allowed properties, naming conventions, and description constraints. This applicability decision catches structural issues early and ensures your skill meets functional criteria before integration into the Deepagents CLI workflow.

How do I update an existing skill using templates?

The Skill Creator supports modifying existing skills by applying recommended patterns and resource scaffolding. It guides you through updating skill structure while maintaining frontmatter compliance and enforcing functional criteria, reducing manual validation work and preventing regressions.

What automation benefits does skill scaffolding provide?

Skill scaffolding eliminates manual setup by providing pre-built scripts, references, and assets tailored to your domain. This accelerates CLI automation workflows, reduces boilerplate creation overhead, and ensures consistent skill architecture across new tool integrations and domain extensions.