con un clic
basic-functional-skill
Starter template for a functional agent skill.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Starter template for a functional agent skill.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Create, maintain, or migrate functional skills; supports creating from a requirement brief and migrating an existing legacy skill directory into a functional skill structure.
Migrate lane for fskill-creator; analyzes a legacy skill directory into behavior map, function split proposal, and source evidence.
Convert meeting notes into owners, action items, decisions, and follow-up messages.
Create lane for fskill-creator; normalizes user briefs into create_context for the main skill to generate functional skills.
Basado en la clasificación ocupacional SOC
| name | basic-functional-skill |
| description | Starter template for a functional agent skill. |
Describe the workflow this skill is responsible for.
SKILL.md only handles orchestration.functions/*.md defines local function contracts.references/*.md defines shared rules and terminology.scripts/*.mjs carries deterministic helper logic.| Resource | Load Timing | Purpose |
|---|---|---|
shared_glossary | On demand | Shared terminology and stable field semantics. |
| Field | Source | Description |
|---|---|---|
input | user | Replace with concrete workflow input. |
| Step | Function | Purpose | Input | Output |
|---|---|---|---|---|
| 1 | example_function | Replace with a real function. | input | output |
Describe what files, data, or artifacts this skill may create or modify.