skill
occupation
description
updated
Menu
Repository-level view of 5 collected skills across 2 GitHub repositories.
Top repositories by collected skill count, with their share of this creator catalog and occupation spread.
跨会话记忆:一段工作收尾时运行 python .finley/scripts/add_session.py 把本次做了什么写进 journal;新会话开场主动读取 .finley/workspace/<开发者>/ 最近的 journal 以恢复上下文。用于结束一段实现工作、或刚开始新会话需要了解此前进展时。
强制质量门禁:在 /speckit.implement 写完代码后、提交前,必须运行 python .finley/scripts/gate.py 跑 lint/typecheck/test,红则修复再跑,直至全绿。用于任何写完或改完代码、准备结束一段实现工作或提交之前。