trimstray /
the-book-of-secret-knowledge
A collection of inspiring lists, manuals, cheatsheets, blogs, hacks, one-liners, cli/web tools and more.
98/100 healthLoading repository data…
tawhidmonowar / repository
A collection of standardized Android UI design skills to teach AI agents modern Android UI design and development (Kotlin, Jetpack Compose, etc.).
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
android-design-skills is a focused Android agent-skill pack for UI design and
layout work in Jetpack Compose.
The repo intentionally combines two ideas from your reference projects:
awesome-android-agent-skills-referance: use a clean, discoverable .github/skills/... folder structureskills-main-referance: use more formal, official-style SKILL.md files with frontmatter, prerequisites, objectives, and explicit workflowsandroid-design-skills/
├── Agent.md
├── LICENSE
├── README.md
└── .github/
└── skills/
└── foundation/
└── layout/
├── adaptive-layouts/
│ └── SKILL.md
├── alignment-and-hierarchy/
│ └── SKILL.md
├── edge-to-edge-layout/
│ └── SKILL.md
├── form-layouts/
│ └── SKILL.md
├── layout-foundations/
│ └── SKILL.md
├── list-and-grid-layouts/
│ └── SKILL.md
├── list-detail-layouts/
│ └── SKILL.md
├── scaffold-and-navigation-chrome/
│ └── SKILL.md
├── spacing-and-rhythm/
│ └── SKILL.md
└── stateful-screen-layouts/
└── SKILL.md
All 10 skills currently live under .github/skills/foundation/layout/.
Each skill follows a shared structure inspired by the official Android skills repository:
name, description, license, and metadataObjectivePrerequisitesCore workflowThis keeps the pack easy for agents to parse while still being readable for humans.
Copy .github/skills/ and Agent.md into the root of the Android project where
you want your AI agent to discover these skills.
Example:
my-android-project/
├── Agent.md
├── .github/
│ └── skills/
│ └── foundation/
│ └── layout/
│ └── ...
└── app/
Ask your agent to apply one of the skills directly, for example:
Read .github/skills/foundation/layout/adaptive-layouts/SKILL.md and refactor this screen for tablets.Use the form-layouts skill to clean up this checkout form.Apply the edge-to-edge-layout skill to this Compose screen.skills/ ├── android-layout-foundation/ ├── android-material3-design/ ├── android-compose-components/ ├── android-compose-performance/ ├── android-adaptive-ui/ ├── android-accessibility/ ├── android-navigation-scaffold/ ├── android-screen-patterns/ ├── android-ui-review/ └── android-production-quality/ android-animation-motion/ android-theme-system/ android-design-system/ android-form-validation/ android-permission-ui/ android-empty-error-loading-states/ android-play-store-screenshot-ui/ android-wear-tv-large-screen/ android-compose-testing-ui/
Selected from shared topics, language and repository description—not editorial ratings.
trimstray /
A collection of inspiring lists, manuals, cheatsheets, blogs, hacks, one-liners, cli/web tools and more.
98/100 healthgithub /
A collection of useful .gitignore templates
95/100 healthmicrosoft /
Microsoft PowerToys is a collection of utilities that supercharge productivity and customization on Windows
Hack-with-Github /
A collection of various awesome lists for hackers, pentesters and security researchers
98/100 healthVoltAgent /
A collection of DESIGN.md files analysis by popular brand design systems. Drop one into your project and let coding agents generate a matching UI.
100/100 healthmtdvio /
A collection of (mostly) technical things every software developer should know about
97/100 health