project-context

Parse engineering project documentation into a unified project context.

1|Updated Jun 7, 2024
One-click install
npx skills add https://github.com/jsco2t/dotfiles --skill project-context-jsco2t
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: project-context
Source: https://github.com/jsco2t/dotfiles/tree/main/.claude/skills/project-context
Command: npx skills add https://github.com/jsco2t/dotfiles --skill project-context-jsco2t

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Read and internalize engineering project documentation to build a complete project context.

Core Features & Use Cases

  • Reads the root index and all child indexes (plans, tasks, research, follow-ups) to surface the full project structure.
  • Synthesizes implementation plans, design documents, follow-ups, and task overviews into a single orientation.
  • Use during feature kickoff or when orienting yourself before starting work in a folder that contains engineering documentation.

Quick Start

Provide the path to the project's root index.md to load and synthesize the context.

Frequently Asked Questions about project-context

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

FAQPage Schema
How do I load engineering project context from existing documentation?▼

To load engineering project context, you provide the path to the project's root index.md. The Skill parses the root index, child indexes, implementation plans, and design documents to build a unified project orientation.

What is the best way to orient myself before starting a feature in an existing engineering folder?▼

Orienting yourself before starting a feature requires synthesizing the project's documentation. The Skill reads the root index, follow-ups, implementation plans, and task overviews to provide a complete project context for kickoff.

How do I synthesize an implementation plan and design document into a single orientation?▼

Synthesizing an implementation plan and design document involves parsing the root index and child indexes. The Skill automatically internalizes these engineering docs, alongside follow-ups and task overviews, to surface the full project structure.

Can I use this to parse a /new-eng-feature folder before starting work?▼

Yes, you can use this when a /new-eng-feature folder exists. It reads the engineering documentation within that folder, parsing the root index and child indexes to build a complete project context for your task.

Do I need a root index.md to build a complete project context?▼

Yes, you need to provide the path to the project's root index.md. This file acts as the entry point for parsing the engineering documentation, child indexes, and follow-ups required to build the unified project context.