A comprehensive toolkit implementing the CONTEXT.md workflow system for managing human-authored context and agent-ready briefings, bridging natural expression and AI-optimized formats.
Add new contextual information to the repository's context pool
Split CONTEXT.md into organized chunks in context-data/ directory
Extract information from CLAUDE.md and incorporate into CONTEXT.md
Convert CONTEXT.md (human scratchpad) to CLAUDE.md (agent briefing)
Manually edit and synchronize CONTEXT.md and CLAUDE.md
Modifies files
Hook triggers on file write and edit operations
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
This Claude Code plugin is part of my public marketplace.
To install the marketplace:
/plugin marketplace add https://github.com/danielrosehill/Claude-Code-Plugins
Plugin Installation:
To install this plugin:
/plugin install context-toolkit@danielrosehill
A comprehensive Claude Code plugin that implements the CONTEXT.md workflow system for managing human-authored context and agent-ready briefings.
This plugin bridges the gap between how humans naturally express ideas and how AI agents optimally process information. Instead of forcing humans to write in "robot speak," it provides a workflow where you can:
The CONTEXT.md system recognizes that:
Two complementary files:
/plugin install danielrosehill/Claude-Code-Context-Toolkit
/plugin install /path/to/Claude-Code-Context-Toolkit
/context-to-claude - Convert CONTEXT.md to CLAUDE.md
/claude-to-context - Extract info from CLAUDE.md to CONTEXT.md
/add-to-context - Add new information to context pool
/remove-from-context - Remove outdated information
/manual-context-update - Guided manual editing workflow
/chunk-repo-context - Split CONTEXT.md into organized chunks
context-converter - Handles conversion between context formats
context-manager - Manages context file organization
context-file-detector (on_repo_open)
context-sync-reminder (on_file_write)
/context-to-claude to generate CLAUDE.md/add-to-context to integrate cleanlyWhen CONTEXT.md gets large:
/chunk-repo-contextyour-repo/
├── CONTEXT.md # Human-friendly context scratchpad
├── CLAUDE.md # Agent-ready briefing (auto-read by Claude Code)
└── context-data/ # Optional: chunked context (for large projects)
├── README.md # Index of context files
├── project-vision.md
├── requirements.md
└── technical-specs.md
npx claudepluginhub danielrosehill/context-toolkit-pluginPersistent context for AI coding assistants
対話コンテキストのexport/importスキル。会話で共有された目的・意図・設計判断・制約条件を .dev/contexts/ に書き出し、別セッションやレビューで読み込む。1対多のコンテキスト共有により、複数のsub PRをまとめたfeature PRのレビューやコードの自動改善に便利。
Folder structure + collaboration protocol so AI sessions can resume project context after compaction or window switch. One brain/ folder, 5 core files (PROJECT/MAP/STATUS/DECISIONS/HANDOFF), and a topic taxonomy.
Automatic context engineering — observes your coding sessions and generates rules, suggestions, skills, and hooks so Claude gets smarter on your codebase over time
Context management with save and restore capabilities
Automatically maintains CLAUDE.md files as codebases evolve using hooks, agents, and skills
Claude Code plugin for image editing, batch operations, format conversion, and filesystem organisation of image libraries — bucket by resolution, aspect ratio, orientation, format, EXIF capture time, camera, and dedupe duplicates / near-duplicates.
First-pass data analysis toolkit: correlations, PII flagging, anomalies, hypothesis tests, data dictionaries, and trend analysis on a dataset in a folder.
Manage a Proxmox VE host via SSH and the Proxmox API — guided first-run onboarding, VM/CT lifecycle, storage and ZFS inspection, log review, and update workflows. Per-host config is stored outside the plugin so the same install works across multiple Proxmox environments.
Claude Code plugin: ideation and planning workflow — capture, evaluate, rank, simulate, and plan ideas, with ideation/single-idea-eval/multi-idea-ranking/feature-ideas/simulation/idea-capture variants.
Personal budgeting workflow primitives — transaction logging, categorization, budget creation, spending analysis, goal tracking, and forecasting — plus a provisioning skill for a fresh budgeting workspace.