Skill Claude CodeCodex
Use when driving the user's Android device through devicecontrolstart, deviceui and deviceaction — opening apps, navigating screens, filling fields, or any multi-step flow through another app's UI.
Skill Claude CodeCodex
Use when driving the user's Android device through devicecontrolstart, deviceui and deviceaction — opening apps, navigating screens, filling fields, or any multi-step flow through another app's UI.
Plugin Claude Code
presentui SessionTool — structured UI panels rendered inline in the conversation.
Skill Claude CodeCodex
Use when presenting information already in hand as a small, static structured panel in the conversation — status, results, comparisons, or a compact summary — rather than prose, a markdown table, a widget, or an app.
Plugin Claude Code
mewbo-harness skill — how this harness itself behaves (result caps, timeouts, paths, deferred tools, delegation).
Skill Claude CodeCodex
Use when you need to know how this harness itself behaves rather than what a tool's arguments are — why a tool result was truncated and how to page past it, what a tool timeout does and does not mean, which directory a relative path resolves against, how to reach a tool whose schema was not bound, how spawned…
Plugin Claude Code
st-widget-builder sub-agent for stlite console widgets.
Agent
Builds Streamlit/stlite widgets rendered in the Mewbo Console.
Skill Claude CodeCodex
Use when the user asks to render, build, visualise, mock up, or show a widget (chart, dashboard, card, table, graph) in the Mewbo Console. Teaches how to delegate the work to the st-widget-builder sub-agent instead of writing HTML or inline code yourself.
Plugin Claude Code
Source Capability Graph — map connector reachability + route/traverse it for Agentic Search.
Agent
Maps a set of connectors into the Source Capability Graph (SCG) via a deterministic state machine — introspect, parse structure, link entities, finalize. Indexes reachability only, never the data behind it.
Agent
Probes ONE qualified pathway over the Source Capability Graph — searches that pathway's connector tools natively over live data and returns compressed, cited evidence plus a gaps-remaining note. The connector's real return is the only check.
Agent
Answers a query by traversing the Source Capability Graph and emits the result as a schema-validated object via emitresult. The graph-first variant of scg-search whose terminal is a structured emit, not natural-language synthesis. Search is traversal, not per-source fan-out.
Agent
Answers a natural-language query by traversing the Source Capability Graph — route to executable connector pathways, observe node neighborhoods to refine, fan one probe sub-agent out per pathway, synthesize the cited answer, and deposit learned insights. Search is traversal, not per-source fan-out.
Plugin Claude Code
AI-generated documentation backend for code repositories.
Agent
Extracts abstract entities (person/project/product/organization/concept/team) and typed relationships from AST symbols + source prose for one source unit, grounding each against the deterministic code graph. Runs in the post-AST enrich phase, before planning.
Agent
Generates an auto-generated documentation site for a code repository via a deterministic state machine of tool calls.
Agent
Answers questions about, and makes targeted edits to, an already-indexed wiki project on demand. Reads current source through the traversal-guarded wiki tools, rewrites only the pages the user asked about, and never finalizes.
Agent
Generates a single wiki page from a focused task. Reads source files, synthesizes markdown + Mermaid + tables, submits via wikisubmitpage.
Agent
Answers a question about an indexed repository directly, holding the retrieval surface itself, converging quickly without a probe fan-out.
Agent
A single retrieval probe — explores ONE facet of a question deep through the knowledge graph, embeddings, and source files, and returns grounded findings with exact citations for the hypervisor to fuse.
Agent
Answers questions about an indexed repository by fanning out retrieval probes over its knowledge graph, embeddings, and source, then fusing their grounded findings into one cited answer.
Agent
Rewrites the pages a scoped refresh flagged as stale. Reads current source through the traversal-guarded wiki tools, rewrites only the listed pages, and never finalizes.
Plugin Claude Code
Grove's own skills, published from the repository that implements them — orchestrating a fleet of coding-agent workspaces, working inside one, and configuring and updating Grove itself.
MCP server Claude CodeCodexCursor +2
MCP server "grove" as configured in bearlike/Grove. Launched with grove-mcp.