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

rpikit

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

skills coletadas
16
Stars
20
atualizado
2026-03-23
Forks
0
Cobertura ocupacional
5 categorias ocupacionais · 100% classificado
explorador de repositórios

Skills neste repositório

brainstorming
Gerentes de publicidade e promoções

Collaborative design methodology for creative work. Use before research or planning when requirements are unclear, multiple approaches exist, or the idea needs exploration. Refines ideas through progressive questioning.

2026-03-23
implementing-plans
Desenvolvedores de software

Disciplined plan execution with checkpoint validation, progress tracking, and verification at each step. Follows an approved plan strictly, running verification criteria before proceeding.

2026-03-23
research-plan-implement
Desenvolvedores de software

End-to-end Research-Plan-Implement pipeline using parallel subagents. Each phase (research, plan, implement) runs in its own context window with file artifacts as the communication channel between phases.

2026-03-23
documenting-decisions
Desenvolvedores de software

Record architectural decisions as ADRs from design documents. Use after brainstorming or planning to capture what was decided, why, and what alternatives were considered. Produces sequentially numbered ADR files in docs/decisions/.

2026-03-23
researching-codebase
Analistas de sistemas de computador

Thorough codebase exploration that builds understanding through collaborative dialogue. Investigates architecture, patterns, and implementation details before planning or making changes.

2026-03-23
reviewing-code
Analistas de garantia de qualidade de software e testadores

Code review methodology for evaluating implementation changes. Use when reviewing code changes for quality, design, correctness, and maintainability. Focuses on changes made during implementation using Conventional Comments for clear, actionable feedback.

2026-03-23
security-review
Analistas de segurança da informação

Security review methodology for evaluating implementation changes. Use when reviewing code changes for vulnerabilities, insecure patterns, and security best practices. Focuses on changes made during implementation rather than full codebase audits.

2026-03-23
synthesizing-research
Desenvolvedores de software

Consolidate multiple parallel research documents into a single unified report. Produces a self-contained document that a reader with no prior context can understand completely.

2026-03-23
writing-plans
Desenvolvedores de software

Transform research findings into actionable implementation plans with granular steps, verification criteria, and stakes-based enforcement. Plans serve as contracts between human and AI.

2026-03-23
finishing-work
Desenvolvedores de software

Structured completion workflow for implementation work. Use when implementation is complete, all tests pass, and you need to decide how to integrate the work. Guides merge, PR creation, or cleanup decisions.

2026-03-23
git-worktrees
Desenvolvedores de software

Isolated workspace creation for parallel development work. Use when starting feature work that needs isolation from the current workspace. Creates git worktrees with proper setup and safety verification.

2026-03-23
parallel-agents
Desenvolvedores de software

Concurrent agent dispatch for independent problems. Use when facing multiple independent tasks that can be worked on simultaneously. Reduces total time by parallelizing work that has no shared state.

2026-03-23
receiving-code-review
Analistas de garantia de qualidade de software e testadores

Verification-first approach to code review feedback. Use when receiving review comments during the implement phase. Evaluate suggestions rigorously before implementing - no performative agreement.

2026-03-23
systematic-debugging
Desenvolvedores de software

Root cause investigation methodology for bugs and failures. Use when encountering test failures, unexpected behavior, or errors during research or implement phases. Find the cause before attempting fixes.

2026-03-23
test-driven-development
Analistas de garantia de qualidade de software e testadores

Rigorous TDD methodology enforcing RED-GREEN-REFACTOR discipline. Use when implementing features or fixing bugs during the implement phase. Tests must be written before production code - no exceptions.

2026-03-23
verification-before-completion
Analistas de garantia de qualidade de software e testadores

Evidence-before-claims discipline for implementation completion. Use before claiming any work is complete, fixed, or passing. Run verification commands and confirm output before making success claims.

2026-03-23