DSH Plugin Store
Back to home

sakikoTGW

pack-agent

Agent Modpack — 像装 MC 整合包一样,装你的 agent。

Stars
2
Language
TypeScript
Created
Jun 24, 2026
Updated
Aug 14, 2026
Other
GitHub repo

Introduction

Agent Modpack

awesome · DSH plugin

English | 中文

Manage DeepSeek Harness config like a Minecraft modpack. Agent Modpack (packagent) packs skills, rules, and MCP into a .pack.zip and installs them into Claude Code, Codex, Cursor, and other harnesses. Uninstall uses the install ledger.

Requires Bun ≥ 1.1. npm: @sakikotgw/pack-agent.

DeepSeek Harness uses a separate package: @sakikotgw/pack-agent-dsh. See dsh-plugin/README.md.

Install

From npm

npm install @sakikotgw/pack-agent
packagent detect

One-off:

npx --yes -p @sakikotgw/pack-agent packagent install foo.pack.json

On Windows, npx --package @sakikotgw/pack-agent -- pack-agent fails. The bin name is packagent.

Use

packagent agents init
packagent export --agent <id>
packagent install .agent-pack/exports/<id>.pack.json --runtime claude-code
packagent eject --name <id>

--runtime installs to one harness. Without it, install targets every harness listed under Will install to in packagent detect. Install writes the current project only. Pass --global-config to write user-global harness config.

MCP

{
  "mcpServers": {
    "agent-pack": {
      "command": "bun",
      "args": ["node_modules/@sakikotgw/pack-agent/mcp/server.ts"],
      "env": { "AGENT_PACK_CWD": "." }
    }
  }
}

Supported harnesses

idskillsrulesMCP
claude-code.claude/skillsCLAUDE.md.mcp.json
codex.agents/skillsAGENTS.md.codex/config.toml
opencode.opencode/skillsAGENTS.mdopencode.json
openclawskills.load.extraDirsAGENTS.mdconfig/mcporter.json
hermesexternal_dirsAGENTS.md~/.hermes/config.yaml
gemini-cli.gemini/skillsGEMINI.md.gemini/settings.json
windsurf.windsurf/skills.windsurf/mcp_config.json
github-copilot.github/copilot-instructions.md.vscode/mcp.json

Run from source

git clone https://github.com/sakikoTGW/pack-agent.git
cd pack-agent
bun install

License

MIT