← all publishers

jame581

@jame581 source repo

74 published skills

  1. Verify · jame581
    Use when a change to Timinute needs to be confirmed working in the real running app — launching the app locally, logging in, and driving the affected pages end-to-end (not just tests).
    0
    installs
  2. New Spec · jame581
    Use when the user runs /new-spec <feature-name> to scaffold a Timinute design spec in docs/superpowers/specs/ following the house template and spec-first workflow.
    0
    installs
  3. Add Migration · jame581
    Use when the user runs /add-migration <MigrationName> to generate, verify, and apply an EF Core migration in Timinute after an entity or model change.
    0
    installs
  4. Release Notes · jame581
    Use when the user runs /release-notes <version> to draft release notes for a Timinute release from the git history, EF migrations, and specs since the previous tag.
    0
    installs
  5. Brain Init · jame581 bundle
    Set up the Claude Brain Logseq graph (first-time) or add a new project page. Triggers: "init brain", "setup brain", "init brain project <name>", "add project to brain". Don't fire for loads, saves, or status checks — those are handled by brain-load, brain-save, and brain-status.
    0
    installs
  6. Brain Load · jame581 bundle
    Load project context from the Claude Brain Logseq graph into the current session. Triggers: "load brain", "load <project>", "resume <project>", "continue work on <project>", "what do we know about <topic>". Don't fire for write operations (use brain-save), generic questions about Logseq itself, or "open <file>" / "switch to <branch>" requests that mean opening files or switching git branches rather than loading project memory.
    0
    installs
  7. Brain Save · jame581 bundle
    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).
    0
    installs
  8. Brain Doctor · jame581
    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 for <project>". Don't fire for loads (use brain-load), saves (use brain-save), status/analytics (use brain-status), or first-time setup (use brain-init).
    0
    installs
  9. Brain Status · jame581
    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". Don't fire for loads (use brain-load) or saves (use brain-save).
    0
    installs
  10. Beehave · jame581 bundle
    Use when using the Beehave addon — pure-GDScript behavior trees with composites, decorators, leaves, a blackboard, and a visual runtime debugger
    0
    installs
  11. Limboai · jame581 bundle
    Use when using the LimboAI addon — behavior trees and hierarchical state machines (C++ GDExtension) with a visual editor, BTTask subclassing, and a blackboard
    0
    installs
  12. Godot UI · jame581 bundle
    Use when building user interfaces — Control nodes, themes, anchors, containers, and layout patterns
    0
    installs
  13. Popochiu · jame581 bundle
    Use when using the Popochiu addon — point-and-click adventure framework with rooms, characters, props/hotspots, inventory, dialog trees, and a command-based GUI
    0
    installs
  14. Event Bus · jame581 bundle
    Use when implementing decoupled communication between nodes — global EventBus autoload with typed signals
    0
    installs
  15. Save Load · jame581 bundle
    Use when implementing save/load systems — ConfigFile, JSON, Resource serialization, save game architecture
    0
    installs
  16. Hud System · jame581 bundle
    Use when building in-game HUDs — health bars, score displays, minimap, notifications, and damage numbers
    0
    installs
  17. Gdextension · jame581 bundle
    Use when building native extensions for Godot — godot-cpp (C++) or gdext (Rust), binding classes, building, and GDScript/C# interop
    0
    installs
  18. Audio System · jame581 bundle
    Use when implementing audio — audio buses, AudioStreamPlayer, spatial audio, music management, SFX pooling, and dynamic mixing
    0
    installs
  19. Csharp Godot · jame581
    Use when working with C# in Godot — conventions, GodotSharp API differences from GDScript, project setup, and interop
    0
    installs
  20. Godot Mentor · jame581
    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".
    0
    installs
  21. Localization · jame581 bundle
    Use when implementing localization (i18n/l10n) — TranslationServer, CSV/PO translation files, locale switching, RTL support, and pluralization in Godot 4.3+
    0
    installs
  22. 2d Essentials · jame581 bundle
    Use when working with 2D-specific systems — TileMaps, parallax scrolling, 2D lights and shadows, canvas layers, particles 2D, custom drawing, and 2D meshes in Godot 4.3+
    0
    installs
  23. 3d Essentials · jame581 bundle
    Use when working with 3D-specific systems — materials, lighting, shadows, environment, global illumination, fog, LOD, occlusion culling, and decals in Godot 4.3+
    0
    installs
  24. AI Navigation · jame581 bundle
    Use when implementing AI movement — NavigationAgent2D/3D, steering behaviors, behavior trees, and patrol patterns
    0
    installs
  25. Camera System · jame581 bundle
    Use when implementing cameras — smooth follow, screen shake, camera zones, and transitions for 2D and 3D
    0
    installs
  26. Godot Testing · jame581 bundle
    Use when writing tests for Godot projects — TDD workflow with GUT and gdUnit4, covers both GDScript and C#
    0
    installs
  27. Particles Vfx · jame581 bundle
    Use when implementing particle effects — GPUParticles2D/3D, ParticleProcessMaterial, emission shapes, subemitters, trails, attractors, collision, and common VFX recipes
    0
    installs
  28. Responsive UI · jame581 bundle
    Use when handling multiple resolutions — stretch modes, aspect ratios, DPI scaling, and mobile/desktop adaptation
    0
    installs
  29. Shader Basics · jame581 bundle
    Use when implementing shaders — Godot shader language, visual shaders, common visual recipes, and post-processing effects
    0
    installs
  30. State Machine · jame581 bundle
    Use when implementing state machines in Godot — enum-based, node-based, and resource-based FSM patterns with trade-offs
    0
    installs
  31. Ability System · jame581 bundle
    Use when building character abilities — Resource-based abilities with cost/cooldown/cast, buffs/debuffs, stat modifiers, gameplay tags, and HUD binding
    0
    installs
  32. Csharp Signals · jame581 bundle
    Use when implementing signals in C# — [Signal] delegates, EmitSignal patterns, async signal awaiting, and event-driven architecture
    0
    installs
  33. Input Handling · jame581 bundle
    Use when implementing input — InputEvent system, Input Map actions, controllers/gamepads, mouse/touch, action rebinding, and input architecture
    0
    installs
  34. Multithreading · jame581 bundle
    Use when running work off the main thread — WorkerThreadPool, Thread/Mutex/Semaphore, call_deferred, thread-safe scene access, and threaded resource loading
    0
    installs
  35. Phantom Camera · jame581
    Use when using the Phantom Camera addon — PhantomCamera2D/3D with priority-based switching, follow and look-at modes, and tween transitions
    0
    installs
  36. Physics System · jame581 bundle
    Use when working with physics bodies, collision shapes, raycasting, areas, rigid bodies, ragdolls, soft bodies, Jolt physics, and physics interpolation in Godot 4.3+
    0
    installs
  37. Xr Development · jame581 bundle
    Use when building VR/AR/XR applications — OpenXR setup, XROrigin3D, hand tracking, controllers, passthrough, and Meta Quest deployment in Godot 4.3+
    0
    installs
  38. Assets Pipeline · jame581 bundle
    Use when importing and managing assets — image compression, 3D scene import, audio formats, resource formats, and import configuration
    0
    installs
  39. Dialogue System · jame581 bundle
    Use when implementing dialogue — data structures for branching dialogue, conditions, and UI presentation
    0
    installs
  40. Export Pipeline · jame581 bundle
    Use when exporting and distributing Godot games — export presets, platform settings, CI/CD with GitHub Actions
    0
    installs
  41. Godot Debugging · jame581 bundle
    Use when debugging Godot projects — remote debugger, print techniques, signal tracing, common error patterns and fixes
    0
    installs
  42. Math Essentials · jame581 bundle
    Use when implementing game math — vectors, transforms, interpolation, curves, random number generation, and common geometric recipes
    0
    installs
  43. Tween Animation · jame581 bundle
    Use when implementing tweens — property animation, method tweening, chaining, parallel sequences, easing, and common UI/gameplay motion recipes
    0
    installs
  44. Animation System · jame581 bundle
    Use when implementing animations — AnimationPlayer, AnimationTree, blend trees, state machines, sprite animation, and code-driven animation
    0
    installs
  45. Component System · jame581
    Use when building reusable node components — composition patterns, component communication, and interface design
    0
    installs
  46. Dedicated Server · jame581 bundle
    Use when building dedicated servers — headless export, server architecture, lobby management, and deployment
    0
    installs
  47. Dialogue Manager · jame581
    Use when using the Dialogue Manager addon — .dialogue files with titles, responses, conditions and mutations, runtime balloons, and C# support
    0
    installs
  48. Inventory System · jame581 bundle
    Use when building inventory systems — Resource-based items, slot management, stacking, and UI binding
    0
    installs
  49. Multiplayer Sync · jame581 bundle
    Use when synchronizing multiplayer state — MultiplayerSynchronizer, interpolation, prediction, and lag compensation
    0
    installs
  50. Resource Pattern · jame581 bundle
    Use when creating data containers in Godot — custom Resources for configuration, items, stats, and editor integration
    0
    installs
  51. Addon Development · jame581 bundle
    Use when creating Godot editor plugins — EditorPlugin, @tool scripts, custom inspectors, and dock panels
    0
    installs
  52. Gdscript Advanced · jame581 bundle
    Use when writing production-grade GDScript — performance idioms, metaprogramming, @tool lifecycle, async pitfalls, signal/Callable trade-offs, profiler-driven idioms, and common pitfalls
    0
    installs
  53. Gdscript Patterns · jame581 bundle
    Use when writing GDScript — static typing, await/coroutines, lambdas, match patterns, export annotations, inner classes, and common idioms
    0
    installs
  54. Godot Code Review · jame581
    Use when reviewing GDScript or C# Godot code — checklist of best practices, common anti-patterns, and Godot-specific pitfalls
    0
    installs
  55. Player Controller · jame581 bundle
    Use when implementing player movement — CharacterBody2D/3D patterns, input handling, physics, common movement recipes
    0
    installs
  56. Godot Optimization · jame581 bundle
    Use when optimizing Godot games — profiler, draw calls, physics tuning, memory management, and common bottlenecks
    0
    installs
  57. Mobile Development · jame581 bundle
    Use when targeting Android/iOS — export and signing, permissions, plugins, in-app purchases, ads, app lifecycle, device features, and mobile performance
    0
    installs
  58. Multiplayer Basics · jame581 bundle
    Use when implementing multiplayer — MultiplayerAPI, ENet/WebSocket peers, RPCs, and authority model
    0
    installs
  59. Scene Organization · jame581
    Use when designing scene tree structure — composition vs inheritance, when to split scenes, node hierarchy patterns
    0
    installs
  60. Godot Brainstorming · jame581 bundle
    Use when designing a new Godot feature or system — guides scene tree planning, node type selection, and architectural decisions
    0
    installs
  61. Godot Project Setup · jame581
    Use when creating a new Godot 4.x project — scaffolds recommended directory structure, project settings, autoloads, and .gitignore
    0
    installs
  62. Dependency Injection · jame581 bundle
    Use when managing dependencies between systems — autoloads, service locators, @export injection, and scene injection patterns
    0
    installs
  63. Using Godot Prompter · jame581 bundle
    Bootstrap skill — establishes how to find and use GodotPrompter skills, with platform-specific tool mapping
    0
    installs
  64. Procedural Generation · jame581 bundle
    Use when implementing procedural generation — noise-based terrain, BSP dungeons, cellular automata caves, wave function collapse, and seeded randomness in Godot 4.3+
    0
    installs
  65. Bad Cross Ref · jame581
    Fixture skill with a broken cross-reference
    0
    installs
  66. Bad Frontmatter · jame581
    Bad Frontmatter Fixture
    0
    installs
  67. Missing Checklist · jame581
    Fixture skill missing the implementation checklist
    0
    installs
  68. Token Budget Near · jame581
    Fixture — token-budget rule test
    0
    installs
  69. Token Budget Over · jame581
    Fixture — token-budget rule test
    0
    installs
  70. Session Card Broken · jame581
    Fixture — session card region is empty; the validator must reject this
    0
    installs
  71. Session Card Missing · jame581
    Fixture — the session card END marker is absent; the validator must reject this
    0
    installs
  72. Releasing Godot Prompter · jame581
    Use when cutting a GodotPrompter release or bumping its version — the version-bump sequence, tag-triggered workflow, and the marketplace manifests that must follow.
    0
    installs
  73. Session Card Oversized · jame581
    Fixture — session card region exceeds the byte cap; the validator must reject this
    0
    installs
  74. Authoring Godot Prompter Skills · jame581
    Use when writing or editing a SKILL.md or an agent definition in this repo — required frontmatter, section ordering, and the GDScript-then-C# example convention.
    0
    installs