By crouton-labs
Adds human-in-the-loop decision gates and rich terminal rendering to agent workflows. Pause execution for structured approvals, free-text input, or markdown review, and display diagrams, charts, code diffs, and callouts as formatted ANSI output.
Pause agent execution to have the human validate decisions, choose between options, answer freetext, or comment on a document — via the `hl` CLI. Every interaction is a kickoff that returns a job handle immediately; collect the human's answer later with `hl job result`. Use for material design decisions, approval gates, picks between meaningful alternatives, and markdown doc review. Not for trivial yes/no confirmations the agent should decide itself.
Rich terminal rendering of directive-flavored markdown. Panels, trees, columns, callouts, mermaid diagrams, syntax-highlighted code, diffs, charts, KPI tiles, timelines, tasklists, and inline badges — rendered as ANSI output or displayed in a tmux side pane. Use when producing visual output, diagrams, or structured terminal displays.
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBridge Claude Code to the crtr CLI — slash commands that orient the agent to installed crtr skills/plugins and load skill bodies on demand. Requires the `crtr` binary on PATH (install via `npm i -g @crouton-kit/crouter`).
Create configurable hooks from markdown rule files
X (Twitter) posting, engagement, and growth tools — skills, commands, and northlight integration
CLI tool for running Claude Code SDK sessions with configurable modes
Developer utilities (notifications, command creation)
npx claudepluginhub crouton-labs/crouton-kit --plugin humanloopAgent Workbench is an interactive UI that enhances Claude Code with rich visual components. WORKFLOW: 1) `awb run --title "Title" <component> [args]` sends an interaction and returns an ID, 2) `awb wait <id>` blocks until user responds. COMPONENTS: confirm (yes/no prompts before destructive actions), progress (multi-step task tracking with --steps), diff (code review before commits), table (structured data display), code (syntax-highlighted file viewer), json (formatted JSON/API responses), ask (quick user questions), chart (data visualization). WHEN TO USE: Before deleting files, deploying, or destructive operations use confirm. For multi-step tasks use progress. Before git commits show diff. For structured output use table/json. Always include --title. Run `awb --help` or `awb run --help` for details. The user runs `awb ui` to open the playground and respond to interactions.
Advanced Ink skills for building interactive terminal UIs with React components, hooks, and layout patterns.
TUI automation for AI agents — interact with REPLs, interactive installers, and TUI applications
Expert CLI/TUI design consultant for command structure, visual design, accessibility, and UX patterns
HelloAGENTS — The orchestration kernel that makes any AI CLI smarter. Adds intelligent routing, unified QA gates, safety guards, and notifications.
Multi-agent tmux dashboard with skills, hooks, and workflow automation