project-context

Configure TypeScript/Node project context via YAML frontmatter and Markdown instructions.

2|1|Updated Jan 16, 2026
One-click install
npx skills add https://github.com/tundraray/overture --skill project-context-tundraray
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project-context
Source: https://github.com/tundraray/overture/tree/main/skills/project-context
Command: npx skills add https://github.com/tundraray/overture --skill project-context-tundraray

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill captures and communicates project-specific context (nature, technology stack, constraints, and implementation principles) so Claude Code can generate aligned, project-aware outputs and avoid misinterpretations.

Core Features & Use Cases

  • Project-context template: Defines project nature, tech stack, tests, and implementation policy to keep development aligned.
  • Customization guide: Provides a simple path to tailor environment configuration and architectural decisions for a TypeScript/Node project.
  • Onboarding and governance: Includes ADR/Design Doc guidance and work-plans to coordinate across teams and projects.

Quick Start

Edit the SKILL.md frontmatter to reflect your project's name and description, fill in the 'Basic Configuration' and 'Environment Configuration' sections, and load the skill during Claude Code sessions to apply project-specific context automatically.

Frequently Asked Questions about project-context

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

FAQPage Schema
How do I provide project context to guide Claude Code?

You provide project context to Claude Code by editing a Markdown template's YAML frontmatter and body sections. Fill in the project nature, technology stack, and constraints to generate project-aware outputs.

What is the best way to configure TypeScript architecture decisions for Claude Code?

Configuring TypeScript architecture decisions is done by loading a context template with ADR and Design Doc guidance. This aligns Claude Code outputs with your project's specific implementation principles.

How do I set up environment configuration for a Node project in Claude Code?

Set up Node project environment configuration by editing the Basic Configuration and Environment Configuration sections of the context template. This ensures Claude Code understands your specific operational constraints.

Can I use project context templates for team onboarding and governance?

Yes, you can use project context templates for team onboarding and governance. They include ADR and Design Doc workflows with work-plans to coordinate architectural decisions across multiple teams.

Do I need YAML frontmatter to apply project-specific context in Claude Code?

Yes, YAML frontmatter with a name and description is required to apply project-specific context. The Markdown body loads operational instructions to define tests and implementation policy.

Why does Claude Code misinterpret my TypeScript project constraints?

Claude Code misinterprets TypeScript project constraints when project-specific context is missing. Defining your technology stack and implementation principles in a context template prevents these misinterpretations.