Personal repository for agent-oriented configuration.
skills/— Agent Skills (skills/<name>/SKILL.md).- Rules — APM instruction primitives under
.apm/instructions/. Onapm install takak2166/agent, they deploy to.claude/rules/,.cursor/rules/, etc. (with.claude//.cursor/present or an explicittarget). See IDE & Tool Integration.
apm.yml
.apm/instructions/*.instructions.md
skills/<skill-name>/SKILL.md
In a consumer repo with apm.yml at its root:
apm install takak2166/agent/skills/draft-prOr list skills under dependencies.apm and run apm install.
apm.yml example (one skill):
name: my-project
version: 1.0.0
dependencies:
apm:
- takak2166/agent/skills/draft-prAll skills: apm.yml.example.
Rules ship as this repo’s APM package (root apm.yml + .apm/instructions/). Install the repo root, not a skills/… path:
apm install takak2166/agentUser-wide (e.g. under ~/.claude/): apm install -g takak2166/agent — installs into APM’s user-level targets instead of the current project. See Global user-scope installation.
Add to your consumer apm.yml:
dependencies:
apm:
- takak2166/agentEnsure the runtimes you use exist (e.g. mkdir -p .claude .cursor) or use apm install --target claude / target: in apm.yml so APM creates them—same behavior as other APM packages. See apm.yml.example (includes takak2166/agent alongside skills).