context-awareness

Analyze codebases and generate structured project context summaries.

1|Updated Mar 27, 2026
One-click install
npx skills add https://github.com/NEXUZ-SYS/devflow --skill context-awareness
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: context-awareness
Source: https://github.com/NEXUZ-SYS/devflow/tree/main/skills/context-awareness
Command: npx skills add https://github.com/NEXUZ-SYS/devflow --skill context-awareness

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Enriches tasks with deep project context by leveraging dotcontext's semantic analysis (Full mode), .context/ files (Lite mode), or direct exploration (Minimal mode).

Core Features & Use Cases

  • Full semantic analysis for comprehensive codebase insight
  • Lite mode via direct file reading of .context/ docs and codebase map
  • Minimal mode for quick exploration in unfamiliar areas
  • Task-specific queries and playbooks to guide decisions

Quick Start

Invoke the skill in the target area to generate a summarized project context.

Frequently Asked Questions about context-awareness

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

FAQPage Schema
How do I enrich tasks with project context from a large codebase?

You can enrich tasks with project context by applying semantic analysis across the codebase to extract patterns and conventions, generating a summarized output for downstream agents during planning and debugging.

What is the best way to explore unfamiliar code before making architecture decisions?

The best way to explore unfamiliar code is to use context-gathering modes like Full semantic analysis or Minimal direct exploration, which extract structural patterns to guide architecture decisions and task planning.

How do I generate a codebase map from .context files for downstream agents?

You can generate a codebase map by using Lite mode to directly read .context files and documentation, summarizing project conventions into structured outputs for downstream agents.

Does context-awareness work without dependencies for semantic code exploration?

Yes, context-awareness operates without dependencies, allowing you to perform semantic code exploration and context summarization directly within your existing codebase environment.

When should I use Full semantic analysis versus Lite file-reading for code exploration?

Use Full semantic analysis for comprehensive codebase insight, whereas Lite file-reading is better for quickly extracting context directly from .context files and codebase maps.

Why are my downstream agents missing project conventions during task planning?

Downstream agents miss project conventions when tasks lack enriched context; applying semantic analysis or direct codebase exploration provides the structured summaries needed for accurate planning.