Agent Plugins Marketplace
All plugins

rules

v0.2.0

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.

Claude Code2 Skills

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

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

Clone 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

harness/plugins/rules/
├── .claude-plugin/plugin.json
├── skills/bind-controls-through-a-default-not-into-state/SKILL.md
└── skills/proto-change/SKILL.md

Included Skills2

bind-controls-through-a-default-not-into-stateskills/bind-controls-through-a-default-not-into-state/SKILL.md

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.

proto-changeskills/proto-change/SKILL.md

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

harness/plugins/rules/.claude-plugin/plugin.json
{
  "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"
  }
}

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)