New to Claude Skills? Learn how to install them →

alirezarezvani on GitHub

Company Context Engine

Free

Manage and enrich company context for C-suite advisors.

Get this skill

Free · Opens the source repo

What Company Context Engine does

The Company Context Engine is designed specifically for C-suite advisor skills, serving as a foundational memory layer that enhances the quality of advice by integrating company-specific context. By loading the company context from a designated file, it ensures that advisors have access to the most relevant and up-to-date information. This context includes key details such as company stage, founder archetype, current challenges, and more, which are essential for providing tailored insights during advisory sessions.

Before initiating any C-suite advisory session, the engine checks for the presence of a context file and its freshness. If the file is missing or outdated, it prompts the user to update or create a context file, ensuring that every conversation is grounded in current and accurate information. The system also incorporates a mechanism to enrich context dynamically during conversations, capturing new insights and updates that can be appended to the context file, thus continually improving the quality of future interactions.

Privacy and data security are paramount in the context engine's design. It enforces strict rules on what information can be shared externally, anonymizing sensitive details such as specific financial figures and personal names. This ensures that while the engine provides valuable insights, it does so without compromising the confidentiality of sensitive company data.

This skill is ideal for executives, consultants, and advisors who require a robust mechanism to manage and utilize company context effectively. It streamlines the advisory process by ensuring that every session is informed by the latest company data, thus enabling more effective decision-making and strategic planning.

When to use it

Use this skill at the start of any C-suite advisory session to ensure that the context is current and complete, especially if previous sessions were held over 90 days ago.

When not to use it

This skill may not be suitable for scenarios where company context is not required, such as general inquiries that do not pertain to specific company data.

What you can build with it

Starting a New Advisory Session

Before beginning a session, use the engine to load the latest company context, ensuring the advice is relevant and informed.

Updating Stale Context

If the context is older than 90 days, the engine prompts for a quick refresh, allowing for more accurate and timely discussions.

Ensuring Data Privacy

When preparing to share company data externally, the engine applies anonymization protocols to protect sensitive information.

How to install Company Context Engine

View source

1. Install with the skills CLI

npx skills add alirezarezvani/claude-skills/context-engine --agent claude-code

2. Or install it manually

Download the skill folder and drop it into ~/.claude/skills/ for all projects, or .claude/skills/ to scope it to one repo. Restart Claude Code so it picks up the new skill.

Anthropic's agentic coding CLI, and the reference implementation of Agent Skills. Drop a skill folder into ~/.claude/skills and Claude Code loads it automatically whenever a task matches the skill's description. Claude Code docs

Inside SKILL.md

Written by alirezarezvani

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 Quality Signals

ConditionConfidenceAction
< 30 days, full interviewHighUse directly
30–90 days, update doneMediumUse, flag what may have changed
> 90 daysLowFlag stale, prompt refresh
Key fields missingLowAsk in-session
No fileNonePrompt /cs:setup

If Low: "My context is [stale/incomplete] — I'm assuming [X]. Correct me if I'm wrong."


Context Enrichment

During conversations, you'll learn things not in the file. Capture them.

Triggers: New number or timeline revealed, key person mentioned, priority shift, constraint surfaces.

Protocol:

  1. Note internally: [CONTEXT UPDATE: {what was learned}]
  2. At session end: "I picked up a few things to add to your context. Want me to update the file?"
  3. If yes: append to the relevant dimension, update timestamp.

Never silently overwrite. Always confirm before modifying the context file.


Privacy Rules

Never send externally

  • Specific revenue or burn figures
  • Customer names
  • Employee names (unless publicly known)
  • Investor names (unless public)
  • Specific runway months
  • Watch List contents

Safe to use externally (with anonymization)

  • Stage label
  • Team size ranges (1–10, 10–50, 50–200+)
  • Industry vertical
  • Challenge category
  • Market position descriptor

Before any external API call or web search

Apply references/anonymization-protocol.md:

  • Numbers → ranges or stage-relative descriptors
  • Names → roles
  • Revenue → percentages or stage labels
  • Customers → "Customer A, B, C"

Missing or Partial Context

Handle gracefully — never block the conversation.

  • Missing stage: "Just to calibrate — are you still finding PMF or scaling what works?"
  • Missing financials: Use stage + team size to infer. Note the gap.
  • Missing founder profile: Infer from conversation style. Mark as inferred.
  • Multiple founders: Context reflects the interviewee. Note co-founder perspective may differ.

Required Context Fields

Required:
  - Last updated (date)
  - Company Identity → What we do
  - Stage & Scale → Stage
  - Founder Profile → Founder archetype
  - Current Challenges → Priority #1
  - Goals & Ambition → 12-month target

High-value optional:
  - Unfair advantage
  - Kill-shot risk
  - Avoided decision
  - Watch list

Missing required fields: note gaps, work around in session, ask in-session only when critical.


References

  • references/anonymization-protocol.md — detailed rules for stripping sensitive data before external calls

Frequently asked questions about Company Context Engine

Similar skills