@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-kitor.shared-agent-kitconfig folders are required.
Tool Path Mapping
codex->AGENTS.mdclaude->CLAUDE.mdcursor->.cursor/rules/00-shared-agent.mdcopencode->.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,opencodeCheck
npx @weihung1017/shared-agent-kit agent-kit check --repo . --source claude --targets codex,cursor,opencodeWindows 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.