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

godmode

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

skills collectés
36
Stars
73
mis à jour
2026-03-09
Forks
18
Couverture métier
7 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

activation
Autres occupations informatiques

Use when starting any conversation - establishes how to locate and invoke skills, mandating Skill tool usage before ANY response including clarifying questions

2026-03-09
design-research
Concepteurs web et d'interfaces numériques

Use when building ANY website, web app, landing page, or web-based UI - searches real template marketplaces for professionally designed layouts in the user's industry or niche, then extracts layout structure, color palettes, typography choices, and section sequences as the design blueprint instead of generating from assumptions

2026-03-09
github-search
Développeurs de logiciels

Use when about to build any feature, library, or system - searches GitHub and package registries for existing implementations to study, harvest patterns from, or use directly instead of building from scratch

2026-03-09
intent-discovery
Développeurs de logiciels

Use when starting any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements, and design before implementation.

2026-03-09
deployment-advisor
Administrateurs de réseaux et de systèmes informatiques

Use when making technology, hosting, or infrastructure decisions — recommends services, databases, and deployment strategies based on project requirements and what the user actually has available

2026-03-09
environment-awareness
Administrateurs de réseaux et de systèmes informatiques

Use when starting a session, running shell commands, installing packages, or diagnosing platform-specific failures - detects OS, shell, runtime, package manager, and toolchain before any command execution

2026-03-09
team-orchestration
Autres occupations informatiques

Use when a task benefits from multiple Claude instances collaborating with peer-to-peer messaging - parallel research, multi-module features, cross-layer changes, or competing hypothesis debugging. Not for simple independent tasks (use parallel-execution) or sequential tasks (use delegated-execution).

2026-03-09
error-recovery
Développeurs de logiciels

Use when repeated fix attempts fail, the agent appears stuck in a loop, or complexity is increasing without progress

2026-03-09
rationale
Développeurs de logiciels

Use when a user requests new work - features, components, integrations, or additions - to challenge assumptions, evaluate effort, surface alternatives, and ensure the work is worth doing before committing to it

2026-03-09
codebase-research
Développeurs de logiciels

Use when building ANY feature within an existing project - search the current codebase for existing patterns, conventions, similar implementations, and established approaches before writing new code

2026-03-09
comprehension-check
Développeurs de logiciels

Use when implementing any substantial feature, multi-file modification, or architectural change - produces a plain-language walkthrough of every alteration so the developer can verify genuine understanding before committing, preventing the accumulation of cognitive debt where code ships faster than comprehension

2026-03-09
design-integration
Concepteurs web et d'interfaces numériques

Use when operating in a codebase that employs an existing design system (shadcn/ui, Material UI, Ant Design, Chakra, etc.), when you need to identify which system a project uses, or when setting up a design system for a project that lacks one

2026-03-09
knowledge-capture
Développeurs de logiciels

Use when completing any meaningful task - distill patterns, lessons, and insights from the interaction and persist them for future sessions

2026-03-09
pattern-matching
Développeurs de logiciels

Use when contributing code to an existing project - guarantees that every new line mirrors the established conventions, naming schemes, architectural layering, directory layout, and stylistic choices already present in the codebase rather than drifting toward generic AI defaults

2026-03-09
performance-tuning
Développeurs de logiciels

Use when performance is a concern - sluggish pages, slow queries, bloated bundles, high-latency APIs, or whenever someone says "optimize" or "make it faster"

2026-03-09
project-bootstrap
Développeurs de logiciels

Use when launching a new project, initializing a repository, or building a codebase from the ground up - addresses directory structure, tooling configuration, linting, testing infrastructure, CI/CD pipelines, and version control setup

2026-03-09
reference-engine
Développeurs de logiciels

Use when building ANYTHING - the universal reference-first system that routes every task to proven reference implementations instead of generating from assumptions. Covers API design, database schemas, testing strategies, CI/CD pipelines, code patterns, DevOps, and any other domain where professional reference implementations exist

2026-03-09
security-protocol
Analystes en sécurité de l'information

Use when writing code that processes user input, manages authentication or authorization, constructs database queries, handles file operations, interacts with external data, exposes API endpoints, or manages secrets - any code that crosses a trust boundary

2026-03-09
specification-first
Développeurs de logiciels

Use when building any feature, API, module, or system before writing implementation code - produces a structured behavior specification defining inputs, outputs, constraints, edge cases, and acceptance criteria as the authoritative artifact

2026-03-09
ui-engineering
Développeurs web

Use when constructing frontend components, selecting layout strategies, orchestrating state, or assembling interactive UI - spans component architecture, responsive adaptation, accessibility compliance, and rendering performance across any frontend framework

2026-03-09
ux-patterns
Concepteurs web et d'interfaces numériques

Use when building ANY user interface - web app, game, CLI, dashboard, landing page, or component - ensures all UI output references documented UX patterns instead of generating from assumptions, preventing the amateur look of AI-generated UI

2026-03-09
agent-messaging
Autres occupations informatiques

Use when dispatching subagents, composing prompts for teammates, structuring handoff reports, or managing context boundaries between agents. Covers both subagent prompts and team-level messaging.

2026-03-09
delegated-execution
Développeurs de logiciels

Use when executing implementation plans with independent tasks in the current session

2026-03-09
fault-diagnosis
Développeurs de logiciels

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes

2026-03-09
protocol-authoring
Développeurs de logiciels

Use when creating new protocols, editing existing protocols, or validating protocols work before deployment

2026-03-09
quality-gate
Analystes en assurance qualité des logiciels et testeurs

Use when finishing tasks, shipping significant features, or before landing changes to ensure work meets standards through automated review

2026-03-09
task-planning
Développeurs de logiciels

Use when you have a spec or requirements for a multi-step task, before touching code

2026-03-09
workspace-isolation
Développeurs de logiciels

Use when starting feature work that needs isolation from the current workspace or before executing implementation plans - creates isolated git worktrees with smart directory selection and safety verification

2026-03-09
completion-gate
Analystes en assurance qualité des logiciels et testeurs

Use when about to declare work done, fixed, or passing, before committing or opening PRs - demands executing verification commands and reading their output before making any success assertions; evidence precedes claims always

2026-03-09
merge-protocol
Développeurs de logiciels

Use when implementation is finished, tests are green, and you need to decide how to land the work - presents structured integration paths for local merge, pull request, deferral, or abandonment

2026-03-09
parallel-execution
Développeurs de logiciels

Use when facing 2+ tasks that share no state and have no sequential dependencies - enables concurrent investigation or implementation by dispatching one agent per isolated problem domain

2026-03-09
quality-enforcement
Analystes en assurance qualité des logiciels et testeurs

Use when preparing code for commit, PR, or merge - covers linting, type safety, bundle budgets, coverage thresholds, complexity limits, dependency audit, and dead code detection

2026-03-09
review-response
Analystes en assurance qualité des logiciels et testeurs

Use when processing code review feedback before making changes, particularly when suggestions are ambiguous, technically suspect, or span multiple interdependent items - demands verification and technical rigor over compliance theater

2026-03-09
system-design
Développeurs de logiciels

Use when making technology or structural decisions - selecting databases, APIs, auth strategies, caching layers, file organization, or weighing monolith against services

2026-03-09
task-runner
Développeurs de logiciels

Use when you have a written implementation plan to execute in a separate session with review checkpoints

2026-03-09
test-first
Analystes en assurance qualité des logiciels et testeurs

Use when implementing any feature or bugfix, before writing implementation code

2026-03-09