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.
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
- Call the Lumen
health_checktool to verify the embedding service is reachable. - Call the Lumen
index_statustool withpathorcwdset to the current working directory to check index freshness. - 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
- If no index exists yet, explain that the Lumen
semantic_searchtool seeds the index on first use. - If the user wants eager indexing instead of waiting for the next search,
suggest running
lumen index .in the repository root.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
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.
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.
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.
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.
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.
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.
Didn't find tool you were looking for?