By gupsammy
Automate Git-powered coding workflows: generate atomic conventional commits from changes, push to feature branches and create/update PRs, clean merged/stale branches, fetch organized PR comments, generate/update READMEs and changelogs, maintain CLAUDE.md docs, and set up GitHub Actions for Claude Code—all with AI agents for audits.
Use this agent when you need architectural guidance or review. Recommended PROACTIVELY after adding features that span 3+ modules, refactoring cross-module boundaries, or making structural design decisions. Not for naming, formatting, or single-file style questions — those are code quality, not architecture.
Use this agent when you need code quality review — readability, correctness, dead code, naming, and consistency. Use PROACTIVELY after implementing features, fixing bugs, or refactoring. Focuses on changed code and its immediate context. Not for security (use security-auditor), performance (use performance-auditor), or architectural patterns (use architecture-auditor).
This skill should be used when the user says "clean up branches", "delete merged branches", "prune stale branches", "git branch cleanup", "remove old branches", or wants to tidy up or purge old branches.
This skill should be used when the user says "commit my changes", "commit this", "create a commit", "git commit", "save my work", or mentions committing code.
This skill should be used when the user says "get PR comments", "show PR feedback", "what comments on my PR", "PR review comments", "show me the review", "what did reviewers say", or asks about feedback on a pull request. Not for creating PRs or responding to comments.
This skill should be used when the user asks to "create a changelog", "generate a changelog", "update my changelog", "fill in the changelog", "add a changelog", "CHANGELOG is missing entries", "changelog is out of date", "what's missing from my changelog", "changelog from git history", "write changelog", "release notes", or says "my project needs a CHANGELOG".
This skill should be used when the user asks to "create a README", "generate a README", "make a readme", "write a README for my project", "need a README", "add a README", "document my project", "set up project docs", "readme with badges".
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A curated Claude Code plugin marketplace. Everything here is something I personally use, build, and iterate on across real projects. If it's in this marketplace, it works.
Add the marketplace, then install any plugin:
/plugin marketplace add gupsammy/claudest
/plugin install claude-memory@claudest
/plugin install claude-research@claudest
/plugin install claude-coding@claudest
/plugin install claude-skills@claudest
/plugin install claude-thinking@claudest
/plugin install claude-content@claudest
/plugin install claude-utilities@claudest
/plugin install claude-claw@claudest
To enable auto-updates, run /plugin, go to the Marketplaces tab, and toggle auto-update for Claudest.
Conversation memory for Claude Code. Stores every session in a SQLite database with full-text search (FTS5, BM25 ranking, zero external dependencies) and makes past conversations available to the agent automatically.
recall-conversations — search conversation history by keywords, browse recent sessions, or run structured analyses like retrospectives and gap-finding.extract-learnings — reads past conversations, identifies non-obvious insights worth preserving, and proposes placing them at the right layer in the memory hierarchy (CLAUDE.md, MEMORY.md, or topic files). Includes a consolidation mode with dedicated memory-auditor and signal-discoverer agents for batch processing.get-token-insights — analyzes Claude token usage with a normalization pipeline and interactive HTML dashboard. Surfaces cache hit rates, workflow patterns, and spending trends.For the full story behind the architecture: What I Learned Building a Memory System for My Coding Agent.
/plugin install claude-memory@claudest
Cross-platform research skills for Claude Code.
run-research — autonomous research agent that queries Reddit, X/Twitter, YouTube, and the web simultaneously, then synthesizes findings weighted by engagement. Sources are detected at runtime — missing tools are skipped silently.search-youtube — YouTube research toolkit built on yt-dlp. Search with filters, extract transcripts, pull audio, scan channels, and batch process URLs. Research mode runs adaptive multi-round discovery with parallel agents.# Prerequisites — install only what you need, each source is optional
pip install yt-dlp # YouTube (used by both skills)
pip install reddit-cli # Reddit
brew install bird # X / Twitter
# brave-cli — one-command installer included in run-research skill output
# Web search falls back to Claude's native WebSearch if brave-cli is missing
/plugin install claude-research@claudest
Coding workflow skills for Claude Code. Nine skills and two agents covering the commit loop, project maintenance, documentation, and code quality.
Cross-platform research skills: deep multi-source research across Reddit, X, YouTube, and the web, plus a standalone YouTube research toolkit
Content creation skills: image generation, video compression, conversion, GIF creation, social media formatting, and audio extraction
OpenClaw tools: advisory, troubleshooting, and skill building for OpenClaw
Structured thinking and multi-perspective deliberation tools
A collection of useful utilities, tools, and skills for Claude Code
npx claudepluginhub gupsammy/claudest --plugin claude-codingStreamline your git workflow with simple commands for committing, pushing, and creating pull requests
Commands for Git operations, commits, and PRs
Intelligent git commits with conventional format, semantic analysis, and changelog generation
GitHub and Git workflow tools: commit-creator, pr-creator, pr-reviewer, and pr-comment-resolver agents, slash commands for commits, PRs, and review comment resolution, plus skills for PR/commit workflows.
Git and workspace operations for active development workflows - commit messages, PR prep, documentation updates, and version management
Editorial "OSS Maintainer" bundle for Claude Code from Antigravity Awesome Skills.