context-detection

Detect languages, frameworks, and package managers from repository artifacts.

2|Updated Jan 3, 2026
One-click install
npx skills add https://github.com/jovermier/cc-stack-marketplace --skill context-detection
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: context-detection
Source: https://github.com/jovermier/cc-stack-marketplace/tree/main/plugins/skillsmp/skills/context-detection
Command: npx skills add https://github.com/jovermier/cc-stack-marketplace --skill context-detection

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automatically identifies the technologies, frameworks, and development patterns used in a project, enabling smarter toolchain decisions and automated onboarding.

Core Features & Use Cases

  • Detects languages, frameworks, dependencies, and testing tools from repository files and configurations.
  • Produces a structured context object with fields like languages, frameworks, testing, packageManager, hasApi, hasDatabase, and projectType for downstream automation.
  • Use Case: A developer wants to tailor AI-assisted reviews and scaffolding to the project's tech stack without manual inspection.

Quick Start

Run the context-detection skill on your repository using /auto-skills to generate the project context and a ready-to-use configuration.

Frequently Asked Questions about context-detection

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

FAQPage Schema
How do I automatically detect a project's tech stack and frameworks from repository files?

To detect a project's tech stack automatically, this skill scans repository configuration and source files to identify languages, frameworks, testing tools, and package managers. It generates a structured context object for downstream automation and onboarding.

What is the best way to identify languages and package managers in a multi-language codebase?

Identifying languages and package managers in a multi-language codebase requires scanning repository artifacts. This skill analyzes configuration files to produce a structured context detailing projectType, languages, and packageManager fields.

Can I extract a structured context object with hasApi and hasDatabase fields from my repository?

Yes, you can extract a structured context object from your repository. This skill detects development patterns and outputs fields including hasApi, hasDatabase, frameworks, testing, and projectType for automated toolchain decisions.

Does context detection work for tailoring AI-assisted code reviews to specific frameworks?

Context detection works for tailoring AI-assisted reviews by identifying the specific frameworks and technologies used in a project. This prevents manual inspection and enables smarter, automated toolchain and scaffolding decisions.

How do I generate a project configuration for a multi-framework codebase without manual inspection?

Generating a project configuration for a multi-framework codebase involves running the context-detection skill via /auto-skills. It scans artifacts to output a ready-to-use configuration detailing languages, dependencies, and testing tools.