continue
25Command Claude Code
Resume work on the current task — pick up at the right phase/step in .trellis/workflow.md.
Command Claude Code
Resume work on the current task — pick up at the right phase/step in .trellis/workflow.md.
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.
Hook Claude Code
Runs when a session starts on startup, clear and compact, executing session-start.py via python3 (3 commands). From tincopper/neeko.
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 tincopper/neeko.
Hook Claude Code
Runs when you submit a prompt, before the agent sees it, executing inject-workflow-state.py via python3. From tincopper/neeko.
Settings file Claude Code
Agent settings declaring 3 hook events (SessionStart, PreToolUse, UserPromptSubmit).
Skill Claude CodeCodex
Use when finishing a feature, fixing a bug, before committing React code, or when the user wants to improve code quality or clean up a codebase. Checks for score regression. Covers lint, dead code, accessibility, bundle size, architecture diagnostics.
Skill Claude CodeCodex
Idiomatic Rust patterns, ownership, error handling, traits, concurrency, and best practices for building safe, performant applications.
Skill Claude CodeCodex
Rust testing patterns including unit tests, integration tests, async testing, property-based testing, mocking, and coverage. Follows TDD methodology.
Skill Claude CodeCodex
Guides development of cross-platform desktop apps with Tauri 2, TypeScript, React, and Rust. Use when building Tauri apps, implementing IPC, designing Rust backend or TypeScript/React frontend, when researching or cloning a website (open site, snapshot elements), when verifying local dev or built frontend in browser…
Command
Resume work on the current task — pick up at the right phase/step in .trellis/workflow.md.
Command
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.
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…
Agent
Code quality auditor for the Trellis channel runtime. Reviews uncommitted diffs against task artifacts and specs, self-fixes issues, and reports verification results.
Agent
Code implementation expert for the Trellis channel runtime. Understands specs and task artifacts, then implements features. No git commit allowed.
Instructions file CodexOpenCode
Instructions for tincopper/neeko, covering neeko — repository guidelines, 项目概览, 目录结构, 前端(feature-based 架构) and 后端(domain-driven 模块化架构).
Instructions file
Project instructions for Neeko, a desktop app that manages AI coding-agent sessions across multiple projects. They document the project's structure, commands, shortcuts, and supported development tools.
Agent
How the engineering skills should consume this repo's domain documentation when exploring the codebase.
Agent
Issues and PRDs for this repo live as GitHub issues. Use the gh CLI for all operations.
Agent
The skills speak in terms of five canonical triage roles. This file maps those roles to the actual label strings used in this repo's issue tracker.