Skill2.9k estrellas del repoactualizado yesterday
{{project_name}}
# ClaudeWave: {{project_name}} This Claude Code skill provides a starter APM (Agent Process Management) package from the Microsoft APM repository that demonstrates how to create and organize reusable agent primitives. Use it as a foundational template when building modular agent workflows that require structured instructions, executable prompts, and specialized agent personas for feature implementation and other development tasks.
Instalar en Claude Code
Copiargit clone --depth 1 https://github.com/microsoft/apm /tmp/-project_name- && cp -r /tmp/-project_name-/templates/hello-world ~/.claude/skills/-project_name-Después abre una sesión nueva de Claude Code; el skill carga automáticamente.
Definición
SKILL.md
# {{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