doctor
Run a health check on the bundled Lumen semantic search setup for the current project, verify backend reachability and index freshness, and summarize…
Add a new benchmark task to the bench-swe pipeline from a real GitHub bug-fix. The human provides the GitHub issue or PR URL; the agent handles extraction, validation, and file creation.
$ npx -y skills add ory/lumen --skill add-benchmark --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/add-benchmarkContext preview
The summary Claude sees to decide when to auto-load this skill.
Add a new benchmark task to the bench-swe pipeline from a real GitHub bug-fix. The human provides the GitHub issue or PR URL; the agent handles extraction, validation, and file creation.
name: add-benchmark description: 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. argument-hint: <github-issue-or-pr-url> <language> disable-model-invocation: true
Add a new benchmark task to the bench-swe pipeline from a real GitHub bug-fix. The human provides the GitHub issue or PR URL; the agent handles extraction, validation, and file creation.
`https://github.com/gorilla/mux/issues/534` or `https://github.com/gorilla/mux/pull/585`)
ruby, java, c, cpp, php, csharp
Good benchmark repos are **focused libraries with a clear bug** — not large applications. Before submitting a URL, prefer repos that are:
The agent will reject repos that exceed these limits.
1. Dispatch the `task-curator` agent with the provided arguments. The agent will:
`bench-swe/patches/`
schema completeness, no test files in patch)
2. Report the result including:
Save 30% token costs when using Claude Code, Codex, OpenCode for free - with open source, local semantic search. Works for small and large codebases and monorepos! Enterprise-ready and fully compliant via Ollama and SQLite-vec.
Repo: ory/lumen
Run a health check on the bundled Lumen semantic search setup for the current project, verify backend reachability and index freshness, and summarize…
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.