원클릭으로
basic-functional-skill
Starter template for a functional agent skill.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Starter template for a functional agent skill.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
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.