Skip to content

Add skills/cctrace agent skill#11

Merged
lroolle merged 1 commit into
mainfrom
feat/agent-skill
Jul 12, 2026
Merged

Add skills/cctrace agent skill#11
lroolle merged 1 commit into
mainfrom
feat/agent-skill

Conversation

@lroolle

@lroolle lroolle commented Jul 12, 2026

Copy link
Copy Markdown
Member

In-repo Claude Code skill (skills/cctrace/SKILL.md) so agents can drive cctrace without rediscovering it each session:

  • traced-session invocation, including the two real gotchas (-p position relative to --; bun eating a leading -- on non-compiled installs)
  • capture-mode table (mitm / base-url / node) + the HTTPS_PROXY side effect on other tools in the wrapped shell
  • web UI map: requests chips, session view, replay deep links (#/session/<key>/@<pair-id>), cost estimates
  • saved-trace subcommands (view/clean/merge/compress/ps) with the dry-run-by-default convention
  • trace .jsonl schema + jq recipes (timestamps are seconds, bodyRaw is SSE, session id in metadata.user_id)
  • privacy: what redact.ts masks vs. what is captured verbatim

Every command and jq one-liner verified against the live CLI and a real captured trace. Roadmap/CHANGELOG updated; CLAUDE.md notes the skill must stay in sync with the CLI surface.

🤖 Generated with Claude Code

An in-repo Claude Code skill so agents can drive cctrace without
rediscovering it: traced-session invocation (with the -- pass-through and
bun leading-dash gotchas spelled out), capture-mode selection, the web UI
map (requests/session/replay deep links, cost chips), the saved-trace
subcommands with their dry-run defaults, the trace .jsonl schema with jq
recipes, and the privacy posture (what redaction covers and what it
deliberately doesn't).

Every command and jq line in the skill was verified against the real CLI
and a real captured trace.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@lroolle lroolle merged commit 1044684 into main Jul 12, 2026
1 check passed
@lroolle lroolle deleted the feat/agent-skill branch July 12, 2026 06:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant