setup-project-docs

Detect project mode and generate a Kord-aligned documentation setup note.

3|Updated Feb 7, 2026
One-click install
npx skills add https://github.com/GDSDN/kord-aios --skill setup-project-docs
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: setup-project-docs
Source: https://github.com/GDSDN/kord-aios/tree/main/src/features/builtin-skills/kord-aios/documentation/setup-project-docs
Command: npx skills add https://github.com/GDSDN/kord-aios --skill setup-project-docs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill ensures that new and existing projects have a standardized, Kord-aligned documentation structure in place, making future work traceable and organized.

Core Features & Use Cases

  • Standardized Documentation Structure: Creates essential directories and files for project documentation (docs/kord/*).
  • Project Mode Detection: Identifies whether a project is greenfield or brownfield to apply appropriate workflows.
  • Use Case: When starting a new project, run this skill to automatically set up the docs/kord/templates, docs/kord/standards, and docs/kord/instructions directories, ensuring a solid foundation for all future documentation efforts.

Quick Start

Run the setup-project-docs skill to establish a Kord-aligned documentation baseline for this project.

Frequently Asked Questions about setup-project-docs

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

FAQPage Schema
How do I establish a documentation baseline for a new project?▼

To establish a documentation baseline for a new project, you can run a setup skill to automatically generate standardized Kord-aligned directories like docs/kord/templates and docs/kord/standards, ensuring future work remains traceable.

What is the difference between greenfield and brownfield project setup for documentation?▼

Greenfield project setup initializes documentation structures from scratch, while brownfield project setup integrates standardized Kord directories into an existing codebase, applying appropriate workflows based on the detected project mode.

Can I use this scaffolding for existing codebases or is it only for greenfield projects?▼

You can use this scaffolding for existing codebases because the setup process detects whether your project is greenfield or brownfield, applying the appropriate Kord-aligned workflows and directory structures accordingly.

What specific directories are created during Kord project setup?▼

During Kord project setup, the process creates essential documentation directories including docs/kord/templates, docs/kord/standards, docs/kord/instructions, and docs/kord/workflows to structure your project baseline.

What outputs do I get after running the project documentation setup?▼

After running the project documentation setup, you receive a generated setup note detailing the created Kord directory structures and outlining the specific next steps required to continue organizing your project.