Skip to main content
Execute qualquer Skill no Manus
com um clique
Repositório GitHub

skills

skills contém 11 skills coletadas de cesumilo, com cobertura ocupacional por repositório e páginas de detalhe dentro do site.

skills coletadas
11
Stars
3
atualizado
2026-05-22
Forks
0
Cobertura ocupacional
3 categorias ocupacionais · 100% classificado
explorador de repositórios

Skills neste repositório

learn
Professores do ensino superior, todos os outros

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
Desenvolvedores de software

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
Especialistas em gestão de projetos

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
Especialistas em gestão de projetos

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
Desenvolvedores de software

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

2026-04-27
problem-solving
Desenvolvedores de software

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Desenvolvedores de software

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