Skill Detail
antropic_skill_build
antropic_skill_build defines the strict portability baseline used by this repository for standardized Anthropic-style skills. It exists to ensure that each skill remains a self-contained unit that can travel without hidden runtime imports from the host project.
| Depends on | gamp_specs, achilles_specs |
|---|---|
| Primary outputs | Portable skill folders containing local descriptors, references, assets, and helper modules. |
| Primary spec | DS009-antropic-skill-build.md |
Design Position
The repository adopts this skill to make portability a hard rule. Shared repository conventions still exist, but runtime behavior inside a skill folder must not depend on host-project source files unless that dependency is part of the agent runtime itself.
Current Repository Application
The recent removal of the repository-level src/ tree is an application of this rule. Example code that documents skill behavior now lives under the relevant skill folder, which matches the way downstream projects are expected to consume the skill set.