Nodus
Description
Install skills, agents, rules, and commands from GitHub or a local path, lock the exact version, and write the runtime files your repo actually uses.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Nodus
Add agent packages to your repo with one command.
Nodus installs agent packages from GitHub, Git URLs, or local paths, locks the exact revision, and writes only the adapter runtime files your repo actually uses.
English • 简体中文
Install • For AI Assistants • Quick Start • CLI Help • Learn More • Contributing
What Is Nodus?
Nodus is a package manager for repo-scoped agent tooling.
If a package publishes content such as `skills/`, `agents/`, `rules/`, or `commands/`, Nodus can:
- add it from GitHub, Git, or a local path
- record what you asked for in
nodus.toml - lock the exact resolved revision in
nodus.lock - write managed files into adapter roots such as
.codex/,.claude/,.cursor/,.github/,.agents/, or.opencode/ - keep generated Claude plugin marketplaces under
.nodus/and virtual package payloads under.nodus/packages/ - compose managed MCP server config for supported runtimes, including
.mcp.json,.codex/config.toml, andopencode.json - prune stale generated files without touching unmanaged ones
For most teams, the normal flow is:
nodus add --adapter
nodus doctor
Install
Install from crates.io:
cargo install nodus
Building from source requires Rust 1.88.0 or newer.
Install the latest prebuilt binary on macOS or Linux:
curl -fsSL https://nodus.elata.ai/install.sh | bash
Install with Homebrew:
brew install nodus-rs/nodus/nodus
Install the latest prebuilt binary on Windows with PowerShell:
irm ht
Related Skills
Epic Sync
Sync epic issue bodies, labels, and local coordination snapshots from GitHub.
Git 使用 Git Worktrees
创建孤立的 Git worktrees,带有智能目录选择与安全验证。
Git Claude skills github
[Building agent skills blog](https://www.anthropic.com/engineering/equipping-agents-for-the-real-world-with-ag
Git #148
, [#161](https://github.com/affaan-m/everything-claude-code/pull/161))
Git GitHub MCP
| Token | Repos, issues, PRs, workflows |
Git GitHub MCP Server
Official first-party server to read repos, manage issues/PRs, and automate workflows.
Git