Agent Plugins Marketplace
All plugins

docs-discipline

Repository documentation that skims well and names real code: the device picked from the content, a paragraph-cap and path probe, fact-preserving restructures, and the architecture page whose boxes name real symbols.

Codex

By Vivswan ShahLicense: SEE LICENSE IN LICENSE.md1 GitHub starsUpdated 3 days ago

Directory evidence

Runtimes
Codex
Parsed components
0 skill or MCP entries
Source updated
Sep 21, 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 docs-discipline for Codex

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add docs-discipline@agent-plugin-marketplace

Paste 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/skills

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is skills/docs-discipline/.

Plugin files

skills/docs-discipline/
└── .codex-plugin/plugin.json

Plugin manifests1

skills/docs-discipline/.codex-plugin/plugin.json
{
  "name": "docs-discipline",
  "description": "Repository documentation that skims well and names real code: the device picked from the content, a paragraph-cap and path probe, fact-preserving restructures, and the architecture page whose boxes name real symbols.",
  "author": {
    "name": "Vivswan Shah",
    "email": "[email protected]",
    "url": "https://vivswan.github.io/"
  },
  "homepage": "https://github.com/Vivswan/skills/tree/main/skills/docs-discipline",
  "repository": "https://github.com/Vivswan/skills",
  "license": "SEE LICENSE IN LICENSE.md",
  "keywords": [
    "agent-skills",
    "documentation",
    "readme",
    "architecture",
    "mermaid",
    "plugin-ready"
  ],
  "skills": "./",
  "interface": {
    "displayName": "Docs Discipline",
    "shortDescription": "Repository docs that skim well and name real code.",
    "longDescription": "Fires when a page of a repository's documentation is written or reviewed. Each fact is shown by the device that shows it fastest (a tree for precedence, captured output for a command, the see/means/do triple for a symptom), paragraphs stay under 70 words, and a probe measures the cap and checks that every path the page names exists. Restructures preserve every fact; the architecture page kind adds a layering declaration, a two-way import lint, a generated module map, and a page test that every diagram box names real code.",
    "developerName": "Vivswan",
    "category": "Developer Tools",
    "capabilities": [
      "Read",
      "Write",
      "Execute"
    ],
    "websiteURL": "https://github.com/Vivswan/skills/tree/main/skills/docs-discipline",
    "defaultPrompt": [
      "This guide is a wall of text; reshape it without losing a fact.",
      "Run the docs probe over docs/ and fix what it names.",
      "Add an architecture page with a module map for this repository."
    ],
    "brandColor": "#0F766E"
  }
}

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

[docs-discipline on Agent Plugins Marketplace](https://pluginsmp.com/plugins/docs-discipline)