Back to Discover

cc-skills

skill

terrylica

Claude Code Skills Marketplace: plugins, skills for ADR-driven development, DevOps automation, ClickHouse management, semantic versioning, and productivity workflows

View on GitHub
60 starsMITSynced Aug 2, 2026

Install to Claude Code

/plugin marketplace add terrylica/cc-skills

README

cc-skills

Claude Code Skills Marketplace: Meta-skills, foundational tools, and self-revising autonomous-loop primitives for Claude Code.

Plugins Version License

Plugins

Generated from .claude-plugin/marketplace.json (the SSoT). Run bun scripts/validate-plugins.mjs to verify the table reflects reality.

PluginDescriptionCategory
agent-reachGive 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-toolsTerminal recording automation: asciinema capture, launchd daemon for background chunking, Keychain PAT storage, Pushover notifications, cast conversion, and semantic analysisutilities
calcom-commanderCal.com + Telegram bot lifecycle - booking management, interactive commands, scheduled sync, Agent SDK routing, 1Password API keyproductivity
claude-tts-companionReal-time karaoke subtitles synced with TTS playback — unified macOS accessory app replacing telegram-bot + kokoro-tts-server + subtitle prototypeproductivity
cli-anythingReference 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
crucibleSelf-evolving research methodology: 18 universal principles for LLM-driven investigation, distilled from a 376-turn session with 1 positive + 17 null campaigns.ai
devops-toolsDevOps automation: ClickHouse, Doppler, MLflow, Cloudflare Workers, pueue orchestration, notifications, session recovery, MiniMax consensus analysisdevops
doc-toolsComprehensive documentation tooling: ASCII diagrams, markdown standards, LaTeX build, Pandoc PDF, glossary management, plotext financial chartsdocumentation
dotfiles-toolsChezmoi dotfile management via natural language workflowsutilities
floating-clockmacOS floating clock overlay with profile-based aesthetics, controlled via SwiftBar control centerutilities
gemini-deep-researchRun Gemini Deep Research via browser automation (claude-in-chrome MCP). Submit prompts, monitor progress, retrieve final reports.research
gh-toolsGitHub workflow automation with intelligent GFM link validation, fork intelligence, and issue creation toolingdevelopment
git-town-workflowPrescriptive git-town workflow enforcement for fork-based developmentdevops
gmail-commanderGmail bot + CLI lifecycle: 1Password OAuth, scheduled email triage via Agent SDK Haiku, interactive Telegram botproductivity
html-showcaseCanonical CSS kernel + HTML skeleton for static showcase pages (provenance reports, dashboards); single design-system SSoT via jsDelivr, per-page CSS overridesdocuments
itpImplement-The-Plan workflow: ADR-driven 4-phase development with preflight, implementation, and releaseproductivity
itp-hooksITP workflow enforcement + code correctness: PreToolUse / PostToolUse / Stop hooks for SSoT principles, file-size guard, type checks, ASCII art blocking, ty/oxlint/biome lintenforcement
kokoro-ttsKokoro TTS engine: install, server lifecycle, synthesis, health checks, and real-time audio architecture for macOS Apple Siliconproductivity
link-toolsLink validation: portability checks, broken link detection, path policy lintingquality
macro-keyboardKarabiner remap for cheap 3-key USB-C/Bluetooth macro pads + HID diagnostic + Fn-key emit utilitiesutilities
media-toolsDownload YouTube audio and push to BookPlayer for offline listeningproductivity
minimaxMiniMax M-series production wiring patterns — API client templates verified across multi-iteration campaignsai
miseUser-global mise workflow commands: env status, list-repo-tasks, run-full-release, SR&ED commitproductivity
mql5MQL5 development: indicator patterns, mql5.com article extraction, Python workspace, MT5 tick collection ops, FXView Parquet consumertrading
openwolfWraps the third-party openwolf npm middleware (token-saving project memory): installs the global binary, runs openwolf init, surfaces status, and adds a clean removal pathproductivity
plugin-devPlugin development: skill architecture, plugin validation, silent failure auditing, TodoWrite templatesdevelopment
productivity-toolsSlash command generation, Notion (SDK + CLI), iMessage queries, iTerm2 layouts, calendar event manager, Google Drive accessproductivity
pushover-commanderPushover end-to-end: send (+image), priority-2 emergency with receipt polling, headless web-control for apps/sounds, incident-report PNGs, UUID/JSONL audit + quotadevops
quality-toolsCode quality and validation: clone detection, dead-code, multi-agent E2E + performance profiling, ClickHouse architect, refactoring guidequality
quant-researchQuantitative research: SOTA range bar metrics, Sharpe ratios, ML prediction quality, WFO epochstrading
rust-toolsRust dependency audit + SOTA Rust arsenal referencedevelopment
ssh-tunnel-companionmacOS launchd companion for SSH tunnels (Tailscale + CF Access) — see plugin's CLAUDE.md for the SSoT on tunnel architecturedevops
statusline-toolsCustom Claude Code status line with git status indicators + global ignore patterns + session-info reporterutilities
tlgTelegram operations toolkit: messages, channels, dialogs, members, media, search, dump, drafting, cleanupproductivity
tts-tg-syncTTS + Telegram sync stack: bot process control, voice quality audition, settings tuning, full-stack bootstrap, diagnostic resolverproductivity

Installation

Prerequisites

RequirementCheckInstall
Claude Codeclaude --versionGetting 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 calcom-commander 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
claude

Step-by-Step Installation

Step 1: Add the Marketplace

claude plugin marketplace add terrylica/cc-skills

This clones the marketplace to ~/.claude/plugins/marketplaces/cc-skills/.

Verify installation:

claude plugin marketplace list
# Should show: cc-skills - Source: GitHub (terrylica/cc-skills)

Step 2: Install Individual Plugins

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

# 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-skills

The full alphabetical list is in .claude-plugin/marketplace.jsonjq -r '.plugins[].name' .claude-plugin/marketplace.json enumerates all 36.

Step 3: Sync Hooks

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=5

Step 4: Restart Claude Code

Hooks require a restart to take effect:

# Exit any running Claude Code sessions, then:
claude

Verify 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 directory

Troubleshooting

"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-skills

Slash Commands Not Appearing

Cause: Plugins installed but commands not discovered.

Fix:

  1. Verify plugin is installed:

    # Check installed_plugins.json
    cat ~/.claude/plugins/installed_plugins.json | grep "cc-skills"
    
  2. Restart Claude Code (fresh session required)

  3. If still not working, clear cache and reinstall:

    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 Code

Verify 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-skills

Architecture

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

FilePurpose
~/.claude/plugins/known_marketplaces.jsonMarketplace registry with source and install locations
~/.claude/plugins/installed_plugins.jsonInstalled plugins with versions and paths
~/.claude/settings.jsonUser settings including hooks configuration
.claude-plugin/marketplace.jsonPlugin 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:

1. Source Paths (marketplace.json)

DO NOT use trailing slashes in source paths:

// CORRECT
"source": "./plugins/itp"

// WRONG - causes "Source path does not exist" error
"source": "./plugins/itp/"

2. Author Field (plugin.json)

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"

3. No Custom Fields (plugin.json)

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 --fix

Terminology

Understanding the architectural hierarchy:

TermDefinitionLocationExample
PluginMarketplace-installable container with metadata, commands, and optional bundled skills~/.claude/plugins/itp, gh-tools
SkillExecutable agent with SKILL.md frontmatter; can be standalone or bundled within a plugin~/.claude/skills/graph-easy, pypi-doppler
CommandSlash command (/plugin:command) defined in .md file within plugin's commands/ directoryPlugin's commands//itp:setup
ReferenceSupporting documentation in references/ directory; not directly executablereferences/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 documentation

Key distinctions:

  • install → Acquire packages/tools via package manager (brew install, npm install)
  • setup → Verify environment post-installation (/itp:setup checks 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.

PluginDepends OnSkills Used
plugin-devitpimplement-plan-preflight, code-hardcode-audit
doc-toolsitpgraph-easy, adr-graph-easy-architect
itpdoc-toolsascii-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 FormatMeaning
/itp:goPlugin itp, command go
/itp:setupPlugin itp, command setup

Why the colon format?

  • Display: Claude Code always shows the full plugin:command namespace in autocomplete and command lists
  • Invocation: You may type /go, /setup, or /hooks directly 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)
│   ├── 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
├── package.json                     # semantic-release
└── README.md

Release 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:sync

Release 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.

PhaseTaskDescription
1release:preflightValidate clean working dir, GH_TOKEN presence, plugin manifests, releasable conventional commits
1.5release:presyncMirror current main HEAD to ~/.claude marketplace clone so the live env reflects pending changes
2release:versionRun semantic-release (version bump + CHANGELOG + git tag + GitHub release)
3release:syncUpdate marketplace repo, sync hooks/commands to settings.json, populate plugin cache
4release:verifyVerify git tag, GitHub release, marketplace, hooks files, runtime artifact consistency
5release:postflightReset lockfile drift, confirm clean working dir, confirm all commits pushed

Run mise tasks ls | grep -i release for the complete list (also includes release:status, release:dry, release:hooks, release:clean).

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 (was hooks) 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

gh-tools

GitHub workflow automation with intelligent GFM link validation.

  • Detects broken repository-relative links
  • Auto-fixes common link patterns
  • Integrates with gh CLI 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.json

Known Issues

Claude Code Plugin Ecosystem Issues

IssueDescriptionWorkaround
#14929Commands from directory-based local marketplaces not discoveredUse GitHub-based marketplace source
SSH clone failuresSilent failure when adding marketplace via SSHUse HTTPS clone manually

This Marketplace

IssueStatusNotes
Circular dependency: doc-tools ↔ itpKnownInstall both for full functionality

Contributing

  1. Fork the repository
  2. Create a plugin in plugins/your-plugin/
  3. Add entry to .claude-plugin/marketplace.json
  4. Ensure plugin.json follows the schema (see For Plugin Developers)
  5. Run bun scripts/validate-plugins.mjs
  6. Submit a pull request

License

MIT

Rendered live from terrylica/cc-skills's GitHub README — not stored, always reflects the source repo.

44 Plugins

NameDescriptionCategorySource
notes-commandermacOS Notes organizer + human-in-the-loop drafts. Inventory every account/folder, export all notes to local markdown+manifest snapshots, reorganize safely (folderize/move/merge, dry-run first, no delete verb), audit-and-propose taxonomy, and the migrated draft-hold skill - all on one hardened AppleScript engine (silent-failure detection, transient-error retry, read-back verify).productivity./plugins/notes-commander
agent-reachGive 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./plugins/agent-reach
asciinema-toolsTerminal recording automation: asciinema capture, launchd daemon for background chunking, Keychain PAT storage, Pushover notifications, cast conversion, and semantic analysisutilities./plugins/asciinema-tools
calcom-commanderCal.com + Telegram bot lifecycle - booking management, interactive commands, scheduled sync, Agent SDK routing, 1Password API keyproductivity./plugins/calcom-commander
claude-tts-companionReal-time karaoke subtitles synced with TTS playback — unified macOS accessory app replacing telegram-bot + kokoro-tts-server + subtitle prototypeproductivity./plugins/claude-tts-companion
cli-anythingReference 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./plugins/cli-anything
crucibleSelf-evolving research methodology: 18 universal principles for LLM-driven investigation, distilled from a 376-turn session with 1 positive + 17 null campaigns. Covers epistemic foundations (causality, nulls, record-keeping), investigation patterns (multi-lens agents, adversarial gates, per-trade enrichment), decision layer (constraint-pivot, supersede-not-rewrite), and emergent resurrection (failure archive with resurrect_if conditions).ai./plugins/crucible
devops-toolsDevOps automation: ClickHouse, Doppler, MLflow, Cloudflare Workers, pueue orchestration, notifications, session recovery, MiniMax consensus analysisdevops./plugins/devops-tools
doc-toolsComprehensive documentation: ASCII diagrams, markdown standards, LaTeX build, Pandoc PDF generationdocuments./plugins/doc-tools
dotfiles-toolsChezmoi dotfile management via natural language workflowsutilities./plugins/dotfiles-tools
floating-clockAlways-on-top floating desktop clock for macOS — borderless NSPanel with persistent positioning, timer-driven updates, persistent position via NSUserDefaults.utilities./plugins/floating-clock
gemini-deep-researchGemini Deep Research via browser automation: Playwright CDP, 8-step flow, 40k+ char research reportsai./plugins/gemini-deep-research
gh-toolsGitHub workflow automation: GFM link validation, WebFetch enforcement, issue management, fork intelligencedevelopment./plugins/gh-tools
git-town-workflowPrescriptive git-town workflow enforcement for fork-based development: fork creation, contribution workflow, enforcement hooks that block forbidden raw git commandsdevops./plugins/git-town-workflow
gmail-commanderGmail + Telegram bot lifecycle - email triage, interactive commands, voice digest, Agent SDK routing, 1Password OAuthproductivity./plugins/gmail-commander
graphify-toolsMultimodal knowledge graphs via Graphify-Labs/graphify: turn code + docs + PDFs + images into a queryable graph (graph.html, Obsidian vault, agent wiki). Complements codegraph (symbol-level) with concept-level cross-corpus structure.quality./plugins/graphify-tools
pushover-commanderPushover end-to-end: send notifications (+image), emergency priority-2 with receipt polling, HEADLESS pushover.net web-control (create/delete apps + custom sounds via Playwright — the only way to mint an app token, no API exists), monospace incident-report PNG rendering, UUID/JSONL verbatim audit + quota/heartbeat, /loop briefings. Public + generic; per-user secrets stay private under ~/.claude.devops./plugins/pushover-commander
html-showcaseCanonical CSS kernel + HTML skeleton for static showcase pages (provenance reports, contractor portfolios, telemetry dashboards). Single design-system SSoT served via jsDelivr CDN; pages stay pure HTML with optional per-page CSS overrides.documents./plugins/html-showcase
itpImplement-The-Plan workflow: ADR-driven 4-phase development with preflight, implementation, formatting, and release automationproductivity./plugins/itp
itp-hooksITP workflow enforcement: Ruff Python linting, ASCII art blocking, graph-easy reminders, ADR/Spec sync, code-to-ADR traceabilityenforcement./plugins/itp-hooks
kokoro-ttsLocal Kokoro TTS engine: MLX-Audio install, HTTP server, voice synthesis, health checks, diagnostics (Apple Silicon)devops./plugins/kokoro-tts
link-toolsComprehensive link validation: portability checks, lychee broken link detection, path policy lintingquality./plugins/link-tools
macro-keyboardConfigure cheap 3-key USB-C/Bluetooth macro pads on macOS with Karabiner-Elements: emit real Fn, remap per-device, diagnose mystery keycodes. Includes worked example: Jieli/Free3-P (VID 0x4c4a USB / 0x04E8 BT).productivity./plugins/macro-keyboard
media-toolsYouTube audio download, iOS device media transfer, and HEIC-to-JPEG photo-share workflowsutilities./plugins/media-tools
minimaxMiniMax M-series production wiring: OpenAI-compat quirks, hybrid prompt caching, Tier F quant agentic stack, model-upgrade detection. Distilled from a 41-iteration M2.7-highspeed exploration campaign.ai./plugins/minimax
openwolfWraps the third-party openwolf npm middleware (token-saving project memory for Claude Code). Installs the global binary, runs openwolf init in the current project, surfaces status, and provides a clean removal path that openwolf itself does not ship.productivity./plugins/openwolf
miseUser-global mise workflow commands: release pipeline delegation, environment status, task discovery across any repoproductivity./plugins/mise
mql5MQL5 development: indicator patterns, mql5.com article extraction, Python workspace, log readingtrading./plugins/mql5
plugin-devPlugin and skill development: structure validation, silent failure auditing, skill architecture meta-skill with TodoWrite templatesdevelopment./plugins/plugin-dev
productivity-toolsSlash command factory and calendar event management with tiered sound alarmsproductivity./plugins/productivity-tools
quality-toolsCode quality and validation: clone detection, multi-agent E2E validation, performance profiling, schema testingquality./plugins/quality-tools
quant-researchQuantitative research metrics: SOTA evaluation for range bars, Sharpe ratios with daily aggregation, ML prediction quality (IC, autocorrelation), crypto-specific considerationstrading./plugins/quant-research
rust-toolsSOTA Rust tooling - refactoring, profiling, benchmarking, testing, SIMD, dependency auditdevelopment./plugins/rust-tools
ssh-tunnel-companionSSH tunnel persistence for bigblack ClickHouse via launchd + sleepwatcherdevops./plugins/ssh-tunnel-companion
statusline-toolsCustom status line with git status indicatorsutilities./plugins/statusline-tools
tlgTelegram user-account messaging via MTProto (GramJS, Bun TypeScript) - send messages as yourself, list dialogs, 1Password credentialsproductivity./plugins/tlg
tts-tg-syncTelegram bot + iTerm2 TTS integration: bot process control, voice audition, settings, hooks (requires kokoro-tts for engine)devops./plugins/tts-tg-sync
whatsapp-commanderWhatsApp messaging - wa.me click-to-chat deep links (default, ToS-safe) and WhatsApp Business Cloud API sends. Function/enum-driven Bun TypeScript.productivity./plugins/whatsapp-commander
macos-font-defaultsPoint macOS's user fixed-pitch font and per-app fixed-width fonts (TextEdit plain text, Stickies default note) at a chosen font (default JetBrains Mono NL). Idempotent, parameterized, reproducible on a fresh machine. Does not touch Terminal/editors or Apple Notes.productivity./plugins/macos-font-defaults
garch-volatility-toolkitWalk-forward GARCH(1,1) and GJR(1,1) volatility forecasting. DCC de-weighting overlay (+0.054 Sharpe), GJR inverse vol-scaling (+0.449 Sharpe). Campaign results from 20 seeds on BTC/ETH/SOL/AVAX, 2025-26 test window.trading./plugins/garch-volatility-toolkit
zaiZ.ai GLM Coding Plan (Pro) as a COMPLEMENTARY consultant + toolbelt for Claude Code (does not replace Haiku/Sonnet/Opus). One zai CLI: fast/deep GLM-5.2, ~1M context, vision (glm-4.6v), bundled web_search_prime/web_reader MCP, quota. Plus ask-glm skill, glm subagent, /glm command. Every capability empirically verified 2026-07-21 (202 live calls).ai./plugins/zai
web-forgeSupervised dashboard automation for API-less operations - persistent-profile CDP harness, secrets-safe token/OAuth-app forging, declarative Cloudflare Access walls (GitHub SSO + email OTP) that work directly on *.workers.devdevops./plugins/web-forge
unlimited-ocrLocal document parsing with baidu/Unlimited-OCR (MIT, 3B-total/500M-active MoE): markdown, LaTeX, tables and per-block layout bounding boxes, offline on Apple Silicon via MLX or an NVIDIA GPU via transformers. Ships the empirically-established working invocation (the upstream README's prompt decodes infinite garbage on MLX) and a figure segmenter that turns the model's refusal to describe charts into a pre-processing step.productivity./plugins/unlimited-ocr
arxiv-source-firstRead an arXiv paper from the authors' own LaTeX instead of OCR-ing its PDF. Fetches the e-print source, extracts every display equation with its label, environment and enclosing proposition, renders each to MathML, and proves usability by compiling every formula with a real TeX engine. Carries the ground-truth measurement: on the same paper, OCR scores 0.948 mean similarity yet only 80% of its formulas compile, against 100% for the source.productivity./plugins/arxiv-source-first

0 Comments

Login required
Log in to post a comment or update on this repo.

No comments yet — be the first to share an update.