Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/tomevault-io/skills-registry --skill android-development명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SOC 직업 분류 기준
SKILL.md 표시 중
| name | android-development |
| description | > Use when this capability is needed. |
This skill governs all Android development tasks. It is project-agnostic and applies to any Android codebase using Kotlin, Jetpack Compose, and modern Android architecture.
All rules are in the rules/ directory alongside this file. Read every rule file before generating or editing code. Each file is a self-contained rule set for a specific concern.
| Rule File | When to Read |
|---|---|
rules/01-anti-hallucination.md | Always. Read before every task. These override all other rules. |
rules/02-architecture.md | When creating modules, features, or any structural code. |
rules/03-gradle.md | When touching build.gradle.kts, adding dependencies, or creating modules. |
rules/04-coding-style.md | When writing any Kotlin code (non-UI). |
rules/05-compose-ui.md | When writing or editing any Jetpack Compose code. |
rules/06-reactive-programming.md | When working with Flow, coroutines, or async logic. |
rules/07-navigation.md | When adding screens, routes, or navigation logic. |
rules/08-dependency-injection.md | When creating DI modules, injecting dependencies, or scoping. |
rules/09-testing.md | When writing or editing any test code. |
rules/10-database.md | When modifying Room entities, DAOs, or schemas. |
rules/11-naming-conventions.md | When naming files, packages, modules, or classes. |
rules/12-conventional-commits.md | When writing commit messages or generating changelogs. |
When in doubt, read existing project code first. Never assume. Never invent. Search, read, confirm — then generate.
Source: flixclusiveorg/Flixclusive — distributed by TomeVault.