create-reusable-skill

Generate minimal file structures and draft SKILL.md for reusable agent skills.

Updated Mar 19, 2026
One-click install
npx skills add https://github.com/LoogacyStudio/skills --skill create-reusable-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-reusable-skill
Source: https://github.com/LoogacyStudio/skills/tree/main/.agents/skills/create-reusable-skill
Command: npx skills add https://github.com/LoogacyStudio/skills --skill create-reusable-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps teams design and upgrade reusable agent skills by selecting the right pattern, scaffolding the minimal file structure, drafting SKILL.md, and validating the result before delivery. Use when building a new skill, improving a weak one, or scaffolding companion references and assets.

Core Features & Use Cases

  • Pattern selection: choose the simplest effective structure for a new or upgraded skill.
  • Structure generation: create the minimum viable file layout including SKILL.md.
  • Drafting & validation: produce the initial SKILL.md and verify the result before return.
  • Companion scaffolding: propose or generate references/assets as needed.

Quick Start

Describe the task, specify the trigger and outputs, then run this skill to scaffold the minimal structure and draft SKILL.md.

Frequently Asked Questions about create-reusable-skill

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

FAQPage Schema
How do I scaffold a reusable agent skill from scratch?

To scaffold a reusable agent skill, select an appropriate pattern, generate the minimal viable file structure, draft the SKILL.md file, and validate the result before returning it for use.

What is the best way to refactor a vague agent skill into a structured format?

Refactoring a vague agent skill involves selecting a simpler effective pattern, regenerating the minimal file layout, and redrafting the SKILL.md to ensure clarity and validated structure.

Can I generate companion references and assets alongside the main SKILL.md?

Yes, you can generate companion references and assets. The skill scaffolding process proposes or generates supplementary materials as needed to support the core SKILL.md draft.

How does pattern selection work when building a new skill?

Pattern selection works by evaluating the skill's purpose and choosing the simplest effective structure for the new or upgraded skill, ensuring the generated file layout remains minimal but usable.

Do I need to manually validate the generated SKILL.md and file structure?

No, manual validation is unnecessary. The skill generation process automatically verifies the drafted SKILL.md and the minimal project structure, validating the result before returning it.