Agent skill

doctor

Run a health check on the bundled Lumen semantic search setup for the current project, verify backend reachability and index freshness, and summarize remediation steps.

Stars 144
Forks 12

Install this agent skill to your Project

npx add-skill https://github.com/ory/lumen/tree/main/skills/doctor

SKILL.md

Lumen Doctor

Run a health check on the bundled Lumen semantic search setup for the current project.

Steps

  1. Call the Lumen health_check tool to verify the embedding service is reachable.
  2. Call the Lumen index_status tool with path or cwd set to the current working directory to check index freshness.
  3. Report a concise summary:
    • Embedding service status, backend, host, and model
    • Index totals: files, chunks, last indexed time, stale or fresh
    • Any MCP or plugin setup issue that blocks the tools
  4. If no index exists yet, explain that the Lumen semantic_search tool seeds the index on first use.
  5. If the user wants eager indexing instead of waiting for the next search, suggest running lumen index . in the repository root.

Expand your agent's capabilities with these related and highly-rated skills.

ory/lumen

add-benchmark

Add a new SWE benchmark task from a real GitHub bug-fix. Use when the user provides a GitHub issue or PR URL and wants to add it to the bench-swe pipeline.

144 12
Explore
ory/lumen

reindex

Refresh or rebuild the bundled Lumen index for the current project, preferring MCP-driven refreshes and using the CLI only for an explicit clean rebuild.

144 12
Explore
davila7/claude-code-templates

verl-rl-training

Provides guidance for training LLMs with reinforcement learning using verl (Volcano Engine RL). Use when implementing RLHF, GRPO, PPO, or other RL algorithms for LLM post-training at scale with flexible infrastructure backends.

23,776 2,298
Explore
davila7/claude-code-templates

openrlhf-training

High-performance RLHF framework with Ray+vLLM acceleration. Use for PPO, GRPO, RLOO, DPO training of large models (7B-70B+). Built on Ray, vLLM, ZeRO-3. 2× faster than DeepSpeedChat with distributed architecture and GPU resource sharing.

23,776 2,298
Explore
davila7/claude-code-templates

gguf-quantization

GGUF format and llama.cpp quantization for efficient CPU/GPU inference. Use when deploying models on consumer hardware, Apple Silicon, or when needing flexible quantization from 2-8 bit without GPU requirements.

23,776 2,298
Explore
davila7/claude-code-templates

Claude Code Guide

Master guide for using Claude Code effectively. Includes configuration templates, prompting strategies "Thinking" keywords, debugging techniques, and best practices for interacting with the agent.

23,776 2,298
Explore

Didn't find tool you were looking for?

Be as detailed as possible for better results