system-guide
v1.0.1Optional source-backed maps and owner-approved explanations of a project's existing system, with safe refresh and focused startup guidance.
By Mike Rihm0 GitHub starsUpdated yesterday
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 23, 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 system-guide for Codex and Claude Code
codex plugin marketplace add Mar5929/claude-toolkit
codex plugin marketplace upgrade claude-toolkit
codex plugin add system-guide@claude-toolkitPaste and run these commands in a terminal with Codex. They add and refresh the claude-toolkit catalog, then install this plugin.
Compatibility: the page URL and API slug “system-guide” remain stable.
- Codex:
system-guide@agent-plugin-marketplace→system-guide@claude-toolkit
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/Mar5929/claude-toolkitClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/system-guide/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/system-guide/SKILL.md
Included Skills1
Uses and maintains an enabled project's System Guide for questions or work about how an existing system is structured, what its parts do, how they connect, or what a change may affect. Also use when substantial investigation finds valuable understanding, source behavior changes, or the owner corrects system meaning. Do not use for required future behavior alone, work status, or obvious code summaries.
Plugin manifests2
{
"name": "system-guide",
"version": "1.0.1",
"description": "Optional source-backed maps and owner-approved explanations of a project's existing system, with safe refresh and focused startup guidance.",
"author": {
"name": "Mike Rihm",
"email": "[email protected]",
"url": "https://github.com/Mar5929"
},
"homepage": "https://github.com/Mar5929/claude-toolkit",
"repository": "https://github.com/Mar5929/claude-toolkit",
"keywords": [
"documentation",
"project-knowledge",
"system-map"
],
"skills": "./skills/",
"interface": {
"displayName": "System Guide",
"shortDescription": "Understand and maintain a project's system map.",
"longDescription": "Explains important existing parts, purposes, and connections from real project sources. Generated evidence refreshes without replacing owner-approved meaning, and the skill raises focused corrections or useful investigation findings during ordinary work.",
"developerName": "Mike Rihm",
"category": "Productivity",
"capabilities": [
"Interactive",
"Read",
"Write",
"Repository"
],
"websiteURL": "https://github.com/Mar5929/claude-toolkit",
"defaultPrompt": [
"Explain how this system part works and what it affects",
"Refresh the System Guide from the configured sources",
"Propose this corrected business meaning for the guide",
"Check the System Guide for stale or incomplete coverage"
],
"brandColor": "#0F766E"
}
}{
"name": "system-guide",
"description": "Optional source-backed maps and owner-approved explanations of a project's existing system, with safe refresh and focused startup guidance.",
"version": "1.0.1",
"author": {
"name": "Mike Rihm",
"email": "[email protected]"
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[system-guide on Agent Plugins Marketplace](https://pluginsmp.com/plugins/system-guide)