umputun/cc-thingz

various things for claude code

What it solves

It provides a marketplace of independent plugins for Claude Code to extend its native capabilities with specialized workflows for software development, such as structured planning, code review, and release management.

How it works

The project organizes a collection of hooks, skills, and commands that can be installed into Claude Code via a marketplace command or manually. These plugins integrate with the Claude Code environment to automate repetitive tasks or guide the AI through complex, multi-phase dialogues.

Who it’s for

Developers using Claude Code who want to enhance their AI-assisted coding workflow with opinionated tools for brainstorming, planning, and auditing code.

Highlights

  • Structured Planning: A system for creating implementation plans in Markdown, reviewing them via an interactive editor overlay, and executing them autonomously using isolated subagents.
  • Advanced Code Review: Tools for PR analysis (detecting scope creep and architecture issues) and an interactive git diff annotation loop that allows users to edit diffs directly in their editor.
  • Autonomous Execution: An execution engine that runs tasks from a plan file, performing multi-phase internal reviews, code smell checks, and external reviews before finalizing the branch.
  • Release Automation: Skills to automate semantic versioning, generate release notes from PRs/commits, and publish releases across GitHub, GitLab, or Gitea.
  • Analytical Thinking Tools: Specialized skills for root cause investigation (5-Why analysis) and dialectic analysis (proving and counter-proving statements).

Related

  • Project
  • Project
  • Project
  • Project
  • Project