中文 | English
Agent skills for working with Airbnb Mavericks 3.x MVI architecture on Android. Provides guidance on MavericksState, MavericksViewModel, Hilt registration, Compose / Fragment subscriptions, Async requests, and DeliveryMode one-shot events.
Skills follow the common SKILL.md (frontmatter + Markdown) format and work with any agent tool that supports it — Claude Code, Claude Agent SDK, GitHub Copilot CLI, Gemini CLI, and other compatible runtimes.
Two language variants are available — pick whichever matches your team.
| Skill | Language | Path |
|---|---|---|
mavericks-mvi-en |
English | skills/mavericks-mvi-en/SKILL.md |
mavericks-mvi |
中文 | skills/mavericks-mvi/SKILL.md |
Copy the skill folder you want into your agent's skills directory. The exact location depends on your tool:
# Claude Code — project-scoped (recommended for teams)
mkdir -p .claude/skills && cp -r skills/mavericks-mvi-en .claude/skills/
# Claude Code — user-scoped (across all your projects)
cp -r skills/mavericks-mvi-en ~/.claude/skills/
# Other tools (Copilot CLI, Gemini CLI, custom agents built on the Claude Agent SDK, ...)
# Place the skill folder wherever your tool discovers skills.
# Refer to your tool's docs for the exact path.Install only one variant to avoid duplicate triggers, or install both if you want the agent to match either language.
Once installed, the agent loads the skill automatically when you work on Mavericks code. You can also invoke it explicitly:
"Using the mavericks-mvi skill, add a new ViewModel for the profile screen."
Issues and PRs welcome. If you spot a mismatch between the English and Chinese versions, please file an issue.