aosp-internal-book
Deep source-level reference for every Android AOSP subsystem
All Skills in This Repository (17)
Pure Emerald Level Indicatorsbook-writer
Coordinate Markdown chapter creation, renaming, and removal across MkDocs site files.
aosp-part-practical
Plan and execute a custom AOSP ROM workflow from source to OTA.
aosp-part-native-foundation
Summarize Android's native foundation architecture across Bionic, Binder IPC, HAL Treble, and the NDK.
aosp-part-security
Consolidate Android security topics across SELinux, Keystore, Trusty TEE, AVB, and DRM.
aosp-part-connectivity
Documents Android connectivity subsystems from apps to hardware across radios, stacks, and IPC.
aosp-part-device-support
Summarize AOSP Part XIV device support chapters 57–62 across architectures.
aosp-part-ai-and-devices
Explain AOSP AI-enabled surfaces connecting agents, apps, and companion devices.
aosp-part-native-services-and-media
Explain Android native services and media stack across SurfaceFlinger, audioserver, mediaserver, cameraserver, RenderThread, and graphics pipeline.
aosp-part-ui-framework
Summarize AOSP Part X UI framework widgets, WebView, accessibility, and internationalization.
aosp-part-getting-started
Navigate AOSP source tree, repo sync, lunch targets, and Soong/Bazel build systems.
aosp-part-appendices
Look up AOSP key-file paths and glossary terms from Markdown appendices.
aosp-part-framework-core
Analyze Android Framework Core boot phases, Intent system interfaces, Window/View lifecycles from AOSP source paths.
Frequently Asked Questions
FAQPage SchemaHow to install aosp-internal-book?▼
Run `npx skills add aospbooks/aosp-internal-book --all -g -y` in your terminal to install all 16 AOSP part skills globally.
What does the AOSP Internals book cover?▼
It covers the full Android stack across 67 chapters: kernel and boot, Binder IPC, HAL, ART runtime, framework services, connectivity, security, system apps, OTA updates, and a custom ROM build guide.
How does my AI agent find the right AOSP chapter?▼
The AGENTS.md orchestrator maps each subsystem question to one of 16 part files, so the agent loads only the relevant chapters instead of the whole book.
Are the AOSP explanations backed by real source code?▼
Yes. Every architectural claim cites a real AOSP source file path and line number, verified against the Android 17 release tree.
Does it work with Claude Code, Codex, and Gemini?▼
Yes. The same 16 part skills are generated for Claude, Codex, Gemini, and Copilot from a single manifest, so behavior is consistent across platforms.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core