Imported from hyperb1iss/hyperdroid-skill (
AGENTS.md). Install upstream withnpx skills add hyperb1iss/hyperdroid-skill. Copyright stays with the author.
Agent Compatibility
Compatible with the skills.sh open agent ecosystem.
Installation
Vercel Skills (npx)
# Install for all supported agents
npx skills add hyperb1iss/hyperdroid-skill
# Install for specific agent
npx skills add hyperb1iss/hyperdroid-skill -a cursor
npx skills add hyperb1iss/hyperdroid-skill -a copilot
npx skills add hyperb1iss/hyperdroid-skill -a codex
npx skills add hyperb1iss/hyperdroid-skill -a gemini
# List available skills
npx skills add hyperb1iss/hyperdroid-skill --list
Claude Code Plugin
# Add the marketplace
/plugin marketplace add hyperb1iss/hyperdroid-skill
# Install the plugin
/plugin install hyperdroid
Supported Agents
- claude-code — Anthropic's Claude Code CLI
- cursor — Cursor AI editor
- copilot — GitHub Copilot
- codex — OpenAI Codex CLI
- gemini — Google Gemini CLI
- amp — Amp agent
- opencode — Opencode agent
- antigravity — Antigravity agent
Skills Provided
| Skill | Description |
|---|---|
android |
Device mastery via ADB — debugging, shell, app management, UI automation |
android-fastboot |
Fastboot, partition flashing, bootloader unlocking, recovery, root |
android-build |
Gradle CLI, SDK tools, AOSP build system, kernels, device trees |
lineageos |
Custom ROM development — breakfast/brunch, repopick, Gerrit workflow |
Agent Registry
Device Interaction (hyperdroid:android)
hyperdroid:crash-analyzer— Autonomous crash investigation: collects logs, tombstones, ANR traces, provides root cause diagnosis
Directory Structure
skills/
├── android/
│ ├── SKILL.md # Device mastery — ADB, debugging, system inspection
│ └── references/
│ └── deep-dive.md # Advanced ADB techniques
├── android-fastboot/
│ ├── SKILL.md # Fastboot, flashing, recovery, root
│ └── references/
│ └── partitions.md # Partition layouts & A/B mechanics
├── android-build/
│ ├── SKILL.md # Gradle CLI, SDK tools, AOSP builds
│ └── references/
│ ├── aosp.md # AOSP build system deep dive
│ └── lineageos.md # LineageOS build specifics
└── lineageos/
├── SKILL.md # Custom ROM development workflow
└── references/
└── gerrit-workflow.md # Gerrit contribution process
Stats
| Metric | Count |
|---|---|
| Skills | 4 |
| Agents | 1 |
| Skill Lines | ~3,200 |
Usage
Invoke skills with /hyperdroid-skill:<skill>:
/hyperdroid-skill:android # Device interaction guidance
/hyperdroid-skill:android-fastboot # Fastboot and recovery
/hyperdroid-skill:android-build # Build system expertise
/hyperdroid-skill:lineageos # Custom ROM development
Agents are invoked via the Task tool:
Task(subagent_type="hyperdroid:crash-analyzer", prompt="My app crashes on startup...")
License
MIT