Find the perfect skill
External Skill Feasibility Scorecard
Development
Produces a four-axis scorecard (operability, assessability, traceability, refereeability) estimating how well an external skill could be mirrored in Foundry.
Code and PR Review
Development
Code and pull request review methodology: priorities, severity levels, and structured output format.
Create an Agent Skill
Development
Guide to create a structured agent skill with SKILL.md and references, optimized for coding agents.
Create Slash Command Guide
Development
Provides a structured guide for creating custom slash commands in Claude Code. Covers file locations (project and personal), argument handling (no args, $ARGUMENTS, positional $1/$2/$3), and optional frontmatter configuration for tools and model. Useful when you need to design reusable prompts invoked with /command-name syntax.
Roblox API Patterns & Gotchas
Development
Guide to Roblox-specific API patterns, common gotchas, and best practices to avoid unexpected behaviors when developing on the Roblox platform.
Mobile Accessibility
Development
Audits mobile interfaces for accessibility issues including touch target sizes, focus management, and WCAG 2.1 mobile criteria. Implements support for VoiceOver (iOS), TalkBack (Android), and screen reader navigation.
Angular Spec Auditor
Development
Independently audit an Angular component spec file against the project's migration guidelines.
Megahub IDE Frontend Development
Development
Frontend development context for the Megahub IDE: Vite, Blockly, Web Bluetooth, and custom UI components. Use when working on the /frontend/ directory.
WeCom Agent Setup
Development
Create an OpenClaw agent and connect it to WeCom (WeChat Work) via WebSocket, no public server needed. Ideal for VIP one-on-one service scenarios.
Legacy Code Modernization Workflow
Development
Orchestrate comprehensive legacy system modernization using the strangler fig pattern, gradually replacing outdated components while maintaining continuous business operations through expert agent coordination.
Manage Python dependencies with uv
Development
Manages the full Python dependency lifecycle with uv: add, remove, sync, lock, and run commands in the project environment.
Portfolio Forge
Development
Generates a static HTML portfolio and developer activity log from an Obsidian knowledge base. Builds project cards, activity timelines, and statistics dashboards. Ideal for turning your Obsidian notes into a personal portfolio site with the /portfolio command.