| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-03-31 | 2.5 kB | |
| v3.2.0 -- Advanced Hooks, LLM Gates _ 7 New Skills source code.tar.gz | 2026-03-31 | 131.4 kB | |
| v3.2.0 -- Advanced Hooks, LLM Gates _ 7 New Skills source code.zip | 2026-03-31 | 198.8 kB | |
| Totals: 3 Items | 332.7 kB | 2 | |
What's New in v3.2.0
LLM-Powered Hooks (First in any Claude Code plugin)
- Prompt hooks (
type: "prompt") — AI-powered quality gates using Haiku - Commit message validation — Conventional commits format enforced by LLM
- Secret detection — File writes scanned for hardcoded API keys and tokens
ifconditionals — Precise hook filtering without spawning processes
7 New Skills (17 → 24)
| Skill | What It Does |
|---|---|
| permission-tuner | Analyze denial patterns, generate optimized allow/deny rules |
| compact-guard | Protect context through compaction (5-file restore limit, 50K budget) |
| cost-tracker | Session cost awareness with budget benchmarks by task type |
| auto-setup | Auto-detect project type, configure quality gates (Node/Python/Rust/Go) |
| mcp-audit | Analyze MCP server token overhead, recommend servers to disable |
| llm-gate | Configure AI-powered quality gates using prompt and agent hooks |
| file-watcher | Reactive workflows using FileChanged/CwdChanged with env injection |
2 New Agents (6 → 8)
- Permission Analyst — Analyzes denial patterns, generates rules by risk tier
- Cost Analyst — Token usage analysis, cache optimization, model selection
6 New Hook Events (18 → 24)
PermissionDenied, Setup, WorktreeCreate, WorktreeRemove, CwdChanged, TaskCreated
Agent Token Optimization
omitClaudeMd: trueon 6 read-only agents — skips project context loading to save tokens- Applies to: planner, reviewer, scout, context-engineer, permission-analyst, cost-analyst
5 New Commands (16 → 21)
/permission-tuner, /compact-guard, /cost-tracker, /auto-setup, /mcp-audit
Hook Improvements
- Consolidated git commit/push hooks into single matcher with
ifconditions - Scoped FileChanged to config files only (
.env|package.json|tsconfig.json|Cargo.toml|go.mod) - Added
cargo testto test failure detection - All scripts validated for JSON shape safety and error handling
Full Counts
| Component | v3.1 | v3.2 |
|---|---|---|
| Skills | 17 | 24 |
| Agents | 6 | 8 |
| Hook Events | 18 | 24 |
| Commands | 16 | 21 |
| Scripts | 23 | 29 |
Install
:::bash
# Claude Code Plugin
/plugin marketplace add rohitg00/pro-workflow
# SkillKit
npx skillkit install pro-workflow
Full Changelog: https://github.com/rohitg00/pro-workflow/compare/v3.1.0...v3.2.0