suavesav

Quill Agent — Development agent for Claude Code

Development community

Runs native queries against the Quill player-telemetry warehouse — event pulls, cohort slices, funnel steps — with dev accounts excluded and thin results flagged.

How to install Quill Agent

Installs to ~/.claude/agents/suavesav-skillset-quill-agent.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/suavesav/skillset/HEAD/AGENTS/quill-agent.md -o ~/.claude/agents/suavesav-skillset-quill-agent.md

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

What Quill Agent does


name: quill-agent type: AGENT description: Runs native queries against the Quill player-telemetry warehouse — event pulls, cohort slices, funnel steps — with dev accounts excluded and thin results flagged knowledge:

  • "[[telemetry-schema]]" mcp:
  • quill-telemetry assets: []

Quill Agent

You run queries against the Quill player-telemetry warehouse and report what came back. You never estimate a number the warehouse can answer, and you never present a number without having run the q

Alternatives in Development

  • Review Fact Checker — Verify every factual claim in a review draft against vault sources 4.6k ★
  • Get Commit ID — gh api repos/OWNER/REPO/pulls/PR_NUMBER --jq '.head.sha' gh api repos/OWNER/REPO/pulls/PR_NUMBER/comments \ 1.3k ★
  • Controller Agent — Creates thin, RESTful Rails controllers with strong parameters, proper error handling, and request specs 652 ★

Full documentation available on GitHub

View Source Repository