Agent Plugins Marketplace
← All plugins

prompt-coach

v0.1.0

An AI coach that lives inside Claude: asks the right questions at the right moments, nudges you to revise generated documents, and tracks your AI Fluency level locally.

Claude Code2 Skills

By Amanda RogersLicense: MIT0 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Claude Code
Parsed components
2 skill or MCP entries
Source updated
Sep 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 prompt-coach for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install prompt-coach@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/amrogers2007/prompt-coach

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

Plugin files

coach/
├── .claude-plugin/plugin.json
├── skills/practice/SKILL.md
└── skills/score/SKILL.md

Included Skills2

practiceskills/practice/SKILL.md

Run a short, low-stakes practice round where the user writes a prompt for a realistic work scenario and gets coached on it. Use when the user asks to practice, train, or take a quick lesson on prompting.

scoreskills/score/SKILL.md

Show the user's AI Fluency level, score, streak and a shareable summary. Use when the user asks about their AI score, level, progress, streak, or wants something to show a manager.

Plugin manifests1

coach/.claude-plugin/plugin.json
{
  "name": "prompt-coach",
  "description": "An AI coach that lives inside Claude: asks the right questions at the right moments, nudges you to revise generated documents, and tracks your AI Fluency level locally.",
  "version": "0.1.0",
  "author": {
    "name": "Amanda Rogers"
  },
  "homepage": "https://github.com/amrogers2007/prompt-coach",
  "license": "MIT",
  "keywords": [
    "coaching",
    "prompting",
    "training",
    "skills"
  ]
}

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

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