Skip to main content
Ejecuta cualquier Skill en Manus
con un clic
Repositorio de GitHub

skills

skills contiene 11 skills recopiladas de cesumilo, con cobertura ocupacional por repositorio y páginas de detalle dentro del sitio.

skills recopiladas
11
Stars
3
actualizado
2026-05-22
Forks
0
Cobertura ocupacional
3 categorías ocupacionales · 100% clasificado
explorador de repositorios

Skills en este repositorio

learn
Profesores postsecundarios, todos los demás

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
Desarrolladores 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 en gestión de proyectos

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 en gestión de proyectos

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
Desarrolladores 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
Desarrolladores 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
Desarrolladores 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
Desarrolladores 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
Desarrolladores 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
Desarrolladores 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
Desarrolladores 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