hejiajiudeeyu
Community@hejiajiudeeyu · 866 Yuhangtang Road, Hangzhou 310058
@Zhejiang University.
Agent Skills by hejiajiudeeyu
Showing 13 vetted skills indexed across 1 GitHub repositories.
trellis-start
Initializes Trellis development sessions by loading context, tasks, and workflow routing rules.
trellis-spec-bootstarp
Generate project-specific Trellis coding specs from real codebase analysis.
trellis-before-dev
Loads project-specific coding guidelines from .trellis/spec before starting development tasks.
trellis-brainstorm
Guides collaborative requirements discovery and converges on an MVP scope before implementation.
trellis-finish-work
Archives completed tasks and records session journals after verifying git working tree state.
trellis-continue
Resumes in-progress tasks by loading workflow phase context and routing to the correct step.
trellis-break-loop
Analyzes fixed bugs across five dimensions to capture root causes and update prevention specs.
trellis-check
Verifies code changes against specs, lint, type checks, tests, and cross-layer consistency.
trellis-meta
Guides customization of local Trellis workflow, hooks, agents, and platform files.
grill-me
Runs a relentless interview session to sharpen a plan or design.
grilling
Interviews the user with sequential questions to stress-test plans and designs.
trellis-update-spec
Captures executable contracts and coding conventions into .trellis/spec/ documentation files.
publish-hotline
Publish local programs as callable hotlines on the delegated-execution network with declared contracts.
Frequently Asked Questions About hejiajiudeeyu
FAQPage SchemaWhat tasks can I accomplish with hejiajiudeeyu's Trellis skills?▼
You can initialize coding sessions with project context, bootstrap codebase-backed spec documents, brainstorm requirements into a PRD, resume in-progress tasks via phase indexes, run quality verification before commits, analyze recurring bugs by root cause, and capture conventions into .trellis/spec/ for future sessions.
Who should use these Trellis development skills?▼
Developers working on multi-session coding projects who need persistent project context, enforced coding conventions, and structured task lifecycles. It suits engineers who want spec-driven development, quality gates before commits, and design stress-testing through the grill-me and grilling interview skills.
How does a typical Trellis session run from start to finish?▼
Start with trellis-start to load context and classify the task, use trellis-before-dev to inject package-specific guidelines, then trellis-check to verify quality, and trellis-finish-work to confirm the quality gate, archive tasks, and record progress in the developer journal.
What prerequisites do these skills require?▼
A project initialized with trellis init containing a .trellis/ directory with spec documents, task records, and platform hooks. Some skills reference GitNexus or ABCoder for codebase analysis and get_context.py for phase-level detail retrieval during task resumption.
What does the publish-hotline skill enable?▼
It turns a local program, script, model, or service into a callable hotline on the delegated-execution network. The process covers writing the worker, declaring its contract, registering, submitting, approving, and verifying the hotline is genuinely callable by other agents.