Graft
Description
A hyperagent that automatically improves Claude Code by rewriting CLAUDE.md, rules, skills, and itself.
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
g r a f t
self-improving configuration for claude code
Claude Code is configured by hand. You write a `CLAUDE.md`. You add rules, skills, and agents. You correct the same behavior across sessions and projects, and nothing in the system registers the pattern. The configuration is always a snapshot of what you remembered to encode — never a reflection of what you actually need.
Graft ends this.
It constructs a hyperagent: a self-improving system that observes your Claude Code sessions, identifies what works and what fails, and rewrites your configuration accordingly. It operates between sessions. It requires no input from you. It improves its own capacity to improve.
From recursion, coherence. From coherence, command.
Install
One command. Requires `claude`, `gh`, `git`, `jq`.
bash <(curl -sL -H "Accept: application/vnd.github.raw" https://api.github.com/repos/bioneural/graft/contents/bootstrap.sh)
Or specify where to install (defaults to `~/hyperagent`):
bash <(curl -sL -H "Accept: application/vnd.github.raw" https://api.github.com/repos/bioneural/graft/contents/bootstrap.sh) ~/repos/hyperagent
**Note (macOS):** The install directory must not be under `~/Desktop`, `~/Documents`, or `~/Downloads`. These are TCC-protected directories that LaunchAgents cannot access. Use the default (`~/hyperagent`) or another path outside those directories.
This downloads the specification, delivers it to Claude Code, and Claude Code constructs a private `hyperagent` repo under your GitHub account. The install script configures hooks and starts the watcher as a system service. Restart Claude Code once. The system is operational.
Operation
You work. The hyperagent observes.
When a session goes idle for five minutes, the watcher triggers the meta agent. It reads the transcript. It scans recent transcripts for cross-session patterns. It decides whether intervention is warranted.
Most cycl
Related Skills
Awesome Go
A curated list of awesome Go frameworks, libraries and software
Development next.js
| The React Framework | 138360 | 1503 | 1 |
Development sharing-skills
skill for guidance.
Development root-cause-tracing
Use when errors occur deep in execution and you need to trace back to find the original trigger.
Development Template Skill
Minimal skeleton for a new skill project structure.
Development Third-party Notices
THE FOLLOWING SETS FORTH ATTRIBUTION NOTICES FOR THIRD PARTY SOFTWARE THAT MAY BE CONTAINED IN PORTIONS OF THI
Development