By amims71
Keeps Claude's code-commenting discipline consistent across sessions. Ships a UserPromptSubmit hook that injects 'Remember the code commenting rule.' into every prompt, plus a skill containing the rule itself so the reminder always has something to reference.
Personal Claude Code plugin marketplace.
Add this marketplace to your Claude Code once, then install any plugin from it. The marketplace handle is amim.
/plugin marketplace add amims71/claude-plugins
(gh auth or a public-repo clone is enough — no token needed for installing public plugins.)
| Plugin | Slash install | What it does |
|---|---|---|
comment-rule | /plugin install comment-rule@amim | Keeps Claude's code-commenting discipline consistent across long sessions. Injects a one-line nudge into every prompt + ships a skill containing the actual rule. |
claude-plugins/
├── .claude-plugin/
│ └── marketplace.json # registers all plugins in this repo
├── plugins/
│ └── comment-rule/
│ ├── .claude-plugin/plugin.json
│ ├── hooks/
│ │ ├── hooks.json
│ │ └── prepend-comment-rule.sh
│ ├── skills/comment-rule/SKILL.md
│ └── README.md
└── README.md
plugins/<plugin-name>/ with a .claude-plugin/plugin.json manifest.hooks/, skills/, commands/, or agents/ directories as needed..claude-plugin/marketplace.json:{
"name": "<plugin-name>",
"description": "...",
"source": "./plugins/<plugin-name>",
"category": "workflow"
}
version in the plugin manifest, commit, push. Users re-sync with /plugin marketplace update amim.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.
npx claudepluginhub amims71/claude-plugins --plugin comment-rulePermanent coding companion for Claude Code — survives any update. MCP-based terminal pet with ASCII art, stats, reactions, and personality.
Intelligent prompt optimization: injects the right context at the right moment so Claude lands a better first output. Clarifies vague prompts with research-based questions, plus targeted nudges for approach selection, plan readability, workflow routing, background execution, subagent routing, output readability, user-decision questions, and plan-mode assessment
Semantic search for Claude Code conversations. Remember past discussions, decisions, and patterns.