Reusable skills, agents, and hooks for TypeScript development, installable into Claude Code, Cursor, or OpenCode.
npx claudepluginhub pau-vega/devkit-aiTypeScript coding conventions with automatic validation, review command, and reviewer agent
JSDoc documentation standards with three enforcement levels (Minimal, Standard, Strict), automatic warnings, and on-demand review
Streamline git workflow with /commit, /commit-push-pr, and /clean-gone commands
A Claude Code plugin that enforces TypeScript coding conventions with automatic validation, code review, and a dedicated reviewer agent.
This plugin provides opinionated TypeScript conventions and enforces them automatically as you code. It includes a comprehensive conventions guide, shell hooks that block non-compliant patterns, prompt-based validation on file writes, and an agent-powered code reviewer.
/ts-review command — run a code review on specific files, directories, or your uncommitted changesany, enum, export default, manual package.json edits, and non-pnpm package managersRequires Claude Code v1.0.33 or later.
From within Claude Code, run:
/plugin marketplace add pau-vega/my-marketplace
/plugin install typescript-rules@pau-vega-my-marketplace
Run /reload-plugins to load the plugin without restarting.
Clone the repo and load it directly:
git clone https://github.com/pau-vega/my-marketplace.git
claude --plugin-dir ./my-marketplace
/typescript-rules:ts-review # reviews uncommitted changes or last commit
/typescript-rules:ts-review src/utils # reviews a specific directory
/typescript-rules:ts-review src/app.ts # reviews a specific file
Ask Claude to use the typescript-conventions skill when writing or reviewing TypeScript code. The conventions are applied automatically on every file write and edit via prompt hooks.
No setup needed — hooks activate automatically once the plugin is installed. They block non-compliant patterns in real time and suggest the correct alternative.
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
Curated collection of 154 specialized Claude Code subagents organized into 10 focused categories