Agent Plugins Marketplace
All plugins

ndf

v9.6.0

Codex plugin (v9.6.0): 31 focused NDF skills for PR/review workflows, cross-review, implementation planning, plan-to-spec, Docker container access, external AI delegation (Codex/Gemini), and optional Slack completion notifications.

CodexClaude Code33 Skills

By takemi-ohama1 GitHub starsUpdated 2 hours ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
33 skill or MCP entries
Source updated
Sep 1, 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 ndf 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 ndf@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/devbasex/ai-plugins

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

Plugin files

plugins/ndf/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/cherry-pick-pr/SKILL.md
├── skills/cross-refactoring/SKILL.md
├── skills/cross-review/SKILL.md
├── skills/deploy/SKILL.md
├── skills/design/SKILL.md
├── skills/development-workflow/SKILL.md
├── skills/docker-container-access/SKILL.md
├── skills/external-ai/SKILL.md
├── skills/fix/SKILL.md
├── skills/implementation-plan/SKILL.md
├── skills/investigation-rules/SKILL.md
├── skills/issue-plan-strategy/SKILL.md
├── skills/logging-guidelines/SKILL.md
├── skills/markdown-writing/SKILL.md
├── skills/merged/SKILL.md
├── skills/ndf-policies/SKILL.md
├── skills/official-skills-autoloader/SKILL.md
├── skills/out-of-scope/SKILL.md
├── skills/plan-to-spec/SKILL.md
├── skills/pr/SKILL.md
├── skills/pr-review/SKILL.md
├── skills/pr-tests/SKILL.md
├── skills/problem-solving/SKILL.md
├── skills/qa-security-scan/SKILL.md
├── skills/quality-gates/SKILL.md
├── skills/refactoring/SKILL.md
├── skills/release/SKILL.md
├── skills/release-verification/SKILL.md
├── skills/requirements-design/SKILL.md
├── skills/retrospective/SKILL.md
├── skills/statusline/SKILL.md
├── skills/tdd-cycle/SKILL.md
└── skills/worktree/SKILL.md

Included Skills33

cherry-pick-prskills/cherry-pick-pr/SKILL.md

Cherry-pick a merged fix onto an environment branch (qa/staging, release) as a new PR. 明示指示のみで実行する。Use when the same fix must reach qa or staging(qaにも同じ修正を適用・stagingにも反映・cherry-pick).

cross-refactoringskills/cross-refactoring/SKILL.md

Let several CLIs propose, apply, and review refactorings on a PR until no new proposal appears. Use when structural improvement should converge across runtimes(クロスリファクタリング・多AIリファクタリング・収束リファクタリング).

cross-reviewskills/cross-review/SKILL.md

Review a PR with both Codex and Gemini, looping fixes until both APPROVE. Use when a converging two-AI review is wanted(クロスレビュー・両AIレビュー・収束レビュー).

deployskills/deploy/SKILL.md

Create a deploy PR to an environment branch such as qa/staging. 明示指示のみで実行する。Use when deploying to an environment branch(qaに上げる・stagingへデプロイ).

designskills/design/SKILL.md

Write the design document before coding: data structures, interface contracts, decisions. Use when a change needs a design step(設計書を作る・データ構造を決める・APIの契約を決める).

development-workflowskills/development-workflow/SKILL.md

Classify a change into 4 workflow modes and route it to the required steps. Use when deciding how much process a change needs(モード判定・工程の振り分け).

docker-container-accessskills/docker-container-access/SKILL.md

Diagnose container access and localhost routing failures, including DinD/DooD. Use when a container is unreachable(コンテナに接続できない・localhostが繋がらない).

external-aiskills/external-ai/SKILL.md

Delegate coding, review, or research to the codex, gemini, kiro-cli, or claude CLI. Use when a second opinion or an offloaded investigation is wanted(codexで調査・geminiレビュー・外部AIに投げて).

fixskills/fix/SKILL.md

Fix actionable PR review comments, then reply and resolve each thread. Use when responding to review feedback on a PR(PRコメント対応・PRレビュー修正・Resolveして).

implementation-planskills/implementation-plan/SKILL.md

Create or update an implementation plan under issues/ before coding. Use when a change spans files, adds a feature, or migrates the DB(実装プラン・実装を開始・設計書を作成).

investigation-rulesskills/investigation-rules/SKILL.md

Never claim something is absent without showing the search behind it. Use when writing an investigation or bug report(調査レポートを書く・不具合レポート・カラムがない).

issue-plan-strategyskills/issue-plan-strategy/SKILL.md

Turn an issue into a plan and run it through a release branch and multiple PRs. Use when designing or executing a plan(issueのplanを作って・planを実行・multi-PRで進めて).

logging-guidelinesskills/logging-guidelines/SKILL.md

Choose log levels and keep secrets and personal data out of logs. Use when adding or reviewing logging(ログ追加・ログレベルを決める・ログ設計).

markdown-writingskills/markdown-writing/SKILL.md

Write Markdown docs, specs, PR bodies, and reports for a third-party reader, with tables and mermaid. Use when authoring or editing a Markdown document(ドキュメント作成・仕様書を書く・PR本文).

mergedskills/merged/SKILL.md

Delete merged branches and worktrees after listing them for approval, then update the base branch. Use when a PR was merged(マージ後の後片付け・ブランチを整理・worktreeを削除).

ndf-policiesskills/ndf-policies/SKILL.md

Core NDF project policies. 知識として参照するだけで、手順として実行しない。判断に迷ったときの基準として使う: ブランチ戦略、環境ブランチ (qa/staging/release) へ同じ修正を適用する原則、feature ブランチを汚さない運用、PR 運用ルール。

official-skills-autoloaderskills/official-skills-autoloader/SKILL.md

Install an official Anthropic Skill (docx / pptx / xlsx / pdf) on demand, showing the source first. Use when Office or PDF output is needed(Word作成・Excel出力・PDF作成).

out-of-scopeskills/out-of-scope/SKILL.md

Capture a finding outside the current scope as an issue at the moment it is found. Use when a defect or improvement appears outside what this change fixes(範囲外の課題・その場で起票・対象外と判断した指摘).

plan-to-specskills/plan-to-spec/SKILL.md

Rewrite a finished implementation plan into a permanent specification under docs/. Use when implementation is complete(planを仕様書にして・確定仕様書に移動).

prskills/pr/SKILL.md

Commit, push, and open or update a pull request, draft included, after showing branch and files for approval. Use when asked to create or update a PR, or to push work for review(PRを作って・コミットしてプッシュ・PRを更新).

pr-reviewskills/pr-review/SKILL.md

Review a PR diff, or the branch diff with --branch, and post an approve or request-changes verdict. Use when reviewing a PR(PRレビュー・マージ前チェック・セルフレビュー).

pr-testsskills/pr-tests/SKILL.md

Run the test plan written in a PR body and post the results as a PR comment. Use when a PR test plan has to be executed(PRのテストを実行・テストプランを実行・テスト結果をPRにコメント).

problem-solvingskills/problem-solving/SKILL.md

Fix bugs and data inconsistencies upstream at the root cause. Use when a bug or outage needs a fix decision(バグの根本原因・データ不整合・障害対応).

qa-security-scanskills/qa-security-scan/SKILL.md

Run an OWASP Top 10 review of code, auth, and data protection. Use when a security review or vulnerability check is asked for(セキュリティレビュー・脆弱性チェック・認証認可の確認).

quality-gatesskills/quality-gates/SKILL.md

Require command evidence before declaring work complete. Use when about to report a change as done(完了判定・完了の定義・検証証跡).

refactoringskills/refactoring/SKILL.md

Change structure without changing behavior, guarded by tests, judging smells and how decisions are represented. Use when cleaning up code or touching legacy code(リファクタリング・コードの兆候・分岐をデータ化・現状固定テスト).

releaseskills/release/SKILL.md

Make merged changes reach users by publishing, deploying, or submitting, depending on what is distributed. Use when a merged set has to be delivered(配布する・リリースする・デプロイする).

release-verificationskills/release-verification/SKILL.md

Verify a released version in the user's own environment after distribution. Use when a merged change has been released and has to be checked for real(リリース後テスト・配布後の実機確認・本番での受け入れ確認).

requirements-designskills/requirements-design/SKILL.md

Turn a vague request into verifiable acceptance criteria before implementing. Use when the done-condition is unclear(受け入れ条件・要求を整理・成功条件).

retrospectiveskills/retrospective/SKILL.md

Record what to change in how the work was done, and pick up findings that were never filed. Use when a change has been released and verified(振り返り・進め方の見直し・起票の取りこぼしを拾う).

statuslineskills/statusline/SKILL.md

Switch, restore, or inspect the NDF statusline in the Claude Code settings. 明示指示のみで実行する。Use when changing the statusline(statusline切り替え・ステータスライン).

tdd-cycleskills/tdd-cycle/SKILL.md

Write a failing test first, then the smallest implementation that passes. Use when adding behavior or fixing a bug(テスト駆動・先にテスト・再現テスト).

worktreeskills/worktree/SKILL.md

Prepare a git worktree under .worktrees/ and move stray changes out of the cloned directory. Use when development work starts(作業ツリーを用意・worktreeで作業・主ディレクトリの変更を移す).

Plugin manifests2

plugins/ndf/.codex-plugin/plugin.json
{
  "name": "ndf",
  "version": "9.6.0",
  "description": "Codex plugin (v9.6.0): 31 focused NDF skills for PR/review workflows, cross-review, implementation planning, plan-to-spec, Docker container access, external AI delegation (Codex/Gemini), and optional Slack completion notifications.",
  "skills": [
    "./skills/cherry-pick-pr",
    "./skills/cross-refactoring",
    "./skills/cross-review",
    "./skills/deploy",
    "./skills/design",
    "./skills/development-workflow",
    "./skills/docker-container-access",
    "./skills/external-ai",
    "./skills/fix",
    "./skills/implementation-plan",
    "./skills/investigation-rules",
    "./skills/issue-plan-strategy",
    "./skills/logging-guidelines",
    "./skills/markdown-writing",
    "./skills/merged",
    "./skills/ndf-policies",
    "./skills/out-of-scope",
    "./skills/plan-to-spec",
    "./skills/pr",
    "./skills/pr-review",
    "./skills/pr-tests",
    "./skills/problem-solving",
    "./skills/qa-security-scan",
    "./skills/quality-gates",
    "./skills/refactoring",
    "./skills/release-verification",
    "./skills/requirements-design",
    "./skills/retrospective",
    "./skills/tdd-cycle",
    "./skills/worktree",
    "./skills/release"
  ],
  "hooks": "./hooks/codex.json"
}
plugins/ndf/.claude-plugin/plugin.json
{
  "name": "ndf",
  "version": "9.6.0",
  "description": "Claude Code plugin (v9.6.0): 8 specialized agents and 33 focused NDF skills for PR/review workflows, cross-review, implementation planning, plan-to-spec, Docker container access, statusline, external AI delegation (Codex/Gemini), transcript retention guard, and optional Slack notifications.",
  "author": {
    "name": "takemi-ohama",
    "url": "https://github.com/takemi-ohama"
  },
  "keywords": [
    "mcp",
    "codex",
    "workflow",
    "slack",
    "notifications",
    "agents",
    "skills",
    "director",
    "orchestrator"
  ],
  "agents": [
    "./agents/director.md",
    "./agents/data-analyst.md",
    "./agents/corder.md",
    "./agents/researcher.md",
    "./agents/qa.md",
    "./agents/debugger.md",
    "./agents/devops-engineer.md",
    "./agents/code-reviewer.md"
  ],
  "skills": [
    "./skills/pr",
    "./skills/pr-tests",
    "./skills/fix",
    "./skills/pr-review",
    "./skills/cross-review",
    "./skills/cross-refactoring",
    "./skills/merged",
    "./skills/ndf-policies",
    "./skills/markdown-writing",
    "./skills/docker-container-access",
    "./skills/implementation-plan",
    "./skills/investigation-rules",
    "./skills/problem-solving",
    "./skills/logging-guidelines",
    "./skills/cherry-pick-pr",
    "./skills/deploy",
    "./skills/external-ai",
    "./skills/statusline",
    "./skills/issue-plan-strategy",
    "./skills/plan-to-spec",
    "./skills/qa-security-scan",
    "./skills/official-skills-autoloader",
    "./skills/design",
    "./skills/development-workflow",
    "./skills/requirements-design",
    "./skills/tdd-cycle",
    "./skills/refactoring",
    "./skills/quality-gates",
    "./skills/worktree",
    "./skills/out-of-scope",
    "./skills/release-verification",
    "./skills/retrospective",
    "./skills/release"
  ],
  "hooks": "./hooks/claude.json"
}

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

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