skill-creator

Creates SKILL.md files with frontmatter name and description for reusable workflows.

Updated Apr 19, 2026
One-click install
npx skills add https://github.com/KartikSharma4448/aegiscare --skill skill-creator-kartiksharma4448
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/KartikSharma4448/aegiscare/tree/main/frontend/.local/secondary_skills/skill-creator
Command: npx skills add https://github.com/KartikSharma4448/aegiscare --skill skill-creator-kartiksharma4448

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The SKILL creator helps teams capture intents and convert them into reusable AI skills that persist across sessions, reducing effort and promoting consistency.

Core Features & Use Cases

  • Capture Intent: Identify user goals and draft a clear, frontmatter-backed SKILL.md that describes the skill.
  • Structured Organization: Propose a minimal directory layout (scripts/, references/, assets/) to host deterministic tasks and on-demand resources.
  • Template-Driven: Provide a concise SKILL.md template and guidance for large skills with references.
  • Use Case Coverage: Enables creating skills for workflows, checklists, and domain-specific conventions to be reused in future tasks.

Quick Start

Create a new skill by drafting a SKILL.md with a clear name and description, then organize any supporting files in scripts/, references/, and assets/.

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 AI skills for future tasks?

To create reusable AI skills, author a SKILL.md file with frontmatter containing a name and description, then organize supporting materials into scripts/, references/, and assets/ directories. This structure captures task workflows so they persist across sessions and can be loaded on demand for future automation needs.

What is the best way to structure documentation for a complex AI workflow?

The best way to structure complex AI workflow documentation is maintaining a three-part SKILL.md structure: frontmatter for metadata, a body with actionable instructions under 500 lines, and separate directories like scripts/ and references/ for on-demand supporting materials and deterministic tasks.

Does the SKILL.md template support large skills with external references?

Yes, the SKILL.md template supports large skills by allowing you to organize external references into dedicated directories like references/ and assets/. These on-demand resources keep the main SKILL.md file concise while hosting supporting materials separately for complex automation workflows.

How do I validate frontmatter requirements for a SKILL.md file?

Validating frontmatter requirements involves ensuring your SKILL.md file includes a clear name and description in the frontmatter section, followed by a body with actionable instructions. The file must maintain the three-part structure and stay under 500 lines to function correctly as a reusable skill template.

Can I use directory organization to host deterministic tasks for AI skills?

Yes, you can use a minimal directory layout like scripts/, references/, and assets/ to host deterministic tasks and on-demand resources for AI skills. This structured organization ensures supporting files are loaded efficiently when the skill is executed during future automation workflows.

Why should I keep a SKILL.md file under 500 lines?

You should keep a SKILL.md file under 500 lines to maintain readability and ensure the skill loads efficiently. Large skills should leverage the references/ and assets/ directories for on-demand resources instead of bloating the main instruction file, preserving the clear three-part structure required for reusable automation templates.