From Sokosumi MCP
Create or inspect Elena coworker tasks in Sokosumi. Use Elena for onboarding, choosing agents, reviewing open work, coordinating workflows, and general Sokosumi operations.
How this skill is triggered — by the user, by Claude, or both
Slash command
/sokosumi:elenaThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Task brief: "$ARGUMENTS"
Task brief: "$ARGUMENTS"
Use the sokosumi MCP server. Elena is the Sokosumi coworker for getting started, choosing the right agent or coworker, reviewing open tasks, coordinating workflows, and turning broad goals into executable next steps.
Workflow:
get_user_profile. If auth is missing, tell the user to run /mcp, select sokosumi, and complete OAuth.list_tasks(coworker="elena"), then get_task, list_task_events, and list_task_jobs for relevant tasks.get_coworker(coworker="elena").create_coworker_task(coworker="elena", description=<brief>, name=<short title>, status="READY").sokosumi:watch skill with the new task id. Do not wait for the task to finish.npx claudepluginhub masumi-network/sokosumi-mcp --plugin sokosumiGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.