labgrid-mcp
01Settings file Claude Code
Agent settings configuring extraKnownMarketplaces, enabledPlugins.
Settings file Claude Code
Agent settings configuring extraKnownMarketplaces, enabledPlugins.
Instructions file CodexOpenCode
Instructions for onurcelep/labgrid-mcp: See CLAUDE.md for full agent guidance (rules, commands, conventions).
Instructions file
Instructions for onurcelep/labgrid-mcp, covering claude.md — labgrid-mcp, standard rules, project, commands and hard rules.
MCP server Claude CodeCodexCursor +2
MCP server exposing labgrid hardware-in-the-loop device operations to LLM agents. Runs locally from the labgrid-mcp Python package.
Plugin Claude Code
Plugin marketplace listing 1 plugin: factory.
Instructions file
Claude Code instructions for onurcelep/ai-factory: This repo IS the standard other repos get stamped with: a skill edit here reaches every CI agent in the fleet on its next run, ungated. Work accordingly.
Plugin Claude Code
Standard AI-dev setup: /factory-init stamps a repo with @claude workflows, plugin wiring, a marker-fenced CLAUDE.md, and a docs/memory/ index; /factory-update refreshes the standard parts. Ships shared skills (model routing, release flow, repo memory, CI agent ops), routed agents (implementer/reviewer/researcher), and.
Agent
Cheap implementer for fully-specified tasks — the plan or brief already contains the complete change (code, exact edits, or unambiguous steps) and the job is transcription plus running the stated checks. Use PROACTIVELY when executing plan tasks that need no design judgment. Not for debugging, design, or anything with…
Agent
Deep researcher for questions where answer quality dominates cost — architecture and design investigation, upstream/API capability research, root-cause analysis across a codebase, alternatives evaluation. Use when the task is research or design, not implementation. Expensive by design; do not use for lookups a cheaper…
Agent
Mid-tier reviewer and fixer — reviewing a completed task against its brief, applying review findings, judgment calls on scoped changes. Use PROACTIVELY to review a subagent's work before integrating it, or to fix findings from a review. Not for whole-branch/final review (use the strongest model in the main loop for…
Hook
Runs before the agent uses a tool for Bash tool calls, executing protect-main.sh via bash. From onurcelep/ai-factory.
Skill Claude CodeCodex
Operating and diagnosing the @claude CI pipeline. Use when a @claude workflow run or auto PR review misbehaves (green check but no PR opened, no review note, instant finish, silent failure), when verifying CI-agent health, or before changing claude.yml workflows or the CLAUDECODEOAUTHTOKEN secret.
Skill Claude CodeCodex
Stamp the current repository with the standard AI-dev setup - @claude workflows, .claude/settings.json plugin wiring, marker-fenced CLAUDE.md, AGENTS.md. Use when initializing a new repo or onboarding an existing repo onto the ai-factory standard.
Skill Claude CodeCodex
Fleet check - list every repo of the current GitHub user that is factory-stamped and report whether each is current or stale against the marketplace's latest version. Use when asking "which of my repos need a factory-update", after templates change, or to verify propagation worked.
Skill Claude CodeCodex
Refresh the ai-factory standard parts of an already-initialized repo - the @claude workflows, plugin wiring in .claude/settings.json, and the marker-fenced standard block in CLAUDE.md. Use after the ai-factory templates change. Never touches project-specific content.
Skill Claude CodeCodex
Model routing policy for token efficiency. Use when spawning subagents, choosing which model tier (haiku, sonnet, opus) an implementer, reviewer, or research agent should run on, or editing model pins in @claude GitHub workflow files.
Skill Claude CodeCodex
Standard branch-and-PR release discipline (trunk-based, PR-per-change) for local work and the remote @claude CI agent. Use before branching, opening a PR, merging, deploying, or when acting as the @claude GitHub Actions agent.
Skill Claude CodeCodex
Repo-committed agent memory (docs/memory/) shared by local sessions, Claude Code cloud, and the @claude GitHub Action. Use when reading or recording durable project learnings, promoting local auto-memory into the repo, or deciding where a learned fact belongs.