Add Mobile & Seeker subsection with seeker-skills#167
Conversation
Introduces a new "Mobile & Seeker" subsection under AI Coding Skills with two complementary entries: the official solana-mobile/solana-mobile-dev-skill repo (MWA, .skr resolution, Seeker Genesis Token) and Sarthib7/seeker-skills which fills the remaining gaps for end-to-end Seeker dApp development (scaffold, Seeker-specific UX, USDC/SOL payments via MWA, Seed Vault audience boundary, and dApp Store APK signing + publishing). Together they walk an agent from empty repo to a signed APK on the dApp Store.
Greptile SummaryThis PR adds a new
Confidence Score: 4/5Safe to merge after minor formatting fixes; no functional or content correctness concerns beyond style inconsistencies and entry ordering. The change is a small README-only addition. The extra section description line and reversed alphabetical order are straightforward to correct, and the self-submission of seeker-skills is worth a confirmation but does not block merging on its own. README.md — the new subsection description line and entry ordering should be addressed before merge. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[AI Coding Skills] --> B[General]
A --> C[DeFi]
A --> D[Infrastructure]
A --> E[Mobile & Seeker NEW]
E --> F[solana-mobile-dev-skill]
E --> G[seeker-skills]
Reviews (1): Last reviewed commit: "Add Mobile & Seeker subsection with seek..." | Re-trigger Greptile |
| ### Mobile & Seeker | ||
|
|
||
| AI coding skills for Solana Mobile (Seeker) dApps. | ||
|
|
||
| - [solana-mobile-dev-skill](https://github.com/solana-mobile/solana-mobile-dev-skill) - Official Solana Mobile skills covering Mobile Wallet Adapter (setup, connection, transactions), `.skr` domain resolution, and Seeker Genesis Token verification for React Native Expo apps. |
There was a problem hiding this comment.
The new subsection includes a section description ("AI coding skills for Solana Mobile (Seeker) dApps.") that no other subsection has. General, DeFi, and Infrastructure all start directly with their bullet list, so this line breaks the established pattern.
| ### Mobile & Seeker | |
| AI coding skills for Solana Mobile (Seeker) dApps. | |
| - [solana-mobile-dev-skill](https://github.com/solana-mobile/solana-mobile-dev-skill) - Official Solana Mobile skills covering Mobile Wallet Adapter (setup, connection, transactions), `.skr` domain resolution, and Seeker Genesis Token verification for React Native Expo apps. | |
| ### Mobile & Seeker | |
| - [solana-mobile-dev-skill](https://github.com/solana-mobile/solana-mobile-dev-skill) - Official Solana Mobile skills covering Mobile Wallet Adapter (setup, connection, transactions), `.skr` domain resolution, and Seeker Genesis Token verification for React Native Expo apps. |
Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!
| - [solana-mobile-dev-skill](https://github.com/solana-mobile/solana-mobile-dev-skill) - Official Solana Mobile skills covering Mobile Wallet Adapter (setup, connection, transactions), `.skr` domain resolution, and Seeker Genesis Token verification for React Native Expo apps. | ||
| - [seeker-skills](https://github.com/Sarthib7/seeker-skills) - End-to-end skills for building a Seeker dApp: scaffold + Android toolchain, UX conventions (one-tap approval, haptics, AMOLED, 120 Hz), USDC/SOL payments via MWA, Seed Vault for wallet developers, and dApp Store APK signing + publishing via `@solana-mobile/dapp-store-cli`. |
There was a problem hiding this comment.
All existing subsections list entries in alphabetical order.
seeker-skills (s-e) sorts before solana-mobile-dev-skill (s-o), so their order here is reversed relative to the established convention.
| - [solana-mobile-dev-skill](https://github.com/solana-mobile/solana-mobile-dev-skill) - Official Solana Mobile skills covering Mobile Wallet Adapter (setup, connection, transactions), `.skr` domain resolution, and Seeker Genesis Token verification for React Native Expo apps. | |
| - [seeker-skills](https://github.com/Sarthib7/seeker-skills) - End-to-end skills for building a Seeker dApp: scaffold + Android toolchain, UX conventions (one-tap approval, haptics, AMOLED, 120 Hz), USDC/SOL payments via MWA, Seed Vault for wallet developers, and dApp Store APK signing + publishing via `@solana-mobile/dapp-store-cli`. | |
| - [seeker-skills](https://github.com/Sarthib7/seeker-skills) - End-to-end skills for building a Seeker dApp: scaffold + Android toolchain, UX conventions (one-tap approval, haptics, AMOLED, 120 Hz), USDC/SOL payments via MWA, Seed Vault for wallet developers, and dApp Store APK signing + publishing via `@solana-mobile/dapp-store-cli`. | |
| - [solana-mobile-dev-skill](https://github.com/solana-mobile/solana-mobile-dev-skill) - Official Solana Mobile skills covering Mobile Wallet Adapter (setup, connection, transactions), `.skr` domain resolution, and Seeker Genesis Token verification for React Native Expo apps. |
| AI coding skills for Solana Mobile (Seeker) dApps. | ||
|
|
||
| - [solana-mobile-dev-skill](https://github.com/solana-mobile/solana-mobile-dev-skill) - Official Solana Mobile skills covering Mobile Wallet Adapter (setup, connection, transactions), `.skr` domain resolution, and Seeker Genesis Token verification for React Native Expo apps. | ||
| - [seeker-skills](https://github.com/Sarthib7/seeker-skills) - End-to-end skills for building a Seeker dApp: scaffold + Android toolchain, UX conventions (one-tap approval, haptics, AMOLED, 120 Hz), USDC/SOL payments via MWA, Seed Vault for wallet developers, and dApp Store APK signing + publishing via `@solana-mobile/dapp-store-cli`. |
There was a problem hiding this comment.
Self-submission note:
seeker-skills links to https://github.com/Sarthib7/seeker-skills, which is the PR author's own repository. CONTRIBUTING.md prohibits paid promotions but doesn't explicitly address self-submissions. Can you confirm this skill set is already being used by the broader community and is not primarily self-promotional?
Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time! Is seeker-skills already being used by developers outside your own projects, and can you point to any community adoption?
Two style nits from the automated review (solana-foundation#167 (comment)): 1. Remove the section description line ('AI coding skills for Solana Mobile (Seeker) dApps.') — other subsections (General, DeFi, Infrastructure) go straight from heading to bullets, so the blurb was inconsistent. 2. Sort entries alphabetically: seeker-skills (s-e) before solana-mobile-dev-skill (s-o). Matches the convention used across the rest of the list.
|
Thanks @greptile-apps — both style nits are fixed in 92dc94d:
On the self-submission question — being transparent:
|
|
Thanks for the thorough follow-up and for addressing the style nits promptly. On the self-submission question: your transparency here is appreciated, and the case you've made is reasonable — CC0, no commercial angle, working skill files, fills a documented gap in the official skill set's coverage. That said, the core concern stands: this is a brand-new repo pushed today with no external adoption yet. The list is curated, and the bar for inclusion is typically demonstrated utility to the broader community, not just potential utility. A few honest observations:
A practical path forward: split the PR, land the official Ultimately this call belongs to the maintainers, not to me — I'm just flagging the tradeoff clearly. Tip: You can customize Greptile's behavior for this repo with |
Summary
Adds a new
Mobile & Seekersubsection under AI Coding Skills with two complementary entries:solana-mobile/solana-mobile-dev-skill— Solana Mobile's official skill set covering MobileWallet Adapter (setup, connection, transactions),
.skrdomain resolution, and Seeker Genesis Token verification for React Native Expo apps.Sarthib7/seeker-skills— End-to-end skills for the rest of the Seeker dApp lifecycle: scaffold + Androidtoolchain, Seeker-specific UX conventions (one-tap approval, haptics, AMOLED, 120 Hz), USDC/SOL payments via MWA, Seed Vault for wallet developers (with a
boundary note routing dApp builders back to MWA), and dApp Store APK signing + publishing via
@solana-mobile/dapp-store-cli.Why a new subsection
Mobile/Seeker development has a distinct toolchain — MWA, the dApp Store, Seed Vault, and Seeker hardware constraints — that doesn't fit cleanly under
General, DeFi, or Infrastructure. A dedicated subsection makes the category discoverable for devs building on Seeker. Currently only
solana-game-skillmentions Solana Mobile in passing, and it sits under General. Per
CONTRIBUTING.md: "If your item doesn't fit existing categories, you may suggest a newone. Please explain why the new category is needed."
Adding a new item
Mobile & Seekersubsection proposed under AI Coding Skills, justification above[name](link) - Brief description.— both entries follow exactlyhelius-skillandmagicblock-dev-skill)Quality standards
Use/Notblocks and pitfall tables inseeker-skillsWhat NOT to submit
cp -rinto~/.claude/skills/Pull request process
Sarthib7/awesome-solana-ai)add-seeker-skills)README.mdonly (+8 lines, single commit)Notes
The two skill sets are intentionally complementary, not overlapping: the official repo covers MWA +
.skr+ SGT;seeker-skillscovers scaffold + UX +payments + Seed Vault audience boundary + dApp Store publishing. Together they walk an agent end-to-end from empty repo → signed APK → live dApp Store
listing.
seeker-skillsis licensed CC0 to match this list.