Skill Claude CodeCodex
This skill encodes Emil Kowalski's philosophy on UI polish, component design, animation decisions, and the invisible details that make software feel great.
Skill Claude CodeCodex
This skill encodes Emil Kowalski's philosophy on UI polish, component design, animation decisions, and the invisible details that make software feel great.
Skill Claude CodeCodex
Generate YAML flow files for AppClaw mobile automation. Handles structured steps, natural language steps, phased flows (setup/steps/assertions), variable and secret interpolation via .appclaw/env/, and validation. Trigger when the user wants to create, edit, or fix a YAML flow file for AppClaw.
Skill Claude CodeCodex
Review code changes in the AppClaw repo for correctness, CLI/VSCode extension consistency, and YAML flow parsing regressions. Use this skill whenever the user says "review my changes", "check my changes", "validate changes", "does this break anything", "review the diff", or any variation of wanting to verify that…
Skill Claude CodeCodex
Use the appclaw-agent CLI to directly open, inspect, and interact with a mobile app via terminal commands — without writing a YAML flow. Trigger this skill when the user asks to open an app, tap or fill a UI element, check visibility, or perform any one-off device interaction that does not require a reusable flow file.
Skill Claude CodeCodex
Use the AppClaw CLI to run YAML flows, start the interactive TUI shell, explore apps, record/replay sessions, configure devices, and troubleshoot. Trigger for any request involving appclaw commands, device setup, .env configuration, running flows, vision setup, or debugging execution failures.
Instructions file
Instructions for appclawhq/AppClaw, covering claude.md, what is appclaw?, build & run commands, architecture and entry point & cli modes (src/index.ts).
Skill Claude CodeCodex
Apply Robert C. Martin's (Uncle Bob) Clean Code & Clean Coder craftsmanship principles — meaningful names, small single-purpose functions, SOLID, clean tests (TDD/FIRST), disciplined error handling, and the Boy Scout Rule. Use when the user asks for clean code, code craftsmanship, a clean-code review…
Skill Claude CodeCodex
Generate a new appium-mcp-auth API key (id + secret + hashed record) and show how to add it to APPIUMMCPAUTHAPIKEYS. Use when the user wants to create, add, issue, or rotate an API key / credential for the auth server. Scoped to the appium-mcp-auth project.
Skill Claude CodeCodex
Full local verification of appium-mcp-auth — typecheck, unit tests, build, and an SSE smoke boot that confirms the plugin registers and /health responds. Use when the user wants to verify, validate, test, or confirm the auth server works after changes. Scoped to the appium-mcp-auth project.
Instructions file
Instructions for appclawhq/appium-mcp-auth, covering appium-mcp-auth — project guide, golden rule: never modify appium-mcp core, architecture, file map and commands.
MCP server Claude CodeCodexCursor +2
Authentication & authorization for appium-mcp when hosted over SSE / HTTP Stream. Bearer API keys + OAuth JWT, scope-based authorization, per-caller session ownership — built entirely on the appium-mcp Plugin API (no core changes). Runs locally from the @appclaw/appium-mcp-auth npm package.