بنقرة واحدة
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.