Ftnext Claude Code
ftnext-claude-code is a Claude Code plugin for the Build phase that bundles one opinionated Python-oriented hook plugin to customize agent runtime behavior.
Install a single opinionated Python-hook plugin to extend how Claude Code runs commands and enforces workflow rules in your repo.
Add it to Claude Code
Install the plugin in Claude Code. One command, paste-ready.
/plugin install ftnext-claude-code@ftnext/claude-codeBuilt 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:ftnext/claude-code") and the paste-ready config with skillselion.get_install_config("plugin:ftnext/claude-code").
What it does
ftnext-claude-code is a minimal Claude Code plugin bundle from the ftnext/claude-code repository: one development-focused plugin tagged around hooks, opinionated defaults, and Python. Solo builders install it when they want to shape how the agent starts, continues, or finishes work through hook mechanics rather than adding a full skill library or MCP server. The listing does not ship a large marketplace—it's a single, targeted extension point for teams that already run Claude Code and want repo-specific agent discipline. Use it during active build and ship cycles when you need consistent automation around tool use, validation, or session lifecycle. Because hook plugins can fire across phases, treat this as agent-tooling you configure once and rely on whenever you code with Claude Code.
Highlights
- One bundled plugin from ftnext/claude-code focused on hook-based automation
- Opinionated Python-oriented extension pattern for Claude Code
- Development-category listing aimed at builders wiring agent behavior
- Lightweight catalog entry (1 plugin) for targeted hook workflows
Why builders use it
Claude Code’s default agent loop may not match your repo’s required checks, Python toolchain, or opinionated workflow gates.
After registering the plugin, Claude Code can run your hook-driven rules alongside normal coding sessions without maintaining a separate automation script outside the agent.
At a glance
- Type - Plugin in Development Tools.
- Adoption - 0 installs, 0 stars, 0 votes.
FAQ
Who is ftnext-claude-code for?
It is for developers who use Claude Code and want one opinionated, Python-flavored hook plugin from the ftnext/claude-code repo.
When should I use ftnext-claude-code?
Use it when you are wiring agent-tooling during build or ship and need hook-based control instead of only prompt-level instructions.
How do I add ftnext-claude-code to my agent?
Add the ftnext/claude-code marketplace or plugin source in Claude Code, install the bundled plugin, then enable hooks per the plugin README in your project.
Comments
Share how you use ftnext-claude-code, gotchas, or tips for other indie builders.
No comments yet - be the first to share how you use it.