Skip to content

driangle/ai-powers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ai-powers

A collection of Claude Code skills for PR workflows and git automation.

Install

From inside Claude Code interactive mode:

# Add the marketplace
/plugin marketplace add driangle/ai-powers

# Install a plugin
/plugin install <plugin_name>@driangle-ai-powers

Available plugins: pr-workflow, codebase-analysis, codebase-ops

Skills

  • audit - Perform a comprehensive codebase audit covering security, privacy, data integrity, architecture, and code quality
  • dead-code - Find dead code: unused exports, orphaned files, unreachable code paths, unused dependencies, and stale artifacts
  • migrate - Perform codebase migrations: upgrade dependencies, swap libraries, adopt new APIs or patterns
  • refactor - Structured refactoring: extract module, split file, inline, rename, simplify, decouple, reorganize
  • commit-msg - Generate conventional commit messages from staged changes
  • pr-description - Generate concise PR descriptions from diffs
  • pr-open - Open GitHub PRs with auto-generated titles and descriptions
  • pr-review - Review GitHub PRs and post author-addressed comments
  • pr-stack - Split large feature branches into smaller, stacked PRs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors