Skip to content

KyleCodes/UberClaude

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

UberClaude

Reusable Claude Code commands and agents for common development workflows.

These are framework-agnostic and can be dropped into any codebase. They encode opinionated processes for knowledge base management and PR workflows, but the tooling itself is generic.

What's here

Commands for building and maintaining per-product-area knowledge bases that Claude Code auto-loads for context.

  • /deep-explore - Comprehensive initial exploration of a product area. Takes a root directory and a seed description, crawls the code, and generates a concise CLAUDE.local.md + detailed REFERENCE.md.
  • /steward - Incremental updates. Checks for new commits since the last run, gathers PR and issue tracker context, and surgically updates only the affected sections.

Agent for PR creation and Slack review requests.

  • pr-workflow - Reads the diff, writes a concise PR description (product impact first, technical details second), and drafts Slack messages with clickable hyperlinks. Always asks for approval before posting.

Installation

# knowledge base commands
mkdir -p ~/.claude/commands
cp commands/knowledge/deep-explore.md commands/knowledge/steward.md ~/.claude/commands/

# pr workflow agent
mkdir -p ~/.claude/agents
cp agents/prs/pr-workflow.md ~/.claude/agents/

Prerequisites

About

useful agents / commands / skills

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors