trellis-update-spec

Capture debugging lessons and design decisions into code-spec documentation.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill prevents valuable implementation knowledge from being lost by capturing debugging insights, design decisions, and coding conventions into durable code-spec documentation.

Core Features & Use Cases

  • Executable Contract Capture: Records concrete implementation rules including signatures, payload fields, validation behavior, and error handling expectations.
  • Spec Organization Guidance: Helps determine whether learned information belongs in code-spec files or higher-level guides.
  • Use Case: After fixing a cross-layer API issue, use this Skill to document the request and response contracts, validation rules, test requirements, and common mistakes so future developers and AI agents can implement changes consistently.

Quick Start

Use the trellis-update-spec skill to capture the important lessons from the completed implementation task into the appropriate code-spec documents.

Frequently Asked Questions about trellis-update-spec

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

FAQPage Schema
How do I document implementation contracts and coding conventions after fixing a bug?

Capture debugging insights and design decisions into durable code-spec documentation. This records concrete implementation rules, signatures, payload fields, validation behavior, and error handling expectations for future development sessions.

What is code-spec documentation and when do I need it for software engineering workflows?

Code-spec documentation is structured contract documentation covering signatures, test expectations, and implementation guidance. You need it during feature development, bug fixes, and architectural decisions to prevent valuable implementation knowledge from being lost.

How do I organize implementation knowledge into code-spec files versus higher-level guides?

Evaluate whether learned information represents executable contracts or broader architectural guidance. Concrete signatures, validation behavior, and test expectations belong in code-spec files, while overarching design conventions fit higher-level guides.

Can I use this to document API request and response contracts after resolving cross-layer issues?

Yes, you can capture cross-layer API request and response contracts, validation rules, and test requirements. This ensures future developers and AI agents implement changes consistently without repeating common mistakes.

What should be included in executable contract documentation for future development sessions?

Executable contract documentation should include function signatures, payload fields, validation behavior, error handling expectations, and test expectations. It must provide implementation guidance that future sessions can directly apply to maintain coding conventions.