yuqie6

28 mods across 2 repositories, 304 stars between them.

trellis-before-dev

01

yuqie6/ProductFlow

Skill Claude CodeCodex

Discovers and injects project-specific coding guidelines from .trellis/spec/ before implementation begins. Reads spec indexes, pre-development checklists, and shared thinking guides for the target package. Use when starting a new coding task, before writing any code, switching to a different package, or needing to…

301 6d ago A 70 tokens original MIT

trellis-brainstorm

02

yuqie6/ProductFlow

Skill Claude CodeCodex

Guides collaborative requirements discovery before implementation. Creates task directory, seeds PRD, asks high-value questions one at a time, researches technical choices, and converges on MVP scope. Use when requirements are unclear, there are multiple valid approaches, or the user describes a new feature or complex…

301 6d ago A 65 tokens original MIT

trellis-break-loop

03

yuqie6/ProductFlow

Skill Claude CodeCodex

Deep bug analysis to break the fix-forget-repeat cycle. Analyzes root cause category, why fixes failed, prevention mechanisms, and captures knowledge into specs. Use after fixing a bug to prevent the same class of bugs.

301 6d ago A 50 tokens original MIT

trellis-check

04

yuqie6/ProductFlow

Skill Claude CodeCodex

Comprehensive quality verification: spec compliance, lint, type-check, tests, cross-layer data flow, code reuse, and consistency checks. Use when code is written and needs quality verification, before committing changes, or to catch context drift during long sessions.

301 6d ago A 54 tokens original MIT

trellis-continue

05

yuqie6/ProductFlow

Skill Claude CodeCodex

Resume work on the current task. Loads the workflow Phase Index, figures out which phase/step to pick up at, then pulls the step-level detail via getcontext.py --mode phase. Use when coming back to an in-progress task and you need to know what to do next.

301 6d ago A 62 tokens original MIT

trellis-finish-work

06

yuqie6/ProductFlow

Skill Claude CodeCodex

Wrap up the current session: verify quality gate passed, remind user to commit, archive completed tasks, and record session progress to the developer journal. Use when done coding and ready to end the session.

301 6d ago A 46 tokens original MIT

trellis-meta

07

yuqie6/ProductFlow

Skill Claude CodeCodex

Understand and customize the local Trellis architecture inside a user project. Use when modifying .trellis plus platform hooks, settings, agents, skills, commands, prompts, or workflows generated by trellis init.

301 6d ago A 45 tokens original MIT

yuqie6/ProductFlow

Skill Claude CodeCodex

Reach into past AI conversation history through the trellis mem CLI. Use whenever the user asks 'how did we solve X last time', 'have we discussed this before', 'what was the decision on X', 'remind me what we did in this task', '上次怎么解的', '之前讨论过吗', '想起一段对话', or when starting a brainstorm that overlaps prior work…

301 6d ago A 140 tokens original MIT

yuqie6/ProductFlow

Skill Claude CodeCodex

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…

301 6d ago A 67 tokens original MIT

trellis-start

10

yuqie6/ProductFlow

Skill Claude CodeCodex

Initializes an AI development session by reading workflow guides, developer identity, git status, active tasks, and project guidelines from .trellis/. Classifies incoming tasks and routes to brainstorm, direct edit, or task workflow. Use when beginning a new coding session, resuming work, starting a new task, or…

301 6d ago A 73 tokens original MIT

trellis-update-spec

11

yuqie6/ProductFlow

Skill Claude CodeCodex

Captures executable contracts and coding conventions into .trellis/spec/ documents. Use when learning something valuable from debugging, implementing, or discussion that should be preserved for future sessions.

301 6d ago A 40 tokens original MIT

trellis-check

12

yuqie6/ProductFlow

Agent Claude Code

Code quality check expert. Reviews code changes against specs and self-fixes issues.

301 6d ago A 20 tokens original MIT

trellis-implement

13

yuqie6/ProductFlow

Agent Claude Code

Code implementation expert. Understands specs and requirements, then implements features. No git commit allowed.

301 6d ago A 24 tokens original MIT

trellis-research

14

yuqie6/ProductFlow

Agent Claude Code

Code and tech search expert. Finds files, patterns, and tech solutions, and PERSISTS every finding to the current task's research/ directory. No code modifications outside that directory.

301 6d ago A 42 tokens original MIT

continue

15

yuqie6/ProductFlow

Command Claude Code

Resume work on the current task — pick up at the right phase/step in .trellis/workflow.md.

301 6d ago A 0 tokens original MIT

finish-work

16

yuqie6/ProductFlow

Command Claude Code

Wrap up the current session: archive the active task (and any other completed-but-unarchived tasks the user wants to clean up) and record the session journal. Code commits are NOT done here — those happen in workflow Phase 3.4 before you invoke this command.

301 6d ago A 0 tokens original MIT

SessionStart

17

yuqie6/ProductFlow

Hook Claude Code

Runs when a session starts on startup, clear and compact, executing session-start.py via python3 (3 commands). From yuqie6/ProductFlow.

301 6d ago A tokens not measured original MIT

PreToolUse

18

yuqie6/ProductFlow

Hook Claude Code

Runs before the agent uses a tool for Task and Agent tool calls, executing inject-subagent-context.py via python3 (2 commands). From yuqie6/ProductFlow.

301 6d ago A tokens not measured copy · 100% MIT

UserPromptSubmit

19

yuqie6/ProductFlow

Hook Claude Code

Runs when you submit a prompt, before the agent sees it, executing inject-workflow-state.py via python3. From yuqie6/ProductFlow.

301 6d ago A tokens not measured original MIT

ProductFlow

20

yuqie6/ProductFlow

Settings file Claude Code

Agent settings declaring 3 hook events (SessionStart, PreToolUse, UserPromptSubmit).

301 6d ago A tokens not measured copy · 95% MIT

ui-ux-pro-max

21

yuqie6/ProductFlow

Skill Claude CodeCodex

UI/UX design intelligence. 67 styles, 96 palettes, 57 font pairings, 25 charts, 13 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing…

301 6d ago B 221 tokens copy · 98% MIT

check

22

yuqie6/ProductFlow

Agent

Code quality auditor for the Trellis channel runtime. Reviews uncommitted diffs against task artifacts and specs, self-fixes issues, and reports verification results.

301 6d ago A 34 tokens original MIT

implement

23

yuqie6/ProductFlow

Agent

Code implementation expert for the Trellis channel runtime. Understands specs and task artifacts, then implements features. No git commit allowed.

301 6d ago A 28 tokens original MIT

yuqie6/ProductFlow

Instructions file CodexOpenCode

Instructions for yuqie6/ProductFlow, covering trellis instructions, repository guidelines, project structure & module organization, build, test, and development commands and coding style & naming conventions.

301 6d ago A 1,190 tokens original MIT