en un clic
basic-functional-skill
Starter template for a functional agent skill.
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
Starter template for a functional agent skill.
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Basé sur la classification professionnelle 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.
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.