Find the perfect skill
Code Factory Installer
Development
Install a three-layer AI-assisted engineering system into the current project. Detects language and framework, then scaffolds config files and hooks.
Salesforce Hello World Example
Development
Create a minimal Salesforce example with SOQL queries and CRUD operations on standard objects.
Argus: Multi-Model Code Review
Development
Multi-model code review that dispatches diffs/PRs to configurable reviewers, applies a confidence filter, and produces a merged review.
MoFlo Ticket Workflow
Development
Analyzes a GitHub issue, enhances the ticket, implements the fix, tests, and opens a PR. Uses memory-first research and supports multiple modes.
Write an Agent Skill
Development
Guide for creating structured agent skills with SKILL.md, references, and design principles.
Generate MBMM Slash Command
Development
Meta-command to generate a new MBMM custom slash command from a user request.
Async Python Patterns
Development
Comprehensive guidance for implementing asynchronous Python applications using asyncio, concurrency patterns, and async/await for high-performance, non-blocking systems.
Loomi Pet Helper
Development
Helper to manage Loomi Pet state and appearance in Claude Code.
Building Apple clients on mac-builder
Development
Build, test, and deploy the Apple clients (iOS, tvOS, macOS) via SSH to the remote mac-builder Mac, working around the Linux workstation's lack of Xcode.
GraphQL Schema Generator
Development
Generate GraphQL schemas, type definitions, and resolvers. Includes best practices for pagination, error handling, and documentation.
Open PR
Development
Opens a pull request from the current branch, discovering issues in commit footers and moving them to 'In review'.
App Store Connect App Creation (UI)
Development
Automate App Store Connect app record creation via web UI. Use when no public API is available for app creation.