resolving-identity

Installation
SKILL.md

Agentic Tasks — Identity Resolve

Resolve the current user's identity from the active provider. Skip if current_user is already set in this conversation.

Prerequisites

active_provider must already be determined (caller must run detecting-provider first). If active_provider is not set, stop and return an error to the caller.

Step 1: Resolve Current User

If current_user is already set in this session, skip to Step 2.

Load ${CLAUDE_PLUGIN_ROOT}/skills/providers/{active_provider}/SKILL.md and follow the Identity: Resolve Current User section.

Result: set session variable current_user: { id, name, email }.

Installs
2
GitHub Stars
1
First Seen
14 days ago
resolving-identity — kazukinagata/agentic-tasks