Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
Dépôt GitHub

rpikit

rpikit contient 16 skills collectées depuis bostonaholic, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
16
Stars
20
mis à jour
2026-03-23
Forks
0
Couverture métier
5 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

brainstorming
Responsables publicité et promotions

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Analystes des systèmes informatiques

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
Analystes en assurance qualité des logiciels et testeurs

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
Analystes en sécurité de l'information

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Analystes en assurance qualité des logiciels et testeurs

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
Développeurs de logiciels

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
Analystes en assurance qualité des logiciels et testeurs

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
Analystes en assurance qualité des logiciels et testeurs

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