AnthemFlynn
@AnthemFlynn
Public Skills
openclaw-admin
by AnthemFlynn
"Fix, configure, tune, or troubleshoot OpenClaw. Use for config changes, security fixes, performance tuning, doctor --fix, or when openclaw-doctor flags issues that need remediation."
openclaw-doctor
by AnthemFlynn
"Comprehensive OpenClaw diagnostic audit — an agent-on-agent health check. Use when asked to check system health, diagnose issues, or audit OpenClaw subsystems. Covers gateway, security, channels, models, memory, context, heartbeat, hooks, skills, workspace integrity, and network."
openclaw-extend
by AnthemFlynn
"Add new capabilities to OpenClaw — plugins, hooks, agents, channels, nodes, models, devices, and webhooks. Use when extending the system with new integrations or features."
openclaw-maintain
by AnthemFlynn
"Keep OpenClaw running — daemon management, updates, log rotation, cron jobs, session cleanup, memory reindex, and sandbox management. Use for 'keep it healthy' tasks."
openspec-writing-plans
by AnthemFlynn
"OpenSpec-integrated plan writing. Use INSTEAD of superpowers:writing-plans when project has openspec/ directory. Reads design from OpenSpec change, writes plan to OpenSpec change."
openspec-brainstorming
by AnthemFlynn
"OpenSpec-integrated brainstorming. Use INSTEAD of superpowers:brainstorming when project has openspec/ directory. Explores requirements and design, saves to OpenSpec change directory, extracts formal specs."
openspec-executing-plans
by AnthemFlynn
"OpenSpec-integrated plan execution. Use INSTEAD of superpowers:executing-plans when project has openspec/ directory. Reads plan from OpenSpec change directory."
openspec-finishing-branch
by AnthemFlynn
"OpenSpec-integrated branch finishing. Use INSTEAD of superpowers:finishing-a-development-branch when project has openspec/ directory. Archives change and merges specs on completion."
zig
by AnthemFlynn
Comprehensive Zig development support with deep understanding of allocators, comptime, error unions, build.zig patterns, and C interoperability. Use this skill for any Zig programming task including: (1) Writing new Zig code with proper allocator patterns, (2) Debugging allocator and memory issues, (3) Comptime metaprogramming and generic data structures, (4) build.zig configuration and cross-compilation, (5) C library wrapping and FFI, (6) Error handling with error unions and errdefer, (7) Testing with Zig's built-in test framework. Triggers on: .zig files, build.zig, build.zig.zon, zig commands, mentions of allocators, comptime, or Zig-specific concepts.
asset-pipeline-3d
by AnthemFlynn
Optimize and prepare 3D assets for web delivery. Use this skill when working with GLTF/GLB files, compressing 3D models, optimizing textures, setting up Blender exports, or preparing assets for Three.js/R3F. Covers GLTF workflows, Draco/meshopt compression, texture optimization, LOD generation, and performance profiling.
graphics-troubleshooting
by AnthemFlynn
Debug and fix common issues in Three.js, React Three Fiber, and 3D asset pipelines. Use when encountering visual bugs, performance problems, loading failures, or unexpected behavior. Covers black screens, Z-fighting, memory leaks, shader errors, and physics glitches.
react-three-fiber
by AnthemFlynn
Build 3D applications with React Three Fiber (R3F), the React renderer for Three.js. Use this skill when building 3D scenes with React, using declarative JSX for 3D objects, integrating Three.js with React state/lifecycle, or using Drei helpers. Covers Canvas setup, hooks, Drei utilities, performance patterns, and state management for 3D React apps.
threejs
by AnthemFlynn
Create 3D graphics, visualizations, and interactive experiences using Three.js. Use this skill when the user asks to build 3D scenes, WebGL/WebGPU applications, 3D data visualizations, interactive 3D components, games, or any browser-based 3D content. Covers scene setup, geometries, materials, lighting, cameras, animations, controls, shaders (TSL), and performance optimization.
website-debug
by AnthemFlynn
Frontend website debugging toolkit using Chrome DevTools Protocol with Playwright/WebKit fallbacks. Use this skill when: (1) Debugging CSS, HTML, or JavaScript issues on a webpage, (2) Taking screenshots to verify visual changes, (3) Inspecting DOM structure or console errors, (4) Testing responsive layouts, (5) Extracting selectors for automation, (6) Self-debugging frontend work Claude has created, (7) User says "debug this page", "check my site", "why doesn't this look right", or "fix the frontend". Supports Chrome (primary) and Safari/WebKit (via Playwright). Designed for agent-driven debugging loops.
git-commit
by AnthemFlynn
Help users write professional git commit messages following Conventional Commits. Use when users ask about commits, need help writing commit messages, want to validate commit format, ask about git message conventions, or use slash commands like /commit, /validate, /changelog, /version.
session-management
by AnthemFlynn
Git-native session lifecycle management for software development. Use when starting/resuming coding sessions, creating checkpoints, tracking objectives and blockers, generating handoffs between sessions, or needing context preservation across work sessions. Provides intelligent onboarding for AI coding agents by loading comprehensive project context.
project-status-report
by AnthemFlynn
Generate comprehensive project health and status reports for rapid developer onboarding. Use when starting sessions, checking project health mid-work, or needing overview of git status, open work items, and suggested next actions.
claude-context-manager
by AnthemFlynn
Enables autonomous context management for codebases through claude.md files. Use when creating, maintaining, or synchronizing AI agent context. Provides tools and workflows for monitoring context health, detecting staleness, and updating intelligently. Helps Claude work proactively as a context manager.
tdd-workflow
by AnthemFlynn
Test-Driven Development workflow with session integration. Use when implementing features/bugfixes to enforce RED-GREEN-REFACTOR discipline. Integrates with session-management for enhanced TDD session tracking, checkpoints, and metrics.