Agent Plugins Marketplace
All plugins

stop-that-shit

v0.2.2

Keep Codex tasks bounded and reduce defensive wording with local-first guardrails and two Skills.

Codex2 Skills

By Stop That Shit contributorsLicense: MIT1.1k GitHub starsUpdated 13 hours ago

Directory evidence

Runtimes
Codex
Parsed components
2 skill or MCP entries
Source updated
Sep 23, 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 stop-that-shit for Codex

Installs for the current user
codex plugin marketplace add hashgraph-online/awesome-codex-plugins
codex plugin marketplace upgrade awesome-codex-plugins
codex plugin add stop-that-shit@awesome-codex-plugins

Paste and run these commands in a terminal with Codex. They add and refresh the awesome-codex-plugins catalog, then install this plugin.

Compatibility: the page URL and API slug “stop-that-shit” remain stable.

  • Codex: stop-that-shit@agent-plugin-marketplacestop-that-shit@awesome-codex-plugins

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/hashgraph-online/awesome-codex-plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/lennney/stop-that-shit/.

Plugin files

plugins/lennney/stop-that-shit/
├── .codex-plugin/plugin.json
├── skills/stop-that-shit/SKILL.md
└── skills/stss/SKILL.md

Included Skills2

stop-that-shitskills/stop-that-shit/SKILL.md

Complete requested work while preventing speculative defenses and scope creep. Use when considering extra hardening, reviewing possible overengineering, resolving repeated verification loops, following explicit task boundaries, or when the user invokes Stop That Shit. Ordinary use of validation, retries, or dependencies alone is not a trigger.

stssskills/stss/SKILL.md

Reduce defensive disclaimers, stacked hedging, and self-protective narration in proposals and decision-facing writing. Use when the user asks to rewrite or audit a proposal, plan, research contribution, executive summary, or similar text for directness. Do not use for ordinary code work or unrelated prose.

Plugin manifests1

plugins/lennney/stop-that-shit/.codex-plugin/plugin.json
{
  "name": "stop-that-shit",
  "version": "0.2.2",
  "description": "Keep Codex tasks bounded and reduce defensive wording with local-first guardrails and two Skills.",
  "author": {
    "name": "Stop That Shit contributors",
    "url": "https://github.com/lennney"
  },
  "homepage": "https://github.com/lennney/stop-that-shit",
  "repository": "https://github.com/lennney/stop-that-shit",
  "license": "MIT",
  "keywords": [
    "codex",
    "scope-control",
    "overengineering",
    "guardrail"
  ],
  "skills": "./skills/",
  "hooks": "./hooks/codex-hooks.json",
  "interface": {
    "displayName": "Stop That Shit(别再造史了)",
    "shortDescription": "Bound agent work and reduce defensive writing.",
    "longDescription": "Stop That Shit runs locally. Its Guard blocks covered unneeded actions, and its optional STSS Skill reduces defensive wording in decision-facing text.",
    "developerName": "Stop That Shit contributors",
    "category": "Productivity",
    "capabilities": [
      "Local",
      "Guardrail"
    ],
    "websiteURL": "https://github.com/lennney/stop-that-shit",
    "privacyPolicyURL": "https://github.com/lennney/stop-that-shit/blob/main/PRIVACY.md",
    "termsOfServiceURL": "https://github.com/lennney/stop-that-shit/blob/main/LICENSE",
    "brandColor": "#D92D20",
    "composerIcon": "./assets/stop-icon.svg",
    "logo": "./assets/stop-icon.svg",
    "defaultPrompt": [
      "$stop-that-shit review -- Review this diff. Report findings; do not edit.",
      "$stop-that-shit change -- Fix the failing test only.",
      "$stop-that-shit lock change agents=0 -- Make the requested change without delegation.",
      "$stss rewrite -- Make this proposal direct."
    ]
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[stop-that-shit on Agent Plugins Marketplace](https://pluginsmp.com/plugins/stop-that-shit)