Agent Plugins Marketplace
All plugins

five-minute-fluency

v0.1.0

Turn a described gameplay problem into a one-page, personalised cheat sheet you can absorb before the next match.

Claude Code1 Skill1 MCP serverstdio

By Fars SaadeldinLicense: UNLICENSED0 GitHub starsUpdated 5 days ago

Directory evidence

Runtimes
Claude Code
Parsed components
2 skill or MCP entries
Source updated
Sep 18, 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 five-minute-fluency 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 five-minute-fluency@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/farssaadeldin7-ux/claude-plugin-suite

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

Plugin files

plugins/five-minute-fluency/
├── .claude-plugin/plugin.json
├── skills/five-minute-fluency/SKILL.md
└── .mcp.json

Included Skills1

five-minute-fluencyskills/five-minute-fluency/SKILL.md

This skill should be used when a competitive player describes a gameplay problem and wants something they can actually act on before the next match — "I keep dying and I don't know why", "how do I climb out of gold", "I've plateaued", "I lose every early game", "I win my lane but we lose the game", "give me a cheat sheet for this matchup", "what should I focus on this session", "I do no damage and I don't know why", "how do I stop tilting". Also use it to turn a coaching conversation, a VOD note or a long tip list into one page of three changes, and to build a pre-session focus plan for ranked play.

MCP servers1

five-minute-fluencystdio
command
node
args
${CLAUDE_PLUGIN_ROOT}/mcp/server.js
env.PLUGIN_SUITE_BILLING_URL
${PLUGIN_SUITE_BILLING_URL}
env.FIVE_MINUTE_FLUENCY_LICENSE_KEY
${FIVE_MINUTE_FLUENCY_LICENSE_KEY}

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 manifests1

plugins/five-minute-fluency/.claude-plugin/plugin.json
{
  "name": "five-minute-fluency",
  "version": "0.1.0",
  "description": "Turn a described gameplay problem into a one-page, personalised cheat sheet you can absorb before the next match.",
  "author": {
    "name": "Fars Saadeldin"
  },
  "license": "UNLICENSED",
  "keywords": [
    "gaming",
    "esports",
    "coaching",
    "matchup",
    "practice"
  ]
}

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

[five-minute-fluency on Agent Plugins Marketplace](https://pluginsmp.com/plugins/five-minute-fluency)