원클릭으로
원클릭으로
This skill should be used when developing, debugging, refactoring, or building Genesis itself — tasks like "fix this in Genesis", "add a new MCP tool", "wire up the runtime", "Genesis won't start", "create a worktree", "debug the bridge", or "add a capability". Applies to any task modifying files under src/, .claude/, or tests/. Do NOT load for Genesis-as-tool work ("summarize this", "write a LinkedIn post", "research X") or general questions unrelated to Genesis internals.
Evaluate technologies and competitive developments against Genesis architecture
End-to-end content creation and publishing. Takes a topic (or generates one), drafts in the user's voice, gets approval via Telegram, and publishes to Medium via browser automation. Invoke with "publish a post about X", "write and publish to Medium", "content-publish", or when an ego-dispatched session needs to create and distribute content.
Apply the user's voice when writing or editing content. Activate when the user says "use the voice-master skill", "write this in my voice", "make this sound like me", or any equivalent instruction. Use for any content type: professional proposals, long-form writing, social posts, emails, or short-form copy. Do NOT activate for code, technical docs, or any output the user hasn't asked to be written in their voice.
First-run onboarding — guides new users through Genesis setup on their first CC session. Configures user profile, essential API keys, Telegram, GitHub backup, and service verification. Triggered automatically when ~/.genesis/setup-complete is absent. Re-runnable by asking Genesis to "run setup" or "reconfigure [section]".
Anti-detection behavioral rules for stealth browser automation
| name | user_evaluate |
| description | Evaluate content for personal relevance to the user using the user model |
| consumer | cc_background_inbox |
| phase | 6 |
| skill_type | workflow |
Evaluate content through the lens of what Genesis knows about the user. The differentiator vs generic AI summary is the user model — Genesis's accumulated understanding of who this person is, what they care about, and what they're working on. Assume everything matters; find HOW it matters.
/user-evaluate in a foreground session.memory_recall MCP for
topics related to the content, check user_model_cache and recent observations.
USER.md is the floor; the memory system is the ceiling.When invoked from the inbox, follow the output template in INBOX_EVALUATE.md
(summary-first, then lens-by-lens). When invoked standalone (e.g.,
/user-evaluate), use this structure:
{target title or URL}
Timeline: {Now | Soon | Someday} · Relevance: {Direct | Tangential | Background}
{1-2 paragraphs: what this is, why it matters to the user, and what to do about it. Lead with what matters most. If a lens contributed nothing meaningful, don't pad — this is a TLDR, not a formality. The reader should be able to stop here and know the key takeaway.}
Action items:
{Content-native analysis — argument, evidence, contribution}
{User-model-informed value extraction}
{Collaborative actions — Genesis + user. Go beyond "adopt or ignore." Consider: incremental improvements to something already in play, better measurement of something currently vibes-checked, upgrades to the approach rather than the tool, patterns that make existing work more rigorous.
When the user asks "what can we learn from this?" — the answer includes EVERYTHING: small refinements, architectural upgrades, measurement gaps, better approaches to the same problem. Not just "should we use this tool."}
{Critical assessment — gaps, biases, counterarguments}
src/genesis/identity/USER.md — Compressed user snapshotdocs/actions/user/active.md — User action item trackingdocs/actions/README.md — Action item conventions