code-standards
House standards for maintainable code, applied while writing and folded into reviews.
By Vivswan ShahLicense: SEE LICENSE IN LICENSE.md1 GitHub starsUpdated 3 hours ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 0 skill or MCP entries
- Source updated
- Sep 3, 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 code-standards for Codex
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add code-standards@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. 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/Vivswan/skillsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is skills/code-standards/.
Plugin files
└── .codex-plugin/plugin.json
Plugin manifests1
{
"name": "code-standards",
"description": "House standards for maintainable code, applied while writing and folded into reviews.",
"author": {
"name": "Vivswan Shah",
"email": "[email protected]",
"url": "https://vivswan.github.io/"
},
"homepage": "https://github.com/Vivswan/skills/tree/main/skills/code-standards",
"repository": "https://github.com/Vivswan/skills",
"license": "SEE LICENSE IN LICENSE.md",
"keywords": [
"agent-skills",
"code-standards",
"code-review",
"maintainability",
"plugin-ready"
],
"skills": "./",
"interface": {
"displayName": "Code Standards",
"shortDescription": "House standards for writing and reviewing code.",
"longDescription": "House standards with concrete specimens: fix the class not the instance, guard tests for recurring problems, general-purpose over special-case, maintainability over effort, comments only for what code cannot show, no barrel files or pass-through functions, no planning references in code, lean AGENTS.md files, content-only commit messages, and scannable structure instead of text blobs. Contributes its Review Criteria to rubber-duck-review passes when both are installed.",
"developerName": "Vivswan",
"category": "Developer Tools",
"capabilities": [
"Read",
"Review"
],
"websiteURL": "https://github.com/Vivswan/skills/tree/main/skills/code-standards",
"defaultPrompt": [
"Apply the house code standards to this change.",
"Review this diff against our code standards.",
"Does this fix the class or just the instance?"
],
"brandColor": "#0F766E"
}
}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.
[code-standards on Agent Plugins Marketplace](https://pluginsmp.com/plugins/code-standards)