jame581

68 mods across 2 repositories, 660 stars between them.

gdscript-patterns

49

jame581/GodotPrompter

Skill Claude CodeCodex

Use when writing GDScript — static typing, await/coroutines, lambdas, match patterns, export annotations, inner classes, and common idioms.

643 19d ago A 36 tokens original MIT

godot-brainstorming

50

jame581/GodotPrompter

Skill Claude CodeCodex

Use when designing a new Godot feature or system — guides scene tree planning, node type selection, and architectural decisions.

643 19d ago B 30 tokens original MIT

godot-code-review

51

jame581/GodotPrompter

Skill Claude CodeCodex

Use when reviewing GDScript or C# Godot code — checklist of best practices, common anti-patterns, and Godot-specific pitfalls.

643 19d ago A 33 tokens original MIT

godot-debugging

52

jame581/GodotPrompter

Skill Claude CodeCodex

Use when debugging Godot projects — remote debugger, print techniques, signal tracing, common error patterns and fixes.

643 19d ago A 26 tokens original MIT

godot-mentor

53

jame581/GodotPrompter

Skill Claude CodeCodex

Use when the user wants to learn Godot while building — teaching mode that explains the concept, the editor setup, and what to verify, instead of just delivering code. Triggers on "teach me", "explain as we go", "I'm learning Godot", "guide me", "walk me through", "help me understand".

643 19d ago A 73 tokens original MIT

godot-optimization

54

jame581/GodotPrompter

Skill Claude CodeCodex

Use when optimizing Godot games — profiler, draw calls, physics tuning, memory management, and common bottlenecks.

643 19d ago A 28 tokens original MIT

godot-project-setup

55

jame581/GodotPrompter

Skill Claude CodeCodex

Use when creating a new Godot 4.x project — scaffolds recommended directory structure, project settings, autoloads, and .gitignore.

643 19d ago A 35 tokens original MIT

godot-testing

56

jame581/GodotPrompter

Skill Claude CodeCodex

Use when writing tests for Godot projects — TDD workflow with GUT and gdUnit4, covers both GDScript and C#.

643 19d ago A 32 tokens original MIT

godot-ui

57

jame581/GodotPrompter

Skill Claude CodeCodex

Use when building user interfaces — Control nodes, themes, anchors, containers, and layout patterns.

643 19d ago A 22 tokens original MIT

hud-system

58

jame581/GodotPrompter

Skill Claude CodeCodex

Use when building in-game HUDs — health bars, score displays, minimap, notifications, and damage numbers.

643 19d ago A 25 tokens original MIT

input-handling

59

jame581/GodotPrompter

Skill Claude CodeCodex

Use when implementing input — InputEvent system, Input Map actions, controllers/gamepads, mouse/touch, action rebinding, and input architecture.

643 19d ago A 32 tokens original MIT

inventory-system

60

jame581/GodotPrompter

Skill Claude CodeCodex

Use when building inventory systems — Resource-based items, slot management, stacking, and UI binding.

643 19d ago A 21 tokens original MIT

limboai

61

jame581/GodotPrompter

Skill Claude CodeCodex

Use when using the LimboAI addon — behavior trees and hierarchical state machines (C++ GDExtension) with a visual editor, BTTask subclassing, and a blackboard.

643 19d ago A 41 tokens original MIT

logseq-brain

62

jame581/LogseqBrain

Plugin Claude Code

Persistent memory for Claude using a dedicated Logseq graph. Save and load project context, decisions, and progress across sessions and devices.

17 1mo ago A tokens not measured original MIT

jame581/LogseqBrain

Instructions file

Instructions for jame581/LogseqBrain, covering claude.md, what this repo is, architecture, shared references (since v0.6.0) and graph path resolution (every skill does this).

17 1mo ago A 2,414 tokens original MIT

brain-doctor

64

jame581/LogseqBrain

Skill Claude CodeCodex

Lint and repair the Claude Brain Logseq graph — find and fix format violations that create phantom pages or broken macros. Triggers: "brain doctor", "lint brain", "check brain health", "clean up brain", "fix brain", "graph hygiene", "why are there empty pages", "find broken pages", "backfill digests", "rebuild digest…

17 1mo ago A 114 tokens original MIT

brain-init

65

jame581/LogseqBrain

Skill Claude CodeCodex

Set up the Claude Brain Logseq graph (first-time) or add a new project page. Triggers: "init brain", "setup brain", "init brain project ", "add project to brain". Don't fire for loads, saves, or status checks — those are handled by brain-load, brain-save, and brain-status.

17 1mo ago A 71 tokens original MIT

brain-load

66

jame581/LogseqBrain

Skill Claude CodeCodex

Load project context from the Claude Brain Logseq graph into the current session. Triggers: "load brain", "load ", "resume ", "continue work on ", "what do we know about ". Don't fire for write operations (use brain-save), generic questions about Logseq itself, or "open " / "switch to " requests that mean opening…

17 1mo ago A 96 tokens original MIT

brain-save

67

jame581/LogseqBrain

Skill Claude CodeCodex

Save session context, decisions, progress, and plans to the Claude Brain Logseq graph. Triggers: "save to brain", "save this", "remember this", "store this decision", "log this", "save progress", "before I quit", "wrap up". Don't fire for read operations (use brain-load) or status checks (use brain-status).

17 1mo ago A 77 tokens original MIT

brain-status

68

jame581/LogseqBrain

Skill Claude CodeCodex

Show a dashboard of all projects in the Claude Brain graph, or graph analytics. Dashboard triggers: "brain status", "show projects", "show brain", "what's in my brain", "project dashboard", "brain overview", "list projects", "summary". Analytics triggers: "brain stats", "graph analytics", "graph activity over time".…

17 1mo ago A 89 tokens original MIT