Agent Plugins Marketplace
All plugins

instruction-writing

v0.1.1

How to write instruction files for AI agents

CodexClaude Code1 Skill

By SidLicense: PolyForm-Noncommercial-1.0.00 GitHub starsUpdated 6 days ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 17, 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 instruction-writing for Codex and Claude Code

Installs for the current user
codex plugin marketplace add sidhanthapoddar99/sids-plugin-marketplace
codex plugin marketplace upgrade sids-plugin-marketplace
codex plugin add instruction-writing@sids-plugin-marketplace

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

Compatibility: the page URL and API slug “instruction-writing” remain stable.

  • Codex: instruction-writing@agent-plugin-marketplaceinstruction-writing@sids-plugin-marketplace

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/sidhanthapoddar99/sids-plugin-marketplace

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/instruction-writing/.

Plugin files

plugins/instruction-writing/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
└── skills/instruction-writing/SKILL.md

Included Skills1

instruction-writingskills/instruction-writing/SKILL.md

Write, edit, audit or review an instruction file for an AI agent. Covers CLAUDE.md at user, project and local level, AGENTS.md for Codex, .claude/rules/ files, SKILL.md bodies, reference files under a skill, system prompts for an agent, and briefs for subagents. Ten rules, each with its reason, plus a rubric a fresh agent can run as an independent review. Use it whenever the user creates or touches any of those files, asks why an agent ignored a rule, asks what belongs in CLAUDE.md versus a skill, or asks to trim, tighten or rewrite agent instructions, even mid-task. Reply language and tone stay in the user CLAUDE.md. The skill test loop stays with skill-creator.

Plugin manifests2

plugins/instruction-writing/.codex-plugin/plugin.json
{
  "name": "instruction-writing",
  "version": "0.1.1",
  "description": "How to write instruction files for AI agents",
  "author": {
    "name": "Sid",
    "email": "[email protected]"
  },
  "skills": "./skills/",
  "interface": {
    "displayName": "Instruction Writing",
    "shortDescription": "How to write instruction files for AI agents",
    "longDescription": "How to write instruction files for AI agents: CLAUDE.md at every level, AGENTS.md for Codex, .claude/rules/ files, SKILL.md bodies, reference files under a skill, system prompts and briefs for subagents. Ten rules, each with its reason, a review rubric a fresh agent can run, and before-and-after examples. One skill, no scripts.",
    "developerName": "Sid",
    "category": "Developer Tools",
    "capabilities": [
      "Interactive"
    ],
    "defaultPrompt": [
      "Review this repo's AGENTS.md against instruction-writing."
    ]
  },
  "license": "PolyForm-Noncommercial-1.0.0",
  "keywords": [
    "instruction-writing",
    "claude-md",
    "agents-md",
    "skill-md",
    "agent-brief"
  ]
}
plugins/instruction-writing/.claude-plugin/plugin.json
{
  "name": "instruction-writing",
  "version": "0.1.1",
  "description": "How to write instruction files for AI agents: CLAUDE.md at every level, AGENTS.md for Codex, .claude/rules/ files, SKILL.md bodies, reference files under a skill, system prompts and briefs for subagents. Ten rules, each with its reason, a review rubric a fresh agent can run, and before-and-after examples. One skill, no scripts.",
  "author": {
    "name": "Sid",
    "email": "[email protected]"
  },
  "license": "PolyForm-Noncommercial-1.0.0",
  "skills": [
    "./skills/instruction-writing/"
  ]
}

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

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