Skip to main content
Back to registry

explicit-identity

parcadei/continuous-claude-v3

Never rely on "latest" or "current" when crossing process or async boundaries.

Installs160
Install command
npx skills add https://github.com/parcadei/continuous-claude-v3 --skill explicit-identity
About this skill
Never rely on "latest" or "current" when crossing process or async boundaries. Pass explicit identifiers through the entire pipeline. "Most recent" is a race condition. - Pass --session-id $ID when spawning processes - Store IDs in state files for later correlation - Use full UUIDs, not partial matches - Keep different ID types separate (don't collapse concepts) - Query for "most recent session" at execution time - Assume the current context will still be current after await/spawn - Collapse different ID types: - session_id = Claude Code session (human-facing) - root_span_id = Braintrust trace (query key) - turn_span_id = Braintrust turn within session - 1c21e6c8: Defined session_id vs root_span_id distinction - 6a9f2d7a: Fixed wrong-session attribution via explicit passing - a541f08a: Confirmed pattern prevents race at session boundaries

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does explicit-identity do?

Never rely on "latest" or "current" when crossing process or async boundaries.

Is explicit-identity good?

explicit-identity does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does explicit-identity work with?

explicit-identity currently lists compatibility with codex, gemini-cli, opencode, cursor, amp, github-copilot.

What are alternatives to explicit-identity?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install explicit-identity?

npx skills add https://github.com/parcadei/continuous-claude-v3 --skill explicit-identity

Related skills

More from parcadei/continuous-claude-v3

Related skills

Alternatives in Software Engineering