ai-image-creator
Generate PNG images using AI (multiple models via OpenRouter including Gemini, FLUX.2, Riverflow, SeedDream, GPT-5 Image, proxied through Cloudflare AI Gateway…
Extract 1–5 atomic facts from pasted text and save them as spaced-repetition cards in workspace/learning/facts/ with SM-2 frontmatter. Use when the user says "capture this", "save fact", "learn this", "memorize this", or pastes content they want to retain.
$ npx -y skills add evolution-foundation/evo-nexus --skill learn-capture --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/learn-captureContext preview
The summary Claude sees to decide when to auto-load this skill.
Extract 1–5 atomic facts from pasted text and save them as spaced-repetition cards in workspace/learning/facts/ with SM-2 frontmatter. Use when the user says "capture this", "save fact", "learn this", "memorize this", or pastes content they want to retain.
name: learn-capture description: Extract 1–5 atomic facts from pasted text and save them as spaced-repetition cards in workspace/learning/facts/ with SM-2 frontmatter. Use when the user says "capture this", "save fact", "learn this", "memorize this", or pastes content they want to retain.
Extracts atomic facts from user-provided text and saves them as SM-2 flashcard files in `workspace/learning/facts/`.
User pastes text (article, note, transcript excerpt) and wants to retain key facts for later review. **Does NOT fetch URLs automatically.** If the user provides a URL, ask them to paste the text content instead (v0 policy — no network dependency).
Ask the user (if not already provided):
If the user provides a URL only, respond: > "Por favor, cole o texto do artigo diretamente aqui. A skill não faz fetch automático de URLs para evitar problemas de paywall e dependência de rede."
Read the pasted text carefully. Extract **1 to 5 atomic facts** — each fact must be:
Do NOT extract:
For each fact, produce content in this exact format:
---
id: {YYYY-MM-DD}-{slug}
source: {source_url_or_"manual"}
deck: {deck_name}
created: {YYYY-MM-DD}
next_review: {YYYY-MM-DD+1 day}
interval: 1
ease: 2.5
reps: 0
lapses: 0
---
**Fact:** {The atomic fact stated directly, in pt-BR.}
**Why it matters:** {One sentence on why Davidson should remember this, in pt-BR.}
**Retrieval Q:** {A question whose answer is the fact above, in pt-BR.}**Slug rules:**
**If slug collision (same date + same slug):** append `-2`, `-3`, etc.
**Dates (use today's actual date):**
**Language:** fact content (Fact, Why it matters, Retrieval Q) must be in **pt-BR** by default (workspace.language = pt-BR), regardless of the source language.
For each fact: 1. Create `workspace/learning/facts/` directory if it does not exist 2. Write the file to `workspace/learning/facts/{YYYY-MM-DD}-{slug}.md` 3. Confirm success with the file path
After saving all files, output a summary:
✅ {N} fato(s) capturado(s) no deck "{deck}":
- workspace/learning/facts/{filename1}.md → {first 5 words of Retrieval Q}...
- workspace/learning/facts/{filename2}.md → ...Generate PNG images using AI (multiple models via OpenRouter including Gemini, FLUX.2, Riverflow, SeedDream, GPT-5 Image, proxied through Cloudflare AI Gateway…
Create a new custom agent for the workspace. Guides the user through defining agent name, domain, personality, skills, model, and memory folder. Use when the…
Create a new slash command for Claude Code. Guides the user through defining the command name, what it does, and generates the markdown file in…
Create a Mission, Project, or Goal (Mission → Project → Goal → Task hierarchy) in EvoNexus. Guides the user through picking a mission, choosing or creating a…
Create a new heartbeat (proactive agent scheduled with a decision prompt) for EvoNexus. Guides the user through picking an agent, setting interval, wake…
Create a new custom integration (API/service wrapper) for the workspace. Guides the user through defining the integration's slug, display name, description,…