hejiajiudeeyu avatar

hejiajiudeeyu

Community

@hejiajiudeeyu · 866 Yuhangtang Road, Hangzhou 310058

1Followers
|
12Public Repos
|
13Published Skills

@Zhejiang University.

Skills Distribution
DomainDeveloper To...Spec-Driven Develo.. (30%)Session & Task Lif.. (25%)Code Quality Verif.. (20%)Requirements Disco.. (15%)

Agent Skills by hejiajiudeeyu

Showing 13 vetted skills indexed across 1 GitHub repositories.

hejiajiudeeyuhejiajiudeeyu
1

trellis-start

Initializes Trellis development sessions by loading context, tasks, and workflow routing rules.

Community
Intermediate
hejiajiudeeyuhejiajiudeeyu
1

trellis-spec-bootstarp

Generate project-specific Trellis coding specs from real codebase analysis.

Community
Intermediate
hejiajiudeeyuhejiajiudeeyu
1

trellis-before-dev

Loads project-specific coding guidelines from .trellis/spec before starting development tasks.

Community
Basic
hejiajiudeeyuhejiajiudeeyu
1

trellis-brainstorm

Guides collaborative requirements discovery and converges on an MVP scope before implementation.

Community
Advanced
hejiajiudeeyuhejiajiudeeyu
1

trellis-finish-work

Archives completed tasks and records session journals after verifying git working tree state.

Community
Intermediate
hejiajiudeeyuhejiajiudeeyu
1

trellis-continue

Resumes in-progress tasks by loading workflow phase context and routing to the correct step.

Community
Intermediate
hejiajiudeeyuhejiajiudeeyu
1

trellis-break-loop

Analyzes fixed bugs across five dimensions to capture root causes and update prevention specs.

Community
Intermediate
hejiajiudeeyuhejiajiudeeyu
1

trellis-check

Verifies code changes against specs, lint, type checks, tests, and cross-layer consistency.

Community
Intermediate
hejiajiudeeyuhejiajiudeeyu
1

trellis-meta

Guides customization of local Trellis workflow, hooks, agents, and platform files.

Community
Advanced
hejiajiudeeyuhejiajiudeeyu
1

grill-me

Runs a relentless interview session to sharpen a plan or design.

Community
Basic
hejiajiudeeyuhejiajiudeeyu
1

grilling

Interviews the user with sequential questions to stress-test plans and designs.

Community
Basic
hejiajiudeeyuhejiajiudeeyu
1

trellis-update-spec

Captures executable contracts and coding conventions into .trellis/spec/ documentation files.

Community
Intermediate
hejiajiudeeyuhejiajiudeeyu
1

publish-hotline

Publish local programs as callable hotlines on the delegated-execution network with declared contracts.

Community
Advanced

Frequently Asked Questions About hejiajiudeeyu

FAQPage Schema
What 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.