context

Summarize repository assumptions, constraints, and affected file paths.

Updated Feb 1, 2026
One-click install
npx skills add https://github.com/habrahgithub/node-backend-starter --skill context-habrahgithub
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: context
Source: https://github.com/habrahgithub/node-backend-starter/tree/main/.codex/skills/context
Command: npx skills add https://github.com/habrahgithub/node-backend-starter --skill context-habrahgithub

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Establishes a minimal, durable snapshot of repository context so contributors can start work, resume after handoff, or make decisions without re-reading scattered documents or logs.

Core Features & Use Cases

  • Canonical-first workflow: Directs users to prioritize official docs like CONTEXT.md and DECISIONS.md before ad-hoc notes.
  • Path-based summaries: Encourages concise, path-referenced summaries of assumptions, constraints, and affected files instead of pasting long outputs.
  • Use Case: When onboarding to a legacy Node service, follow the steps to quickly identify conventions, key files, and pending design choices before coding.

Quick Start

Use the context skill to summarize repository assumptions, constraints, and affected file paths for a new task.

Frequently Asked Questions about context

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

FAQPage Schema
How do I build repository context for onboarding to a legacy codebase?

To build repository context, read canonical docs like CONTEXT.md and DECISIONS.md first, then summarize assumptions, constraints, and affected file paths concisely without pasting long logs. This creates a durable snapshot for correct implementation and decision-making.

What is the best way to summarize project decisions when resuming work after handoff?

The best way to summarize project decisions is prioritizing official documentation like DECISIONS.md over ad-hoc notes, creating path-referenced summaries of constraints and assumptions to resume work without re-reading scattered logs.

How do I validate project conventions across a codebase before starting implementation?

Validate project conventions by locating relevant files by path and reading canonical docs first, keeping a concise summary of constraints and assumptions. This ensures correct implementation aligned with existing repository standards.

Do I need to copy long logs when summarizing repository context?

No, you do not need to copy long logs when summarizing repository context. The approach encourages concise, path-referenced summaries of assumptions and affected files instead of pasting lengthy outputs.

Does the context skill work for onboarding to a legacy Node service?

Yes, it works for onboarding to a legacy Node service by directing users to follow steps that quickly identify conventions, key files, and pending design choices before coding, ensuring correct implementation.

When do I need to establish a repository context snapshot?

You need a repository context snapshot when starting work, resuming after handoff, or validating project conventions across a codebase. It helps contributors make decisions without re-reading scattered documents or logs.