
from gitagent-protocol2,723
Guides creation of agent.yaml, SOUL.md identity files, and a skill/tool directory structure for building configurable AI agents.
Provides step-by-step instructions and templates to create a new agent project: directory layout, agent.yaml schema, SOUL.md personality files, skill and tool placement, and runtime configuration. Includes examples for model configuration, runtime constraints, and validation commands so operators can bootstrap a production-ready agent.
Use this skill when you need to scaffold a new agent, standardize agent metadata, or onboard a repo of skills/tools. Ideal for authors creating agent packages, CI validation, or teams defining consistent agent policies.
gitagent validate -d).Works with agent runtimes and LLMs that follow the GitAgent standard (examples reference Claude-family and gitagent tooling).
Documentation-only skill that guides creation of agent.yaml, SOUL.md, and directory structures for gitagent protocol agents. No scripts to execute — pure reference/template content. Well-organized with clear YAML examples but lacks depth in SOUL.md and RULES.md guidance sections. Depends on gapman CLI for validation which limits out-of-box practicality.
Clean skill with no security concerns. Pure documentation — no executable code. Could benefit from actual template files or a scaffolding script to automate directory creation rather than manual mkdir steps.