context-engineLoads and manages company context for all C-suite advisor skills. Reads ~/.claude/company-context.md, detects stale context (>90 days), enriches context duri...
Install via ClawdBot CLI:
clawdbot install alirezarezvani/context-engineGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Generated Mar 20, 2026
A B2B SaaS startup at scaling stage with 25 employees needs advice on entering a new market. The context engine loads their current challenge (market expansion) and 12-month target (double ARR), ensuring advice is tailored to their specific growth phase and team capacity.
A pre-product-market fit founder in e-commerce faces a cash flow crisis. The engine flags stale context (over 90 days old) and prompts a refresh, then uses anonymized runway data internally to guide risk mitigation without exposing sensitive financial details externally.
A technical founder in fintech preparing for a Series A pitch needs help refining their narrative. The engine enriches context during the conversation by capturing new investor feedback, then offers to update the file with these insights for future sessions.
A scaling company in healthcare tech with 80 employees is restructuring its sales team. The engine uses the founder's operator archetype and unfair advantage (proprietary data) to provide specific guidance on hiring and role alignment, while anonymizing employee names in external searches.
A consumer app company at optimizing stage launches a new feature. The engine loads their current challenge (user retention) and 12-month target (increase DAU by 30%), ensuring advice focuses on iterative improvements and market positioning without revealing customer names.
Companies with recurring revenue models, such as B2B software providers. The context engine helps by managing stage-specific challenges (e.g., churn reduction for scaling) and anonymizing revenue figures before external API calls to protect sensitive data.
Platforms connecting buyers and sellers, like e-commerce or service marketplaces. The engine uses team size ranges and industry vertical to tailor advice on scaling operations, while enforcing privacy rules to anonymize customer and transaction details.
Firms offering expert advice or implementation services, common in fintech or healthcare. The context engine enriches profiles during sessions by capturing new client insights and ensures anonymization of specific project details in external communications.
💬 Integration Tip
Integrate this skill early in advisor workflows to load context automatically, and regularly update the company-context.md file to maintain high confidence levels during sessions.
Scored Apr 19, 2026
Search and analyze your own session logs (older/parent conversations) using jq.
Local semantic memory with Qdrant and Transformers.js. Store, search, and recall conversation context using vector embeddings (fully local, no API keys).
Maintain Clawdbot's compounding knowledge graph under life/areas/** by adding/superseding atomic facts (items.json), regenerating entity summaries (summary.md), and keeping IDs consistent. Use when you need deterministic updates to the knowledge graph rather than manual JSON edits.
Manage and retrieve long-term memories with LanceDB using semantic vector search, category filtering, and detailed metadata storage.
Fast semantic memory system with JSON indexing, auto-consolidation, and <20ms search. Capture learnings, decisions, insights, events. Use when you need persistent memory across sessions or want to recall prior work/decisions.
Long-term memory via ChromaDB with local Ollama embeddings. Auto-recall injects relevant context every turn. No cloud APIs required — fully self-hosted.