Dannycoates Cc Query
dannycoates-cc-query is a Claude Code plugin for the Operate phase that lets you run SQL-style queries over Claude Code session data for analysis and debugging.
Install cc-query when you want to analyze Claude Code sessions with SQL instead of scrolling raw logs.
Add it to Claude Code
Install the plugin in Claude Code. One command, paste-ready.
/plugin install dannycoates-cc-query@dannycoates/cc-queryBuilt to be called by your agent
Skillselion is itself an MCP server. Your agent can pull this entry and a paste-ready install config straight from the API - no copy-paste.
Retrieve this entry with skillselion.get_details("plugin:dannycoates/cc-query") and the paste-ready config with skillselion.get_install_config("plugin:dannycoates/cc-query").
What it does
dannycoates-cc-query is a Claude Code plugin marketplace bundle that brings SQL-oriented querying to Claude session analysis. Solo builders who run long agent sessions often lose track of what was tried, which tools fired, and where time went; cc-query positions session history as something you can filter, join, and summarize like any other dataset. The canonical journey placement is Operate because the value appears after sessions exist, but it also supports ship-time review and grow-style analytics when you are optimizing how you work with Claude. Metadata shows one plugin, a small GitHub footprint, and keywords around query and session. It is a specialized Claude Code plugin—not a general LLM integration skill or MCP database server—best for developers comfortable with SQL who want local, session-centric forensics.
Highlights
- Single-plugin marketplace for cc-query SQL session analysis (pluginCount: 1).
- Keywords: Claude, query, querying, session—focused on retrospective session insight.
- Fits builders who treat agent sessions as data worth measuring and filtering.
- Community development listing from dannycoates/cc-query.
- Supports debugging and workflow improvement without external analytics SaaS.
Why builders use it
Long Claude Code sessions leave you digging through unstructured logs when you need answers about what the agent actually did.
After adding cc-query, you can query and analyze sessions with SQL-like workflows to debug behavior and improve how you ship with agents.
At a glance
- Type - Plugin in Development Tools.
- Adoption - 0 installs, 3 stars, 0 votes.
FAQ
Who is dannycoates-cc-query for?
It is for Claude Code users who analyze past agent sessions—especially indie developers optimizing prompts, plugins, and shell workflows.
When should I use dannycoates-cc-query?
Use it when you need to investigate session history, compare runs, or quantify patterns after shipping or during operate-phase debugging.
How do I add dannycoates-cc-query to my agent?
Install the dannycoates/cc-query plugin from the Claude Code marketplace and follow its setup so session data is available for querying.
Comments
Share how you use dannycoates-cc-query, gotchas, or tips for other indie builders.
No comments yet - be the first to share how you use it.