Skills for working with Inspect AI and its ecosystem packages (Evals, Flow, Scout, Viz, SWE, Harbor, sandboxes). Covers ecosystem routing, eval log reading, and live eval babysitting via inspect ctl.
Use for monitoring and diagnosing RUNNING Inspect AI evaluations via the `inspect ctl` command-line control channel. Triggers when: watching a live eval for stalls/errors/retry failures, checking progress of an active eval process, launching an eval you'll monitor in parallel, or finding problematic samples in a running eval. Does NOT apply to: writing new eval tasks or scoring logic, refactoring existing eval tasks, fixing code bugs unrelated to live eval monitoring, or analyzing completed eval logs.
Use whenever the user is working with Inspect AI or any of its ecosystem packages (Evals, Flow, Scout, Viz, SWE, Harbor, Sandboxes). Maps concerns to packages and points at each package's docs before calling its API.
Use whenever the user needs to read, inspect, or process Inspect AI eval log files (`.eval` or `.json`). Covers the Python API (`read_eval_log`, `read_eval_log_samples`, `read_eval_log_sample_summaries`, `list_eval_logs`), `header_only` mode, the critical anti-pattern of unzipping `.eval` files, and memory-safe patterns for large logs.
Coding agent skills for Inspect AI and its ecosystem (inspect_ai, inspect_evals, inspect_flow, inspect_scout, inspect_viz, inspect_swe, inspect_harbor, sandboxes).
/plugin marketplace add meridianlabs-ai/inspect-skills
/plugin install inspect-skills@meridian
Third-party marketplaces are manual-update by default. To get our changes automatically (every push to main lands in your next Claude Code session), toggle auto-update on for the meridian marketplace from /plugin > Marketplaces, or add to your ~/.claude/settings.json:
{
"extraKnownMarketplaces": {
"meridian": { "autoUpdate": true }
}
}
To update manually instead: /plugin marketplace update meridian then /reload-plugins.
npx skills add meridianlabs-ai/inspect-skills --agent <agent> -g -y
-y installs every skill non-interactively; add --skill <skill-name> to install just one. Updates: npx skills update. Run npx skills add --help for the full list of supported agents.
| Skill | When it fires |
|---|---|
map-inspect-packages | Starting work in the Inspect AI ecosystem. Picks the right package for a given task and points at its docs. |
reading-logs | Reading, inspecting, or processing Inspect AI eval log files (.eval or .json). Covers the inspect_ai.log API and memory-safe patterns. |
babysitting-evals | Monitoring and diagnosing running Inspect AI evals via inspect ctl (the read-only control-channel CLI). Covers stall diagnosis, error triage, launch-and-watch workflows, and graceful stops. |
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub meridianlabs-ai/inspect-skills --plugin inspect-skillsComprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.
Intelligent draw.io diagramming plugin with AI-powered diagram generation, multi-platform embedding (GitHub, Confluence, Azure DevOps, Notion, Teams, Harness), conditional formatting, live data binding, and MCP server integration for programmatic diagram creation and management.
Persistent file-based planning for AI coding agents. Crash-proof markdown plans (task_plan.md, findings.md, progress.md) that survive context loss and /clear, with an opt-in completion gate and multi-agent shared state. Manus-style. Works with Claude Code, Codex CLI, Cursor, Kiro, OpenCode and 60+ agents via the SKILL.md standard. Includes Arabic, German, Spanish, and Chinese (Simplified and Traditional).
Complete creative writing suite with 10 specialized agents covering the full writing process: research gathering, character development, story architecture, world-building, dialogue coaching, editing/review, outlining, content strategy, believability auditing, and prose style/voice analysis. Includes genre-specific guides, templates, and quality checklists.
Payload Development plugin - covers collections, fields, hooks, access control, plugins, and database adapters.