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…
Review and track OKRs progress. Use when user says 'OKR review', 'OKR progress', 'update OKRs', 'define quarterly OKRs', or any reference to objectives, key results, or quarterly goals.
$ npx -y skills add evolution-foundation/evo-nexus --skill sage-okr-review --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/sage-okr-reviewContext preview
The summary Claude sees to decide when to auto-load this skill.
Review and track OKRs progress. Use when user says 'OKR review', 'OKR progress', 'update OKRs', 'define quarterly OKRs', or any reference to objectives, key results, or quarterly goals.
name: sage-okr-review description: "Review and track OKRs progress. Use when user says 'OKR review', 'OKR progress', 'update OKRs', 'define quarterly OKRs', or any reference to objectives, key results, or quarterly goals."
Skill to review, update, or define quarterly company OKRs.
**Always respond in English.**
1. Read the most recent OKRs file from `workspace/strategy/okrs/` 2. For each Key Result, fetch updated data:
3. Calculate progress for each KR (0-100%) 4. Classify: 🟢 on track (>70%) | 🟡 at risk (40-70%) | 🔴 off track (<40%) 5. Update the OKRs file with new data 6. Present summary
1. Interview the user about the quarter's priorities 2. Propose 3-4 Objectives with 3-4 Key Results each 3. Each KR must be: measurable, with baseline and target, with deadline 4. Save to `workspace/strategy/okrs/[C] YYYY-QX-okrs.md`
# OKRs — Q{X} {YYYY}
> Status: {in definition | active | in review | closed}
> Period: {start date} → {end date}
> Last updated: {YYYY-MM-DD}
## O1: {Objetivo 1}
| KR | Baseline | Target | Atual | Progresso | Status |
|----|----------|--------|-------|-----------|--------|
| {KR1} | {valor} | {valor} | {valor} | {X%} | 🟢/🟡/🔴 |
| {KR2} | {valor} | {valor} | {valor} | {X%} | 🟢/🟡/🔴 |
**Notes:** {relevant context}
## O2: {Objetivo 2}
...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,…