house-rules
v2.31.0aj's global rules, enforced. Injects the rules into every session and into every subagent it spawns, audits a subagent's own transcript against its report, reminds at commit time when a source change has no docs update, prompts for approval before hidden background work, destructive commands, or git commands that mutate anything beyond a commit or push on its own branch, and checks every turn for commands handed over untested or success claimed with nothing to back it.
By aj0 GitHub starsUpdated yesterday
Directory evidence
- Runtimes
- 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 house-rules for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install house-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/Ajw2003/AjsClaudeCodeToolsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is claude-house-rules/plugins/house-rules/.
Plugin files
├── .claude-plugin/plugin.json└── skills/project-docs/SKILL.md
Included Skills1
The six-tier documentation structure every repo uses - the tier spec, the per-tier templates, the conventions that keep it honest, and scaffolding for a repo that has none of it yet. Use when creating a repo's documentation, restructuring docs that grew without a shape, auditing docs against the code, or when the house rule "Documentation goes in tiers" needs its detail. Not for an ordinary edit to a document that already exists and already sits in the right tier.
Plugin manifests1
{
"name": "house-rules",
"description": "aj's global rules, enforced. Injects the rules into every session and into every subagent it spawns, audits a subagent's own transcript against its report, reminds at commit time when a source change has no docs update, prompts for approval before hidden background work, destructive commands, or git commands that mutate anything beyond a commit or push on its own branch, and checks every turn for commands handed over untested or success claimed with nothing to back it.",
"version": "2.31.0",
"author": {
"name": "aj",
"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.
[house-rules on Agent Plugins Marketplace](https://pluginsmp.com/plugins/house-rules)