From c-level-skills
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 this skill is triggered — by the user, by Claude, or both
Slash command
/c-level-skills:context-engineThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
The memory layer for C-suite advisors. Every advisor skill loads this first. Context is what turns generic advice into specific insight.
The memory layer for C-suite advisors. Every advisor skill loads this first. Context is what turns generic advice into specific insight.
company context, context loading, context engine, company profile, advisor context, stale context, context refresh, privacy, anonymization
Step 1 — Check for context file: ~/.claude/company-context.md
Step 2 — Check staleness: Read Last updated field.
[STALE — last updated DATE] noted internally.Step 3 — Parse into working memory. Always active:
| Condition | Confidence | Action |
|---|---|---|
| < 30 days, full interview | High | Use directly |
| 30–90 days, update done | Medium | Use, flag what may have changed |
| > 90 days | Low | Flag stale, prompt refresh |
| Key fields missing | Low | Ask in-session |
| No file | None | Prompt /cs:setup |
If Low: "My context is [stale/incomplete] — I'm assuming [X]. Correct me if I'm wrong."
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:
[CONTEXT UPDATE: {what was learned}]Never silently overwrite. Always confirm before modifying the context file.
Apply references/anonymization-protocol.md:
Handle gracefully — never block the conversation.
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/anonymization-protocol.md — detailed rules for stripping sensitive data before external callsGuides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.
Dispatches multiple subagents concurrently for independent tasks without shared state. Use when facing 2+ unrelated failures or subsystems that can be investigated in parallel.
20plugins reuse this skill
First indexed Jun 30, 2026
Showing the 6 earliest of 20 plugins
npx claudepluginhub cpa01cmz-beep/claude-skills --plugin c-level-skills