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

rpikit

rpikit contiene 16 skills recopiladas de bostonaholic, con cobertura ocupacional por repositorio y páginas de detalle dentro del sitio.

skills recopiladas
16
Stars
20
actualizado
2026-03-23
Forks
0
Cobertura ocupacional
5 categorías ocupacionales · 100% clasificado
explorador de repositorios

Skills en este repositorio

brainstorming
Gerentes de publicidad y promociones

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
Desarrolladores 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
Desarrolladores 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
Desarrolladores 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 informáticos

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 garantía de calidad de software y probadores

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 seguridad de la información

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
Desarrolladores 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
Desarrolladores 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
Desarrolladores 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
Desarrolladores 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
Desarrolladores 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 garantía de calidad de software y probadores

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
Desarrolladores 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 garantía de calidad de software y probadores

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 garantía de calidad de software y probadores

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