Agent Plugins Marketplace
All plugins

coding-directive

v1.3.0

Write code that matches the jabworks house style the first time — TypeScript, React/Next.js, formatting, import order, monorepo boundaries, naming, error handling, CSS/Tailwind.

CodexClaude CodeAgent Plugins1 Skill

By jabworksLicense: MIT1 GitHub starsUpdated 3 days ago

Directory evidence

Runtimes
Codex, Claude Code, and Agent Plugins
Parsed components
1 skill or MCP entry
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 coding-directive for Codex and Claude Code

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add coding-directive@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/jabworks/agentic-toolkit

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

Plugin files

dist/plugins/coding-directive/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── plugin.json
└── skills/coding-directive/SKILL.md

Included Skills1

coding-directiveskills/coding-directive/SKILL.md

The jabworks house style for application source code — TypeScript/React conventions, formatting, imports, naming, and CSS, split into an enforced tier and a judgment tier. Covers how code is written, never which shell commands or CLI flags are allowed.

Plugin manifests3

dist/plugins/coding-directive/.codex-plugin/plugin.json
{
  "name": "coding-directive",
  "version": "1.3.0",
  "description": "Write code that matches the jabworks house style the first time — TypeScript, React/Next.js, formatting, import order, monorepo boundaries, naming, error handling, CSS/Tailwind.",
  "author": {
    "name": "jabworks"
  },
  "repository": "https://github.com/jabworks/agentic-toolkit",
  "license": "MIT",
  "keywords": [
    "style-guide",
    "typescript",
    "react",
    "eslint",
    "prettier",
    "conventions"
  ],
  "skills": "./skills/coding-directive",
  "interface": {
    "displayName": "Coding Directive",
    "shortDescription": "House style for @jabworks repos, first time.",
    "longDescription": "Encodes the @jabworks coding directive so agents get it right before CI does: enforced rules extracted from the style-guide configs (ESLint/oxlint, Prettier/oxfmt, TypeScript, Stylelint) plus a confidence-marked judgment layer for naming, error handling, React anatomy, monorepo boundaries, and Tailwind discipline. Codebase mimicry wins over the directive; repo config wins over both.",
    "developerName": "jabworks",
    "category": "Productivity",
    "defaultPrompt": [
      "What's our convention for naming boolean props?",
      "Review this file against our house style.",
      "Set up Prettier and ESLint to match our style guide."
    ]
  }
}
dist/plugins/coding-directive/.claude-plugin/plugin.json
{
  "name": "coding-directive",
  "version": "1.3.0",
  "description": "Write code that matches the jabworks house style the first time — TypeScript, React/Next.js, formatting, import order, monorepo boundaries, naming, error handling, CSS/Tailwind.",
  "author": {
    "name": "jabworks"
  },
  "repository": "https://github.com/jabworks/agentic-toolkit",
  "license": "MIT",
  "keywords": [
    "style-guide",
    "typescript",
    "react",
    "eslint",
    "prettier",
    "conventions"
  ],
  "skills": "./skills/coding-directive"
}
dist/plugins/coding-directive/plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "coding-directive",
  "version": "1.3.0",
  "description": "Write code that matches the jabworks house style the first time — TypeScript, React/Next.js, formatting, import order, monorepo boundaries, naming, error handling, CSS/Tailwind.",
  "author": {
    "name": "jabworks"
  },
  "repository": "https://github.com/jabworks/agentic-toolkit",
  "license": "MIT",
  "keywords": [
    "style-guide",
    "typescript",
    "react",
    "eslint",
    "prettier",
    "conventions"
  ]
}

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

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