with one click
basic-functional-skill
Starter template for a functional agent skill.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Starter template for a functional agent skill.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
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.
| 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.