@weihung1017/shared-agent-kit

v0.1.3

Published

A minimal toolkit to share agent entrypoints and skills across coding assistants

Readme

shared-agent-kit

A tiny CLI that maps one tool entry file to other tool entry files via symbolic links.

Behavior

  • Pick one source tool entry file.
  • Create symlinks from target tool paths to that source file.
  • No bridge content files.
  • No .agent-kit or .shared-agent-kit config folders are required.

Tool Path Mapping

  • codex -> AGENTS.md
  • claude -> CLAUDE.md
  • cursor -> .cursor/rules/00-shared-agent.mdc
  • opencode -> .opencode/AGENTS.md

Usage

# Source: CLAUDE.md
# Targets: AGENTS.md, Cursor rule, OpenCode AGENTS
npx @weihung1017/shared-agent-kit agent-kit link --repo . --source claude --targets codex,cursor,opencode

Check

npx @weihung1017/shared-agent-kit agent-kit check --repo . --source claude --targets codex,cursor,opencode

Windows Note

Creating symlinks on Windows may require one of these:

  • Enable Developer Mode
  • Run terminal as Administrator

If symlink creation fails, the CLI returns a direct error message.