context-engine

Loads and maintains the company context file at ~/.claude/company.md.

Updated Apr 16, 2026
One-click install
npx skills add https://github.com/devCharuzu/philfida-taskmanage --skill context-engine-devcharuzu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: context-engine
Source: https://github.com/devCharuzu/philfida-taskmanage/tree/main/.windsurf/skills/context-engine
Command: npx skills add https://github.com/devCharuzu/philfida-taskmanage --skill context-engine-devcharuzu

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Keeps C-suite advisor conversations grounded by loading and maintaining a centralized company context, ensuring discussions reference a current, privacy-compliant profile.

Core Features & Use Cases

  • Loads the context file at ~/.claude/company-context.md into memory at the start of every C-suite session.
  • Detects stale context (older than 90 days) and prompts for a quick refresh or to continue with a flagged status.
  • Enriches the context during conversations with new signals while applying privacy/anonymization rules before any external API calls.
  • Enforces the anonymization protocol to prevent leakage of sensitive data.

Quick Start

Run /cs:setup to initialize your company context before your first advisor session.

Frequently Asked Questions about context-engine

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I load company context for C-suite advisor sessions?

To load company context, the skill automatically reads the file at ~/.claude/company-context.md into memory at the start of every C-suite advisor session, grounding discussions in a centralized profile. Run /cs:setup to initialize before your first session.

How does staleness detection work for company context files?

Staleness detection automatically checks the age of your company context file. If the context is older than 90 days, it prompts you to either perform a quick refresh or continue the session with a flagged status indicating the context may be outdated.

How do I anonymize sensitive company data before external API calls?

You anonymize sensitive data by enforcing the built-in anonymization protocol before any external API calls. The skill automatically applies these privacy rules to prevent leakage while enriching the context during conversations with new signals.

Do I need to manually format the company-context.md file before loading?

You need to run the /cs:setup command to initialize your company context file at ~/.claude/company-context.md before starting your first advisor session. Once initialized, the file is automatically loaded and maintained.

What happens if I continue an advisor session with stale context?

If you continue with stale context older than 90 days, the session proceeds with a flagged status indicating the context may be outdated. This ensures C-suite advisor conversations remain aware of potentially expired company profile information.