claudeers.

🔓 unclaimed — this page was auto-generated from GitHub. Are you the creator?

Claim this page →
// DevOps & CI/CD

claude-power-tools

Skills that make Claude Code proactively suggest its own power tools - workflows, goals, loops, hooks - at the right moment

// DevOps & CI/CD[ api ][ claude ]#claude#devopsMIT$open-sourceupdated 7 days ago
Actively maintained
98/100
last commit 7 days ago
last release none
releases 0
open issues 0
// install
git clone https://github.com/Matt-Hulme/claude-power-tools

Claude Power Tools

Skills that make Claude Code proactively smarter about its own capabilities.

Claude Code ships with serious force-multipliers - multi-agent workflows, session goals, recurring loops, hooks, custom skills - but you have to know to ask for them. These skills flip that: Claude notices when your task fits one of its power tools and proposes it, with a concrete sketch and an honest cost, and you decide.

Using OpenAI Codex instead? The same scout, retargeted at Codex's native tool set (subagent fan-out, goals, automations, lifecycle hooks), lives at codex-power-tools.

Skills

suggest-power-tools

The opportunity spotter. While you work on ordinary tasks, it watches for eight shapes and surfaces a proposal at the right seam:

It notices...It suggests...
The same question across many files/items, audits, claims worth adversarially verifyingA multi-agent Workflow (with pipeline sketch + cost, never auto-launched)
Several separable, long-lived tracks that must negotiate an evolving contract, each steered in parallelAn agent team (a lead + peer teammates; writers worktree-isolated), never for tight-loop tuning on shared files
A multi-turn mission with a mushy finish lineA /goal with an evaluator-verifiable condition, drafted ready to fire
Babysitting work: waiting on CI, recurring checks, "remind me later"/loop or /schedule
You just did something the hard way that will recurCapturing it as a skill while the context is hot
"From now on, when X..." or a repeated manual ritualA settings hook (the one automation memory can't do)
A durable design principle crystallizing mid-conversationA one-line decision-log entry
Task gravity not matching the effort appliedEffort recalibration - acts on its own levers (narrating them), proposes yours (/fast, /model, budgets)

Core etiquette baked in: one proposal per opportunity, never stacks proposals, never treats enthusiasm as approval, drops it without ceremony if you decline.

The payoff shape: a "how do we systematically audit these 25 endpoints?" aside becomes a multi-agent workflow that produces a rerunnable consistency checker and a grounded drift report - a durable tool you'd never have thought to ask for.

Install

Copy any skill directory into your skills folder:

git clone https://github.com/Matt-Hulme/claude-power-tools.git
cp -r claude-power-tools/suggest-power-tools ~/.claude/skills/

Skills follow the standard SKILL.md convention (YAML frontmatter + progressive-disclosure references), so they also work with any agent runtime that reads Claude-style skill directories. If you rename the directory, update the name: field in the frontmatter to match.

Optional: the firing hook

A proactive skill only helps if Claude remembers to consult it, and nothing re-injects that reminder at the moment the tool choice is made - so it under-fires. The bundled UserPromptSubmit hook fixes that. It prints a one-line "consider a power tool" reminder only when your prompt carries opportunity-shaped language (systematically, across the board, one at a time, new feature, migrate, remind me, ...), and stays completely silent otherwise - so it costs zero context on ordinary turns.

Wire it into ~/.claude/settings.json (merge into any existing hooks block, don't replace it):

{
  "hooks": {
    "UserPromptSubmit": [
      {
        "hooks": [
          { "type": "command", "command": "~/.claude/skills/suggest-power-tools/hooks/power-tool-scout.sh", "timeout": 5 }
        ]
      }
    ]
  }
}

The script ships at suggest-power-tools/hooks/power-tool-scout.sh (so after install it lives at the path above). Make it executable (chmod +x), then open /hooks once or restart to load it. It's precision-biased by default - loosen the pattern regex in the script if it under-fires, tighten it if it nags. Requires jq.

License

MIT

// compatibility

Platformsapi
Operating systems
AI compatibilityclaude
LicenseMIT
Pricingopen-source
LanguageShell

// faq

What is claude-power-tools?

Skills that make Claude Code proactively suggest its own power tools - workflows, goals, loops, hooks - at the right moment. It is open-source on GitHub.

Is claude-power-tools free to use?

claude-power-tools is open-source under the MIT license, so it is free to use.

What category does claude-power-tools belong to?

claude-power-tools is listed under devops in the Claudeers registry of Claude-compatible tools.

0 views
69 stars
unclaimed
updated 7 days ago

// embed badge

claude-power-tools on Claudeers
[![Claudeers](https://claudeers.com/api/badge/claude-power-tools.svg)](https://claudeers.com/claude-power-tools)

// retro hit counter

claude-power-tools hit counter
[![Hits](https://claudeers.com/api/counter/claude-power-tools.svg)](https://claudeers.com/claude-power-tools)

// reviews

// guestbook

0/500

// related in DevOps & CI/CD

🔓

⭐AI-driven public opinion & trend monitor with multi-platform aggregation, RSS, and smart alerts.🎯 告别信息过载,你的 AI 舆情监控助手与热点筛选工具!聚合多平台热点 + RSS 订阅,支持关键词精准筛选。AI…

// devopssansan0/Python60,216GPL-3.0[ claude ]
🔓

Use Claude Code as the foundation for coding infrastructure, allowing you to decide how to interact with the model while enjoying updates from Anthropic.

// devopsmusistudio/TypeScript35,590MIT[ claude ]
🔓

Professional Antigravity Account Manager & Switcher. One-click seamless account switching for Antigravity Tools. Built with Tauri v2 + React (Rust).专业的 Antig…

// devopslbjlaq/Rust30,028NOASSERTION[ claude ]
→ see how claude-power-tools connects across the ecosystem