project-context

Detect project technology stack and write .devloop/context.json.

9|2|Updated Dec 5, 2025
One-click install
npx skills add https://github.com/Zate/cc-plugins --skill project-context-zate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project-context
Source: https://github.com/Zate/cc-plugins/tree/main/plugins/devloop/skills/project-context
Command: npx skills add https://github.com/Zate/cc-plugins --skill project-context-zate

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Detects and provides context about the current project's technology stack, languages, frameworks, features, and directory layout to inform engineering workflows.

Core Features & Use Cases

  • Tech stack detection: languages, frameworks, and architectures.
  • Onboarding aid: quick project understanding for new teammates.
  • Tooling decisions: informs test, build, and deployment choices.

Quick Start

Run the skill to populate .devloop/context.json with detected project details or read an existing context.

Frequently Asked Questions about project-context

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

FAQPage Schema
How do I detect my project's technology stack and frameworks?

Tech stack detection analyzes your project files and directory structure to identify languages, frameworks, and architectures. Running this Skill produces a .devloop/context.json file containing detected technologies, enabling informed decisions for testing, builds, and deployments.

What information does project context detection provide?

Project context detection generates a structured JSON file with project name, type, detected languages, frameworks, features, directory layout, security notes, and detection timestamp. This supports onboarding, architecture planning, and tooling decisions across engineering workflows.

How can I use detected project context for onboarding new team members?

The context.json file created by this Skill provides a quick reference of your project's tech stack, structure, and features. New teammates can review this file to rapidly understand architecture, dependencies, and project organization without manual investigation.

Can I use project context detection to inform test strategy selection?

Yes. By detecting languages, frameworks, and project features, context detection provides the technical foundation needed to choose appropriate testing tools and strategies aligned with your stack's capabilities and conventions.

What does the Project Context Schema include?

The Project Context Schema captures project name, type, detected languages and frameworks, features, directory layout, security notes, and detection timestamp. This structured format ensures consistent project metadata across engineering workflows and tooling integrations.

How does project context detection handle existing context files?

If a .devloop/context.json already exists, the Skill reads and leverages existing context data. This allows incremental updates and preserves manually curated or previously detected project information while adding new detections.