Skip to main content
psycoder-sup
GitHub 创作者资料

psycoder-sup

按仓库查看 2 个 GitHub 仓库中的 15 个已收集 skills。

已收集 skills
15
仓库
2
更新
2026-07-13
仓库浏览

仓库与代表性 skills

orchestrate
软件开发工程师

Run a body of work as an orchestrator: plan -> partition into file-disjoint waves -> delegate to N parallel code-implementer subagents -> integrate, verify, review -> (PR on request). The main session orchestrates and NEVER writes implementation code itself. Every wave and run is logged for later analysis. Use for non-trivial multi-file features run inside a dedicated worktree.

2026-07-09
orchestrate-cleanup
软件开发工程师

Ship a completed /orchestrate milestone: open a PR for the worktree branch, poll CI until conclusive (never cancel — self-hosted runners can be slow), auto-merge when every check is green and the PR is MERGEABLE/CLEAN, then clean up the worktree + branches. In project-kit repos the milestone's status.json now->shipped bump rides INSIDE the milestone PR (no direct push to main), so parallel sessions never race a shared-doc write. Run AFTER a successful /orchestrate when the branch's work is committed and verified. It ships what's there — it never writes or fixes code; a red CI or required review ends the skill with a report, not a patch.

2026-07-09
worktreeinclude
软件开发工程师

Generate a .worktreeinclude file for the current git repository so Claude Code copies gitignored local files (env, secrets, certs) into new worktrees.

2026-07-01
project-kit
软件开发工程师

Bootstrap a project's agent-facing context system — structured JSON docs (live status + decision records) rendered by a live HTML dashboard, plus the operating rules that keep them current, wired into CLAUDE.md. Use when setting up context docs for a new or existing project, "set up project docs", "scaffold status/ADRs", or first-time project setup. Usage: /project-kit [--minimal | --full] [path]

2026-06-28
wrap
软件开发工程师

This skill should be used when the user asks to "wrap up", "wrap session", "finish up", "wrap this work", "close out this work", "I'm done", "finalize this", "let's finish", or "end this work". It orchestrates session finalization: polish loop, commit, push, and mark work done.

2026-06-08
annotate
软件开发工程师

Open a markdown file in a browser and leave block-level comments that are saved to a sidecar JSON file alongside it. The skill launches the server in the harness's background (so python is tied to your Claude session, not orphaned) and auto-opens the URL in your default browser. To apply comments after clicking Done, ask Claude to "apply" — if "Auto-apply" was checked in the Submit modal, Claude proceeds without asking for confirmation.

2026-05-18
create-plan
软件开发工程师

Drafts a technical implementation plan that bridges a PRD to code (approach, file changes, types, tagged task list with per-task tests), runs one optional critic pass via devils-advocate, batches user decisions in one AskUserQuestion. Invoked only via the explicit `/create-plan` slash command.

2026-05-12
execute-plan
项目管理专家

This skill should be used when the user asks to "execute the plan", "implement the plan", "run the plan", "build from plan", or wants to sequentially implement all tasks from a plan document. Parses plan §4, invokes /execute-task for each task in dependency order, runs stage-end test+validation, then polish (1× or 2× per change-size heuristic).

2026-05-12
当前展示该仓库 Top 8 / 12 个已收集 skills。
release
软件开发工程师

Cut a tian release end-to-end from the shell: bump the version, build → notarize → tag → push → GitHub Release → Sparkle appcast (all via scripts/publish.sh), then update the project record in docs/pm/status.json. Use when the user asks to ship/cut/publish a release, bump the version, or "release it". Handles the two things publish.sh can't: settling the graphify commit-hook churn so the tree is clean enough to publish, and the manual status.json shipped/now update. Trigger: /release [patch|minor|major|X.Y.Z].

2026-07-13
tian
软件开发工程师

Drive the tian terminal emulator from the shell with the `tian` CLI: create/focus/close/list workspaces, sessions, and panes; spin up git-worktree-backed sessions for a branch; split the terminal panel and run commands in it; send input to and capture output from other terminal or agent sessions; set the sidebar status label/state; and post macOS notifications. Use whenever you are inside a tian session (the TIAN_SOCKET env var is set) and the task involves arranging terminals, running work in another pane/session, spawning a worktree for a task, or notifying on completion.

2026-07-03
session-audit
软件开发工程师

Audit a tian *orchestrator* Claude Code session for token efficiency, parallelism, and orchestrator/implementer role hygiene. Give it a parent session id (full or prefix); it locates the transcript, finds the child worktree sessions spawned via /tian implement, measures the numbers, and reports concrete improvements to the orchestrator↔implementer harness. Use when asked to analyze / audit / review how a session used tian or the /tian implement workflow, or to find out where tokens and parallelism leaked.

2026-06-30
已展示 2 / 2 个仓库
已展示全部仓库