scaffold-analysis

Identify project technology stack, testing frameworks, and environment dependencies.

5|1|Updated Jan 3, 2026
One-click install
npx skills add https://github.com/tikazyq/agentic-spec-forge --skill scaffold-analysis
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scaffold-analysis
Source: https://github.com/tikazyq/agentic-spec-forge/tree/main/AGENTIC_SPEC_FORGE/spec_stage_skill/execspec_compile/scaffold-analysis
Command: npx skills add https://github.com/tikazyq/agentic-spec-forge --skill scaffold-analysis

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill identifies a project's technology stack, testing frameworks, and environmental dependencies, providing essential context for compiling ExecSpecs and preventing configuration oversights.

Core Features & Use Cases

  • Technology Stack Identification: Detects project type (Node.js, Python, Go) and frameworks.
  • Dependency Mapping: Identifies testing frameworks (Jest, Pytest, RSpec) and environment variables (dotenv).
  • Use Case: Before compiling an ExecSpec for a new Python project, this Skill automatically analyzes the requirements.txt and SKILL.md to determine the project type, identify Pytest as the testing framework, and list necessary environment variables like DATABASE_URL.

Quick Start

Analyze the project's technical stack and dependencies for the current repository.

Frequently Asked Questions about scaffold-analysis

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

FAQPage Schema
How do I analyze a project tech stack and identify environment dependencies?

To analyze a project tech stack, this Skill detects frameworks and environment dependencies by scanning configuration files. It identifies Node.js, Python, or Go project types, detects testing frameworks like Jest or Pytest, and lists required environment variables such as dotenv for accurate configuration.

Does scaffold analysis work with Python, Node.js, and Go projects?

Scaffold analysis works specifically with Node.js, Python, and Go projects. It scopes the application to these technologies, detecting project types and identifying testing frameworks like RSpec, Pytest, or Jest within these specific environments.

How do I identify testing frameworks like Jest or Pytest in my codebase?

To identify testing frameworks like Jest or Pytest, the Skill scans project dependencies and configuration files. It automatically maps these dependencies to detect the specific testing frameworks used, ensuring technical complexity is accurately assessed for environment configuration.

What is the best way to detect environment variables like dotenv for ExecSpec compilation?

The best way to detect environment variables like dotenv for ExecSpec compilation is to use automated scaffold analysis. It identifies necessary environment variables by analyzing project context and dependency files, preventing configuration oversights before compiling ExecSpecs.

Why do I need to map project dependencies before compiling an ExecSpec?

You need to map project dependencies before compiling an ExecSpec to prevent configuration oversights. Identifying the technology stack, testing frameworks, and environment variables provides essential project context, ensuring accurate environment configuration and correct technical complexity assessment.