contribute
Guide for contributing to Trellis documentation and marketplace. Covers adding spec templates, marketplace skills, documentation pages, and submitting PRs…
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
$ npx -y skills add mindfold-ai/trellis --skill trellis-spec-bootstrap --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/trellis-spec-bootstrapContext preview
The summary Claude sees to decide when to auto-load this skill.
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
name: trellis-spec-bootstrap description: "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."
Use this skill to create or refresh `.trellis/spec/` guidelines from the real codebase. One capable agent owns the full loop: analyze the repository, choose the spec boundaries, write the docs, and verify the result. The workflow does not depend on a specific host, CLI, or agent brand.
1. Confirm Trellis is initialized and inspect the current `.trellis/spec/` tree. 2. Analyze the repository architecture with the best available tools: GitNexus, ABCoder, language tooling, and direct source reads. 3. Decompose the spec work by package and layer only when that reflects the actual codebase. 4. Fill or reshape the spec files with concrete patterns, file paths, examples, and anti-patterns from the project. 5. Verify that the final specs are internally consistent and contain no template placeholders.
| Need | Read | |------|------| | Repository architecture analysis | [references/repository-analysis.md](references/repository-analysis.md) | | Spec work decomposition and task planning | [references/spec-task-planning.md](references/spec-task-planning.md) | | Writing high-signal Trellis spec files | [references/spec-writing.md](references/spec-writing.md) | | GitNexus and ABCoder MCP setup | [references/mcp-setup.md](references/mcp-setup.md) |
Repo: mindfold-ai/trellis
Guide for contributing to Trellis documentation and marketplace. Covers adding spec templates, marketplace skills, documentation pages, and submitting PRs…
Systematic first principles thinking for any problem domain. Use when the user says "analyze from first principles", "第一性原理", "从根本分析", "从零开始思考", "think from…
Use when the user needs to run GitNexus CLI commands like analyze/index a repo, check status, clean the index, generate a wiki, or list indexed repos.…
Use when the user is debugging a bug, tracing an error, or asking why something fails. Examples: \"Why is X failing?\", \"Where does this error come from?\",…
Use when the user asks how code works, wants to understand architecture, trace execution flows, or explore unfamiliar parts of the codebase. Examples: \"How…
Use when the user asks about GitNexus itself — available tools, how to query the knowledge graph, MCP resources, graph schema, or workflow reference. Examples:…