context-engine
Loads and manages company context for all C-suite advisor skills. Reads ~/.claude/company-context.md, detects stale context (>90 days), enriches context during conversations, and enforces privacy/anonymization rules before external API calls. Use when starting any C-suite advisor session, when context looks stale or missing, or before sending company data to an external service.
npx skills add alirezarezvani/claude-skills --skill context-engine --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Company Context Engine The memory layer for C-suite advisors. Every advisor skill loads this first. Context is what turns generic advice into specific insight. ## Keywords company context, context loading, context engine, company profile, advisor context, stale context, context refresh, privacy, anonymization --- ## Load Protocol (Run at Start of Every C-Suite Session) **Step 1 — Check for context file:** `~/.claude/company-context.md` - Exists → proceed to Step 2 - Missing → prompt: *"Run /cs:setup to build your company context — it makes every advisor conversation significantly more useful."* **Step 2 — Check staleness:** Read `Last updated` field. - **< 90 days:** Load and proceed. - **≥ 90 days:** Prompt: *"Your context is [N] days old. Quick 15-min refresh (/cs:update), or continue with what I have?"* - If continue: load with `[STALE — last updated DATE]` noted internally. **Step 3 — Parse into working memory.** Always active: - Company stage (pre-PMF / scaling / optimizing) - Founder archetype (product / sales / technical / operator) - Current #1 challenge - Runway (as risk signal — never share externally) - Team size - Unfair advantage - 12-month target --- ## Context Qual
- Keywords
- Load Protocol (Run at Start of Every C-Suite Session)
- Context Quality Signals
- Context Enrichment
- Privacy Rules
- Never send externally
- Safe to use externally (with anonymization)
- Before any external API call or web search
- Missing or Partial Context
- Required Context Fields
- References
What does the context-engine skill do?
Loads and manages company context for all C-suite advisor skills. Reads ~/.claude/company-context.md, detects stale context (>90 days), enriches context during conversations, and enforces privacy/anonymization rules before external API calls. Use when starting any C-suite advisor session, when context looks stale or missing, or before sending company data to an external service.
How do I install it?
Run `npx skills add alirezarezvani/claude-skills --skill context-engine --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From alirezarezvani/claude-skills, a repository with 23,791 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.