jiozhaoyue avatar

jiozhaoyue

Community

@jiozhaoyue

3Followers
|
22Public Repos
|
14Published Skills

哇,太阳也有深色模式了 那特么是日食

Skills Distribution
DomainDeveloper To...Spec-Driven Develo.. (35%)Code Quality Verif.. (20%)Session & Task Lif.. (20%)Multi-Agent Collab.. (15%)

Agent Skills by jiozhaoyue

Showing 14 vetted skills indexed across 1 GitHub repositories.

jiozhaoyuejiozhaoyue

trellis-spec-bootstrap

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

Community
Intermediate
jiozhaoyuejiozhaoyue

trellis-before-dev

Loads project-specific coding guidelines from .trellis/spec/ before implementation begins.

Community
Intermediate
jiozhaoyuejiozhaoyue

trellis-brainstorm

Guides requirements discovery and produces PRD, design, and implementation planning artifacts.

Community
Advanced
jiozhaoyuejiozhaoyue

trellis-break-loop

Analyzes fixed bugs to identify root causes and capture prevention mechanisms into specs.

Community
Intermediate
jiozhaoyuejiozhaoyue

trellis-session-insight

Search and extract past AI conversation history via the trellis mem CLI.

Community
Intermediate
jiozhaoyuejiozhaoyue

trellis-check

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

Community
Intermediate
jiozhaoyuejiozhaoyue

trellis-meta

Guides AI agents in understanding and customizing local Trellis project architecture.

Community
Advanced
jiozhaoyuejiozhaoyue

trellis-channel

Coordinate multi-agent collaboration through Trellis channel event logs and spawned workers.

Community
Advanced
jiozhaoyuejiozhaoyue

trellis-update-spec

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

Community
Intermediate
jiozhaoyuejiozhaoyue

trellis-implement

Implements code changes from Trellis task specs and runs lint, typecheck, and focused tests.

Community
Intermediate
jiozhaoyuejiozhaoyue

trellis-start

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

Community
Intermediate
jiozhaoyuejiozhaoyue

trellis-finish-work

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

Community
Intermediate
jiozhaoyuejiozhaoyue

trellis-continue

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

Community
Intermediate
jiozhaoyuejiozhaoyue

trellis-research

Searches codebases and external docs, persisting findings to task research directories.

Community
Intermediate

Frequently Asked Questions About jiozhaoyue

FAQPage Schema
What tasks can I accomplish with jiozhaoyue's Trellis skills?▼

You can bootstrap .trellis/spec coding guidelines, brainstorm requirements into a PRD, implement features against specs, verify quality with lint/type-check/tests, analyze bug root causes, capture conventions into specs, and query past session history via the trellis mem command.

Who are the Trellis skills designed for?▼

They target developers running AI-assisted coding sessions who want persistent project conventions. trellis-implement and trellis-research run as subagents, while trellis-channel supports engineers coordinating spawned workers, cross-agent review, and forum channels.

How does a typical Trellis session start and end?▼

trellis-start initializes the session by reading guides, git status, and active tasks, then routes to brainstorm, direct edit, or task flow. trellis-finish-work verifies the quality gate, reminds you to commit, archives tasks, and records progress to the developer journal.

What prerequisites and dependencies do the Trellis skills require?▼

Skills expect a project initialized with trellis init producing a .trellis/ directory with specs, agents, and settings. trellis-session-insight requires the trellis mem CLI, trellis-continue uses get_context.py, and trellis-research on Kimi Code uses the .kimi-code/agents/trellis-research.md subagent.

How do Trellis skills prevent repeated bugs and knowledge loss?▼

trellis-break-loop analyzes root cause categories and why prior fixes failed, then captures prevention mechanisms into specs. trellis-update-spec persists executable contracts and conventions learned during debugging into .trellis/spec/ for future sessions.