# Init

> APM skill resolution. Defines how @skill references resolve to installed SKILL.md files.

- Skill: `orthogonalhq/init` (Agent Skill)
- Install (CLI): `npx skillmds@latest add orthogonalhq/init`
- Raw SKILL.md: https://api.skillmd.com/api/skills/orthogonalhq/init/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: orthogonalhq (https://skillmd.com/u/orthogonalhq)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/orthogonalhq/init

---


## Skill resolution

`@skill:<scope>/<name>` resolves to `.skills/<scope>/<name>/SKILL.md`.
Read and follow the skill's instructions when relevant to the current task.
If the file does not exist, continue without it.

## Skills

| When | Load |
|------|------|
| Find, discover, or browse skills | `@skill:apm/search` |
| Install, add, or set up a skill | `@skill:apm/install` |
| Uninstall, remove, or delete a skill | `@skill:apm/uninstall` |

