repo-standards
v0.2.1The repository standard: AGENTS.md with a CLAUDE.md import, the make check gate, architecture.md, ADRs, PR template, workflow settings, and a check that fails on stray agent configuration. Skills: /standardize (six read-only auditors, one findings report), /apply (backup, cleanup pull request, issues, GitHub workspace), /adr, /docs-check.
By Calvin DittkristLicense: MIT0 GitHub starsUpdated 2 days ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 4 skill or MCP entries
- Source updated
- Sep 21, 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 repo-standards for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install repo-standards-2@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/CalvinDittkrist/workflowsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/repo-standards/.
Plugin files
├── .claude-plugin/plugin.json├── skills/adr/SKILL.md├── skills/apply/SKILL.md├── skills/docs-check/SKILL.md└── skills/standardize/SKILL.md
Included Skills4
Record an architecture decision as the next numbered ADR in docs/adr. Use when a change alters a boundary, dependency, or convention.
Apply the findings approved in /repo-standards:standardize, in an existing or an empty repository. Pushes the protected pre-standard tag, opens the skill catalogue issue, the cleanup pull request and agent-ready issues, and after the merge configures the GitHub workspace and runs the check. Run it again to continue after a stop.
Check the repository against the repository standard (README, AGENTS.md, CLAUDE.md import, make check and the CI job check, architecture.md, ADRs, PR template, settings, licence and security policy when public, stray agent configuration, AI reviewer actions) and report what is missing.
Audit this repository against the repository standard with six read-only auditors, show one findings report and record approval per category. Works on an empty repository too. Changes nothing.
Plugin manifests1
{
"name": "repo-standards",
"version": "0.2.1",
"description": "The repository standard: AGENTS.md with a CLAUDE.md import, the make check gate, architecture.md, ADRs, PR template, workflow settings, and a check that fails on stray agent configuration. Skills: /standardize (six read-only auditors, one findings report), /apply (backup, cleanup pull request, issues, GitHub workspace), /adr, /docs-check.",
"author": {
"name": "Calvin Dittkrist",
"url": "https://github.com/CalvinDittkrist"
},
"repository": "https://github.com/CalvinDittkrist/workflows",
"license": "MIT",
"keywords": [
"adr",
"architecture",
"standards",
"claude-md"
]
}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.
[repo-standards on Agent Plugins Marketplace](https://pluginsmp.com/plugins/repo-standards-2)