trellis-spec-bootstarp

Generate project-specific Trellis coding specifications from repository architecture and source patterns.

47|4|Updated Feb 4, 2026
One-click install
npx skills add https://github.com/hkslover/cs2-highlight-tool --skill trellis-spec-bootstarp-hkslover
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: trellis-spec-bootstarp
Source: https://github.com/hkslover/cs2-highlight-tool/tree/main/.agents/skills/trellis-spec-bootstarp
Command: npx skills add https://github.com/hkslover/cs2-highlight-tool --skill trellis-spec-bootstarp-hkslover

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps teams create reliable project-specific Trellis coding specifications by replacing generic templates with documentation derived from actual repository architecture and source patterns.

Core Features & Use Cases

  • Repository Analysis Workflow: Guides codebase inspection using tools such as GitNexus, ABCoder, language tooling, and direct source review to discover real architectural boundaries.
  • Spec Documentation Generation: Creates or refreshes.trellis/spec guidelines with concrete file references, implementation patterns, and anti-patterns.
  • Use Case: Help an engineering team bootstrap coding guidance for an existing application by analyzing its packages, layers, tests, and conventions before writing maintainable development specs.

Quick Start

Use the Trellis spec bootstrap skill to analyze this repository and generate project-specific.trellis/spec documentation based on the existing code patterns.

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 coding specifications from an existing repository architecture?

Generating coding specifications from an existing repository architecture requires inspecting source patterns and architectural boundaries using codebase tools, then documenting concrete file references and implementation guidelines into spec files.

What is a Trellis spec and when do I need to bootstrap it?

A Trellis spec provides project-specific coding guidelines derived from actual source patterns. You need to bootstrap it when replacing generic templates with maintainable development documentation that reflects real package layers, tests, and conventions.

Can I use GitNexus and ABCoder for codebase inspection to discover architectural boundaries?

Yes, you can use GitNexus and ABCoder for codebase inspection. These tools, alongside language tooling and direct source review, help discover real architectural boundaries and package decomposition during repository analysis.

What's the best way to document implementation patterns and anti-patterns from source code?

The best way to document implementation patterns and anti-patterns from source code is to inspect existing architectural boundaries and conventions, then generate spec documentation containing concrete file references and validated source-backed guidance.

Does spec bootstrapping work for existing applications with established source patterns?

Yes, spec bootstrapping works for existing applications with established source patterns. It analyzes existing packages, layers, tests, and conventions to create reliable, project-specific coding guidance instead of applying generic templates.

Why do generic coding templates fail to reflect real repository architecture?

Generic coding templates fail to reflect real repository architecture because they lack concrete file references and source-backed guidance derived from actual implementation patterns, package decomposition, and architectural boundaries specific to the codebase.