Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

dotfiles

dotfiles 收录了来自 kendrick 的 6 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
6
Stars
2
更新
2026-06-07
Forks
0
职业覆盖
1 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

hydrate-discover
软件开发工程师

Inventory the source surface for hydrating working memory in this repo. Surveys manifests, code structure, README, ADRs (if any), recent git history, and code patterns. Run once when populating working memory beyond the scaffold prompt's pre-population.

2026-06-07
hydrate-draft
软件开发工程师

Map findings into the six working memory files: projectOverview, decisionLog, dataContracts, conventions, openQuestions. Drafts include source provenance inline. activeContext.md is excluded; the developer drives that file directly.

2026-06-07
hydrate-extract
软件开发工程师

Pull findings from a single source location. Each finding is one sentence about a fact, decision, convention, or contract, plus a pointer back to source. Deterministic for structured sources, AI semantic for prose.

2026-06-07
hydrate-propose
软件开发工程师

Stage reconciled drafts as a single commit (or PR for multi-developer projects) that updates the working memory files in a reviewable batch. activeContext.md is excluded. After acceptance, the synchronizer agent takes over for ongoing maintenance.

2026-06-07
hydrate-reconcile
软件开发工程师

Compare drafts against existing working memory and against the codebase. Annotates each draft as net-new, would-overwrite, or conflicts-with-code. Greenfield projects skip the existing-working-memory comparison.

2026-06-07
update-working-memory
软件开发工程师

Reads the current working memory state, diffs it against recent git changes, and proposes updates. Use when finishing a feature, resolving a decision, or when active context feels stale.

2026-06-07