getting-started · git:20260902.51907d6 · 2026-09-02 · sha256 593887ee533e99e7

getting-started git:20260902.51907d6A

Immutable. This exact content is served forever at /api/v1/blob/593887ee533e99e7.

---
name: getting-started
description: Explains what this plugin provides and how to extend it with new Skills.
---
# Getting started

## When to use

Use this Skill when someone asks what this plugin can do, or how to add a new
capability to it.

## What this plugin provides

This plugin currently ships one Skill — this one. It was scaffolded from the
`minimal` template of `create-agent-bundle`, which is the smallest complete
agent-bundle project: one config, one Skill, and a delivery gate.

## How to add a Skill

1. Create `src/skills/<skill-id>/SKILL.md` with `name` and `description`
   frontmatter. The `name` must match the directory name.
2. Add supporting material under `references/` (read-only context) and
   `assets/` (files the agent fills in or copies).
3. Leave `agent-bundle.config.ts` unchanged unless overriding the conventional
   Skill layout.
4. Run the project's `check` script: it validates the config, builds every
   host artifact, and runs the tests.

## Final report requirements

When answering with this Skill, name the Skills the plugin currently ships
and cite the exact files a new Skill needs.