/Catalogue/Prompt/a5c-ai/a5c-ai-babysitter-atlas-graph-query

Origin: github

atlas-graph-query

Reference for querying the Atlas knowledge graph through its MCP tools — the SECONDARY enrichment/comparison layer that adds best-practice context to systems you have ALREADY scanned from your real sources (`az`, repos, dirs). Use when you need to look up nodes, edges, kinds, clusters, stats, or wiki pages in Atlas to compare against your real inventory. (atlas graph, query atlas, atlas mcp, search the graph, graph neighbors, atlas record, atlas kinds, enrichment layer)

by a5c-ai · updated 8d ago · imported from GitHub

Installs0+0/7d
Security score61/100
Retention 14d0%
GitHub stars1.8K

Skill logic

Execution graph
User message
Prompt rewrites behaviour
Response

SKILL.md

View on GitHub ↗

atlas-graph-query

A thin reference for the Atlas knowledge-graph MCP tool surface so any agent (including sub-agents) can query the graph without re-deriving conventions. The server URL is wired natively by the atlas plugin and is overridable via ATLAS_MCP_URL. Never invent node ids — only use ids returned by these tools.

Position: this is the SECONDARY / enrichment layer. The atlas plugin is scan-first — it inventories your REAL systems by scanning your actual sources (Azure via read-only az, git repos, local directories) and process/data mining them. The graph queries below are used ONLY to add best-practice / comparison context to those already-discovered real systems. Do NOT use the graph as the primary content, and never pad a real inventory with generic catalog nodes. Tie every graph lookup back to a real scanned system.

Tools

mcp__atlas__atlas_public_search

Full-text/semantic search over the graph. Key params: q (query), optional kind filter, limit. Prefer it to find seed/anchor nodes from need terms.

mcp__atlas__atlas_public_record

Fetch one node's full record by id (fields + edges). Use expandNeighbors to pull immediate relations in one call. Prefer it to read detail once you have ids.

mcp__atlas__atlas_public_neighbors

Traverse the graph from a node. Key params: id, depth, edges (edge-kind filter), kinds (node-kind filter). Prefer it to expand a subsystem from anchors.

mcp__atlas__atlas_public_kinds

List all node kinds in the graph. Use to scope a domain to relevant kinds.

mcp__atlas__atlas_public_kind

Describe a single node kind (schema/fields). Use before relying on a kind's shape.

mcp__atlas__atlas_public_edge_kinds

List all edge kinds. Use to understand how nodes relate.

mcp__atlas__atlas_public_edge_kind

Describe a single edge kind. Use to interpret a specific relation type.

mcp__atlas__atlas_public_clusters

List graph clusters (thematic groupings). Use to scope a domain to cluster(s).

mcp__atlas__atlas_public_stats

Graph-level counts/metrics. Use for sizing and sanity checks.

mcp__atlas__atlas_public_wiki_page

Fetch a narrative wiki page for context. Use to capture human-readable nuance.

Query recipes

  • Find by need — atlas_public_search(q=<need terms>) → take top ids.
  • Expand a subsystem — atlas_public_neighbors(id, depth=2, kinds=[...]).
  • Inspect a node — atlas_public_record(id, expandNeighbors=true).
  • Browse a cluster — atlas_public_clusters → pick cluster → search/ neighbors scoped to it.

Discussion

No comments yet — start the thread.

Sign in to join the discussion.

/More from a5c-ai/babysitter

a5c-ai· 8d agoSandbox
catalog-babysitter-users

Prompts · JavaScript · v0.1.0

Discover public GitHub repositories that import defineTask from @a5c-ai/babysitter-sdk and maintain a deduplicated catalog of those repositories in docs/repo-with-babysitter-processes.md. Excludes any repo named "babysitter" (to filter out forks of this monorepo). Invoke when asked to find, discover, catalog, or refresh "repos using babysitter", "babysitter in the wild", or "who else is using babysitter".

#agent-orchestration#agent-skills#agentic-ai

0 1.8K
a5c-ai· 8d agoSandbox
fix-failing-pipelines

Prompts · JavaScript · v0.1.0

This skill should be used when the user asks to "fix pipelines", "fix CI", "check staging pipelines", "fix failing workflows", "fix failing actions", or wants to find and fix failing GitHub Actions workflows on the staging branch of the babysitter repo.

#agent-orchestration#agent-skills#agentic-ai

0 1.8K
a5c-ai· 8d agoSandbox
process-builder

Prompts · JavaScript · v0.1.0

Scaffold new babysitter process definitions following SDK patterns, proper structure, and best practices. Guides the 3-phase workflow from research to implementation.

#agent-orchestration#agent-skills#agentic-ai

0 1.8K
a5c-ai· 8d agoSandbox
retrospect-external-babysitter-run

Prompts · JavaScript · v0.1.0

For a repository in the babysitter-users catalog, locate its babysitter processes and any committed runs (.a5c/runs/<runId>/) and perform a retrospective on a chosen run -- what went well, what failed, process suggestions, quality of effect design, breakpoint patterns -- mirroring the /babysitter:retrospect workflow but applied to an external repo. Invoke when asked to "retrospect on repo X's run", "analyze how someone else used babysitter", or "review an external babysitter run".

#agent-orchestration#agent-skills#agentic-ai

0 1.8K