From omni-link
Surface business improvement opportunities backed by codebase evidence. Runs evolution analysis at session start and on-demand via /evolve.
How this skill is triggered — by the user, by Claude, or both
Slash command
/omni-link:business-evolutionThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill surfaces actionable improvement opportunities for the ecosystem, backed by evidence from the actual codebase. It operates from a CTO/product strategist perspective, finding gaps, bottlenecks, and competitive deficiencies.
This skill surfaces actionable improvement opportunities for the ecosystem, backed by evidence from the actual codebase. It operates from a CTO/product strategist perspective, finding gaps, bottlenecks, and competitive deficiencies.
evolutionOpportunities in the digest and present top items/evolveExecute the evolution analysis:
/evolve
This runs the full evolution pipeline:
| Category | What It Covers |
|---|---|
feature | Incomplete features, missing CRUD operations, dead routes, orphaned UI |
performance | Missing pagination, caching, query optimization, async patterns |
monetization | Revenue opportunities identified from existing code patterns |
scale | Rate limiting, connection pooling, queue usage, horizontal scaling |
security | Missing auth checks, input validation, security headers, secrets exposure |
Present each suggestion in this format:
### [CATEGORY] [Title]
**Impact:** [high/medium/low] | **Effort:** [small/medium/large]
[Description of what should be done and why]
**Evidence:**
- `[repo]/[file]:[line]` — [what was found at this location]
- `[repo]/[file]:[line]` — [supporting evidence]
**Affected Repos:** [list]
Every suggestion MUST include at least one evidence citation. Evidence is a specific file:line reference from the actual scanned codebase.
Required format: repo/path/to/file.ts:lineNumber followed by a description of what was found.
Rules:
/scan first.When the ecosystem digest is loaded at session start:
evolutionOpportunities contains any itemsaggressiveness is aggressive:
moderate:
on-demand:
/evolveSuggestions are pre-ranked by the upgrade proposer using this priority:
The number of suggestions is capped by config.evolution.maxSuggestionsPerSession.
For deeper analysis of a specific suggestion, dispatch the evolution-strategist agent. It can:
npx claudepluginhub sebdysart/omni-linkScans full project—code, infrastructure, marketing, growth, business—to surface 3-5 high-impact low-effort opportunities ranked by value and routes to relevant skills. Use when unsure what to work on next.
Audits a codebase as a senior advisor and produces prioritized, self-contained implementation plans for other models/agents to execute. Read-only — never implements or fixes code itself.
Explores a codebase for architectural friction and proposes competing redesigns. Useful for identifying structural improvement opportunities across the entire codebase.