Agent Plugins Marketplace
All plugins

chamnan

v1.7.2

Makes a repository know itself and preserve the engineering context built while you work with it, so an agent stops rediscovering both. An architecture index and an impact map instead of scanning files; work state, session records and the decisions behind them instead of losing context between sessions; the procedures, tools and workflows you keep re-deriving. Everything is repository-local markdown, committed beside the code. For long-lived repos you revisit, not one-off scripts.

Claude Code8 Skills

By ArcticFox2029License: MIT4 GitHub starsUpdated 3 hours ago

Directory evidence

Runtimes
Claude Code
Parsed components
8 skill or MCP entries
Source updated
Aug 28, 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 plugin

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install chamnan@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/ArcticFox2029/chamnan

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

Plugin files

chamnan/
├── .claude-plugin/plugin.json
├── skills/bootstrap/SKILL.md
├── skills/capture/SKILL.md
├── skills/milestone/SKILL.md
├── skills/promote/SKILL.md
├── skills/remap/SKILL.md
├── skills/remember/SKILL.md
├── skills/report/SKILL.md
└── skills/resume/SKILL.md

Included Skills8

bootstrapskills/bootstrap/SKILL.md

Set up chamnan in this repository for the first time — build the architecture index, measure how well the code describes itself, fill in missing file comments, and record a baseline. Run once per repo.

captureskills/capture/SKILL.md

Write down a procedure worth keeping — a multi-step process, a trap that cost real time, or something that has now come up three times. Use it the moment you finish such a task, while the details are still exact.

milestoneskills/milestone/SKILL.md

Record a change that reshaped the repository — what moved, why it was worth doing, and which areas it touched. Use after a migration, a rewrite, or a decision that changed how part of the system works.

promoteskills/promote/SKILL.md

Turn a scratch script into a permanent tool this repo keeps. Use when a check, report, or analysis has proved worth running more than once.

remapskills/remap/SKILL.md

Rebuild the architecture index after files were added, removed, renamed, or restructured. Cheap to run; run it whenever the shape of the repo changed rather than waiting to be asked.

rememberskills/remember/SKILL.md

Record why something is the way it is — a decision and its reasoning, a lesson that cost time, or a standing constraint. Use when the reasoning behind a choice would be expensive to reconstruct later.

reportskills/report/SKILL.md

Show what this workspace has actually done to context cost in this repo — weekly context-per-turn, before and after. Use when the user asks whether chamnan is worth keeping.

resumeskills/resume/SKILL.md

Write down where this stretch of work stopped, so the next session continues instead of restarting. Use at the end of a working session, or when handing the repository to someone else.

Plugin manifests1

.claude-plugin/plugin.json
{
  "name": "chamnan",
  "description": "Makes a repository know itself and preserve the engineering context built while you work with it, so an agent stops rediscovering both. An architecture index and an impact map instead of scanning files; work state, session records and the decisions behind them instead of losing context between sessions; the procedures, tools and workflows you keep re-deriving. Everything is repository-local markdown, committed beside the code. For long-lived repos you revisit, not one-off scripts.",
  "version": "1.7.2",
  "author": {
    "name": "ArcticFox2029"
  },
  "homepage": "https://github.com/ArcticFox2029/chamnan",
  "repository": "https://github.com/ArcticFox2029/chamnan",
  "license": "MIT",
  "keywords": [
    "context",
    "architecture",
    "codebase-map",
    "long-lived-projects",
    "state",
    "skills",
    "continuity",
    "repository-knowledge",
    "memory",
    "impact-map",
    "developer-workflow"
  ]
}

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

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