Find the perfect skill
Pull Request Command
Development
Creates a GitHub pull request with an AI summary of non-trivial changes, after running CI and code quality checks.
Python Performance Optimization
Development
Profile and optimize Python code using cProfile, memory profilers, and performance best practices. Use when debugging slow code or optimizing bottlenecks.
Discipline Governance
Development
Turn a recurring cross-capability practice into a governed Arcanum discipline: an evidence-backed discipline card, catalog entry, and hardening route.
Ship Git Changes
Development
Quickly add, commit, and push changes to the current branch with an optional commit message.
AI Agents and Skills for Embedded
Development
A workshop teaching embedded engineers how to extend Claude Code with custom skills and agents for firmware development, debugging, and code review.
Palantir Rate Limits & Retry Logic
Development
Implement exponential backoff, retry logic, and request queuing for Palantir Foundry APIs to handle 429 errors and optimize API throughput.
Azure Event Grid SDK for Java
Development
Build event-driven applications with Azure Event Grid Java SDK. Covers client creation, event types, and publishing patterns.
Dispatch skill-improver for SKILL.md edits
Development
Dispatch the report-only skill-improver agent against a specified skill, verifying repo context and eval prerequisites before proposing evidence-cited SKILL.md edits.
Rapid Prototyping Workflow
Development
Rapid prototyping workflow that skips standard practices to quickly validate game concepts. Produces throwaway code and a structured prototype report.
Go Code Review for fzuhelper-server
Development
Perform comprehensive code review of Go changes in fzuhelper-server, using git diff and Hertz/Kitex-specific checks.
Manage AI Skills
Development
Creates or updates a skill file based on the conversation. Automatically detects create or update mode and guides frontmatter and content generation.
Scripting Subsystem Deep Audit (M30/M47)
Development
Deep audit of the M30/M47 scripting subsystem: .pex decompiler, .psc parser, AST→ECS recognizer chain, ECS runtime, and cell-loader attach path.