一键导入
claude-workspace
claude-workspace 收录了来自 chrisguillory 的 12 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。
这个仓库中的 skills
Add a deferred entry to the repo's docket — a versioned NN-{slug}.md under docket/{type}/ (tech-debt, feature, follow-up, idea, or upstream), reviewed in the normal PR flow and picked up later. Resolve by deleting the file.
Build a glanceable quest-map of a long session — pure user-intent roots, ground-truth check-marks, [from → to] ranges, PR/docket overlays, a metadata header. A shared recap-on-steroids built by a fresh unbiased agent; light at the top, full detail one cat away. On-demand orientation for when the arc of a long, compacted, multi-thread session is lost and you (and the user) need to decide what to tackle next.
Migrate the binary patcher to a new Claude Code version. Re-derive bytes for changed patches, investigate missing anchors, mark obsoleted patches, verify empirically in fresh sessions, and open a PR. Use when Claude Code releases a new version (announced or stealth-on-CDN) and the patcher needs to follow.
Absorb a new Claude Code version and/or model into this repo — the reusable recipe for what to investigate and how to judge it. Use when CC updates, the model changes, or a loud failure smells like version/model drift.
Draft a PR description into scratch/, pause for your review, then create or update the PR via gh. Gathers git context, indexes the session for semantic search, and follows the repo's CLAUDE.md PR guidelines.
Recover in-flight context from a compacted, crashed, or context-limited session. Indexes transcript for semantic search, reconstructs the session arc.
Apply an LLM judgment task to every in-scope file in the repo, in parallel. Bin-packs files into balanced token slices, fans out general-purpose subagents that read full files, synthesizes results.
Deploy origin/main across the home mesh fleet — merge the latest trunk into every checkout on a target. Applies by default; clean checkouts merge (even atop unrelated uncommitted edits), while conflicts and the files git would refuse are reported untouched. --dry-run previews first. Use when rolling a merged change out to the fleet.
Sync Granola meetings to local archive. Fetches meeting list, downloads missing notes and transcripts.
Generate comprehensive handoff document capturing session context, work completed, pending tasks, and key decisions
Updates CLAUDE.md using multi-phase workflow: analyze current state, draft updates (Sonnet), invoke claude-md-architect agent (Opus) for complete refactoring, compare both versions, synthesize final result
Test Claude Code version behaviors. Install versions, run controlled prompts, inspect session artifacts.