Find the perfect skill
Create Form Definition
Development
Creates a new form definition (typeRef=50) in NovaDB, specifying the form name and optional field list. Use this skill when you need to define a new editing form that groups attribute fields for an object type. After creation, use `link-form-to-type` to attach the form to the relevant object type.
Local Development
Development
Provides commands for running functions locally (npx nx run functions:serve), the web app (npx nx run maple-spruce:serve), and Storybook. Covers troubleshooting emulator issues, such as missing .env files, with fixes. Helpful when developing locally and debugging emulator problems.
WeChat Automation
Development
Automates WeChat monitoring and interaction using wxauto on Windows or Accessibility API on macOS. Handles message listening, content extraction, and input box control for platform agents. Useful when building WeReply-style agents that communicate via JSON with a Rust orchestrator.
Weekly Experiment Tracking Loop
Development
Tracks content changes on MD Home Care weekly, measures their impact on organic traffic and rankings using Google Search Console and PostHog, and applies a keep/iterate/revert decision framework with YMYL-specific lag times. Helps content managers and SEOs make data-driven decisions on content optimizations for aged care and disability service pages.
Codex Peer Review
Development
Integrates OpenAI Codex CLI as a peer reviewer for code changes, technical decisions, and architecture proposals. Auto-triggers before presenting significant alternatives or completed work, or on demand via /codex or /codex-review. Supports up to 3 rounds of critical exchange where suggestions are evaluated rather than blindly accepted.
Browser Automation with agent-browser
Development
Browser automation CLI for AI agents. Navigate pages, fill forms, click buttons, take screenshots, extract data, and automate web interactions programmatically.
Terragrunt Executor
Development
Executes Terragrunt commands like init, plan, apply, and run-all for single or multiple modules. It determines user intent from natural language triggers, checks prerequisites, and runs the appropriate command with safety measures (e.g., requiring confirmation before apply). Helps manage Terraform configurations via Terragrunt efficiently.
Local Frappe Development
Development
Sets up a local Frappe development environment to test APIs before production deployment. Use when developing or testing Python/API changes locally. Eliminates the 15-20 minute production build cycle by enabling fast iterative testing.
LaTeX Environment Setup
Development
Sets up a complete LaTeX environment on macOS using MacTeX, Skim PDF viewer, and SyncTeX. Ideal for initial installation on a new machine or troubleshooting missing LaTeX packages.
Modern UI/UX Guide - Minimal Clean Design
Development
Provides UI/UX guidance and reviews focused on modern minimal design. Use it for actionable recommendations on layout, hierarchy, iconography, and CRAP principles, and to analyze existing interfaces with prioritized fixes.
Git Push Workflow
Development
Stages, commits, and pushes git changes using conventional commit messages. Includes security checks to detect sensitive client names in committed files, with intelligent filtering that reduces false positives from placeholder names, schemas, and documentation examples. Use when you want to commit and push changes to a remote repository.
GitHub - Scripts and Automation
Development
Wrapper scripts for GitHub operations using gh CLI or curl with GITHUB_TOKEN. Supports issues, pull requests, and authentication checks across repositories. Helpful when direct gh commands are blocked or cross-repo operations are needed.