gamussa-coding-policy
v0.7.2Coding policy for Viktor Gamov's AI agents: language-agnostic quality rules, autonomous shipping discipline, and stack defaults for JVM, Swift, TypeScript, and Python
By Viktor GamovLicense: MIT0 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 4 skill or MCP entries
- Source updated
- Sep 24, 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 gamussa-coding-policy for Codex
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add gamussa-coding-policy@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/gAmUssA/coding-policyClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .codex-plugin/plugin.json├── skills/herdr-standup/SKILL.md├── skills/herdr-teamlead/SKILL.md├── skills/onboard-repo/SKILL.md└── skills/release/SKILL.md
Included Skills4
Hold a daily standup with the named Herdr agents and print a table the operator can find while scrolling back through a long session: ask each idle worker for four lines (DONE / PLAN / BLOCKED / REPORT), fill the busy ones from the round log, and render a banner-topped fixed-width block plus a Markdown record. Use when the user wants a standup, a daily status round, a summary of what each agent is doing, "what is everyone working on", or a status table for the team. Requires HERDR_ENV=1.
Run Herdr rounds with on-demand specialists, qualified tiers, bounded briefs, report verification, and release gates. Use for requests to dispatch the Herdr team, balance worker usage, collect reports, run or retrieve retrospectives, catch up on outstanding user attention, curate team lessons, or save and resume lead handoffs. Live rounds require HERDR_ENV; saved memory and attention work offline. Other standalone tasks skip this skill.
Bootstrap a consumer repo onto gamussa/coding-policy: install the plugin at `latest`, gitignore tessl's generated artifacts, scaffold the Codex policy-review workflow plus the Copilot lane charter, set the CODEX_AUTH_JSON secret, then commit and ship via the release skill. Use when the user wants to add, install, enable, scaffold, set up, wire up, or enroll coding-policy / an automated policy review / a PR reviewer in a repo. Also use to upgrade or refresh the reviewer files in a repo that already has them (override mode: "upgrade", "update", "refresh", "--override").
Structured workflow for shipping code via GitHub pull requests: readiness checks, PR creation, version + CHANGELOG bump for plugin repos, dual-lens automated review (the Codex policy reviewer for rule compliance + Copilot for correctness), watching the PR to a terminal verdict, addressing feedback, merging on green without asking, and post-merge cleanup and publish verification. Use when the user wants to open a pull request, ship code, release, merge a branch, or handle post-merge cleanup.
Plugin manifests1
{
"name": "gamussa-coding-policy",
"version": "0.7.2",
"description": "Coding policy for Viktor Gamov's AI agents: language-agnostic quality rules, autonomous shipping discipline, and stack defaults for JVM, Swift, TypeScript, and Python",
"author": {
"name": "Viktor Gamov",
"url": "https://github.com/gAmUssA"
},
"repository": "https://github.com/gAmUssA/coding-policy",
"license": "MIT",
"skills": "./skills/",
"interface": {
"displayName": "Gamussa Coding Policy",
"shortDescription": "Viktor Gamov’s coding rules, release workflow, and Herdr skills.",
"longDescription": "Viktor Gamov’s coding policy: shared rules, release and onboarding workflows, Herdr skills, and lifecycle hooks for Codex and Tessl.",
"developerName": "Viktor Gamov",
"category": "Productivity",
"capabilities": [
"Read",
"Write"
],
"defaultPrompt": [
"Apply my coding policy to this repository.",
"Review and release my current branch."
]
}
}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.
[gamussa-coding-policy on Agent Plugins Marketplace](https://pluginsmp.com/plugins/gamussa-coding-policy)