trellis-spec-bootstarp

Analyze repository architecture to generate project-specific Trellis specs.

1|Updated Mar 5, 2026
One-click install
npx skills add https://github.com/MrHan-Yd/DdShell --skill trellis-spec-bootstarp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: trellis-spec-bootstarp
Source: https://github.com/MrHan-Yd/DdShell/tree/main/.opencode/skills/trellis-spec-bootstarp
Command: npx skills add https://github.com/MrHan-Yd/DdShell --skill trellis-spec-bootstarp

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Generates project-specific Trellis specifications directly from a real codebase, reducing reliance on placeholders and improving alignment with actual architecture.

Core Features & Use Cases

  • Analyze repository structure and architecture using GitNexus and ABCoder to identify package boundaries and layer responsibilities.
  • Decompose spec work into concrete, per-package or per-layer guidance, replacing templates with real patterns, file paths, and examples from the project.
  • Verify that final specs reflect the repository, produce the required .trellis/spec/ files, and ensure no placeholder content remains.

Quick Start

Bootstraps the Trellis spec from the repository by analyzing architecture and generating concrete, real-code examples.

Frequently Asked Questions about trellis-spec-bootstarp

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

FAQPage Schema
How do I generate living documentation specs from an existing codebase?

To generate living documentation specs from an existing codebase, analyze the repository architecture to produce concrete `.trellis/spec` files. This process identifies package boundaries and replaces placeholder templates with real file paths and code examples.

How do you create .trellis spec files for multi-package architectures?

Creating .trellis spec files for multi-package architectures involves decomposing the repository into distinct packages and layers. GitNexus and ABCoder analyze the source to generate per-package guidance with concrete examples.

Does codebase analysis with GitNexus and ABCoder support multi-package repositories?

Yes, codebase analysis with GitNexus and ABCoder supports multi-package repositories by analyzing architecture and identifying layer responsibilities. It generates index.md files containing concrete examples specific to each package.

What is the best way to remove placeholder content from Trellis specs?

The best way to remove placeholder content from Trellis specs is to bootstrap them directly from the real codebase. Analyzing actual source patterns verifies that final specs reflect the repository and contain no template placeholders.

Why do my generated spec docs contain generic templates instead of real code examples?

Generated spec docs contain generic templates because they lack direct source reads. Applying architecture analysis and package decomposition with ABCoder replaces templates with real patterns, file paths, and examples from your project.