anshuljhawar

AGENTS.Snippet — Data & AI agent for Claude Code

Data & AI community

AI-generated documents carry their context (ai-artifact-provenance).

How to install AGENTS.Snippet

Installs to ~/.claude/agents/anshuljhawar-ai-artifact-provenance-agents.snippet.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/anshuljhawar/ai-artifact-provenance/HEAD/agents/AGENTS.snippet.md -o ~/.claude/agents/anshuljhawar-ai-artifact-provenance-agents.snippet.md

Restart Claude Code, or start a new session, for it to be picked up.

What AGENTS.Snippet does

AI-generated documents carry their context (ai-artifact-provenance)

Any document you produce for other people to read (HTML page, artifact, Markdown report, memo, plan, comparison) must contain an **ai-artifact-provenance block**. It lets a reader who was not in this session understand why the document looks the way it does and what to challenge.

**Where.** HTML: `{...}` in ``. Markdown: a fenced code block with info

Alternatives in Data & AI

  • Claude Mem — A Claude Code plugin that automatically captures everything Claude does during your coding sessions, compresse 38.9k ★
  • Multi Agent Systems Architect Agent — Systems architect specializing in the design, coordination, and governance of multi-agent AI pipelines — cover 669 ★
  • Cartographer — Claude Code plugin that maps and documents codebases of any size using parallel AI subagents 520 ★

Full documentation available on GitHub

View Source Repository