cli-anything
Reference guide for CLI-Anything: auto-generate production-ready agent-controllable CLI harnesses for any GUI app via 7-phase pipeline. Covers all validated commands, per-app examples (GIMP, Blender, LibreOffice, Inkscape), testing, and HARNESS.md methodology.
Summary
CLI-Anything auto-generates production-ready, agent-controllable CLI harnesses for any GUI application using a validated 7-phase pipeline.
- It provides a comprehensive reference for all commands, per-app examples (GIMP, Blender, LibreOffice, Inkscape), and testing methodology, enabling developers to quickly create and maintain CLI wrappers that AI agents can reliably control.
Overview
Claude Code Skills Marketplace: Meta-skills, foundational tools, and self-revising autonomous-loop primitives for Claude Code.
  
Plugins
Generated from
.claude-plugin/marketplace.json(the SSoT). Runbun scripts/validate-plugins.mjsto verify the table reflects reality.
| Plugin | Description | Category |
|---|---|---|
| agent-reach | Give your AI agent eyes to see the entire internet. Search and read 15+ platforms with auto-update preflight: Twitter/X, Reddit, YouTube, GitHub, Bilibili, XiaoHongShu, Douyin, Weibo, WeChat, Xiaoyuzhou Podcast, LinkedIn, V2EX, RSS, Exa web search. | productivity |
| asciinema-tools | Terminal recording automation: asciinema capture, launchd daemon for background chunking, Keychain PAT storage, Pushover notifications, cast conversion, and semantic analysis | utilities |
| autoloop | Self-revising LOOP_CONTRACT.md pattern for long-horizon autonomous work. Dynamic pacing via ScheduleWakeup + Monitor fallback. Commands: /autoloop:start, /autoloop:muster, /autoloop:stop, /autoloop:reclaim, /autoloop:triage, /autoloop:setup | automation |
| calcom-commander | Cal.com + Telegram bot lifecycle - booking management, interactive commands, scheduled sync, Agent SDK routing, 1Password API key | productivity |
| chronicle-share | Producer-side session chronicle sharing pipeline: bundle -> sanitize -> Cloudflare R2 -> presigned URL (skeleton, not yet functional) | devops |
| claude-tts-companion | Real-time karaoke subtitles synced with TTS playback — unified macOS accessory app replacing telegram-bot + kokoro-tts-server + subtitle prototype | productivity |
| cli-anything | Reference guide for CLI-Anything: auto-generate production-ready agent-controllable CLI harnesses for any GUI app via 7-phase pipeline. Covers all validated commands, per-app examples (GIMP, Blender, LibreOffice, Inkscape), testing, and HARNESS.md methodology. | development |
| crucible | Self-evolving research methodology: 18 universal principles for LLM-driven investigation, distilled from a 376-turn session with 1 positive + 17 null campaigns. | ai |
| devops-tools | DevOps automation: ClickHouse, Doppler, MLflow, Cloudflare Workers, pueue orchestration, notifications, session recovery, MiniMax consensus analysis | devops |
| doc-tools | Comprehensive documentation tooling: ASCII diagrams, markdown standards, LaTeX build, Pandoc PDF, glossary management, plotext financial charts | documentation |
| dotfiles-tools | Chezmoi dotfile management via natural language workflows | utilities |
| floating-clock | macOS floating clock overlay with profile-based aesthetics, controlled via SwiftBar control center | utilities |
| gemini-deep-research | Run Gemini Deep Research via browser automation (claude-in-chrome MCP). Submit prompts, monitor progress, retrieve final reports. | research |
| gh-tools | GitHub workflow automation with intelligent GFM link validation, fork intelligence, and issue creation tooling | development |
| git-town-workflow | Prescriptive git-town workflow enforcement for fork-based development | devops |
| gmail-commander | Gmail bot + CLI lifecycle: 1Password OAuth, scheduled email triage via Agent SDK Haiku, interactive Telegram bot | productivity |
| html-showcase | Canonical CSS kernel + HTML skeleton for static showcase pages (provenance reports, dashboards); single design-system SSoT via jsDelivr, per-page CSS overrides | documents |
| itp | Implement-The-Plan workflow: ADR-driven 4-phase development with preflight, implementation, and release | productivity |
| itp-hooks | ITP workflow enforcement + code correctness: PreToolUse / PostToolUse / Stop hooks for SSoT principles, file-size guard, type checks, ASCII art blocking, ty/oxlint/biome lint, autoloop stall guard | enforcement |
| kokoro-tts | Kokoro TTS engine: install, server lifecycle, synthesis, health checks, and real-time audio architecture for macOS Apple Silicon | productivity |
| link-tools | Link validation: portability checks, broken link detection, path policy linting | quality |
| macro-keyboard | Karabiner remap for cheap 3-key USB-C/Bluetooth macro pads + HID diagnostic + Fn-key emit utilities | utilities |
| media-tools | Download YouTube audio and push to BookPlayer for offline listening | productivity |
| minimax | MiniMax M-series production wiring patterns — API client templates verified across multi-iteration campaigns | ai |
| mise | User-global mise workflow commands: env status, list-repo-tasks, run-full-release, SR&ED commit | productivity |
| mql5 | MQL5 development: indicator patterns, mql5.com article extraction, Python workspace, MT5 tick collection ops, FXView Parquet consumer | trading |
| openwolf | Wraps the third-party openwolf npm middleware (token-saving project memory): installs the global binary, runs openwolf init, surfaces status, and adds a clean removal path | productivity |
| plugin-dev | Plugin development: skill architecture, plugin validation, silent failure auditing, TodoWrite templates | development |
| productivity-tools | Slash command generation, Notion (SDK + CLI), iMessage queries, iTerm2 layouts, calendar event manager, Google Drive access | productivity |
| pushover-commander | Pushover end-to-end: send (+image), priority-2 emergency with receipt polling, headless web-control for apps/sounds, incident-report PNGs, UUID/JSONL audit + quota | devops |
| quality-tools | Code quality and validation: clone detection, dead-code, multi-agent E2E + performance profiling, ClickHouse architect, refactoring guide | quality |
| quant-research | Quantitative research: SOTA range bar metrics, Sharpe ratios, ML prediction quality, WFO epochs | trading |
| rust-tools | Rust dependency audit + SOTA Rust arsenal reference | development |
| ssh-tunnel-companion | macOS launchd companion for SSH tunnels (Tailscale + CF Access) — see plugin's CLAUDE.md for the SSoT on tunnel architecture | devops |
| statusline-tools | Custom Claude Code status line with git status indicators + global ignore patterns + session-info reporter | utilities |
| tlg | Telegram operations toolkit: messages, channels, dialogs, members, media, search, dump, drafting, cleanup | productivity |
| tts-tg-sync | TTS + Telegram sync stack: bot process control, voice quality audition, settings tuning, full-stack bootstrap, diagnostic resolver | productivity |
Installation
Prerequisites
| Requirement | Check | Install |
|---|---|---|
| Claude Code | claude --version | Getting Started Guide |
Quick Start (Recommended)
Run these commands in your terminal (not inside Claude Code):
# 1. Add the cc-skills marketplace
claude plugin marketplace add terrylica/cc-skills
# 2. Install all 37 plugins (one-liner, alphabetically ordered to match marketplace.json)
for p in agent-reach asciinema-tools autoloop calcom-commander chronicle-share claude-tts-companion cli-anything crucible devops-tools doc-tools dotfiles-tools floating-clock gemini-deep-research gh-tools git-town-workflow gmail-commander html-showcase itp itp-hooks kokoro-tts link-tools macro-keyboard media-tools minimax mise mql5 openwolf plugin-dev productivity-tools pushover-commander quality-tools quant-research rust-tools ssh-tunnel-companion statusline-tools tlg tts-tg-sync; do
claude plugin install "$p@cc-skills"
done
# 3. Sync hooks to settings.json (requires cloning the repo)
git clone https://github.com/terrylica/cc-skills.git /tmp/cc-skills
/tmp/cc-skills/scripts/sync-hooks-to-settings.sh
# 4. Restart Claude Code to activate hooks
claudeStep-by-Step Installation
claude plugin marketplace add terrylica/cc-skillsThis clones the marketplace to ~/.claude/plugins/marketplaces/cc-skills/.
Verify installation:
claude plugin marketplace list
# Should show: cc-skills - Source: GitHub (terrylica/cc-skills)Use the install one-liner above, or pick the plugins you need from the Plugins table. Examples:
# Workflow + dev essentials
claude plugin install itp@cc-skills
claude plugin install itp-hooks@cc-skills
claude plugin install plugin-dev@cc-skills
claude plugin install gh-tools@cc-skills
claude plugin install link-tools@cc-skills
# Autonomous loop primitives
claude plugin install autoloop@cc-skills
# DevOps + quality
claude plugin install devops-tools@cc-skills
claude plugin install quality-tools@cc-skills
claude plugin install doc-tools@cc-skills
# Media / productivity (optional, install on demand)
claude plugin install asciinema-tools@cc-skills
claude plugin install productivity-tools@cc-skills
claude plugin install statusline-tools@cc-skillsThe full alphabetical list is in .claude-plugin/marketplace.json — jq -r '.plugins[].name' .claude-plugin/marketplace.json enumerates all 36.
Hooks provide pre/post tool use enforcement and session events. They must be explicitly synced to ~/.claude/settings.json:
# Clone the repository (if not already cloned)
git clone https://github.com/terrylica/cc-skills.git ~/cc-skills-temp
# Run the hook sync script
~/cc-skills-temp/scripts/sync-hooks-to-settings.sh
# Output: ✓ Hooks synced: PreToolUse=7, PostToolUse=3, Stop=5Hooks require a restart to take effect:
# Exit any running Claude Code sessions, then:
claudeVerify Installation
# Check marketplace is registered
claude plugin marketplace list
# Inside Claude Code, verify commands are available
# Type "/" and look for itp:go, plugin-dev:create, etc.Updating the Marketplace
When new versions are released:
# Update the marketplace repository
cd ~/.claude/plugins/marketplaces/cc-skills
git pull
# Reinstall updated plugins (or specific ones)
claude plugin install itp@cc-skills
# Re-sync hooks
./scripts/sync-hooks-to-settings.sh # From the repo directoryTroubleshooting
"Source path does not exist" Error
Cause: Marketplace repository is out of sync or has stale data.
Fix:
# Update the marketplace
cd ~/.claude/plugins/marketplaces/cc-skills
git pull
# Retry installation
claude plugin install plugin-name@cc-skillsSlash Commands Not Appearing
Cause: Plugins installed but commands not discovered.
Fix:
- Verify plugin is installed:
```bash # Check installed_plugins.json
```
- Restart Claude Code (fresh session required)
- If still not working, clear cache and reinstall:
``bash rm -rf ~/.claude/plugins/cache/cc-skills claude plugin install plugin-name@cc-skills ``
Hooks Not Working
Cause: Hooks not synced to settings.json.
Fix:
# Sync hooks
cd /path/to/cc-skills
./scripts/sync-hooks-to-settings.sh
# Restart Claude CodeVerify hooks are registered:
cat ~/.claude/settings.json | jq '.hooks | keys'
# Should show: ["PreToolUse", "PostToolUse", "Stop"]"Plugin not found" After Adding Marketplace
Cause: Known Claude Code issue with SSH clone failures.
Fix:
# Remove and re-add with explicit clone
claude plugin marketplace remove cc-skills
rm -rf ~/.claude/plugins/marketplaces/cc-skills
# Clone manually via HTTPS
git clone https://github.com/terrylica/cc-skills.git ~/.claude/plugins/marketplaces/cc-skills
# Re-add to known_marketplaces.json
# Add this entry to ~/.claude/plugins/known_marketplaces.json:
# "cc-skills": {
# "source": {"source": "github", "repo": "terrylica/cc-skills"},
# "installLocation": "$HOME/.claude/plugins/marketplaces/cc-skills",
# "lastUpdated": "2026-01-13T00:00:00.000Z"
# }Version Mismatch
Cause: Cache has old plugin version.
Fix:
# Check current cached version
ls ~/.claude/plugins/cache/cc-skills/itp/
# Clear specific plugin cache
rm -rf ~/.claude/plugins/cache/cc-skills/itp
# Reinstall
claude plugin install itp@cc-skillsArchitecture
Directory Structure
~/.claude/plugins/
├── known_marketplaces.json # Registered marketplaces
├── installed_plugins.json # Installed plugins with versions
├── marketplaces/
│ └── cc-skills/ # Cloned marketplace repository
│ ├── .claude-plugin/
│ │ └── marketplace.json # Plugin registry (SSoT)
│ └── plugins/
│ ├── itp/
│ ├── plugin-dev/
│ └── ...
└── cache/
└── cc-skills/ # Cached plugin copies
├── itp/
│ └── <version>/ # Version-specific cache
└── ...Key Files
| File | Purpose |
|---|---|
~/.claude/plugins/known_marketplaces.json | Marketplace registry with source and install locations |
~/.claude/plugins/installed_plugins.json | Installed plugins with versions and paths |
~/.claude/settings.json | User settings including hooks configuration |
.claude-plugin/marketplace.json | Plugin registry for this marketplace (SSoT) |
Marketplace Configuration
The known_marketplaces.json entry for cc-skills:
{
"cc-skills": {
"source": {
"source": "github",
"repo": "terrylica/cc-skills"
},
"installLocation": "$HOME/.claude/plugins/marketplaces/cc-skills",
"lastUpdated": "<timestamp>"
}
}For Plugin Developers
Critical Schema Requirements
Based on compatibility with Claude Code's plugin loader:
DO NOT use trailing slashes in source paths:
// CORRECT
"source": "./plugins/itp"
// WRONG - causes "Source path does not exist" error
"source": "./plugins/itp/"The author field must be an object, not a string:
// CORRECT
"author": {
"name": "Your Name",
"url": "https://github.com/username"
}
// WRONG - causes validation error
"author": "Your Name"Only standard fields are allowed. These cause validation errors:
// WRONG - unrecognized keys
"commands_dir": "commands",
"references_dir": "references",
"scripts_dir": "scripts"Valid plugin.json Example
{
"name": "my-plugin",
"version": "<version>",
"description": "Plugin description (min 10 chars)",
"keywords": ["keyword1", "keyword2"],
"author": {
"name": "Your Name",
"url": "https://github.com/username"
}
}Valid marketplace.json Entry
{
"name": "my-plugin",
"description": "Plugin description",
"version": "<version>",
"source": "./plugins/my-plugin",
"category": "development",
"author": {
"name": "Your Name",
"url": "https://github.com/username"
},
"keywords": ["keyword1", "keyword2"],
"strict": false
}Testing Your Plugin
# Validate marketplace structure
bun scripts/validate-plugins.mjs
# Check for schema errors
bun scripts/validate-plugins.mjs --fixTerminology
Understanding the architectural hierarchy:
| Term | Definition | Location | Example |
|---|---|---|---|
| Plugin | Marketplace-installable container with metadata, commands, and optional bundled skills | ~/.claude/plugins/ | itp, gh-tools |
| Skill | Executable agent with SKILL.md frontmatter; can be standalone or bundled within a plugin | ~/.claude/skills/ | graph-easy, pypi-doppler |
| Command | Slash command (/plugin:command) defined in .md file within plugin's commands/ directory | Plugin's commands/ | /itp:setup |
| Reference | Supporting documentation in references/ directory; not directly executable | references/ | error-handling.md |
Hierarchy:
Plugin (Container)
├── commands/ → Slash commands (/plugin:command)
├── skills/ → Bundled skills (copied to ~/.claude/skills/ on install)
│ └── skill-name/
│ ├── SKILL.md → Skill definition (frontmatter + instructions)
│ ├── scripts/ → Executable helpers
│ └── references/ → Supporting docs
├── hooks/ → Hook definitions (hooks.json)
├── scripts/ → Plugin-level utilities
└── references/ → Plugin-level documentationKey distinctions:
- •install → Acquire packages/tools via package manager (
brew install,npm install) - •setup → Verify environment post-installation (
/itp:setupchecks dependencies) - •init → Create initial directory structure (one-time scaffolding)
- •configure → Adjust settings in config files (iterative customization)
Plugin Dependencies
Some plugins use skills from other plugins. Install dependencies first for full functionality.
| Plugin | Depends On | Skills Used |
|---|---|---|
plugin-dev | itp | implement-plan-preflight, code-hardcode-audit |
doc-tools | itp | graph-easy, adr-graph-easy-architect |
itp | doc-tools | ascii-diagram-validator |
Note: doc-tools and itp have a circular dependency (both provide diagram tools). Install both for full functionality.
Run bun scripts/validate-plugins.mjs --deps to see the full dependency graph.
Slash Command Naming Convention
Marketplace plugin commands display with the plugin:command format:
| Display Format | Meaning |
|---|---|
/itp:go | Plugin itp, command go |
/itp:setup | Plugin itp, command setup |
Why the colon format?
- •Display: Claude Code always shows the full
plugin:commandnamespace in autocomplete and command lists - •Invocation: You may type
/go,/setup, or/hooksdirectly if no naming conflicts exist with other installed plugins - •Clarity: The namespace identifies which plugin provides each command
Important edge case: When the command name equals the plugin name (e.g., /foo:foo), you must use the full format. Typing /foo alone is interpreted as the plugin prefix, not the command.
Repository Structure
cc-skills/
├── .claude-plugin/
│ └── marketplace.json # Plugin registry (36 plugins) — SSoT
├── plugins/ # 36 marketplace plugins (each with its own CLAUDE.md)
│ ├── autoloop/ # Self-revising LOOP_CONTRACT pattern (.autoloop/<slug>--<hash>/ layout)
│ ├── itp/ # ADR-driven 4-phase development workflow
│ ├── itp-hooks/ # Workflow enforcement + code-correctness hooks
│ ├── plugin-dev/ # Plugin / skill architecture meta-tools
│ ├── gh-tools/ # GitHub workflow + GFM link validation
│ ├── doc-tools/ # ASCII diagrams, markdown standards, LaTeX, Pandoc
│ ├── quality-tools/ # Clone detection, E2E validation, profiling, refactor guide
│ ├── devops-tools/ # ClickHouse, Doppler, MLflow, pueue, session recovery
│ ├── claude-tts-companion/ # Swift macOS karaoke-subtitles companion
│ ├── kokoro-tts/ # Kokoro TTS engine (install / server / synthesis)
│ ├── tts-tg-sync/ # TTS + Telegram sync stack
│ ├── tlg/ # Telegram operations toolkit
│ ├── ssh-tunnel-companion/ # macOS launchd companion for SSH tunnels
│ ├── floating-clock/ # macOS floating clock overlay
│ ├── macro-keyboard/ # Karabiner remap for 3-key macro pads
│ ├── … # 20 more — see Plugins table for the full set
├── scripts/
│ ├── sync-hooks-to-settings.sh # Hook synchronization (called by release:sync)
│ ├── sync-commands-to-settings.sh # Command synchronization
│ ├── validate-plugins.mjs # Plugin validation
│ └── marketplace.schema.json # JSON Schema for marketplace.json
├── .mise/tasks/release/ # Release automation (6 phases — see below)
├── docs/ # ADRs, design docs, lessons-learned, troubleshooting
├── .autoloop/ # autoloop campaign storage (gitignored)
│ └── <campaign-slug>--<short-hash>/
│ ├── CONTRACT.md # Live LOOP_CONTRACT
│ ├── PROVENANCE.md # Owner+history index
│ └── state/ # heartbeat.json + revision-log
├── package.json # semantic-release
└── README.mdRelease Workflow (for maintainers)
This marketplace uses semantic-release with mise task automation:
# Check release status
mise run release:status
# Full release workflow (preflight → version → sync → verify)
mise run release:full
# Dry run (no changes)
mise run release:dry
# Manual hook sync only
mise run release:hooks
# Sync marketplace to ~/.claude after release
mise run release:syncRelease Phases
mise run release:full runs all six phases in sequence — matches the canonical task description in .mise/tasks/release/full. Each phase is independently invokable.
| Phase | Task | Description |
|---|---|---|
| 1 | release:preflight | Validate clean working dir, GH_TOKEN presence, plugin manifests, releasable conventional commits |
| 1.5 | release:presync | Mirror current main HEAD to ~/.claude marketplace clone so the live env reflects pending changes |
| 2 | release:version | Run semantic-release (version bump + CHANGELOG + git tag + GitHub release) |
| 3 | release:sync | Update marketplace repo, sync hooks/commands to settings.json, populate plugin cache |
| 4 | release:verify | Verify git tag, GitHub release, marketplace, hooks files, runtime artifact consistency |
| 5 | release:postflight | Reset lockfile drift, confirm clean working dir, confirm all commits pushed |
Available Plugins
itp
Implement-The-Plan workflow: ADR-driven 4-phase development.
Execute approved plans from Claude Code's Plan Mode through a structured workflow:
- •Preflight: ADR + Design Spec creation with graph-easy diagrams
- •Phase 1: Implementation with engineering standards
- •Phase 2: Format & Push to GitHub
- •Phase 3: Release via the repo's mise release pipeline, optionally Publish (PyPI)
Commands: /itp:go, /itp:setup, /itp:tether (release runs via /mise:run-full-release)
tether(washooks) renamed to avoid clashing with Claude Code's built-in/hooks. Old TRIGGERS keyword retained.
Bundled Skills: adr-code-traceability, adr-graph-easy-architect, bootstrap-monorepo, code-hardcode-audit, graph-easy, impl-standards, implement-plan-preflight, mise-configuration, mise-tasks, pypi-doppler
plugin-dev
Plugin and skill development: structure validation, silent failure auditing, skill architecture meta-skill.
- •skill-architecture - Meta-skill for creating skills (YAML frontmatter, TodoWrite templates)
- •plugin-validator - Validate plugin structure, manifests, and detect silent script failures
Commands: /plugin-dev:create
autoloop
Self-revising LOOP_CONTRACT.md pattern for long-horizon autonomous work. Replaces the previously-shipped ru plugin (removed 2026-04 per ADR) and renames the post-Ralph "autonomous-loop" plugin to a shorter slug.
Features:
- •Per-campaign storage layout: contracts live at
<cwd>/.autoloop/<slug>--<short-hash>/CONTRACT.mdwith siblingstate/dir andPROVENANCE.mdledger - •Multi-campaign coexistence in one cwd via slug+hash directory naming (no collisions when multiple Claude sessions run in the same branch+folder)
- •Auto-migration on first
/autoloop:startfor any directory containing a legacyLOOP_CONTRACT.md - •schema_version 2 frontmatter with self-describing provenance:
loop_id,campaign_slug,created_in_session,created_at_cwd,created_at_git_branch,created_at_git_commit, mirrored owner state, expected-cadence hint - •5-step identification decision tree in every contract so any AI agent (offline or live) can answer "is this mine, reclaimable, or hands-off?" without consulting the registry
- •Atomic ownership: registry at
~/.claude/loops/registry.jsonis the SSoT; flock-serialized writes; PID-reuse defense viaowner_start_time_us; generation counter for TOCTOU defense - •Stall-guard hook in
itp-hooks(stop-loop-stall-guard.ts) detects firings that ended without a valid waker and forces a rewake
Commands: /autoloop:start, /autoloop:muster, /autoloop:stop, /autoloop:setup, /autoloop:reclaim, /autoloop:triage
muster(wasstatus) andtriage(wasdoctor) renamed in v18/v19 to avoid clashing with Claude Code's built-in/statusand/doctor. Old TRIGGER keywords kept in skill descriptions for soft backward-compat.
Plugin doc: plugins/autoloop/CLAUDE.md — architecture, 6 catastrophic pitfalls, troubleshooting playbook.
gh-tools
GitHub workflow automation with intelligent GFM link validation.
- •Detects broken repository-relative links
- •Auto-fixes common link patterns
- •Integrates with
ghCLI workflows
link-tools
Link validation: portability checks, broken link detection, path policy linting.
- •link-validator - Validates relative path usage for cross-installation compatibility
- •link-validation - Broken link detection with path policy linting (on-demand)
devops-tools
Doppler credentials, Firecrawl self-hosted, ML pipelines, MLflow queries, notifications, and session recovery.
17 bundled skills: clickhouse-cloud-management, clickhouse-pydantic-config, claude-code-proxy-patterns, disk-hygiene, distributed-job-safety, doppler-workflows, doppler-secret-validation, dual-channel-watchexec, firecrawl-research-patterns, ml-data-pipeline-architecture, ml-failfast-validation, mlflow-python, project-directory-migration, pueue-job-orchestration, python-logging-best-practices, session-chronicle, session-recovery
doc-tools
Comprehensive documentation: ASCII diagrams, markdown standards, LaTeX build, Pandoc PDF generation.
Nine bundled skills: ascii-diagram-validator, documentation-standards, glossary-management, latex-build, latex-setup, latex-tables, pandoc-pdf-generation, plotext-financial-chart, terminal-print
quality-tools
Code quality and validation tools: clone detection, E2E validation, profiling, schema testing.
Six bundled skills: clickhouse-architect, code-clone-assistant, multi-agent-e2e-validation, multi-agent-performance-profiling, schema-e2e-validation, symmetric-dogfooding
itp-hooks
ITP workflow enforcement via PreToolUse and PostToolUse hooks.
- •Hard block on manual ASCII art
- •Ruff Python linting reminders
- •Graph-easy skill reminders
- •ADR/Design Spec sync reminders
statusline-tools
Custom Claude Code status line with git status indicators.
- •Git status indicators (modified, deleted, staged, untracked)
- •Remote tracking (ahead/behind commits)
Commands: /statusline-tools:setup
Other Plugins
For everything not detailed above, see the Plugins table and the per-plugin CLAUDE.md (the SSoT for purpose, stack, and conventions). The full list is enumerable via:
jq -r '.plugins[] | "\(.name) — \(.description)"' .claude-plugin/marketplace.jsonKnown Issues
Claude Code Plugin Ecosystem Issues
| Issue | Description | Workaround |
|---|---|---|
| #14929 | Commands from directory-based local marketplaces not discovered | Use GitHub-based marketplace source |
| SSH clone failures | Silent failure when adding marketplace via SSH | Use HTTPS clone manually |
This Marketplace
| Issue | Status | Notes |
|---|---|---|
| Circular dependency: doc-tools ↔ itp | Known | Install both for full functionality |
Contributing
- Fork the repository
- Create a plugin in
plugins/your-plugin/ - Add entry to
.claude-plugin/marketplace.json - Ensure
plugin.jsonfollows the schema (see For Plugin Developers) - Run
bun scripts/validate-plugins.mjs - Submit a pull request
License
MIT
Install & Usage
/plugin marketplace add <org/repo>Add the configuration to /plugin install cli-anything@<marketplace>
/pluginUse Cases
Usage Examples
/cli-anything generate --app gimp --output ./gimp-harness
/cli-anything test --harness ./blender-harness --scenario batch-render
Use CLI-Anything to create a LibreOffice harness that converts .docx to .pdf via CLI.
Security Audits
Frequently Asked Questions
What is cli-anything?
CLI-Anything auto-generates production-ready, agent-controllable CLI harnesses for any GUI application using a validated 7-phase pipeline. It provides a comprehensive reference for all commands, per-app examples (GIMP, Blender, LibreOffice, Inkscape), and testing methodology, enabling developers to quickly create and maintain CLI wrappers that AI agents can reliably control.
How to install cli-anything?
To install cli-anything: add a marketplace (/plugin marketplace add <org/repo>), then add the config to /plugin install cli-anything@<marketplace>. Finally, /plugin in Claude Code.
What is cli-anything best for?
cli-anything is a plugin categorized under Development. It is designed for: testing, agent, cli, gui, harness, cli-anything, gimp, blender. Created by Terry Li.
What can I use cli-anything for?
cli-anything is useful for: Generate a CLI harness for GIMP to automate image editing tasks from an AI agent.; Create a Blender CLI wrapper for batch rendering 3D scenes without manual GUI interaction.; Build a LibreOffice CLI harness to convert documents programmatically in a CI/CD pipeline.; Develop an Inkscape CLI wrapper for automated SVG manipulation and export.; Test and validate an existing CLI harness using the built-in testing methodology.; Add a new GUI application to the CLI-Anything framework following the 7-phase pipeline..