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

engram-cogitator

engram-cogitator 收录了来自 MereWhiplash 的 20 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

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

这个仓库中的 skills

config
软件开发工程师

Use when changing cogitation project settings (test/build/lint commands, branching conventions, graphify/codex toggles), or the user says "change config", "update settings", or "set test command"

2026-07-02
cog-init
软件开发工程师

Use when setting up a project for cogitation for the first time, or the user says "set up cogitation", "init", or "configure this project"

2026-07-02
using-cogitation
软件开发工程师

Use at the start of any conversation — establishes the cogitation workflow and requires invoking the right skill before responding, including before clarifying questions

2026-07-02
sketching
软件开发工程师

Use for MEDIUM-sized work — new but contained behavior (one component, no architecture/data/API change) that deserves rigor without the design-doc + plan-doc ceremony of brainstorming

2026-07-02
customising
其他计算机职业

Use when the user wants to tailor the cogitation workflow — says "customise", "recustomise", "change the workflow", "make TDD less strict", "turn off finishing-branch", or wants a skill looser or disabled

2026-07-02
audit
软件开发工程师

Use when EC memories need cleanup — deduping, pruning stale entries, hygiene — or the user says "audit memories", "clean up EC", or "review what's stored"

2026-05-31
brainstorming
软件开发工程师

Use before any feature work or new feature — interviews you about the feature one question at a time, pushes back on gaps, and saves a design doc with a decisions log

2026-05-31
codex-review
软件开发工程师

Use when you want an independent second-opinion review of a design doc or implementation plan from OpenAI Codex before executing — only if codex is enabled in .cogitation/config.json

2026-05-31
debugging
软件开发工程师

Use when encountering a bug, test failure, or unexpected behavior and you need to find root cause before fixing

2026-05-31
executing-plans
软件开发工程师

Use when you have a written plan in docs/plans/ ready to implement — runs every task continuously via TDD red-green-refactor, then reviews

2026-05-31
finishing-branch
软件开发工程师

Use when implementation is complete and a feature branch is ready to wrap up and merge

2026-05-31
onboard
软件开发工程师

Use at the start of a session on an existing project, when joining a project, or the user says "catch me up", "what do I need to know", or "onboard me"

2026-05-31
parallel-agents
软件开发工程师

Use when facing 2+ independent tasks that can run concurrently — separate test failures, unrelated bugs, or parallelizable work

2026-05-31
receiving-review
软件开发工程师

Use when processing code review feedback or PR comments — verify against the codebase before implementing, push back with reasoning when the feedback is wrong

2026-05-31
remember
软件开发工程师

Use when the user says "remember this", "store this", "save for later", or "don't forget", or after a decision, gotcha, or recurring pattern worth persisting to EC

2026-05-31
requesting-review
软件开发工程师

Use when a diff is large or high-risk and Tier 0 inline self-review isn't enough — dispatches an independent reviewer subagent

2026-05-31
tdd
软件开发工程师

Use when writing any code — implementing a feature, fixing a bug, adding functionality, or any change that should be test-first (the default for all implementation work)

2026-05-31
verifying
软件开发工程师

Use before claiming tests pass, a build succeeds, or a bug is fixed

2026-05-31
writing-plans
软件开发工程师

Use after brainstorming, when an approved design is ready to turn into a TDD-first implementation plan

2026-05-31
writing-skills
软件开发工程师

Use when adding a new cogitation skill or workflow to the skill set

2026-05-31