BeClaude

claude-power-tools

New
67GitHub TrendingGeneralby Matt-Hulme

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

First seen 6/7/2026

Summary

This skill enables Claude Code to proactively suggest and configure its own power tools—such as workflows, goals, loops, and hooks—at the most opportune moments during development.

  • It helps developers automate repetitive tasks, maintain consistent coding practices, and streamline complex multi-step processes without manual setup.

Install & Usage

1
Create the agents directory
mkdir -p .claude/agents
2
Save the agent file

Add the configuration to .claude/agents/claude-power-tools.md

3
Invoke with @agent-name
@claude-power-tools

Use Cases

Automatically suggest a workflow when Claude detects a repetitive sequence of commands during a code review session.
Prompt the user to set up a goal when a long-running task like refactoring a module is initiated, tracking progress across sessions.
Propose a loop configuration when Claude notices the user is performing the same edit on multiple files, such as renaming a function across a codebase.
Offer to create a hook when a commit message pattern is repeated, ensuring consistent commit formatting across the team.
Recommend a power tool combination when the user starts a new project, setting up initial workflows, goals, and hooks tailored to the project type.
Intervene with a workflow suggestion when Claude identifies a potential error pattern, such as missing error handling in API calls, and offers to automate the fix.

Usage Examples

1

/claude-power-tools suggest workflow for code review

2

Set up a goal to track progress on refactoring the authentication module

3

Create a loop to apply the same rename operation across all JavaScript files in the src directory

View source on GitHub

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is claude-power-tools?

This skill enables Claude Code to proactively suggest and configure its own power tools—such as workflows, goals, loops, and hooks—at the most opportune moments during development. It helps developers automate repetitive tasks, maintain consistent coding practices, and streamline complex multi-step processes without manual setup.

How to install claude-power-tools?

To install claude-power-tools: create the agents directory (mkdir -p .claude/agents), then add the config to .claude/agents/claude-power-tools.md. Finally, @claude-power-tools in Claude Code.

What is claude-power-tools best for?

claude-power-tools is a agent categorized under General. Created by Matt-Hulme.

What can I use claude-power-tools for?

claude-power-tools is useful for: Automatically suggest a workflow when Claude detects a repetitive sequence of commands during a code review session.; Prompt the user to set up a goal when a long-running task like refactoring a module is initiated, tracking progress across sessions.; Propose a loop configuration when Claude notices the user is performing the same edit on multiple files, such as renaming a function across a codebase.; Offer to create a hook when a commit message pattern is repeated, ensuring consistent commit formatting across the team.; Recommend a power tool combination when the user starts a new project, setting up initial workflows, goals, and hooks tailored to the project type.; Intervene with a workflow suggestion when Claude identifies a potential error pattern, such as missing error handling in API calls, and offers to automate the fix..