一键导入
mobile-project
Deep context for the Decentraland mobile client (decentraland/godot-explorer) — labels, architecture, platforms, and conventions.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Deep context for the Decentraland mobile client (decentraland/godot-explorer) — labels, architecture, platforms, and conventions.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Search older daily logs and memory files for past context via npx qmd
Create a GitHub issue from a Slack thread conversation. Analyzes the discussion, extracts key points, searches for related issues, and creates a well-structured issue.
Aliases for commonly used repositories. The agent can interact with any public GitHub repo, but these aliases provide shortcuts.
Review, audit, or summarize a GitHub pull request — fetch the diff, check for bugs/security/test/contract issues, post inline comments or approve/request-changes via `gh`, and report back to Slack. Use this whenever the user asks to review, look at, check, audit, summarize, "take a pass at", or give feedback on a PR (or shares a github.com/.../pull/<n> URL) — even if they don't use the word "review" explicitly.
Create a new runtime skill that persists across deploys. Use when the user asks to add a new capability, automate a workflow, or teach the bot a new behavior. Also use when the user says "learn how to..." or "remember how to..." for repeatable procedures.
General GitHub operations using the gh CLI. Search issues, read issue details, find pull requests, and manage labels.
| name | mobile-project |
| description | Deep context for the Decentraland mobile client (decentraland/godot-explorer) — labels, architecture, platforms, and conventions. |
decentraland/godot-explorerCross-platform metaverse client combining Godot Engine 4.5.1 (custom fork) + Rust for core systems.
| Label | When to use |
|---|---|
bug | Something is broken or not working as expected |
enhancement | New feature or improvement to existing functionality |
question | Needs clarification or discussion |
documentation | Docs improvements or additions |
discussion | Open-ended topic, no clear action yet |
research | Needs investigation before a solution can be proposed |
spike | Time-boxed exploration of a technical approach |
tracking | Meta-issue that tracks multiple sub-issues |
feature parity | Bringing functionality in line with another client |
polish | Minor visual changes or wording tuning |
experimental | Exploratory work, may not ship |
tech debt | Code quality or maintenance work |
| Label | When to use |
|---|---|
mobile | Affects mobile platforms generally |
Android | Android-specific |
iOS | iOS-specific |
without-ios | Intentionally excluded from iOS builds |
desktop | Affects desktop platforms |
vr | VR / Meta Quest specific |
| Label | When to use |
|---|---|
blocker | Blocks a release or other critical work |
minor | Low-impact, cosmetic, or nice-to-have |
| Label | When to use |
|---|---|
planning | WIP — needs further definition or hasn't been estimated |
need definition | Requirements are unclear |
needs design | Requires design input before implementation |
need tech test | Needs technical validation |
re-test | Needs re-testing after a fix |
blocked | Waiting on an external dependency or decision |
do not merge | PR is not ready to merge |
sprintfiller | Can be picked up if there's capacity in the sprint |
good first issue | Good for newcomers |
help wanted | Extra attention is needed |
duplicate | Already exists |
invalid | Not a valid issue |
wontfix | Will not be worked on |
| Label | When to use |
|---|---|
performance | Performance-related (FPS, load times, network) |
rendering | Rendering, shaders, visual glitches |
memory optimization | Memory usage, leaks, allocation |
metrics | Analytics, telemetry, tracking events |
dependencies | Dependency updates (usually automated PRs) |
rust | Rust code changes |
| Label | When to use |
|---|---|
build-ios | Triggers iOS CI build on a PR |
publish-docker | Triggers Docker image publish |
| Label | When to use |
|---|---|
foundation-ask | Request originating from the Decentraland Foundation |
plaza | Related to Genesis Plaza (main gathering area) |
claw-created | Issue was created by the Claw bot (this bot) |
commtesting | Community testing |
Common combinations:
bug + platform (Android, iOS, desktop, vr) + blocker if severeenhancement + platform if relevantbug + performance + platformbug + rendering + platformbug + memory optimization + platformRules of thumb:
bug, enhancement, question, etc.)blocker sparingly — only for things that block a releaseplanning or need definition when requirements are vagueclaw-created to all issues created by this botWhen creating bug issues in decentraland/godot-explorer, format the issue body using these headers to match the repo's bug report template. Always include the bug label.
### Platform
<!-- Android, iOS, Web Client -->
### App Version
<!-- e.g. 0.5.2, or "Not specified" -->
### Device Information
<!-- e.g. Samsung Galaxy S24, iPhone 15 Pro, or "Not specified" -->
### Issue Description
<!-- Clear summary of what's broken -->
### Expected Behavior
<!-- What should happen instead -->
### Screenshots / Media
<!-- Only include this section if media was shared in the thread -->
### Steps to Reproduce
<!-- Numbered steps to trigger the bug -->
### Occurrence
<!-- How often: 100%, ~75%, ~50%, <25% -->
bug label alongside other relevant labelslib/ # Core Rust library
src/
dcl/ # Decentraland SDK bindings, scene runner (JavaScript/V8)
av/ # Audio/video processing, video player
comms/ # WebRTC, voice chat (livekit)
avatars/ # Avatar system — wearables, animations, GLTF models
content/ # Asset loading, caching, IPFS content servers
auth/ # Authentication
profile/ # User profiles
realm/ # Realm/server selection and switching
social/ # Social features (friends, chat)
scene_runner/ # Scene lifecycle management
analytics/ # Analytics events
asset_server/ # Local asset serving
http_request/ # HTTP client utilities
notifications/ # Notification system
godot_classes/ # GDExtension Rust↔Godot bindings
tools/ # Dev tooling
urls/ # URL routing and deeplinks
utils/ # Shared utilities
env/ # Environment configuration
godot/ # Godot project
src/ # GDScript game logic
decentraland_components/ # Custom Godot nodes for DCL features
ui/ # UI components and HUD
tool/ # Editor tools
shaders/ # Custom shaders
addons/ # Godot plugins
ios/ # iOS-specific config
src/ # xtask build system (Rust CLI for building/running/exporting)
scripts/ # Test scripts (Python)
tests/ # Test fixtures
docs/ # Documentation
plugins/ # Native plugins
rust-toolchain.toml)cargo run -- <command>cargo fmt --all for Rust, gdformat for GDScriptcargo clippy -- -D warnings for Rust, gdlint for GDScriptAll issues created in decentraland/godot-explorer must be added to the DAO Explorer project board after creation:
gh project item-add 43 --owner decentraland --url <issue-url>