--- name: {{project_name}} description: {{description}} --- # {{project_name}} {{description}} ## What This Package Does This is a starter APM package that demonstrates how to create reusable agent primitives. ## Getting Started ```bash apm install your-org/{{project_name}} apm compile ``` ## Available Primitives - **Instructions**: Guardrails and standards in `.apm/instructions/` - **Prompts**: Executable workflows in `.apm/prompts/` - **Agents**: Specialized personas in `.apm/agents/` ## Included Workflows - `hello-world.prompt.md` - A simple hello world workflow - `feature-implementation.prompt.md` - A feature implementation workflow