From ariadne
Produce a citation-grounded analytic note for a target entity across all available stores. Use when the user says "work up an entity", "sensemaking on a person/org", "who is X and how are they connected", "run a workup on X", or asks for entity intelligence/analysis.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ariadne:analyst-workupThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Call the `workup` tool from the bundled `ariadne` MCP server.
Call the workup tool from the bundled ariadne MCP server.
entity — the name or ID of the target entity.dataset — defaults to synthetic; pass the actual dataset name if the user specifies one.sql=true — include the relational store.semantic=true — include the semantic (vector) store.The server returns a cited analytic note. Every factual claim carries a [cite:gN] inline source tag. Present the note verbatim; do not infer, extend, or fabricate facts beyond it.
The Ariadne MCP server requires:
NEO4J_URI.sql=true.semantic=true.ANTHROPIC_API_KEY set in the environment.If the server is unreachable, tell the user to verify the stores are running and the env vars are configured. For a local-checkout install, swap the MCP command in .mcp.json to {"command": "python", "args": ["-m", "ariadne.mcp_server"]}.
npx claudepluginhub ajbarea/ariadne --plugin ariadneProvides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.