trellis-before-dev

Discover and apply project-specific coding guidelines from .trellis/spec indexes.

Updated Mar 24, 2026
One-click install
npx skills add https://github.com/C-jcbest/agent --skill trellis-before-dev-c-jcbest
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: trellis-before-dev
Source: https://github.com/C-jcbest/agent/tree/main/.agents/skills/trellis-before-dev
Command: npx skills add https://github.com/C-jcbest/agent --skill trellis-before-dev-c-jcbest

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Discovers and injects project-specific coding guidelines from the repository's .trellis/spec indexes before implementation begins, ensuring team-wide consistency.

Core Features & Use Cases

  • Reads the spec index to surface applicable guidelines for the current task.
  • Guides pre-development checks with a centralized checklist and shared thinking guides.
  • Helps teams refresh conventions when switching packages or starting new tasks.

Quick Start

Run the context discovery script to load relevant specs and follow the pre-development checklist.

Frequently Asked Questions about trellis-before-dev

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

FAQPage Schema
How do I apply project-specific coding standards before starting development?

You apply project-specific coding standards by discovering and injecting guidelines from the repository's .trellis/spec indexes before implementation begins. This ensures team-wide consistency by surfacing applicable rules for the current task.

What is a pre-development checklist for coding guidelines?

A pre-development checklist for coding guidelines is a centralized validation mechanism that confirms project conventions are reviewed before coding. It guides developers through required pre-development checks and shared thinking guides to standardize implementation.

How do I refresh coding conventions when switching packages?

You refresh coding conventions when switching packages by running context discovery against the .trellis/spec indexes. This reloads the relevant guidelines and validates the pre-development checklist to ensure the new package follows project standards.

Do I need a .trellis directory to use pre-development coding checks?

Yes, you need a .trellis directory containing spec indexes and guidelines. The Skill requires access to these repository-specific indexes to discover applicable coding standards and validate the pre-development checklist before proceeding with implementation.

What happens if the pre-development checklist is missing from the spec index?

If the pre-development checklist is missing, the process validates its presence and prevents proceeding. The Skill requires the checklist to be confirmed before allowing development to start, ensuring standards are never bypassed.