Instructions file CodexOpenCode
Instructions for ramonclaudio/vexpo, covering agents.md, project, stack rules, monorepo (root) and template (templates/default/).
Instructions file CodexOpenCode
Instructions for ramonclaudio/vexpo, covering agents.md, project, stack rules, monorepo (root) and template (templates/default/).
Settings file Claude Code
Agent settings declaring 27 allowed tools.
Plugin Claude Code
Plugin marketplace listing 9 plugins: commit, polish, audit, gif, frames.
Instructions file
Instructions for ramonclaudio/skills, covering skills, repo structure, conventions and agent team guidelines.
Plugin Claude Code
Brutally honest codebase audit with parallel agents. Finds bugs, architectural rot, and dead weight.
Skill Claude CodeCodex
Use this skill when the user asks for a codebase audit or code review. Parallel agents find bugs, architectural rot, dead weight, and security holes.
Plugin Claude Code
Atomic commits with conventional format, grouped by architectural layer. GPG signs when available.
Skill Claude CodeCodex
Use after completing work to create atomic conventional commits grouped by layer. Supports --analyze, --push, --pr, --merge.
Plugin Claude Code
Extract video frames as images so Claude can analyze screen recordings, bug reproductions, and demos.
Skill Claude CodeCodex
Extract frames from a video file or screen recording (.mov, .mp4, .webm, .avi, .mkv) so Claude can view, review, or analyze it. Do NOT use for GIF conversion (use /gif instead).
Plugin Claude Code
Convert screen recordings to compressed GIFs using ffmpeg two-pass palette method.
Skill Claude CodeCodex
Convert a video or screen recording to GIF. Handles HDR recordings, macOS filenames with spaces, and ffmpeg two-pass palette compression. Do NOT use for frame extraction (use /frames instead).
Plugin Claude Code
Session quality gate for Claude Code. Health checks, resume points, and cross-machine continuity.
Hook
Runs when a session starts on startup, resume and compact, executing resume-inject.sh. From ramonclaudio/skills.
Skill Claude CodeCodex
End session, save progress, create handoff. Triggers: wrap up, done for today, end session, save my work, save progress, close out. Runs health checks and captures resume point.
Skill Claude CodeCodex
Hydrate session context from last handoff. Triggers: resume, pick up where I left off, continue from last session, what was I working on, session status, what's the state. Use for deep hydration beyond the auto-injected summary.
Plugin Claude Code
Full codebase sweep that scores every file 0-10 on polish potential and refines files scoring 5+.
Skill Claude CodeCodex
Full codebase sweep scoring every file 0-10 on polish potential, refining files scoring 5+ via parallel agents. Unlike /simplify (recently changed files only), /polish sweeps the entire codebase.
Plugin Claude Code
Wraps the qmd MCP server so Claude can search indexed reference repos (Convex, Expo, Next.js, etc) with hybrid BM25 + vector + reranking. Ships a search SKILL that teaches Claude how to compose typed sub-queries with intent, plus an /qmd:add SKILL that clones and indexes a GitHub repo end-to-end.
MCP server Claude CodeCodexCursor +2
MCP server "qmd" as configured in ramonclaudio/skills. Launched with qmd mcp.
Command
Run search quality benchmarks against a fixture file. Reports precision/recall/MRR/F1 across 4 backends.
Command
Clear qmd LLM cache, remove orphaned vectors and inactive docs, and vacuum the SQLite index.
Command
Exclude a qmd collection from default queries (sets includeByDefault false). Use for noisy or session-scoped collections.
Command
Include a qmd collection in default queries (sets includeByDefault true). Reverses /qmd:collection-exclude.