Agent Plugins Marketplace
← All plugins

graft

v0.19.0

A code map of the colony's repository (graft by Nanonets): ranked answers with exact file:line, every caller of a symbol, a file's API — before grepping and reading.

Claude Code1 Skill

License: MIT2 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 26, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →

Install graft for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install graft@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/Colonizer-dev/harness

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is scripts/graft-bundle/plugin/.

Plugin files

scripts/graft-bundle/plugin/
├── .claude-plugin/plugin.json
└── skills/graft/SKILL.md

Included Skills1

graftskills/graft/SKILL.md

Find, understand and scope changes in this repository through its code map before grepping or reading files. Use for "where is X", "how does Y work", "who calls Z", "what does this change break", or any refactor that touches more than one file.

Plugin manifests1

scripts/graft-bundle/plugin/.claude-plugin/plugin.json
{
  "name": "graft",
  "version": "0.19.0",
  "description": "A code map of the colony's repository (graft by Nanonets): ranked answers with exact file:line, every caller of a symbol, a file's API — before grepping and reading.",
  "license": "MIT",
  "skills": [
    "graft"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[graft on Agent Plugins Marketplace](https://pluginsmp.com/plugins/graft)