santos
01Plugin Claude Code
Plugin marketplace listing 13 plugins: consultant, skill-utils, history-analyser, workflow-tools, cursor-sync.
Plugin Claude Code
Plugin marketplace listing 13 plugins: consultant, skill-utils, history-analyser, workflow-tools, cursor-sync.
Instructions file
Claude Code instructions for denisraison/claude-plugins, covering claude plugins repository, repository structure, development, skill structure and adding models.
Plugin Claude Code
Background review hook that learns from each session. Forks a headless Claude after every Stop to update memory and skills.
Hook
Runs when the agent finishes a response, executing stop-review.sh. From denisraison/claude-plugins.
Skill Claude CodeCodex
Manually trigger a Hermes-style review of the current session to consider memory and skill updates. Use when the user says "review this session", "what should we learn from this", "save what we learned", "improve from this conversation", or "run the review". The same review fires automatically on Stop, this is for…
Plugin Claude Code
Git commit workflow commands: commit, push and PR, branch cleanup.
Command
Cleans up all git branches marked as [gone] (deleted on remote but still exist locally).
Command
Commit, push, and open a PR.
Command
Staged: !git diff --cached --stat Unstaged: !git diff --stat Untracked: !git ls-files --others --exclude-standard.
Command
Sync current branch with main - stash, pull, merge, resolve conflicts, pop.
Plugin Claude Code
Multi-model AI consultation using cursor-agent. Supports consultation, research, and deliberation modes.
Skill Claude CodeCodex
Multi-model AI consultation and research using cursor-agent. Supports CONSULTATION (single query to specific model), RESEARCH (parallel multi-agent queries), and DELIBERATION (multi-round debate). Use when user says 'ask gpt', 'ask opus', 'consult gemini', 'do research on', 'deliberate on', or wants second opinions…
Plugin Claude Code
Background skill-library maintenance. Weekly idle-gated pass that consolidates near-duplicate skills into umbrellas with references/templates/scripts, with pre-run snapshots and rollback. Ported from Hermes.
Command
Run the curator pass. Consolidates near-duplicate skills into umbrella skills with references/templates/scripts. Default is dry-run, pass "live" as argument to mutate.
Command
Restore the skill library from a curator snapshot. Defaults to newest. Use --list to see available snapshots.
Command
Show curator status — last run, candidate list, pins, pause state. Read-only.
Plugin Claude Code
Syncs Claude Code plugins to Cursor skills and commands directories with launchd watcher.
Skill Claude CodeCodex
Syncs Claude Code plugins to Cursor skills and commands directories.
Plugin Claude Code
Generate professional architecture and flow diagrams using D2 with C4 model conventions. Includes style guide, judge loop for quality iteration, and layout best practices.
Skill Claude CodeCodex
This skill should be used when the user asks to "create a diagram", "draw an architecture diagram", "visualize a flow", "make a system diagram", "generate a D2 diagram", or mentions D2, architecture diagrams, flow diagrams, sequence diagrams, or system visualization.
Plugin Claude Code
Analyse Claude Code conversation history for search and summaries.
Skill Claude CodeCodex
Searches past Claude Code sessions stored in /.claude/. Use when user explicitly asks about previous sessions, chat history, or past conversations, such as "what did I work on last 2 weeks?", "search my history for X", "what projects did I touch last month?", or "show my Claude Code history".
Plugin Claude Code
Logo design generation pipeline using Gemini image generation. Generates prompt variations, calls API, evaluates results, and iterates.
Skill Claude CodeCodex
Logo design generation pipeline using Gemini image generation API. Generates diverse prompt variations, calls the API in parallel, reads and evaluates resulting images, scores them against a rubric, and iterates through refinement stages. Use when user says 'design a logo', 'create a logo', 'logo for', 'brand…