Agent Plugins Marketplace
All plugins

justfile

v1.30.0

Utilities for working with justfiles, including doc comment optimization

CodexClaude Code1 Skill

By Craig MotlinLicense: Apache-2.015 GitHub starsUpdated 15 hours ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
1 skill or MCP entry
Source updated
Aug 26, 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 plugin

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add justfile@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/motlin/claude-code-plugins

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

Plugin files

plugins/justfile/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
└── skills/justfile-style/SKILL.md

Included Skills1

justfile-styleskills/justfile-style/SKILL.md

Style guidelines for justfile recipe documentation. Use when writing or editing justfiles to ensure consistent and concise documentation.

Plugin manifests2

plugins/justfile/.codex-plugin/plugin.json
{
  "name": "justfile",
  "version": "1.30.0",
  "description": "Utilities for working with justfiles, including doc comment optimization",
  "author": {
    "name": "Craig Motlin"
  },
  "license": "Apache-2.0",
  "homepage": "https://github.com/motlin/claude-code-plugins/tree/main/plugins/justfile",
  "repository": "https://github.com/motlin/claude-code-plugins",
  "keywords": [
    "codex",
    "plugin",
    "justfile"
  ],
  "interface": {
    "displayName": "Justfile",
    "shortDescription": "Utilities for working with justfiles, including doc comment optimization",
    "longDescription": "Utilities for working with justfiles, including doc comment optimization",
    "developerName": "Craig Motlin",
    "category": "Productivity",
    "capabilities": [
      "Skills"
    ],
    "defaultPrompt": [
      "Use the justfile plugin."
    ],
    "brandColor": "#3B82F6"
  },
  "skills": "./skills/"
}
plugins/justfile/.claude-plugin/plugin.json
{
  "$schema": "https://anthropic.com/claude-code/plugin.schema.json",
  "name": "justfile",
  "description": "Utilities for working with justfiles, including doc comment optimization",
  "version": "1.30.0",
  "license": "Apache-2.0",
  "author": {
    "name": "Craig Motlin"
  },
  "skills": [
    "./skills/justfile-style"
  ],
  "commands": [
    "./commands/justfile-recipe-short-doc.md"
  ]
}

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

[justfile on Agent Plugins Marketplace](https://pluginsmp.com/plugins/justfile)