setup

Populate project documentation and test infrastructure from conversation context.

Updated May 6, 2026
One-click install
npx skills add https://github.com/SuSuSleep/scaffold --skill setup-sususleep
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup
Source: https://github.com/SuSuSleep/scaffold/tree/main/skills/setup
Command: npx skills add https://github.com/SuSuSleep/scaffold --skill setup-sususleep

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill eliminates the friction of manual project initialization by automating the population of project-level documentation, test strategies, and shared infrastructure.

Core Features & Use Cases

  • Configuration Management: Automatically fills placeholders in README, CONVENTIONS.md, and test-strategy.md based on project context.
  • Infrastructure Setup: Generates shared test helpers and fixtures to ensure consistent testing patterns across the codebase.
  • Use Case: After initializing a new project, use this skill to define your domain glossary, set up your preferred testing framework commands, and establish coding conventions without manually editing multiple files.

Quick Start

Run the setup skill to configure the project testing strategy and fill in the domain glossary based on our current conversation.

Frequently Asked Questions about setup

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

FAQPage Schema
How do I generate project documentation and test infrastructure from conversation context?

Automating test infrastructure setup involves extracting configuration decisions from your conversation context to populate test-strategy.md, generate shared test helpers, and establish consistent testing patterns across the codebase.

What is a domain glossary and when do I need to define it for my codebase?

A domain glossary standardizes project-wide terminology and is needed during project initialization to ensure consistent vocabulary across documentation and testing patterns. It is populated based on your current conversation context.

How do I establish coding conventions without manually editing multiple project files?

To establish coding conventions without manual editing, use automated configuration management to fill placeholders in CONVENTIONS.md. This ensures consistent project-wide standards are applied automatically during initialization.

Can I use automated scaffolding to generate feature-specific code for my application?

No, automated scaffolding for project configuration maintains strict boundaries against feature-specific code. It targets only test strategies, domain glossaries, coding conventions, and shared test utilities.

Does project configuration setup require any external dependencies or components?

Project configuration setup requires no external dependencies or components. It operates independently to populate documentation scaffolds and extract configuration decisions directly from the existing conversation context.