From yci
Proof-of-life skill for the yci plugin — confirms the skill pipeline resolves end-to-end. Prints a one-line greeting from yci. Phase 0; replaced by yci:whoami when the customer-profile machinery lands.
How this skill is triggered — by the user, by Claude, or both
Slash command
/yci:helloThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill exists to confirm that the yci plugin's skill pipeline resolves
This skill exists to confirm that the yci plugin's skill pipeline resolves end-to-end in Phase 0. It has no production functionality.
When invoked, respond with exactly:
yci is alive; active profile: <unset in Phase 0>
No tool calls are required. The response is purely instructional prose.
This skill is temporary scaffolding for Phase 0 validation. It will be
replaced by yci:whoami once the following Phase 1 components ship:
$YCI_DATA_ROOT/state.json — the persistent customer-profile storestate.json at
skill invocation timeSee the yci PRD at docs/prps/prds/yci.prd.md §6.1 (Customer Data Root
design) and §11 (Phase 1 milestone) for the full roadmap.
$YCI_DATA_ROOT is not yet set in Phase 0; the <unset> literal in
the output is intentional.yci:whoami once it
is available.Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub yandy-r/claude-infra-plugins --plugin yci