Find the perfect skill
Haskell hx Toolchain
Development
Build, test, run, format, lint, and manage dependencies for Haskell projects using the hx CLI.
Run Tamagui Frontend
Development
Run or rebuild the local Tamagui/Next.js frontend via its Makefile. Prefer the backend-driven workflow for end-to-end checks.
TypeScript Types
Development
Define type-safe interfaces, sync with backend, and enforce strict type checking to prevent runtime errors.
Skill Creator
Development
Author or review AgentSkills: create, repair, validate, or restructure SKILL.md files and bundled resources.
Lint and Validate
Development
Automatic quality control, linting, and static analysis for Node.js and Python projects. Ensures code is error-free before committing.
ULW Demo — Quality Gates Walkthrough
Development
Guided onboarding demo showing oh-my-claude's quality gates: stop-guard blocking, review loops, verification. Use after first install.
Data Flow Tracer
Development
Trace data paths through the engine, from built-in flows to custom flows, documenting transformations and identifying risks.
Git Commit Management
Development
Stages and commits changes using standard git protocol. Automatically creates a new branch if currently on main or master, unless CLAUDE.md specifies otherwise. Helps manage commits without leaving the main branch.
MemoClaw - Persistent Memory for AI Agents
Development
Persistent memory for AI agents with semantic vector search. Store facts and retrieve them by meaning similarity, no API keys – your wallet is your identity. Best for maintaining context across agent sessions or sharing memories between multiple agents with built-in deduplication and configurable TTL.
Deepgram SDK Patterns for TypeScript & Python
Development
Production-ready patterns for the Deepgram SDK: singleton client, TTS with Aura, error handling, and migration path.
Infographic Template Updater
Development
Update template catalogs, gallery mappings, and playground prompts after adding new infographic templates in src/templates/*.ts.
DCO Sign-off Recovery
Development
Recover from missing DCO sign-off on commits. Handles single-commit amend, older-commit recovery via interactive rebase or cherry-pick, and explains the Probot DCO check.