
Godtier
- Updated April 22, 2026
- johnoct/skillz
godtier is a Claude Code skill in the AI & Agent Building category. Highest-quality, evidence-based decision making with adversarial review teams.
Key points
- godtier
- AI & Agent Building
- AI-coding skill
Godtier by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add johnoct/skillz/plugin install godtier@skillzAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Last updated | April 22, 2026 |
|---|---|
| Repository | johnoct/skillz ↗ |
What it does
Highest-quality, evidence-based decision making with adversarial review teams.
README.md
skillz
johnoct's personal marketplace of Claude Code plugins — decision-making, review, and workflow tooling.
Install
/plugin marketplace add johnoct/skillz
/plugin install <plugin-name>@skillz
Plugins
| Plugin | What it does | Install |
|---|---|---|
godtier |
Shifts Claude into maximum-rigor mode: spins up parallel expert reviewers across independent dimensions, synthesizes a score matrix, and returns a SHIP / REVISE / RETHINK verdict with must-fix vs. should-consider items. Trigger with phrases like "godtier this", "make it perfect", "is this actually good?" | /plugin install godtier@skillz |
Repo layout
skillz/
├── .claude-plugin/
│ └── marketplace.json # registry of plugins in this repo
├── LICENSE
├── README.md
└── <plugin-name>/
├── .claude-plugin/
│ └── plugin.json # plugin manifest
└── skills/
└── <skill-name>/
└── SKILL.md # the skill definition
Conventions
- Plugin directory name = the plugin's product/brand name (e.g.
godtier). - Skill directory name inside
skills/matches the skill'sname:in frontmatter — this keeps the trigger word discoverable from the filesystem. - Versions use semver in
plugin.jsonand are mirrored inmarketplace.json.
Adding a plugin
mkdir -p <plugin>/.claude-plugin <plugin>/skills/<skill>- Write
<plugin>/.claude-plugin/plugin.json(copygodtier/.claude-plugin/plugin.jsonas a template). - Drop your
SKILL.mdinto<plugin>/skills/<skill>/. - Append an entry to
.claude-plugin/marketplace.jsonunderplugins. - Add a row to the Plugins table above.
License
MIT — see LICENSE.
Related skills
AI & Agent Buildingagents