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

gdref

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

skills collectés
68
Stars
2
mis à jour
2026-02-22
Forks
0
Couverture métier
3 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

foundation-architecture
Développeurs de logiciels

Foundational architecture skill for Godot workflows. Defines authority boundaries, composition strategy, scene ownership, command pathways, and replaceability constraints.

2026-02-22
foundation-asset-resource-pipeline
Développeurs de logiciels

Foundation rules for deterministic asset import, resource ownership, and reproducible content pipeline behavior.

2026-02-22
foundation-data-interfaces
Développeurs de logiciels

Foundational skill for data contracts, resources, interface boundaries, command/result schemas, and deterministic ordering.

2026-02-22
foundation-editor-workflow
Développeurs de logiciels

Foundational skill for Godot editor-facing workflows: plugin entry points, menu/settings registration lifecycle, editor UX consistency, and teardown cleanliness.

2026-02-22
foundation-gdscript-system-design
Développeurs de logiciels

Tier 1 foundation for game-agnostic GDScript system design: ownership boundaries, signal contracts, composition, and resource-backed configuration.

2026-02-22
foundation-godot-version-doc-alignment
Développeurs de logiciels

Tier 1 foundation for strict Godot version/documentation alignment using local pinned docs as source of truth and explicit churn checkpoints.

2026-02-22
foundation-implementation-validation
Analystes en assurance qualité des logiciels et testeurs

Foundational skill for no-code-until-validated workflow: packet decomposition, 3-role review gates, evidence capture, and GO/STOP control.

2026-02-22
foundation-performance-observability
Développeurs de logiciels

Foundational skill for performance and observability across Godot domains. Defines budgets, profiling loop, and regression controls for CPU/GPU/memory/runtime behavior.

2026-02-22
foundation-platform-export-compatibility
Développeurs de logiciels

Foundational skill for multi-platform Godot delivery. Aligns feature tags, platform constraints, export presets, and runtime fallbacks across desktop, mobile, web, and XR.

2026-02-22
foundation-router
Développeurs de logiciels

Entry-point router that selects foundational Godot skills before domain, system, and workflow specialization.

2026-02-22
foundation-scene-lifecycle
Développeurs de logiciels

Foundational skill for scene-tree behavior: node lifecycle callbacks, signal wiring strategy, input handling pathways, and state transitions.

2026-02-22
scripting-language-selection
Développeurs de logiciels

Core decision framework for choosing GDScript, C#, or mixed-language architecture in Godot based on team and runtime constraints.

2026-02-22
animated-texture-vfx-workflow
Développeurs de logiciels

Operational workflow for selecting and integrating SpriteFrames, flipbooks, and lightweight animated texture effects without custom timer-heavy systems.

2026-02-22
audio-bus-playback-management-workflow
Développeurs de logiciels

Operational workflow for stable SFX/music playback using Godot audio buses, scoped player ownership, and anti-cutoff pooling patterns.

2026-02-22
debug-visualization-workflow
Développeurs de logiciels

Operational workflow for building and validating debug overlays and gizmos that expose simulation state without mutating gameplay logic.

2026-02-22
dependency-impact-analysis-workflow
Développeurs de logiciels

Operational workflow for analyzing dependency impact, coupling hotspots, and safe refactor sequencing in Godot projects.

2026-02-22
developer-skills-reflection-router
Développeurs de logiciels

Router that maps developer-skills capabilities to equivalent Godot-aligned workflows/contracts in this skill library.

2026-02-22
diagnostics-refresh-contract
Analystes en assurance qualité des logiciels et testeurs

Tier 4 workflow for refreshing diagnostics state and validating parser/type feedback before deeper test cycles.

2026-02-22
documentation-version-governance-workflow
Développeurs de logiciels

Operational workflow for keeping project documentation aligned with current Godot behavior, APIs, and validated project conventions.

2026-02-22
editor-tooling-delivery-workflow
Développeurs de logiciels

Tier 4 workflow for delivering Godot editor tools/plugins with lifecycle safety, undo/redo integration, and editor compatibility checks.

2026-02-22
file-refactor-safety
Développeurs de logiciels

Tier 4 workflow for safe move/rename/delete operations on GDScript and related metadata files, with reference integrity checks.

2026-02-22
gdref-agent-retrieval-workflow
Développeurs de logiciels

Operational workflow for deterministic, low-token retrieval of Godot skills and documentation using the gdref index tool.

2026-02-22
golden-map-harness-workflow
Analystes en assurance qualité des logiciels et testeurs

Operational workflow for running golden-map fixture suites and reporting first deterministic divergence with actionable diagnostics.

2026-02-22
humanoid-retargeting-import-workflow
Développeurs de logiciels

Operational workflow for importing humanoid rigs and retargeted animation libraries using Godot integrated skeleton profile and bone map tooling.

2026-02-22
input-action-routing-workflow
Développeurs de logiciels

Operational workflow for routing InputMap actions through a single authority with deterministic debounce and repeat behavior.

2026-02-22
manager-signal-architecture-workflow
Développeurs de logiciels

Operational workflow for structuring scene coordinators, subsystem nodes, and signal wiring without global-framework creep.

2026-02-22
multiplayer-intent-replication-workflow
Développeurs de logiciels

Operational workflow for routing player intent to authoritative commits and configuring replication so clients converge deterministically.

2026-02-22
multiplayer-reconnect-runbook
Développeurs de logiciels

Operational reconnect workflow for restoring clients to authoritative multiplayer state without duplicate or out-of-order mutation.

2026-02-22
operational-router
Développeurs de logiciels

Tier 4 operational workflow router for Godot execution loops: validation, tests, project audits, file-safe refactors, and editor-tool delivery.

2026-02-22
project-structure-audit
Analystes en assurance qualité des logiciels et testeurs

Tier 4 workflow for auditing project completeness, architecture conformance, and integration integrity against declared requirements.

2026-02-22
qa-validation-loop
Analystes en assurance qualité des logiciels et testeurs

Repeatable post-change QA workflow for Godot edits covering diagnostics, targeted tests, and deterministic regressions.

2026-02-22
release-pipeline-validation-workflow
Développeurs de logiciels

Operational workflow for CI/CD-style validation gates, packaging checks, and staged release readiness in Godot projects.

2026-02-22
replay-validation-workflow
Analystes en assurance qualité des logiciels et testeurs

Operational runbook for validating deterministic replay integrity across schema updates and gameplay code changes.

2026-02-22
scene-instancing-workflow
Développeurs de logiciels

Operational workflow for building reusable scenes and instancing them safely across a Godot project.

2026-02-22
scene-lifecycle-composition-workflow
Développeurs de logiciels

Operational workflow for composing scenes with explicit lifecycle ownership, signal boundaries, and instancing-safe refactor paths.

2026-02-22
security-review-workflow
Analystes en sécurité de l'information

Operational workflow for threat-aware security review of Godot project surfaces including persistence, networking, and content loading paths.

2026-02-22
test-execution-contract
Analystes en assurance qualité des logiciels et testeurs

Tier 4 workflow for deterministic test execution planning and evidence capture independent of specific test framework tooling.

2026-02-22
theme-asset-pack-integration-workflow
Développeurs de logiciels

Operational workflow for integrating UI asset packs through Godot Theme resources, type variations, and container-first layouts.

2026-02-22
ui-localization-accessibility-workflow
Développeurs de logiciels

Operational workflow for building controller-usable, localization-safe, and accessibility-aware UI using Godot integrated UI and i18n systems.

2026-02-22
domain-content-data-pipeline
Développeurs de logiciels

Secondary domain skill for content ingestion, import settings, resources, serialization, and runtime data loading/saving.

2026-02-22
Affichage des 40 principaux skills collectés sur 68 dans ce dépôt.