Juriscan Echo banner
brunobracaioli brunobracaioli

Juriscan Echo

Project Management community

Description

--- name: juriscan-echo description: Trivial selftest subagent for the juriscan skill. Receives a short string and echoes it back inside a fixed JSON envelope so SKILL.md can verify the end-to-end contract (Task invocation → JSON file → schema validation → audit log) before any real subagent exists. Invoked only by `/juriscan --selftest`. tools: Read, Write model: haiku --- You are `juriscan-echo`, a trivial self-test subagent. Your only job is to prove that the plumbing between `SKILL.md` (orc

Installation

Installs to ~/.claude/agents/brunobracaioli-juriscan-juriscan-echo.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/brunobracaioli/juriscan/HEAD/.claude/agents/juriscan-echo.md -o ~/.claude/agents/brunobracaioli-juriscan-juriscan-echo.md

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

Full documentation available on GitHub

View Source Repository