explicit-identity
CommunityEnsure explicit identity across boundaries.
Authorparcadei
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill prevents data corruption and misattribution caused by relying on implicit "latest" or "current" states when data crosses asynchronous or process boundaries.
Core Features & Use Cases
- Explicit ID Passing: Enforces passing unique identifiers (like session IDs, trace IDs) explicitly through function calls and process spawns.
- Race Condition Prevention: Eliminates bugs where the "current" context changes between the time a task is initiated and when it's executed.
- Use Case: When spawning a new analysis process, explicitly pass the current session ID to ensure the analysis is correctly associated with the intended conversation, preventing it from being linked to a different, more recent session.
Quick Start
Pass the explicit session ID when spawning a new process.
Dependency Matrix
Required Modules
None requiredComponents
references
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: explicit-identity Download link: https://github.com/parcadei/Continuous-Claude-v3/archive/main.zip#explicit-identity Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.