By gupsammy
Generate, audit, repair, and improve Claude Code skills, slash commands, agents, and CLIs: interview requirements to create markdown/YAML files with prompts/tools, lint against 7 quality dimensions, output repair plans with severities, and rank enhancements for effectiveness.
This skill should be used when the user asks to "create an agent", "make an agent", "write an agent", "build a subagent", "add an agent to a plugin", "design an autonomous agent", "generate an agent file", "write a system prompt for an agent", "what frontmatter does an agent need", "create a specialized agent". Not for skills or commands โ use create-skill.
This skill should be used when the user asks to "design a CLI", "help me design command-line flags", "what flags should my tool have", "create a CLI spec", "refactor my CLI interface", "design a CLI my agent can call", or wants to design command-line UX (args/flags/subcommands/help/output/errors/config) before implementation or audit an existing CLI surface for consistency and composability.
This skill should be used when the user asks to "create a skill", "make a command", "write a slash command", "build a Claude extension", or "add a skill to a plugin".
This skill should be used when the user asks to "improve a skill", "make this skill better", "add features to a skill", "this skill is missing something", "upgrade my skill", "what's missing from this skill", "the skill doesn't do X", "make this more useful", or wants to improve skill effectiveness rather than structural correctness. Not for structural fixes โ use repair-skill. Not for agents.
This skill should be used when the user asks to "repair an agent", "audit an agent", "fix my agent", "review agent quality", "check if my agent is well-written", "diagnose agent problems", "what's wrong with this agent", "improve this agent", or "what's wrong with this agent file". Not for skills โ use repair-skill.
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.
Coding workflow skills: intelligent commits, push & PR, branch cleanup, CLAUDE.md maintenance, README generation, changelog creation, README updating, and GitHub Actions setup
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
npx claudepluginhub gupsammy/claudest --plugin claude-skillsCurate auto-memory, promote learnings to CLAUDE.md and rules, extract proven patterns into reusable skills.
Create and validate production-grade agent skills with 100-point marketplace grading
Create, test, measure, and iteratively improve Claude Code skills with category-aware design, gotchas-driven development, progressive disclosure coaching, and automated description optimization.
Unified capability management center for Skills, Agents, and Commands.
AI artifact engineering: prompts, skills, subagents, and output styles
Harness-native ECC plugin for engineering teams - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, MCP conventions, and operator workflows for Claude Code plus adjacent agent harnesses