Basic Functional Skill

Starter template for a functional agent skill.

AGI-comming Updated

File contents

basic-functional-skill

Goal

Describe the workflow this skill is responsible for.

Principles

  • SKILL.md only handles orchestration.
  • functions/*.md defines local function contracts.
  • references/*.md defines shared rules and terminology.
  • scripts/*.mjs carries deterministic helper logic.
  • Tests and traces support controllable iteration.

References

Resource Load Timing Purpose
shared_glossary On demand Shared terminology and stable field semantics.

External Inputs

Field Source Description
input user Replace with concrete workflow input.

Execution Pipeline

Step Function Purpose Input Output
1 example_function Replace with a real function. input output

Output Scope

Describe what files, data, or artifacts this skill may create or modify.

AGI-comming/functional-skill-creator/tree/main/templates/basic-skill commit 471797f8f6

Frequently asked questions

npx skillmds@latest add agi-comming/basic-functional-skill