Skip to content

takak2166/agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

agent

Personal repository for agent-oriented configuration.

  • skills/Agent Skills (skills/<name>/SKILL.md).
  • Rules — APM instruction primitives under .apm/instructions/. On apm install takak2166/agent, they deploy to .claude/rules/, .cursor/rules/, etc. (with .claude/ / .cursor/ present or an explicit target). See IDE & Tool Integration.

Repository layout

apm.yml
.apm/instructions/*.instructions.md
skills/<skill-name>/SKILL.md

Install skills (APM)

In a consumer repo with apm.yml at its root:

apm install takak2166/agent/skills/draft-pr

Or 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-pr

All skills: apm.yml.example.

Install rules (APM)

Rules ship as this repo’s APM package (root apm.yml + .apm/instructions/). Install the repo root, not a skills/… path:

apm install takak2166/agent

User-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/agent

Ensure 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).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors