edge-context

Read active_context.yaml to surface project state and recommended next actions.

Updated Jan 4, 2026
One-click install
npx skills add https://github.com/DazedtilDawn/operators-edge --skill edge-context
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: edge-context
Source: https://github.com/DazedtilDawn/operators-edge/tree/main/codex/skills/edge-context
Command: npx skills add https://github.com/DazedtilDawn/operators-edge --skill edge-context

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Load project state and workflow context before starting any coding task. Use automatically when beginning work, implementing features, fixing bugs, or continuing a project.

Core Features & Use Cases

  • Reads the active_context.yaml file at the project root to surface objective, current_step, plan, constraints, and memory for informed decision making.
  • Automatically triggers when beginning a new task, resuming work, or when you say "let's work on...", "implement...", "fix...", "continue...".
  • Creates active_context.yaml with a standard template if missing and initializes the context to guide your workflow.

Quick Start

Run edge-context at the start of a session to load the current project context.

Frequently Asked Questions about edge-context

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

FAQPage Schema
How do I load project context and state at session start?

To load project context at session start, run edge-context to read the active_context.yaml file at the project root, surfacing the objective, current step, plan, constraints, and memory for immediate workflow guidance.

How does active_context.yaml initialize if the file is missing?

If active_context.yaml is missing, edge-context automatically creates the file using a standard template and initializes the context to guide your coding workflow from a fresh state.

When do I need to load workflow context for a coding task?

You need to load workflow context whenever beginning a new task, resuming work, implementing features, fixing bugs, or starting project planning and debugging workflows to ensure informed decision making.

Can I automatically trigger project state loading when resuming work?

Yes, project state loading automatically triggers when you say phrases like 'let's work on', 'implement', 'fix', or 'continue', ensuring immediate access to workflow context without manual initialization.

What is the best way to surface coding constraints and memory for a new task?

The best way to surface coding constraints and memory is to read the active_context.yaml file at session start, which extracts and presents these project details to guide your current development task.

Does edge-context work without external dependencies or components?

Yes, edge-context works without external dependencies or components, relying solely on reading and initializing the active_context.yaml file at your project root to provide contextual status and recommended next actions.