---
name: APM Starter
slug: apm-starter
category: AI Engineering
description: APM Starter is a starter package for Agent Package Manager that demonstrates how to create reusable agent primitives like instructions, prompts, and agents. Use it to bootstrap new APM packages or learn the structure.
github: "https://github.com/microsoft/apm/tree/main/templates/hello-world"
language: Python
stars: 3544
forks: 324
install: "npx degit https://github.com/microsoft/apm/tree/main/templates/hello-world ~/.claude/skills/hello-world"
installs_to: ~/.claude/skills/hello-world
source_path: templates/hello-world/SKILL.md
collection_size: 21
category_size: 2451
collection_url: "https://dirskills.com/collections/microsoft/apm"
added: 2026-08-16T07:02:22.521Z
last_synced: 2026-08-16T07:02:22.521Z
canonical_url: "https://dirskills.com/skills/apm-starter"
---

# APM Starter

APM Starter is a starter package for Agent Package Manager that demonstrates how to create reusable agent primitives like instructions, prompts, and agents. Use it to bootstrap new APM packages or learn the structure.

**Install:**

```bash
npx degit https://github.com/microsoft/apm/tree/main/templates/hello-world ~/.claude/skills/hello-world
```

## README

# {{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
