add-asset-type

Scaffold custom asset type specifications under meta/asset_types/.

16|8|Updated Apr 15, 2026
One-click install
npx skills add https://github.com/GliteTech/glite-arf --skill add-asset-type
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: add-asset-type
Source: https://github.com/GliteTech/glite-arf/tree/main/arf/skills/add-asset-type
Command: npx skills add https://github.com/GliteTech/glite-arf --skill add-asset-type

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Interactively scaffold a new asset type under meta/asset_types/, grounded in project/description.md. Creates a specification.md stub patterned on the built-in asset types. Use during project setup when a custom asset kind is needed; accept "none for now" to skip.

Core Features & Use Cases

  • Scaffolds a new asset type directory under meta/asset_types/<slug>/ and creates a specification.md stub that mirrors existing built-ins.
  • Seeds the asset-type workflow by outlining the required producer, verificator, and consumer roles, and the intended folder structure.
  • Use Case: A project needs a custom asset type like "report" or "experiment-log" beyond the six built-ins; this skill generates the initial spec so future /self-improvement steps can flesh out details.

Quick Start

Provide the asset type slug and let the skill generate meta/asset_types/<slug>/specification.md as a starting stub.

Frequently Asked Questions about add-asset-type

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

FAQPage Schema
How do I create a custom asset type specification for my project?▼

You can scaffold a custom asset type specification by providing a slug, which generates a markdown specification stub under meta/asset_types/ outlining producer, verificator, consumer roles, and folder structure.

When do I need to scaffold a new asset type beyond built-in options?▼

Scaffolding a new asset type is needed when your project requires custom asset kinds like reports or experiment-logs beyond the six built-in types, allowing you to seed the initial spec for future detailing.

What is included in the generated asset type specification markdown?▼

The generated markdown specification includes required sections for the asset's producer, verificator, and consumer roles, alongside the intended folder structure, serving as a starting stub.

Does scaffolding a new asset type generate code or executables?▼

Scaffolding a new asset type does not generate code or executables; it strictly outputs a markdown specification stub patterned on built-in asset types to define project structures.

Can I skip scaffolding custom asset types during project setup?▼

You can skip scaffolding custom asset types during project setup by accepting the none for now option, allowing you to proceed without generating a new asset type specification.