بنقرة واحدة
polkadot-android-community
يحتوي polkadot-android-community على 4 من skills المجمعة من paritytech، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.
Skills في هذا المستودع
Use BEFORE writing code on a non-trivial change. Designs the implementation approach, delegates codebase research to the Explore subagent, writes a structured `.claude/PLAN.md`, and presents it via `ExitPlanMode` for the user's approval. Pair with `/implementer` for execution and `/reviewer` for audit.
Generate a well-formatted Git commit message from a description of changes
Use AFTER `/architect` has produced a plan, when writing or modifying Kotlin code. Reads `.claude/PLAN.md`, validates every edit against its scope, delegates example-finding to the `Explore` subagent, and runs a self-review pass against always-on rules before handing off to `/reviewer`.
Audit a branch diff or GitHub PR against the PolkadotApp architecture and code rules. Cites the checklists as primary source of truth; reads `.claude/PLAN.md` (if present) to diff intent vs implementation. Produces a console comment list grouped by theme and tagged blocking/major/minor.