Agent skill · Data & Analytics

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.

Alireza Rezvani23,369★ · +428/wk · 1 repos on radarProfile →
claude-codecodexcursorMIT
Install
npx skills add alirezarezvani/claude-skills --skill context-engine --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 4 KB
Bundled scripts: none
Version: 1.0.0
Declared author: Alireza Rezvani
Path: c-level-advisor/skills/context-engine/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 23,791 · +422 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Keywords
  2. Load Protocol (Run at Start of Every C-Suite Session)
  3. Context Quality Signals
  4. Context Enrichment
  5. Privacy Rules
  6. Never send externally
  7. Safe to use externally (with anonymization)
  8. Before any external API call or web search
  9. Missing or Partial Context
  10. Required Context Fields
  11. References
Ships with 1 file
  • references/anonymization-protocol.md
More from claude-skills
All skills →
About this skill
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.

Keep going