skill-creator

Create modular skills with SKILL.md frontmatter and starter resource directories.

101|14|Updated Jan 27, 2026
One-click install
npx skills add https://github.com/Lubu-Labs/langchain-agent-skills --skill skill-creator-lubu-labs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/Lubu-Labs/langchain-agent-skills/tree/main/skills/skill-creator
Command: npx skills add https://github.com/Lubu-Labs/langchain-agent-skills --skill skill-creator-lubu-labs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Skill creation tasks require structured guidance and reusable templates to accelerate deploying new capabilities.

Core Features & Use Cases

  • Structured Skill Templates: Provides SKILL.md scaffolding, starter resource boilerplates (scripts, references, assets) and starter examples.
  • Guided Design Patterns: Includes structuring guidance and workflow references to encourage best practices.
  • Rapid Onboarding: Enables teams to scaffold and validate new skills quickly for production use.

Quick Start

Run the included init script to generate a new skill scaffold and then customize SKILL.md and bundled resources.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create a new skill from scratch using templates?

To create a new skill, run the included init script to automatically generate a scaffold with a standard SKILL.md frontmatter and starter resource directories for scripts, references, and assets.

What is a modular self-contained skill structure?

A modular self-contained skill structure uses a standard SKILL.md frontmatter and separate resource directories to encapsulate scripts, references, and assets, enabling consistent discovery and packaging within a repository.

How do I bootstrap a skill for production use quickly?

Bootstrap a skill for production use quickly by leveraging the provided scaffolding templates and guided design patterns to validate your SKILL.md and bundled resources against best practices.

Does this skill scaffolding workflow require any external dependencies?

No external dependencies are required to use this skill scaffolding workflow; it operates independently to generate modular skill structures and provide structuring guidance.

What's the best way to package skills in a repository?

The best way to package skills is by using the standard SKILL.md metadata and structured workflow provided, which ensures consistent discovery, validation, and packaging for skills across your repository.

When should I not use a scaffolded skill template?

You should avoid using scaffolded skill templates if your project requires a highly custom architecture that cannot conform to the standard SKILL.md frontmatter or the predefined scripts, references, and assets directory structure.