Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

trellis

trellis 收录了来自 robmclarty 的 18 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
18
Stars
2
更新
2026-06-30
Forks
0
职业覆盖
4 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

build-with-subagents
软件开发工程师

Execute a Trellis task list by dispatching each task to a Claude Code subagent in its own context window. Use when the user says "build with sub-agents", "build with subagents", or when a feature has 5-20 tasks with dependencies between them. Reads `.specs/<feature>/tasks.md` produced by the tasks skill. Each subagent gets focused context (guidelines + plan + task + learnings) and returns results to the orchestrating session. Supports parallel execution of independent tasks via background subagents with worktree isolation.

2026-06-30
build-with-batch
软件开发工程师

Execute a Trellis task list using Claude Code's /batch command for bulk, patterned changes across many files. Use when the user says "build with batch" or when a feature involves repetitive changes across dozens or hundreds of files (e.g., migrating from one library to another, applying naming conventions, adding error handling patterns). Reads `.specs/<feature>/tasks.md` produced by the tasks skill. Translates the task list into one or more /batch invocations with worktree-isolated parallel agents.

2026-06-30
trellisguidelines
软件开发工程师

Creates or updates .specs/guidelines.md with project-wide stack, conventions, and principles. Use when starting a project or when a fundamental technology decision has changed.

2026-03-16
trellispitch
项目管理专家

Use when user wants to Creates a pitch document at .specs/{feature}/pitch.md defining a problem domain with constraints, appetite, and solution shape. Use to frame a feature before writing a spec.

2026-03-16
trellisplan
软件开发工程师

Use when user wants to Creates a technical plan at .specs/{feature}/plan.md translating a spec's functional requirements into architecture, technology, and code decisions.

2026-03-16
trellissketch
软件开发工程师

Use when user wants to Creates a lightweight experiment document at .specs/sketches/{slug}.md to test a technical hypothesis before committing to a larger initiative.

2026-03-16
trellisspec
项目管理专家

Use when user wants to Creates a full functional specification at .specs/{feature}/spec.md defining what a system does and why. Use to write or revise feature requirements.

2026-03-16
trellisbuild
软件开发工程师

Executes implementation from tasks.json through a check-driven feedback loop. Use when all spec artifacts are ready and implementation should begin.

2026-03-16
trellisprep
软件开发工程师

Prepare implementation by decomposing a plan into an ordered task breakdown at .specs/{feature}/tasks.json. Use when a plan is ready and you need discrete, verifiable units of work organized in phases.

2026-03-15
trellisrun
软件开发工程师

Orchestrates the spec-driven pipeline (pitch → spec → plan → build) with review gates between stages. Use when running the full feature pipeline or resuming from the last completed stage.

2026-03-15
trellisclarify
软件开发工程师

Use when user wants to Reviews a spec for ambiguities across six structured categories and resolves them in place. Use after writing or revising a spec, or for a fresh completeness review.

2026-03-15
trelliscompliance
合规官员

Use when user wants to Creates a regulatory and privacy review at .specs/{feature}/compliance.md by evaluating the spec against applicable regulations (GDPR, FERPA, FIPPA, COPPA, SOC 2).

2026-03-15
trellisstatus
软件开发工程师

Show pipeline status for all features. Use when checking progress across the spec pipeline.

2026-03-15
trellisinit
软件开发工程师

Initialize a project for Trellis by creating trellis.json, the specs directory, and guidelines. Use when setting up Trellis for the first time.

2026-03-15
check
软件质量保证分析师与测试员

Run all project checks (lint, tests, plugin validation). Use when verifying project health.

2026-03-15
lint
软件开发工程师

Run all project linters (JSON, Markdown, Python, shell). Use when checking code style and formatting.

2026-03-15
version
软件开发工程师

Bump the project version (major, minor, or patch) across all manifest files and add a changelog entry. Use when preparing a release.

2026-03-15
test
软件质量保证分析师与测试员

Run the project test suite. Use when verifying correctness after changes.

2026-03-13