inmates
v0.1.0Skills for agent personas: role-based working procedures for coding agents.
By Nestedmind StudioLicense: MIT0 GitHub starsUpdated 3 days ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 14 skill or MCP entries
- Source updated
- Sep 20, 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 inmates for Codex and Claude Code
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add inmates@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/nestedmind/inmatesClone 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├── .claude-plugin/plugin.json├── skills/adversarial-review/SKILL.md├── skills/changelog-post-pr/SKILL.md├── skills/code-review/SKILL.md├── skills/copilot-pr-review/SKILL.md├── skills/plain-writing/SKILL.md├── skills/planning-and-reporting/SKILL.md├── skills/receiving-code-review/SKILL.md├── skills/review-comment-triage/SKILL.md├── skills/scofield/SKILL.md├── skills/systematic-debugging/SKILL.md├── skills/test-driven-development/SKILL.md├── skills/verification-before-completion/SKILL.md├── skills/worktree-parallel-work/SKILL.md└── skills/writing-skills/SKILL.md
Included Skills14
Use when reviewing a pull request against its ticket and the team wants a skeptical, evidence-based reviewer whose approval gates the merge, or when asked for an adversarial review. Also use when the user names Tbag.
Use when a pull request has its approvals and is about to merge, when writing or reviewing a CHANGELOG.md entry, when asked to record what a PR changed and why, or at the start of a session to check that recently merged PRs did not skip their changelog entry.
Use when requesting or performing a balanced, cooperative code review of finished work against its requirements, such as after completing a feature, before merging, or when asked to review a diff.
Use when the owner asks for a GitHub Copilot code review on a pull request, to request it, wait for the posted review, and handle its findings before merging.
Use when writing prose for a reader, such as a PR description, review comment, reply, changelog entry, README, doc page or release note.
Use when turning an idea or request into signed-off tickets, writing a plan that spans several tickets, tracking multi-ticket progress across context loss, or reporting results to the owner.
Use when you receive code review feedback, before implementing any suggestion, especially if the feedback is unclear or technically questionable.
Use when a pull request has received review comments from a human or an automated reviewer and you are about to act on them.
Use when coordinating several subagent coders against tickets the owner has signed off on, including dispatching tickets, reviewing what comes back, merging, and escalating. Also use when the user names Scofield.
Use when you meet any bug, test failure, or unexpected behavior, before you propose a fix.
Use when implementing any feature or bugfix, before writing implementation code.
Use before claiming work is complete, fixed or passing, and before committing or opening a PR. Requires running the verifying command and reading its output first.
Use when starting any task that changes code, when dispatching parallel subagents, or when finishing a branch. Covers worktree isolation, the session-start checklist, when parallel work is safe, and how to integrate and clean up.
Use when creating a new skill, editing an existing skill, or checking that a skill works before it is merged
Plugin manifests2
{
"name": "inmates",
"version": "0.1.0",
"description": "Skills for agent personas: role-based working procedures for coding agents.",
"author": {
"name": "Nestedmind Studio",
"url": "https://github.com/nestedmind"
},
"homepage": "https://github.com/nestedmind/inmates",
"repository": "https://github.com/nestedmind/inmates",
"license": "MIT",
"skills": "./skills/"
}{
"name": "inmates",
"description": "Skills for agent personas: role-based working procedures for coding agents.",
"version": "0.1.0",
"author": {
"name": "Nestedmind Studio",
"url": "https://github.com/nestedmind"
},
"homepage": "https://github.com/nestedmind/inmates",
"repository": "https://github.com/nestedmind/inmates",
"license": "MIT"
}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.
[inmates on Agent Plugins Marketplace](https://pluginsmp.com/plugins/inmates)