skill-creator

Create and validate reusable Skill Units for LangChain agents.

Updated Mar 18, 2026
One-click install
npx skills add https://github.com/coinvest518/deepagents-LANGCLAW --skill skill-creator-coinvest518
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/coinvest518/deepagents-LANGCLAW/tree/main/libs/cli/examples/skills/skill-creator
Command: npx skills add https://github.com/coinvest518/deepagents-LANGCLAW --skill skill-creator-coinvest518

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires PyYAML, and includes scripts (resource) components.

What problem does it solve?

Helps teams design, validate, and bootstrap reusable Skill Units for LangChain agents.

Core Features & Use Cases

  • Provides a clear structure for SKILL.md with required frontmatter (name and description) and a concise body.
  • Supplies templates and example resources (scripts, references, assets) to accelerate skill creation and iteration.
  • Includes lightweight validation and tooling guidance to ensure consistency and discoverability across projects.

Quick Start

Use the Skill Creator to scaffold a new skill and customize its SKILL.md.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create reusable skill units for LangChain agents?

LangChain agent skills are reusable instruction units defined by a SKILL.md file with required frontmatter metadata. They provide structured guidance and bundled resources like scripts to help agents execute specific workflow patterns consistently.

What's the best way to structure a SKILL.md file for agent skills?

Structuring a SKILL.md file requires adding frontmatter with name and description fields, followed by a concise instructional body. This format ensures the skill is properly validated and discoverable by LangChain agents.

Do I need PyYAML to validate skill frontmatter metadata?

Yes, PyYAML is required to validate skill frontmatter metadata. It parses the YAML structure within SKILL.md files to ensure name and description fields are correctly formatted for LangChain agent discoverability.

How do I bootstrap and validate templates for agent skill design?

Bootstrap and validate agent skill templates by using the Skill Creator to scaffold a new unit, customize the provided example resources, and run lightweight validation tooling to ensure consistency across development and deployment workflows.

Can I bundle scripts and references when creating LangChain agent skills?

Yes, you can bundle scripts and references when creating LangChain agent skills. The Skill Creator supplies templates for example resources and assets to accelerate skill creation and ensure all bundled components are properly structured.