Agent Plugins Marketplace
All plugins

fdeops

v3.16.0

Forward deployed engineering skills for AI coding agents. One @fde skill is the client record - brief wrong, they went quiet, when did we agree, what's the outcome - and the dated memory (sponsor, promise, decision, acceptance) lands in local .fde/ files as you confirm judgment. For Forward Deployed Engineers running several clients at once.

Claude CodeAgent Plugins1 Skill1 MCP serverstdio

By Subash NatarajanLicense: MIT219 GitHub starsUpdated 3 hours ago

Directory evidence

Runtimes
Claude Code and Agent Plugins
Parsed components
2 skill or MCP entries
Source updated
Aug 28, 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
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install fdeops@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. 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/suboss87/FDEOps

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

fdeops/
├── .claude-plugin/plugin.json
├── plugin.json
├── skills/fde/SKILL.md
└── .mcp.json

Included Skills1

fdeskills/fde/SKILL.md

Keeps the engagement record for client work. Use when they name a client or stakeholder. Use when they debrief a meeting or paste notes. Use when they ask what was agreed. Use when they run a POC, slice a feature on the client's codebase, prove it on their staging, or need evals before a model acts. Use when they prep a readout, when trust shifts, or they say @fde. Route and run the local fde CLI (or npx --yes fdeops). Never ask them to type commands. Not for ordinary code edits in an unbound repo.

MCP servers1

fdeops-ingeststdio
command
node
args
${PLUGIN_ROOT}/mcp/fdeops-ingest/server.js

MCP configuration uses runtime-provided plugin path placeholders such as ${PLUGIN_ROOT} or ${CLAUDE_PLUGIN_ROOT}. Review the manifest for the runtime-specific expansion rules.

Plugin manifests2

.claude-plugin/plugin.json
{
  "name": "fdeops",
  "description": "Forward deployed engineering skills for AI coding agents. One @fde skill is the client record - brief wrong, they went quiet, when did we agree, what's the outcome - and the dated memory (sponsor, promise, decision, acceptance) lands in local .fde/ files as you confirm judgment. For Forward Deployed Engineers running several clients at once.",
  "version": "3.16.0",
  "category": "productivity",
  "tags": [
    "community-managed"
  ],
  "author": {
    "name": "Subash Natarajan",
    "url": "https://github.com/suboss87"
  },
  "homepage": "https://github.com/suboss87/fdeops",
  "repository": "https://github.com/suboss87/fdeops",
  "license": "MIT",
  "skills": "./skills",
  "commands": "./.claude/commands",
  "keywords": [
    "engagement-memory",
    "agent-memory",
    "fde",
    "forward-deployed",
    "legacy-code",
    "client-engagement",
    "brownfield",
    "enterprise",
    "skills"
  ]
}
plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "fdeops",
  "version": "3.16.0",
  "description": "Forward deployed engineering skills for AI coding agents: per-client memory in local .fde/ files, one @fde skill. Local-only, no network.",
  "author": {
    "name": "Subash Natarajan",
    "url": "https://github.com/suboss87"
  },
  "homepage": "https://github.com/suboss87/fdeops",
  "repository": "https://github.com/suboss87/FDEOps",
  "license": "MIT",
  "keywords": [
    "fde",
    "forward-deployed",
    "engagement-memory",
    "client-work",
    "consulting",
    "brownfield"
  ]
}

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

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