Discovers and injects project-specific coding guidelines from .trellis/spec/ before implementation begins. Reads spec indexes, pre-development checklists, and shared thinking guides for the target package. Use when starting a new coding task, before writing any code, switching to a different package, or needing to refresh project conventions and standards.
npx skills add https://github.com/fy-agent/fyagent --skill trellis-before-dev
Read the relevant development guidelines before starting your task.
Execute these steps:
prd.md for requirements and acceptance criteriadesign.md if present for technical designimplement.md if present for execution order and validation plan python ./.trellis/scripts/get_context.py --mode packages
cli/, docs-site/) cat .trellis/spec/<package>/<layer>/index.md
Follow the "Pre-Development Checklist" section in the index.
error-handling.md, conventions.md, mock-strategies.md). Read those files to understand the coding standards and patterns. cat .trellis/spec/guides/index.md
This step is mandatory before writing any code.
Take fy-agent/trellis-before-dev from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.