Generate AGENTS.md and AI configuration files for your project. Use when the user wants to create agent instructions, set up AI configs, or says "create AGENTS.md", "configure my AI assistant", or "generate agent files".
Create a Product Requirements Document (PRD) for your MVP. Use when the user wants to define product requirements, create a PRD, or says "help me write requirements", "create PRD", or "define my product".
Deep research and market validation for app ideas. Use when starting a new project, validating an idea, or when the user says "research my idea", "validate my app", or "help me start a new project".
Write or modify Rust code in the Neo CLI under neo/ - crate conventions, the error-as-LLM-repair contract, output prefixes, and interactive-vs-CI (--ci) behavior. Use when editing any neo/ .rs file, adding a subcommand or JSON field, wrapping a subprocess, or writing any user-facing error. This is Rust, not NeoHaskell…
Stage playbook for executing steps of the change formula v2 (ADR-0075) — the 5-step molecule that takes a request from spec to merged PR. Use when claiming or executing any bead poured from the change formula (spec, spec-approval, build, verify, pr), when parking a stuck step, or when recording a spec approval. Covers…
Orchestrate a NeoHaskell change end-to-end through the spec-gated pipeline - intake to merged PR with exactly two human gates. Use when implementing a feature, fixing a bug, or running any request that should produce a PR.
One-click starter pack and curator for Codex/agent skills. Use when a beginner wants a high-quality default skills setup across common needs, when the user asks to install useful skills without researching them one by one, or when the installed skills library needs auditing, deduplication, conflict resolution…
Repo-local meta-skill for improving Xiaobai Skills over time. Use after significant project changes, user feedback, install failures, promotion experiments, or repeated workflow friction to update AGENTS.md, capture project-specific gotchas, or propose new repo-local skills. Do not use globally or after every small…
A set of rules for building iOS interfaces with UIKit, Apple's interface framework. It defines choices for layout, navigation, colors, fonts, dark mode, keyboard handling, and related views.
Network and API guidance for Swift applications, covering HTTP requests, backend interfaces, URL sessions, data parsing, token refresh, retries, and AI API integration.
Use when the user wants to learn, understand, study, map, onboard to, or walk through an unfamiliar codebase or software project, especially when explanations should suit a beginner with basic Python knowledge.
A set of Korean-language conversation and safety instructions for people new to coding and AI. It tells the assistant to explain difficult terms and guide the user with one clear next action.
A self-checking instruction set for an AI agent. It tells the agent to verify important work, show evidence, and clearly disclose anything it could not check.
A Korean-language skill that explains AI-assisted computer work in simpler words for complete beginners. It responds to statements such as “I don't understand” or “This is too difficult.”
A Bash safety rule requiring every Bash call to include a timeout calculated from validation settings, with a stated default of 300000 milliseconds. Bash is a command-line shell used to run scripts and commands.