Examples
Examples from gabrielmoreira/agent-skills-mirror.
Skills in this plugin
62- ▌ Ov Dream · volcengineUse when the user explicitly types `ov dream` or `ov recall <query>` and the request should be routed to the OpenViking sync/recall CLI instead of handled as normal chat.
- ▌ Ov Skills · volcengineLoad when an agent needs to manage, install, update, remove, or validate OpenViking skills via the `ov skills` CLI. Trigger on explicit user requests about skill management, when the user mentions `ov skills`, `install skill`, `update skill`, `delete skill`, `validate skill`, or when an agent needs to discover what skills are available on the OpenViking server.
- ▌ Ov Add Paper · volcengineLoad when the user asks to add, import, compile, or ingest a research paper/PDF into OpenViking, especially when they mention ov-add-paper, ARA, claims, evidence, figures, tables, or paper-to-OV knowledge resources.
- ▌ Ov Resources · volcengineLoad when an agent needs to add, manage, browse, search, modify, or remove resources in OpenViking. Trigger on explicit user requests about resource management or context search, when the user mentions `ov add-resource`, `ov task watch`, `ov export`, `ov import`, `ov backup`, `ov restore`, `ov ls`, `ov tree`, `ov read`, `ov write`, `ov mkdir`, `ov rm`, `ov mv`, `ov find`, `ov search`, `ov grep`, `ov glob`, or when an agent needs to inspect, search, or organize the `viking://resources/` namespace.
- ▌
- ▌ PDF Processing · mervinpraisonProcess and extract information from PDF documents. Use this skill when the user asks to read, analyze, or extract data from PDF files.
- ▌ Openviking Memory · volcengineWork with OpenViking, the persistent context database behind this agent's memory. Use it whenever the user refers to earlier sessions or shared history ("like last time", "what did we decide"), asks to remember or forget something, shares files, URLs, or repos worth keeping, or when the task needs context this session does not have — even if nobody says the word "memory". Also use it when the user asks where memories are stored: per project, per folder, or shared between repositories. Covers choosing between context search, find, list search, and grep, reading viking:// URIs, and when (not) to write.
- ▌ Ov Server Operate · volcengineOperate and maintain OpenViking server - configure, install, start, stop, and cleanup the server. Use when need to setup or manage OpenViking service deployment.
- ▌ Ov Experience Memory · gabrielmoreiraRetrieve and apply OpenViking Experience memories through the Agent runtime's generic OpenViking search and read tools. Use before or during executable, multi-step, or tool-based work such as coding, file or data changes, configuration, deployment, workflow execution, and failure recovery when prior operational guidance could improve reliability. Do not use for casual chat or simple factual questions.
- ▌ Pydanticai Docs · gabrielmoreiraUse this skill whenever the user is working with the Pydantic AI framework — including building AI agents, defining structured outputs with Pydantic models, wiring up tools/function calling, configuring model providers (OpenAI, Anthropic, Gemini, etc.), managing dependencies via agent context, handling streaming responses, or debugging agent runs. Trigger this skill even for adjacent tasks like "how do I make my agent return JSON", "set up a multi-step agent", "add a tool to my agent", or "validate LLM output with Pydantic" — any time Pydantic AI is mentioned or implied as the target framework.
- ▌ Langgraph Docs · gabrielmoreiraFetches and references LangGraph Python documentation to build stateful agents, create multi-agent workflows, and implement human-in-the-loop patterns. Use when the user asks about LangGraph, graph agents, state machines, agent orchestration, LangGraph API, or needs LangGraph implementation guidance.
- ▌ CI All · gabrielmoreiraFull CI pipeline: run local tests, type check, push branch, and return the pipeline URL. The only command you need before opening a PR.
- ▌
- ▌ Ccboard · gabrielmoreiraLaunch and navigate the ccboard TUI/Web dashboard for Claude Code. Use when monitoring token usage, tracking costs, browsing sessions, or checking MCP server status across projects.
- ▌
- ▌ CI Tests · gabrielmoreiraRun the test suite for the current repo, auto-detecting Python (pytest/uv), Node (vitest/pnpm), or Rust (cargo test)
- ▌ CI Status · gabrielmoreiraShow current pipeline status for the active branch (GitLab CI or GitHub Actions)
- ▌ Eval Hooks · gabrielmoreiraAudit Claude Code hooks defined in settings.json files for validity, performance safety, and correctness. Resolves each command against the filesystem, checks exit-code strategy for blocking hooks, flags missing timeouts, and reviews interactive vs async patterns. Use when setting up hooks for the first time, debugging a hook that never fires or hangs the agent, or doing a periodic hooks hygiene pass.
- ▌ Eval Rules · gabrielmoreiraAudit .claude/rules/ files for structural correctness, glob validity, and real-world usefulness. Resolves each paths: pattern against actual project files, then asks the user whether each rule is still relevant and useful. Can update rules in-place based on answers. Use when setting up rules for the first time, debugging rules that fire too often or never, or doing a periodic rules hygiene pass.
- ▌
- ▌ CI Pipeline · gabrielmoreiraPush current branch and return the pipeline tracking URL (GitLab or GitHub Actions)
- ▌ Eval Agents · gabrielmoreiraAudit Claude Code agents defined in .claude/agents/ for description specificity, model tier appropriateness, tools scoping, and system prompt quality. Detects dispatch ambiguity between agents, flags over-permissive tool grants, and checks for human-in-the-loop patterns that break programmatic orchestration. Use when onboarding to a project with existing agents, after adding new agents to a fleet, or when an orchestrator consistently selects the wrong agent.
- ▌ Eval Skills · gabrielmoreiraAudit all skills in the current project for frontmatter completeness, effort level appropriateness, allowed-tools scoping, and content quality. Produces a scored report with effort-level recommendations for each skill. Use when onboarding to a new project, reviewing skill quality before shipping, or adding effort fields to an existing skill library.
- ▌
- ▌ Session Save · gabrielmoreiraSave the current session state (decisions, modified files, current status, and next steps) to a handoff file for later resume.
- ▌ Voice Refine · gabrielmoreiraTransform verbose voice input into structured, token-efficient Claude prompts. Use when cleaning up voice memos, dictation output, or speech-to-text transcriptions that contain filler words, repetitions, and unstructured thoughts.
- ▌ Learning Path · gabrielmoreiraRun the local Claude Code learning path, record evidence, and schedule evidence-based reviews.
- ▌ Plan Pipeline · gabrielmoreiraOrchestrates the complete planning pipeline: product direction (ceo-review) -> architecture (eng-review) -> implementation plan (start) -> validation (validate) -> execution (execute). Run stages individually or let the orchestrator coordinate the full flow.
- ▌ Rtk Optimizer · gabrielmoreiraWrap high-verbosity shell commands with RTK to reduce token consumption. Use when running git log, git diff, cargo test, pytest, or other verbose CLI output that wastes context window tokens.
- ▌
- ▌ Handoff Create · gabrielmoreiraGenerate a structured handoff document from the current session. Captures scope, relevant files with line numbers, key discoveries, work completed, current status, next steps, and code snippets. Use before ending a session or handing work to another agent.
- ▌ Handoff Resume · gabrielmoreiraLoad a handoff document and resume work from where a previous session left off. Parses scope, file references, completed work, and next steps, then confirms understanding before proceeding.
- ▌ Handoff Update · gabrielmoreiraUpdate an existing handoff document with current session progress. Applies section-specific merge rules: append-only for Work Done (never deletes history), replace for Status and Next Steps, merge for Files and Discoveries. Falls back to creating a new handoff if no source file is found.
- ▌
- ▌
- ▌ Recipe Template · gabrielmoreiraTemplate for commands that implement a structured recipe: validate preconditions, then execute numbered steps. Fork this and replace the placeholder content. The 'Context Validation Checkpoints' section is the key pattern, forcing Claude to verify preconditions before starting.
- ▌ Sandbox Unblock · gabrielmoreiraDiagnostic protocol to run before reporting a sandbox blocker or asking for a configuration change. Eight checks that eliminate false positives, then a report template the person holding the settings can act on. On one measured day, six of eight reported blockers turned out to be false, all from the same handful of method errors.
- ▌ Check Cache Bugs · gabrielmoreiraAudit Claude Code setup for cache bugs (CC#40524): sentinel, --resume/--continue, attribution header + ArkNill B3/B4/B5
- ▌ Update Threat DB · gabrielmoreiraDelegate threat-intelligence research and updates to AgentSec, then validate the guide and landing mirrors.
- ▌
- ▌ Routines Discover · gabrielmoreiraAnalyzes the current project to surface high-value Routines use cases across the three trigger types (schedule, API, GitHub events). Usage: /routines-discover
- ▌ Cyber Defense Team · gabrielmoreiraOrchestrate a 4-agent cyber defense pipeline to analyze log files for threats. Use when investigating security logs, detecting anomalies in access patterns, classifying breach severity, or generating incident reports from nginx/auth/syslog files.
- ▌ Git AI Archaeology · gabrielmoreiraAnalyze AI config evolution in a git repo. Use when mapping AI adoption history, finding when configs were first introduced, charting commit velocity by month, or identifying maturity phases in a project's AI tooling.
- ▌ Git Worktree Clean · gabrielmoreiraClean up stale git worktrees with merged branch detection and disk usage report
- ▌
- ▌ Audit Agents Skills · gabrielmoreiraAudit Claude Code agents, skills, and commands for quality and production readiness. Use when evaluating skill quality, checking production readiness scores, or comparing agents against best-practice templates.
- ▌ Git Worktree Remove · gabrielmoreiraSafely remove a git worktree with branch cleanup and safety checks
- ▌ Git Worktree Status · gabrielmoreiraCheck status of background verification tasks running in a git worktree
- ▌ Methodology Advisor · gabrielmoreiraAnalyzes your codebase and asks 3 targeted questions to recommend the right AI-assisted development methodology stack
- ▌ Plan Pipeline Start · gabrielmoreira5-phase planning: PRD analysis, design review, technical decisions, dynamic research team, metrics. Produces a complete implementation plan + ADRs before any code is written.
- ▌ Plan Pipeline Execute · gabrielmoreiraExecute a validated plan: worktree isolation, TDD scaffolding, level-based parallel agents, quality gate with smoke test, PR creation and merge. Handles everything through to merged PR.
- ▌ Plan Pipeline Validate · gabrielmoreira2-layer plan validation: instant structural checks + trigger-based specialist agents. Auto-fixes issues using ADRs and first principles. Every issue must be resolved before execution.
- ▌ Release Notes Generator · gabrielmoreiraGenerate release notes in 3 formats (CHANGELOG.md, PR body, Slack announcement) from git commits. Automatically categorizes changes and converts technical language to user-friendly messaging. Use for releases, changelogs, version notes, what's new summaries, or ship announcements.
- ▌ Plan Pipeline Ceo Review · gabrielmoreiraStrategic product gate: challenge the brief, find the 10-star product hiding inside the request, before writing any code
- ▌ Plan Pipeline Eng Review · gabrielmoreiraEngineering architecture gate: lock architecture, diagrams, edge cases, and test matrix before writing implementation code
- ▌ MCP Integration Reference · gabrielmoreiraTemplate for skills that integrate with an MCP server. Demonstrates the reference file pattern: Claude reads a domain-specific MCP cheatsheet before making any tool calls, reducing query failures caused by server-specific gotchas. Fork this skill and replace the Sentry example with your target MCP.
- ▌ Synonyms · gabrielmoreiraGenerate synonyms for words or phrases. Use this skill when the user needs alternative words with similar meanings, wants to expand vocabulary, or seeks varied expressions for writing.
- ▌ Talk Stage1 Extract · florianbruniauxExtracts and structures source material (articles, transcripts, notes) into a talk summary with narrative arc, themes, metrics, and gaps. Auto-detects REX vs Concept type. Use when starting a new talk from any source material or auditing existing material before committing to a talk.
- ▌ Talk Stage2 Research · gabrielmoreiraPerforms git archaeology, changelog analysis, and builds a verified factual timeline by cross-referencing git history with source material. REX mode only (skipped automatically in Concept mode). Use when building a REX talk and you need verified commit metrics, release timelines, and contributor data from a git repository.
- ▌ Talk Stage3 Concepts · gabrielmoreiraBuilds a numbered, categorized concept catalogue from the talk summary and timeline, scoring each concept HIGH / MEDIUM / LOW for talk potential with optional repo enrichment. Use when you need a structured inventory of concepts before choosing a talk angle, or when assessing which ideas have the strongest presentation potential.