A set of skills for Kotlin, Jetpack Compose, and Android development.
> /plugin marketplace add chrisbanes/skills> /plugin install chrisbanes-skills@chrisbanes-skills
Repo: chrisbanes/skills
What's inside
A set of skills for Kotlin, Jetpack Compose, and Android development.
With the skills CLI:
npx skills add chrisbanes/skills
Or install as a Claude Code plugin:
/plugin marketplace add chrisbanes/skills
/plugin install chrisbanes-skills@chrisbanes-skills
Or install as a Codex plugin:
codex plugin marketplace add chrisbanes/skills --ref main
codex plugin add chrisbanes-skills@chrisbanes-skills
Or install as an OpenCode plugin:
{
"plugin": ["chrisbanes-skills@git+https://github.com/chrisbanes/skills.git"]
}
See .opencode/INSTALL.md for details.
compose-state-and-effects.compose-performance.kotlin-concurrency-and-flow.using-chrisbanes-skills โ route Kotlin and Jetpack Compose work to the focused skills; current Claude Code versions also activate it when working with .kt or .kts files.compose-state-and-effects โ decide state ownership and effect lifecycle for local UI state, screen state holders, Flow collection, callbacks, cleanup, navigation, snackbar, analytics, and focus requests.compose-performance โ diagnose stability, deferred reads, composition contracts, and cross-phase back-writing from concrete runtime evidence.compose-component-design โ design caller-placeable Compose APIs whose variable visual regions are caller-provided slots.compose-animations โ choose Compose animation APIs for visibility, value targets, coordinated transitions, and content swaps; align with official quick guide and decision tree.compose-focus-navigation โ design and test keyboard, TV, D-pad, and focus-first Compose navigation behavior.compose-ui-testing-patterns โ choose between plain UI tests, semantics assertions, key/focus tests, interaction state tests with MutableInteractionSource, screenshot tests, and integration tests.kotlin-concurrency-and-flow โ review coroutine ownership, cancellation, Flow state/event modeling, sharing, replay, and one-shot delivery.kotlin-control-flow โ write and review Kotlin branching with subject when, guard conditions, sealed exhaustiveness, smart casts, nullable branching, and early returns.kotlin-api-design โ choose function owners, semantic domain types, and Kotlin Multiplatform platform boundaries.to-plan โ create a repository-aware implementation plan from one ready GitHub issue or a confirmed conversation specification, with a provider-neutral implementation handoff.run-github-project โ set up or repair the repository's GitHub Project binding without running work, reconcile epics, surface resumable human checkpoints, triage unblocked Backlog work, and plan and execute authorized issues through one planning lane and a two-slot-by-default parallel pipeline. Requires tdd for implementation and preserves human Planning and triage approval gates.shepherd โ autonomously poll open PRs and MRs, triage review comments, detect and fix CI failures, and keep PRs moving forward.This is a breaking taxonomy change. Replace the removed entrypoints as follows:
| Removed skills | Replacement |
|---|---|
compose-state-authoring, compose-state-hoisting, compose-side-effects | compose-state-and-effects |
compose-recomposition-performance, compose-stability-diagnostics, compose-state-deferred-reads | compose-performance |
compose-modifier-and-layout-style, compose-slot-api-pattern | compose-component-design |
kotlin-coroutines-structured-concurrency, kotlin-flow-state-event-modeling | kotlin-concurrency-and-flow |
kotlin-functions, kotlin-types-value-class, kotlin-multiplatform-expect-actual | kotlin-api-design |
Skills live at skills/<skill-name>/SKILL.md, flat (no language nesting). The name: in the SKILL.md frontmatter must match the directory name.
Frontmatter is validated against skills.schema.json โ name and description are required, name must be kebab-case. The router also uses Claude Code's optional paths extension. Clients that do not support this extension must ignore the paths field rather than rejecting the skill.
Release versions use SemVer-compatible CalVer: YYYY.M.D without zero-padded month or day values, for example 2026.6.17.
Keep .claude-plugin/plugin.json, .codex-plugin/plugin.json, and new Git release tags on the same version. Existing zero-padded tags from before this policy map to the non-padded manifest version, so 2026.06.16 maps to 2026.6.16. Only bump versions when publishing an installable release.
To publish a release, run the Release workflow from GitHub Actions. Leave the version input empty to use today's UTC YYYY.M.D version, or provide a specific non-zero-padded CalVer value. Use the dry-run option to validate without creating a commit, tag, or GitHub release.
Before pushing, lint skills (frontmatter schema + markdown):
npm install
npm run lint
This also runs on CI for all PRs.
For a taxonomy change, also run the durable cluster behavior evaluation. It checks routing, required references, safeguards, exceptions, and finish gates at the public agent-facing seam.
.agents/
plugins/
marketplace.json
.claude-plugin/
marketplace.json
plugin.json
.codex-plugin/
plugin.json
.github/
workflows/
lint.yml
release.yml
.gitignore
.opencode/
INSTALL.md
plugins/
chrisbanes-skills.js
AGENTS.md
CLAUDE.md
LICENSE
package-lock.json
package.json
README.md
scripts/
release.py
test_release.py
skills/
skills.schema.json
compose-animations/
SKILL.md
compose-component-design/
references/
modifier-layout.md
slot-apis.md
SKILL.md
compose-focus-navigation/
SKILL.md
compose-performance/
references/
composition-contracts.md
deferred-reads.md
diagnosis.md
stability.md
SKILL.md
compose-state-and-effects/
references/
local-state.md
side-effects.md
state-hoisting.md
SKILL.md
compose-ui-testing-patterns/
SKILL.md
kotlin-api-design/
references/
functions.md
multiplatform-boundaries.md
value-classes.md
SKILL.md
kotlin-concurrency-and-flow/
references/
flow-state-events.md
structured-concurrency.md
SKILL.md
kotlin-control-flow/
SKILL.md
run-github-project/
agents/
openai.yaml
references/
drain-scheduler.md
human-frontier.md
normalized-ticket.md
planning-lane.md
project-config.md
review-contracts.md
triage-lane.md
workflow-providers.md
scripts/
rank_tickets.py
test_rank_tickets.py
SKILL.md
shepherd/
SKILL.md
to-plan/
agents/
openai.yaml
references/
plan-templates.md
SKILL.md
using-chrisbanes-skills/
SKILL.md
tests/
cluster-behavior.mdFAQ
chrisbanes-skills is a Claude Code plugin with 13 hand-picked skills for development work, indexed on Flowy. Install it with the command on its page. It includes compose-animations, compose-component-design, compose-focus-navigation. Its skills do not fire on their own yet. Request auto-invocation to have Flowy route them as you prompt. Free and open source.