Claimcheck Agents banner
pawankumar94 pawankumar94

Claimcheck Agents

Development community

Description

--- description: List the coding agents claimcheck can measure, and what has actually been verified --- Show the user which agents claimcheck can drive. 1. Call the `list_agent_profiles` MCP tool. 2. Present a compact table: agent name, the CLI command it drives, the policies it defines, and whether it is verified. 3. For any profile where `verified` is false, say what is unverified — quote the `verificationNote`. An unverified profile can still run, but a failure may be a wrong CLI

Installation

Installs to ~/.claude/skills/pawankumar94-claimcheck-claimcheck-agents/SKILL.md

Terminal
mkdir -p ~/.claude/skills/pawankumar94-claimcheck-claimcheck-agents && curl -fsSL https://raw.githubusercontent.com/pawankumar94/claimcheck/HEAD/commands/claimcheck-agents.md -o ~/.claude/skills/pawankumar94-claimcheck-claimcheck-agents/SKILL.md

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

Full documentation available on GitHub

View Source Repository