Cliftonc Claude Plugins
cliftonc-claude-plugins is a Claude Code plugin for the Ship phase that adds reusable TypeScript review commands with file-scoped quality, typecheck, and architectural pattern feedback.
Install reusable Claude commands and a TypeScript-focused review skill that gives file-scoped linting, typecheck, and SOLID or design-pattern feedback while you edit.
Add it to Claude Code
Install the plugin in Claude Code. One command, paste-ready.
/plugin install cliftonc-claude-plugins@cliftonc/claude-pluginsBuilt 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:cliftonc/claude-plugins") and the paste-ready config with skillselion.get_install_config("plugin:cliftonc/claude-plugins").
What it does
cliftonc-claude-plugins is a one-plugin Claude Code bundle from cliftonc’s personal plugin repo, aimed at solo and small-team builders who want opinionated TypeScript hygiene without leaving the agent. The catalog keywords point to a tsreview-style skill plus commands that emphasize file-scoped analysis, instant feedback after writes, and themes like SOLID, refactoring, and design patterns rather than generic chat advice. It fits builders shipping APIs, CLIs, or SaaS backends in TypeScript who already use Claude Code and want review rituals that feel like a lightweight pre-commit gate. Place it in Ship / Review as the primary shelf, but expect real use during Build when you are iterating on modules. It is not a full ESLint replacement or security scanner; it is agent-guided review and enforcement layered on your existing toolchain. Register the marketplace entry, add the plugin, and wire the review skill or commands into your post-edit or pre-PR workflow.
Highlights
- File-scoped TypeScript review with typecheck and lint-style instant feedback
- SOLID and design-pattern oriented architectural commentary
- Pre-commit and code-quality enforcement hooks aligned with Claude Code commands
- Auto-activated checks after edits for continuous review without a separate CI step
- Single-plugin bundle of reusable skills and commands from one community repo
Why builders use it
Solo builders lose time merging TypeScript that passes locally but violates team patterns, SOLID boundaries, or types because review only happens late in CI or in long human threads.
After you add the plugin, Claude can run focused TS review and quality checks on the files you touch and surface refactoring and architecture notes before you commit.
At a glance
- Type - Plugin in Development Tools.
- Adoption - 0 installs, 0 stars, 0 votes.
FAQ
Who is cliftonc-claude-plugins for?
It is for Claude Code users maintaining TypeScript projects who want reusable review skills and commands with SOLID and design-pattern awareness.
When should I use cliftonc-claude-plugins?
Use it after editing TS files or before a PR when you want instant, file-scoped typecheck, linting-style feedback, and architectural notes.
How do I add cliftonc-claude-plugins to my agent?
Register the cliftonc/claude-plugins marketplace repo in Claude Code, install the bundled plugin, then invoke its review skill or slash commands from your project session.
Comments
Share how you use cliftonc-claude-plugins, gotchas, or tips for other indie builders.
No comments yet - be the first to share how you use it.