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

.dotfiles

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

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

Skills neste repositório

abstraction-check
Desenvolvedores de software

This skill should be used when the user asks "should I extract this?", "is this abstraction worth it?", "am I over-engineering?", "should I DRY this up?", or when evaluating whether to create a helper, utility, base class, or shared module. Use for any "extract vs inline" decision.

2026-04-17
assumption-scan
Desenvolvedores de software

This skill should be used when reviewing a design proposal, RFC, technical plan, or before starting implementation. Use when asking "what could go wrong?", "what are we assuming?", "where is this fragile?", or "what happens if X changes?". Surfaces hidden dependencies and untested beliefs.

2026-04-17
code-review
Analistas de garantia de qualidade de software e testadores

This skill should be used when the user asks to "review this code", "check this implementation", "what's wrong with this code", "review my changes", "code review", or when examining code for quality issues.

2026-04-17
complexity-audit
Desenvolvedores de software

This skill should be used when asking "is this module too complex?", "why is this hard to change?", "what's causing coupling here?", or before refactoring a tangled system. Use to audit for accidental complexity, circular dependencies, god objects, and layering violations.

2026-04-17
debug-session
Desenvolvedores de software

This skill should be used when the user asks to "help me debug", "why isn't this working", "this is broken", "debug this", "find the bug", or when systematically investigating an issue.

2026-04-17
dependency-evaluator
Desenvolvedores de software

This skill should be used when asking "should we add this library?", "is this dependency safe?", "should we upgrade X?", or when evaluating npm packages, gems, crates, or any third-party code. Assesses maintenance risk, security, and exit strategy.

2026-04-17
design-review
Desenvolvedores de software

This skill should be used when reviewing a technical design, RFC, PR description, or architecture proposal. Use when asking "what's wrong with this design?", "what am I missing?", "review my approach", or before implementing significant changes. Surfaces risks, edge cases, and alternatives.

2026-04-17
experiment-design
Analistas de pesquisa de mercado e especialistas em marketing

This skill should be used when asking "how do I test this idea?", "will this change help?", "how do I measure success?", or when planning A/B tests, feature rollouts, or performance experiments. Designs falsifiable hypotheses with clear success/failure criteria.

2026-04-17
fix-tests
Analistas de garantia de qualidade de software e testadores

Systemically fix all failing tests after business logic changes or refactoring

2026-04-17
friction-deep-dive
Desenvolvedores de software

This skill should be used when a friction domain appears repeatedly in weekly reviews, when asking "why do I keep hitting this error?", "how do I get better at X?", or when the friction-escalator surfaces a pattern. Creates deliberate practice plans tied to Dev OS friction taxonomy.

2026-04-17
impact-narrative
Especialistas em gestão de projetos

This skill should be used when writing self-reviews, preparing for promotion discussions, updating stakeholders, or asking "how do I explain this to leadership?", "what's the business impact?", or "how do I write this for my perf review?". Translates technical work into leadership-ready narratives.

2026-04-17
mental-model
Desenvolvedores de software

This skill should be used before modifying unfamiliar code, when asking "how does this work?", "what would break if I change this?", "help me understand this system", or when onboarding to a new codebase. Builds comprehensive mental model with data flow, invariants, and change impact analysis.

2026-04-17
mode
Desenvolvedores de software

This skill should be used when the user asks to "set mode", "change mode", "switch to exploration", "switch to hardening", "what mode", "current mode", or "/mode". Manages the project phase mode which controls hook and cue strictness.

2026-04-17
promotion-draft
Gerentes de sistemas computacionais e de informação

This skill should be used when preparing a promotion packet, writing self-review for leveling, or asking "am I ready for promotion?", "what does senior/staff look like?", or "help me write my promo doc". Generates level-appropriate impact narratives with scope and influence evidence.

2026-04-17
refactor-safely
Desenvolvedores de software

This skill should be used when planning a refactor, asking "how do I safely change this?", "what's the safest way to restructure?", or before touching legacy code, renaming abstractions, or extracting modules. Creates staged refactor plans with validation checkpoints and rollback strategies.

2026-04-17
risk-audit
Analistas de garantia de qualidade de software e testadores

This skill should be used before deploying changes, when asking "what could go wrong?", "is this safe to ship?", "what are the failure modes?", or when reviewing PRs for production readiness. Audits for hidden risks, silent failures, and edge cases.

2026-04-17
root-cause
Analistas de garantia de qualidade de software e testadores

This skill should be used after a bug, incident, or unexpected behavior, when asking "why did this happen?", "what's the root cause?", "why did this break?", or during post-mortems. Performs structured 5-Whys analysis with timeline, contributing factors, and preventative recommendations.

2026-04-17
standup
Especialistas em gestão de projetos

This skill should be used when the user asks for "standup", "daily standup", "what did I do yesterday", "what should I work on today", "standup summary", or at the start of a workday.

2026-04-17
template-context
Analistas de garantia de qualidade de software e testadores

This skill should be used when the user asks about "testing Rails generators", "ERB coverage", "template branch coverage", "SimpleCov showing 0%", "untestable template logic", or when building Rails generators with conditional ERB templates. Guides extraction of template conditionals into testable POROs.

2026-04-17
tradeoff-memo
Especialistas em gestão de projetos

This skill should be used when documenting architectural decisions, when the large-diff-escalator requests tradeoff documentation, when writing ADRs, or when asking "why did we choose this?", "document this decision", or "what were the tradeoffs?". Produces staff-level decision memos with options analysis and principles.

2026-04-17
weekly-review
Desenvolvedores de software

This skill should be used at the end of each week, when asking "how was my week?", "generate weekly review", "what did I accomplish?", "review for last week", or "/weekly-review". Supports generating reviews for past weeks (e.g., "last week", "two weeks ago"). Aggregates dev-os-events across ALL projects, renders charts, and produces staff-level insights with promotion-ready bullets.

2026-03-31
api-conventions
Desenvolvedores de software

This skill should be used when designing APIs, reviewing API interfaces, asking "how should this endpoint work?", "what should this return?", "how do I handle errors?", or when building REST endpoints, GraphQL schemas, service interfaces, or CLI tools. Provides general principles for well-designed APIs.

2026-02-25