skill-creator

Convert workflows into reusable SKILL.md files with frontmatter and instructions.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/laik184/BACKEND-X-AGENT --skill skill-creator-laik184
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/laik184/BACKEND-X-AGENT/tree/main/.local/secondary_skills/skill-creator
Command: npx skills add https://github.com/laik184/BACKEND-X-AGENT --skill skill-creator-laik184

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Streamlines the creation of reusable agent skills by turning workflows into a portable SKILL.md entry that can be versioned and shared.

Core Features & Use Cases

  • Captures user intents and workflows to seed new skills and ensure consistency across sessions.
  • Guides naming, frontmatter metadata, and folder structure to produce valid, discoverable skills.
  • Supports optional resources (scripts, references, assets) to enrich complex skills for future reuse.

Quick Start

Create a new skill by drafting a SKILL.md with a descriptive frontmatter and concise body, then place it under the skill directory.

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 agent skills that persist across sessions?▼

You create reusable skills by converting task workflows into a SKILL.md file with required frontmatter metadata, then placing it under the skill directory to ensure consistent execution across future agent sessions.

What frontmatter is required when generating a markdown skill file?▼

Required frontmatter for a markdown skill file includes name and description fields, which ensure the skill is valid, discoverable, and properly structured for future agent execution.

Can I include scripts and references when building complex automation workflows?▼

Yes, you can attach optional scripts, references, and assets to enrich complex automation workflows, provided the core SKILL.md instruction file remains under 500 lines.

What is the maximum line limit for a SKILL.md file?▼

The maximum limit for a SKILL.md file is 500 lines, ensuring the core instructions remain concise while larger skill resources can be offloaded to optional scripts and asset files.

How do I capture naming conventions and decision logic for future agents?▼

You capture naming conventions and decision logic by documenting task-specific procedures into a portable SKILL.md entry, which can then be versioned and shared across future agent sessions.