scaffold-skill-stub

Generate structured SKILL.md stubs for custom PhantomOS extension workflows.

1|Updated Apr 20, 2026
One-click install
npx skills add https://github.com/Largo2z9/phantomos --skill scaffold-skill-stub
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: scaffold-skill-stub
Source: https://github.com/Largo2z9/phantomos/tree/main/.skills/skills/scaffold-skill-stub
Command: npx skills add https://github.com/Largo2z9/phantomos --skill scaffold-skill-stub

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill solves the challenge of creating correctly structured custom skill entry points by generating a ready-to-edit SKILL.md stub that follows PhantomOS conventions.

Core Features & Use Cases

  • Skill Stub Generation: Creates a populated SKILL.md skeleton with frontmatter, execution sections, permissions, and metadata for new custom skills.
  • Skill Type Configuration: Helps determine builder-compatible skill types, recommended models, permissions, and workflow expectations based on the intended function.
  • Use Case: When an operator builds a new extension that needs a custom skill, use this Skill to create the initial file structure before adding the implementation logic.

Quick Start

Ask the AI to scaffold a skill stub for a new custom extension that needs its own workflow.

Frequently Asked Questions about scaffold-skill-stub

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

FAQPage Schema
How do I generate a SKILL.md stub for a new custom extension workflow?▼

You scaffold a skill stub by requesting the generation of a structured SKILL.md file, which produces a ready-to-edit skeleton containing valid metadata, permissions, and workflow sections for your new extension.

What metadata is required when scaffolding skill foundations for PhantomOS?▼

Scaffolding skill foundations requires valid skill metadata, permissions, workflow sections, and output contracts, all configured to respect custom skill namespace rules within the PhantomOS extension environment.

How do I configure builder-compatible skill types for extension workflows?▼

You configure builder-compatible skill types by determining the intended function of your extension, which helps establish recommended models, permissions, and workflow expectations for the generated skill stub.

Can I use this scaffolding approach to create initial file structures before adding implementation logic?▼

Yes, you can use skill stub generation to create the initial file structure for your custom extension, providing a ready-to-edit foundation that you populate with implementation logic afterward.

When do I need to generate a structured SKILL.md skeleton for custom skills?▼

You need a structured SKILL.md skeleton when an operator builds a new extension requiring a custom skill, ensuring the entry point follows correct conventions before adding logic.