Agent Plugins Marketplace
All plugins

taf

v2.1.0

Evidence-backed recovery, handoff, and bounded repository context for reliable software delivery.

CodexClaude Code3 Skills

By Gürkan SüerdemLicense: MIT3 GitHub starsUpdated 2 hours ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
3 skill or MCP entries
Source updated
Aug 30, 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 taf 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 taf@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/Phalegethon/the-agentic-fieldbook

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

Plugin files

taf/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/branch-handoff/SKILL.md
├── skills/prepare-repo-context/SKILL.md
└── skills/work-recovery/SKILL.md

Included Skills3

branch-handoffskills/branch-handoff/SKILL.md

Use when a developer needs a DEV and QA handoff from changes between a feature branch and main or another base, with optional session-authorized Jira or GitHub context and comments; not for code review or executing project tests.

prepare-repo-contextskills/prepare-repo-context/SKILL.md

Use when a developer wants to inspect, prepare, refresh, query, or understand bounded repository context without loading or indexing the full codebase into the model context.

work-recoveryskills/work-recovery/SKILL.md

Use when a developer asks where interrupted work stopped, what remains, what to do next, or needs a reliable recovery after changing sessions, branches, worktrees, or long contexts.

Plugin manifests2

.codex-plugin/plugin.json
{
  "name": "taf",
  "version": "2.1.0",
  "description": "Evidence-backed recovery, handoff, and bounded repository context for reliable software delivery.",
  "author": {
    "name": "Gürkan Süerdem",
    "url": "https://github.com/Phalegethon"
  },
  "homepage": "https://github.com/Phalegethon/the-agentic-fieldbook",
  "repository": "https://github.com/Phalegethon/the-agentic-fieldbook",
  "license": "MIT",
  "keywords": [
    "agent-skills",
    "git",
    "handoff",
    "repository-context",
    "recovery",
    "software-delivery"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "The Agentic Fieldbook (TAF)",
    "shortDescription": "Recover, hand off, and prepare bounded context",
    "longDescription": "Use evidence-backed skills to recover interrupted Git work, prepare bounded branch handoffs, and reuse repository context without loading the full codebase into the model.",
    "developerName": "Gürkan Süerdem",
    "category": "Developer Tools",
    "capabilities": [
      "Interactive",
      "Read",
      "Write"
    ],
    "websiteURL": "https://github.com/Phalegethon/the-agentic-fieldbook",
    "defaultPrompt": [
      "Tell me where this Git work stopped and what to do next.",
      "Prepare an evidence-backed DEV and QA branch handoff.",
      "Inspect this repository and prepare reusable bounded context."
    ]
  }
}
.claude-plugin/plugin.json
{
  "name": "taf",
  "displayName": "The Agentic Fieldbook (TAF)",
  "description": "Evidence-backed recovery, handoff, and bounded repository context for reliable software delivery.",
  "version": "2.1.0",
  "author": {
    "name": "Gürkan Süerdem",
    "url": "https://github.com/Phalegethon"
  },
  "homepage": "https://github.com/Phalegethon/the-agentic-fieldbook",
  "repository": "https://github.com/Phalegethon/the-agentic-fieldbook",
  "license": "MIT",
  "keywords": [
    "agent-skills",
    "git",
    "handoff",
    "repository-context",
    "recovery",
    "software-delivery"
  ]
}

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

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