rules
v0.2.0Narrow code rules, one trigger and one rule each, scoped to the file type they govern. A rule lands here once it is worth obeying on every matching file rather than remembering from the session that taught it. The self-improvement plugin captures and consolidates lessons; this plugin is where the surviving ones live.
By popoffvg2 GitHub starsUpdated 5 days ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 2 skill or MCP entries
- Source updated
- Sep 18, 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 rules for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install rules@agent-plugin-marketplacePaste 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/popoffvg/dotfilesClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is harness/plugins/rules/.
Plugin files
├── .claude-plugin/plugin.json├── skills/bind-controls-through-a-default-not-into-state/SKILL.md└── skills/proto-change/SKILL.md
Included Skills2
Use when adding a field to a settings panel, options form, preferences screen, or config UI whose values are persisted per user, per project, or per document — and existing saved state predates the new field or still holds the field's former name. Covers a control that renders empty on an old record, a checkbox reading an undefined array, and the seeding loop that "fixes" it by writing defaults into persisted state on load. Triggers on "the field shows empty", "add a setting", "default on the UI level", or a settings screen opened against a record saved by an earlier version.
buf-validated Protocol Buffers authoring — write or modify .proto files with pre-edit analysis of wire-compat constraints, style conventions, and coordinated codegen + downstream consumer updates. Use for any non-trivial .proto edit (new message/field/rpc, type change, deprecation).
Plugin manifests1
{
"name": "rules",
"version": "0.2.0",
"description": "Narrow code rules, one trigger and one rule each, scoped to the file type they govern. A rule lands here once it is worth obeying on every matching file rather than remembering from the session that taught it. The self-improvement plugin captures and consolidates lessons; this plugin is where the surviving ones live.",
"author": {
"name": "popoffvg"
}
}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.
[rules on Agent Plugins Marketplace](https://pluginsmp.com/plugins/rules)