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

lobby_analysis

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

skills collectés
26
Stars
3
mis à jour
2026-05-14
Forks
0
Couverture métier
11 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

audit-papers
Archivistes

Check papers/ structure for completeness and accuracy — every PDF has text extraction, every paper is indexed in PAPER_INDEX.md and summarized in PAPER_SUMMARIES.md, summaries are factually accurate. Prompts the user for discrepancies.

2026-05-14
clean-worktrees
Développeurs de logiciels

Use when you want to clean up accumulated git worktrees in a repo. Lists all worktrees with status, verifies data symlinks, ensures code and docs are committed, copies non-symlinked data files to main worktree, asks which to merge or keep, runs post-merge audits on new docs/papers, and removes merged worktrees.

2026-05-14
maintaining-decision-docs
Développeurs de logiciels

Use after creating or modifying decision documents in docs/ to keep DOCS_INDEX.md and DOCS_SUMMARY.md consistent. Also use as a standalone audit to find coverage gaps, broken links, and ADR format issues. Works across any repo with a docs/ directory. Run alongside updating-noridocs when finishing a branch that includes decision docs.

2026-05-14
brainstorming
Spécialistes en gestion de projets

IMMEDIATELY USE THIS SKILL when creating or develop anything and before writing code or implementation plans - refines rough ideas into fully-formed designs through structured Socratic questioning, alternative exploration, and incremental validation

2026-04-10
finish-convo
Développeurs de logiciels

End a research session — runs update-docs to checkpoint all progress, then commits and pushes. Use update-docs for mid-session checkpoints without ending the session.

2026-04-10
code-review-reception
Analystes en assurance qualité des logiciels et testeurs

Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires technical rigor and verification, not performative agreement or blind implementation

2026-04-10
systematic-debugging
Analystes en assurance qualité des logiciels et testeurs

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes - four-phase framework (root cause investigation, pattern analysis, hypothesis testing, implementation) that ensures understanding before attempting solutions

2026-04-10
test-driven-development-tdd
Développeurs de logiciels

Use when implementing any feature or bugfix, before writing implementation code - write the test first, watch it fail, write minimal code to pass; ensures tests actually verify behavior by requiring failure first

2026-04-10
updating-noridocs
Développeurs de logiciels

Use this when you have finished making code changes and you are ready to update the documentation based on those changes.

2026-04-10
write-a-plan
Spécialistes en gestion de projets

Use when a research conversation has produced something ready to implement — creates implementation plans that reference their originating conversation, carry epistemic context, and assume the implementing agent has zero codebase context

2026-04-10
add-paper
Archivistes

Add a paper to the research collection — download PDF, extract text, add to PAPER_INDEX.md and PAPER_SUMMARIES.md. Ensures every paper is fully integrated with text extraction and indexed summaries.

2026-04-10
audit-docs
Préposés aux dossiers

Check docs/active/ structure for consistency — every convo indexed in RESEARCH_LOG, every plan linked to a convo, no orphaned files. Prompts the user for discrepancies rather than auto-fixing.

2026-04-10
building-ui-ux
Concepteurs web et d'interfaces numériques

Use when implementing user interfaces or user experiences - guides through exploration of design variations, frontend setup, iteration, and proper integration

2026-04-10
creating-debug-tests-and-iterating
Analystes en assurance qualité des logiciels et testeurs

Use this skill when faced with a difficult debugging task where you need to replicate some bug or behavior in order to see what is going wrong.

2026-04-10
creating-skills
Développeurs de logiciels

Use when you need to create a new custom skill for a profile - guides through gathering requirements, creating directory structure, writing SKILL.md, and optionally adding bundled scripts

2026-04-10
finishing-a-development-branch
Développeurs de logiciels

Use this when you have completed some feature implementation and have written passing tests, and you are ready to create a PR.

2026-04-10
handle-large-tasks
Spécialistes en gestion de projets

Use this skill to split large plans into smaller chunks. This skill manages your context window for large tasks. Use it when a task will take a long time and cause context issues.

2026-04-10
init-research-repo
Développeurs de logiciels

Use when setting up a new repo (or an existing repo) for the research-first workflow — creates docs/active/ and docs/historical/ directories, adds Research Context to CLAUDE.md, seeds STATUS.md with the Archived Research Lines table

2026-04-10
nori-skillsets
Réceptionnistes et préposés à l'information

Use when the user asks about nori, nori-skillsets, skillsets, or how the system works

2026-04-10
root-cause-tracing
Développeurs de logiciels

Use when errors occur deep in execution and you need to trace back to find the original trigger - systematically traces bugs backward through call stack, adding instrumentation when needed, to identify source of invalid data or incorrect behavior

2026-04-10
testing-anti-patterns
Analystes en assurance qualité des logiciels et testeurs

Use when writing or changing tests, adding mocks, or tempted to add test-only methods to production code - prevents testing mock behavior, production pollution with test-only methods, and mocking without understanding dependencies

2026-04-10
update-docs
Secrétaires et assistants administratifs (sauf juridique, médical et direction)

Checkpoint research progress mid-session — create/update convo summary, save results with provenance, update RESEARCH_LOG and STATUS.md. Core operation that finish-convo builds on.

2026-04-10
use-worktree
Administrateurs de réseaux et de systèmes informatiques

Use this whenever you need to create an isolated workspace — includes data/ symlink to prevent data loss on worktree cleanup

2026-04-10
taking-and-analyzing-screenshots
Représentants du service clientèle

Use this to capture screen context.

2026-04-10
getting-started-with-abilities
Assistants en ressources humaines (sauf paie et pointage)

Describes how to use abilities. Read before any conversation.

2026-04-10
webapp-testing
Analystes en assurance qualité des logiciels et testeurs

Use this skill to build features or debug anything that uses a webapp frontend.

2026-04-10