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

skills

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

已收集 skills
11
Stars
3
更新
2026-05-22
Forks
0
职业覆盖
3 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

learn
其他高等院校教师

Guides you through learning programming and software engineering topics using a Socratic ladder. Never gives the exact answer or a matching example. Activates on explicit requests like "help me learn X", "explain Y", "I'm trying to understand Z". Gives links to online sources.

2026-05-22
session-to-spec
软件开发工程师

Distills the current session into a structured specification document (SPEC.md). Captures design decisions, canonical terms, edge cases, known weak points, open questions, and ADRs. Activate with "spec this", "create spec", "write the spec", "turn this into a spec", "specify this", or after a design-interview or premortem-this session concludes.

2026-05-22
design-interview
项目管理专家

Runs a structured, relentless design interview to reach a shared understanding of a plan, feature, or system. Walks the design tree branch by branch, resolving decision dependencies one at a time. Activate when the user says "interview me", "let's design", "walk me through", "review my plan", or shares a spec/plan and asks for feedback.

2026-05-22
premortem-this
项目管理专家

Stress-tests any plan, project, or decision by imagining it has already failed and working backward to discover why. Surfaces hidden assumptions, weak decisions, and missing risks before resources are committed. Activate when the user says "premortem this", "stress test this plan", "what could go wrong", "poke holes in this", "what am I missing", or after a design-interview session to stress-test a clarified plan.

2026-05-22
file-writing
软件开发工程师

Governs how the agent writes files. Enforces chunked, sequential writes to prevent silent truncation from buffer/context limits.

2026-04-27
problem-solving
软件开发工程师

Governs the agent's internal reasoning process and communication style. Enforces hypothesis-driven, test-first, iterate-fast problem solving. Eliminates silent internal loops, premature abstraction, and invisible approach changes.

2026-04-27
code-quality
软件开发工程师

Proactively guides and enforces code quality practices: eliminating magic numbers and strings, constructor-based dependency injection, and thorough documentation. Flags violations as they are noticed, plans safe incremental refactors, and integrates with tdd-workflow, ddd, long-term-memory, and pair-mode when active.

2026-04-27
ddd
软件开发工程师

Guides Domain-Driven Design architecture across four layers (domain, application, infrastructure, presentation) organized by bounded context. Enforces dependency rules, tactical patterns, ubiquitous language, and aggregate rules. Supports greenfield and incremental legacy migration. Integrates with tdd-workflow, long-term-memory, and pair-mode.

2026-04-27
long-term-memory
软件开发工程师

Maintains a persistent project journal in MEMORY.md across sessions. Records state, architectural decisions, discoveries, task history, and open questions; reconciles with the project's planning documents; archives old entries automatically. Invoke at session start and after every completed task. Toggle with "memory on" / "memory off". Compatible with pair-mode.

2026-04-27
pair-mode
软件开发工程师

Pair programming navigator mode. Toggles a state where the agent scaffolds structure and writes failing tests, but refuses to implement business logic — the user writes it. Activates when the user types "pair on", "pair mode on", "/pair on", or "let's pair". Deactivates only on "pair off", "pair mode off", "/pair off", or "stop pairing". Use this skill whenever any of these triggers appear, and keep the mode active across turns until explicitly disabled.

2026-04-27
tdd-workflow
软件开发工程师

Enforces strict Test-Driven Development (Red-Green-Refactor) workflow for any language or framework. Use this skill whenever implementing new features, fixing bugs, or modifying behavior in code. Activates on requests like "implement", "add feature", "fix bug", "create function", or any code change that affects behavior.

2026-04-27