Examples

Examples from gabrielmoreira/agent-skills-mirror.

by @gabrielmoreira 62 skills 5 authors

Skills in this plugin

62
  1. Ov Dream · volcengine
    Use 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.
    0 installs
  2. Ov Skills · volcengine
    Load 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.
    0 installs
  3. Ov Add Paper · volcengine
    Load 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.
    0 installs
  4. Ov Resources · volcengine
    Load 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.
    0 installs
  5. Grocery Prices · google
    A skill to calculate grocery prices with country-specific taxes.
    14.4k repo stars
  6. PDF Processing · mervinpraison
    Process and extract information from PDF documents. Use this skill when the user asks to read, analyze, or extract data from PDF files.
    1 install
  7. Openviking Memory · volcengine
    Work 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.
    0 installs
  8. Ov Server Operate · volcengine
    Operate and maintain OpenViking server - configure, install, start, stop, and cleanup the server. Use when need to setup or manage OpenViking service deployment.
    0 installs
  9. Ov Experience Memory · gabrielmoreira
    Retrieve 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.
    17 repo stars
  10. Pydanticai Docs · gabrielmoreira
    Use 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.
    17 repo stars
  11. Langgraph Docs · gabrielmoreira
    Fetches 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.
    17 repo stars
  12. CI All · gabrielmoreira
    Full CI pipeline: run local tests, type check, push branch, and return the pipeline URL. The only command you need before opening a PR.
    17 repo stars
  13. Catchup · gabrielmoreira
    Restore context after /clear by summarizing recent work and project state
    17 repo stars
  14. Ccboard · gabrielmoreira
    Launch 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.
    17 repo stars
  15. Explain · gabrielmoreira
    Explain code, concepts, or system behavior with adjustable depth levels
    17 repo stars
  16. CI Tests · gabrielmoreira
    Run the test suite for the current repo, auto-detecting Python (pytest/uv), Node (vitest/pnpm), or Rust (cargo test)
    17 repo stars
  17. CI Status · gabrielmoreira
    Show current pipeline status for the active branch (GitLab CI or GitHub Actions)
    17 repo stars
  18. Eval Hooks · gabrielmoreira
    Audit 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.
    17 repo stars
  19. Eval Rules · gabrielmoreira
    Audit .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.
    17 repo stars
  20. Learn Quiz · gabrielmoreira
    Test understanding of recently written or accepted code
    17 repo stars
  21. CI Pipeline · gabrielmoreira
    Push current branch and return the pipeline tracking URL (GitLab or GitHub Actions)
    17 repo stars
  22. Eval Agents · gabrielmoreira
    Audit 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.
    17 repo stars
  23. Eval Skills · gabrielmoreira
    Audit 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.
    17 repo stars
  24. Learn Teach · gabrielmoreira
    Step-by-step explanation of a concept with progressive depth
    17 repo stars
  25. Session Save · gabrielmoreira
    Save the current session state (decisions, modified files, current status, and next steps) to a handoff file for later resume.
    17 repo stars
  26. Voice Refine · gabrielmoreira
    Transform 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.
    17 repo stars
  27. Learning Path · gabrielmoreira
    Run the local Claude Code learning path, record evidence, and schedule evidence-based reviews.
    17 repo stars
  28. Plan Pipeline · gabrielmoreira
    Orchestrates 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.
    17 repo stars
  29. Rtk Optimizer · gabrielmoreira
    Wrap 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.
    17 repo stars
  30. Audit Codebase · gabrielmoreira
    Codebase health audit scoring 7 categories with progression plan
    17 repo stars
  31. Handoff Create · gabrielmoreira
    Generate 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.
    17 repo stars
  32. Handoff Resume · gabrielmoreira
    Load 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.
    17 repo stars
  33. Handoff Update · gabrielmoreira
    Update 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.
    17 repo stars
  34. Sandbox Status · gabrielmoreira
    Display native sandbox status, configuration, and recent violations
    17 repo stars
  35. Security Check · gabrielmoreira
    Quick configuration security check against known threats database
    17 repo stars
  36. Recipe Template · gabrielmoreira
    Template 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.
    17 repo stars
  37. Sandbox Unblock · gabrielmoreira
    Diagnostic 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.
    17 repo stars
  38. Check Cache Bugs · gabrielmoreira
    Audit Claude Code setup for cache bugs (CC#40524): sentinel, --resume/--continue, attribution header + ArkNill B3/B4/B5
    17 repo stars
  39. Update Threat DB · gabrielmoreira
    Delegate threat-intelligence research and updates to AgentSec, then validate the guide and landing mirrors.
    17 repo stars
  40. Validate Changes · gabrielmoreira
    Evaluate staged changes using LLM-as-a-Judge before committing
    17 repo stars
  41. Routines Discover · gabrielmoreira
    Analyzes the current project to surface high-value Routines use cases across the three trigger types (schedule, API, GitHub events). Usage: /routines-discover
    17 repo stars
  42. Cyber Defense Team · gabrielmoreira
    Orchestrate 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.
    17 repo stars
  43. Git AI Archaeology · gabrielmoreira
    Analyze 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.
    17 repo stars
  44. Git Worktree Clean · gabrielmoreira
    Clean up stale git worktrees with merged branch detection and disk usage report
    17 repo stars
  45. Learn Alternatives · gabrielmoreira
    Compare different approaches to solve the same problem
    17 repo stars
  46. Audit Agents Skills · gabrielmoreira
    Audit 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.
    17 repo stars
  47. Git Worktree Remove · gabrielmoreira
    Safely remove a git worktree with branch cleanup and safety checks
    17 repo stars
  48. Git Worktree Status · gabrielmoreira
    Check status of background verification tasks running in a git worktree
    17 repo stars
  49. Methodology Advisor · gabrielmoreira
    Analyzes your codebase and asks 3 targeted questions to recommend the right AI-assisted development methodology stack
    17 repo stars
  50. Plan Pipeline Start · gabrielmoreira
    5-phase planning: PRD analysis, design review, technical decisions, dynamic research team, metrics. Produces a complete implementation plan + ADRs before any code is written.
    17 repo stars
  51. Plan Pipeline Execute · gabrielmoreira
    Execute 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.
    17 repo stars
  52. Plan Pipeline Validate · gabrielmoreira
    2-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.
    17 repo stars
  53. Release Notes Generator · gabrielmoreira
    Generate 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.
    17 repo stars
  54. Plan Pipeline Ceo Review · gabrielmoreira
    Strategic product gate: challenge the brief, find the 10-star product hiding inside the request, before writing any code
    17 repo stars
  55. Plan Pipeline Eng Review · gabrielmoreira
    Engineering architecture gate: lock architecture, diagrams, edge cases, and test matrix before writing implementation code
    17 repo stars
  56. MCP Integration Reference · gabrielmoreira
    Template 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.
    17 repo stars
  57. Synonyms · gabrielmoreira
    Generate 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.
    17 repo stars
  58. Talk Stage1 Extract · florianbruniaux
    Extracts 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.
    1 install
  59. Talk Stage2 Research · gabrielmoreira
    Performs 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.
    17 repo stars
  60. Talk Stage3 Concepts · gabrielmoreira
    Builds 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.
    17 repo stars