Documentation Index
Fetch the complete documentation index at: https://docs.trytrellis.app/llms.txt
Use this file to discover all available pages before exploring further.
trellis-spec-bootstarp helps an AI create or refresh .trellis/spec/ guidelines from the actual repository. It is platform-neutral: one capable agent can analyze the codebase, choose the spec boundaries, write the docs, and verify that no placeholder text remains.
When to Use It
Use this skill aftertrellis init when the default spec templates exist but still need project-specific content.
Good fits:
- New projects that need first-pass Trellis coding specs
- Existing projects where
.trellis/spec/is still generic - Repositories where the spec boundaries should follow real package or layer boundaries
- Teams that want source-backed rules instead of boilerplate advice
Availability
trellis-spec-bootstarp is bundled with Trellis. After installing or updating Trellis, use the skill directly; there is no extra marketplace download step.
The beta bundle includes this skill now. The docs also mention it on the release track so the same workflow is visible there once the release bundle includes the matching skill.
Usage
After installation, ask the AI to bootstrap or refresh specs:How It Works
- Inspect the existing
.trellis/spec/tree. - Analyze repository architecture with GitNexus, ABCoder, language tooling, or direct source reads.
- Choose spec boundaries that match the actual codebase.
- Fill or reshape spec files with concrete file paths, examples, and anti-patterns.
- Verify that index files match the final spec set and no template placeholders remain.
Included References
| File | Contents |
|---|---|
SKILL.md | Main workflow and operating rules |
references/repository-analysis.md | How to inspect repository architecture |
references/spec-task-planning.md | How to decompose spec work |
references/spec-writing.md | How to write high-signal Trellis specs |
references/mcp-setup.md | GitNexus and ABCoder setup notes |