Flocasts Flo Llm Tools
flocasts-flo-llm-tools is a Claude Code plugin for the Build phase that ships FloSports MCP servers, skills, and hooks as an integrated LLM development toolkit.
Install a reference FloSports-style bundle of MCP servers, skills, and Claude Code hooks for internal-style LLM tooling patterns.
Add it to Claude Code
Install the plugin in Claude Code. One command, paste-ready.
/plugin install flocasts-flo-llm-tools@flocasts/flo-llm-toolsBuilt to be called by your agent
Skillselion is itself an MCP server. Your agent can pull this entry and a paste-ready install config straight from the API - no copy-paste.
Retrieve this entry with skillselion.get_details("plugin:flocasts/flo-llm-tools") and the paste-ready config with skillselion.get_install_config("plugin:flocasts/flo-llm-tools").
What it does
flocasts-flo-llm-tools packages how FloSports wires Claude Code for day-to-day engineering: MCP servers for tool access, reusable skills, and hooks that shape agent behavior at edit and commit time. Solo builders studying production LLM setups can treat it as a concrete pattern for combining protocol servers with skill libraries instead of bolting on one-off scripts. It is not a generic consumer app integration; it reflects a sports-media engineering context, but the structure—MCP plus skills plus hooks—is widely applicable when you want Claude Code to feel like part of your stack. Install when you are past prototyping and need repeatable agent integrations during Build. You will still adapt credentials, endpoints, and skill wording to your product; the value is the bundled architecture and community-maintained toolkit rather than a single narrow automation.
Highlights
- Bundles MCP servers, agent skills, and Claude Code hooks in one plugin
- FloSports-origin reference implementation for media/product engineering teams
- Community-sourced toolkit pattern for extending Claude Code beyond defaults
- Single-plugin entry point to a broader flo-llm-tools repository
- Suited as a template for forking your own org MCP + skills stack
Why builders use it
Builders piecing together MCP, skills, and hooks from scratch lack a cohesive reference for how a team actually extends Claude Code.
After install, you get a single-plugin gateway to MCP, skills, and hooks you can run, study, or fork into your own integration stack.
At a glance
- Type - Plugin in LLM Integration.
- Adoption - 0 installs, 0 stars, 0 votes.
FAQ
Who is flocasts-flo-llm-tools for?
Claude Code users and small teams who want a reference integration bundle combining MCP, skills, and hooks.
When should I use flocasts-flo-llm-tools?
Use it when you are standardizing agent integrations and want to inspect or fork a maintained FloSports-style setup.
How do I add flocasts-flo-llm-tools to my agent?
Add the plugin from the flocasts/flo-llm-tools repository in Claude Code, then configure each MCP server and hook per the repo documentation.
Comments
Share how you use flocasts-flo-llm-tools, gotchas, or tips for other indie builders.
No comments yet - be the first to share how you use it.