Skip to main content

TrellisCollection

12.9k12.9k12 skills2026.07.20

@mindfold-ai/TrellisOut-of-the-box AI coding engineering framework: auto-injected specs, task-centered workflow, project memory, multi-agent channel, and cross-session mem across 17 coding platforms. Use when you want agents to follow team standards instead of starting every session from scratch.

Dev ToolsAuthor: Mindfold AIOpen source: Apache-2.0

Included skills (12)

trellis-start
@mindfold-ai12.9k12.9k
Dev ToolsMIT / Apache-2.0

Initializes an AI development session by reading workflow guides, developer identity, git status, active tasks, and project guidelines from .trellis/. Classifies incoming tasks and routes to brainstorm, direct edit, or task workflow. Use when beginning a new coding session, resuming work, starting a new task, or re-establishing project context.

trellis-brainstorm
@mindfold-ai12.9k12.9k
Dev ToolsMIT / Apache-2.0

Guides collaborative requirements discovery before implementation. Creates task directory, seeds PRD, asks high-value questions one at a time, researches technical choices, and converges on MVP scope. Use when requirements are unclear, there are multiple valid approaches, or the user describes a new feature or complex task.

trellis-before-dev
@mindfold-ai12.9k12.9k
Dev ToolsMIT / Apache-2.0

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.

trellis-check
@mindfold-ai12.9k12.9k
Dev ToolsMIT / Apache-2.0

Comprehensive quality verification: spec compliance, lint, type-check, tests, cross-layer data flow, code reuse, and consistency checks. Use when code is written and needs quality verification, before committing changes, or to catch context drift during long sessions.

trellis-continue
@mindfold-ai12.9k12.9k
Dev ToolsMIT / Apache-2.0

Resume work on the current task. Loads the workflow Phase Index, figures out which phase/step to pick up at, then pulls the step-level detail via get_context.py --mode phase. Use when coming back to an in-progress task and you need to know what to do next.

trellis-finish-work
@mindfold-ai12.9k12.9k
Dev ToolsMIT / Apache-2.0

Wrap up the current session: verify quality gate passed, remind user to commit, archive completed tasks, and record session progress to the developer journal. Use when done coding and ready to end the session.

trellis-update-spec
@mindfold-ai12.9k12.9k
Dev ToolsMIT / Apache-2.0

Captures executable contracts and coding conventions into .trellis/spec/ documents. Use when learning something valuable from debugging, implementing, or discussion that should be preserved for future sessions.

trellis-break-loop
@mindfold-ai12.9k12.9k
Dev ToolsMIT / Apache-2.0

Deep bug analysis to break the fix-forget-repeat cycle. Analyzes root cause category, why fixes failed, prevention mechanisms, and captures knowledge into specs. Use after fixing a bug to prevent the same class of bugs.

trellis-channel
@mindfold-ai12.9k12.9k
Dev ToolsMIT / Apache-2.0

trellis-meta
@mindfold-ai12.9k12.9k
Dev ToolsMIT / Apache-2.0

Understand and customize the local Trellis architecture inside a user project. Use when modifying .trellis plus platform hooks, settings, agents, skills, commands, prompts, workflows, the channel runtime (trellis channel), bundled runtime agents under .trellis/agents/, selectable workflow templates, registry-backed spec refresh, cross-session memory (trellis mem) generated by trellis init, or AI-facing bundled skills (trellis-channel, trellis-session-insight, trellis-spec-bootstrap) and bundled-skill auto-dispatch flow.

trellis-session-insight
@mindfold-ai12.9k12.9k
Dev ToolsMIT / Apache-2.0

Reach into past AI conversation history through the `trellis mem` CLI. Use whenever the user asks 'how did we solve X last time', 'have we discussed this before', 'what was the decision on X', 'remind me what we did in this task', '上次怎么解的', '之前讨论过吗', '想起一段对话', or when starting a brainstorm that overlaps prior work, debugging a familiar bug, continuing a task across sessions, or doing a finish-work review. Returns raw past dialogue; decide for the moment whether to update spec, append to task notes, quote inline in the answer, or just internalize.

trellis-spec-bootstrap
@mindfold-ai12.9k12.9k
Dev ToolsMIT / Apache-2.0

Bootstrap project-specific Trellis coding specs with a platform-neutral single-agent workflow. Use when creating or refreshing .trellis/spec guidelines, analyzing a codebase with GitNexus, ABCoder, or source inspection, decomposing package/layer spec work, and writing real codebase-backed spec docs without placeholder text.