Skip to content

docs: add root SKILL.md for MWA discovery#2

Open
vbh1v wants to merge 2 commits into
solana-mobile:mainfrom
vbh1v:main
Open

docs: add root SKILL.md for MWA discovery#2
vbh1v wants to merge 2 commits into
solana-mobile:mainfrom
vbh1v:main

Conversation

@vbh1v

@vbh1v vbh1v commented Mar 5, 2026

Copy link
Copy Markdown

Summary

  • Add mwa/SKILL.md as the discoverable entry point for all MWA sub-skills
  • Routing decision tree delegates to mwa-setup, mwa-connection, and mwa-transactions based on project state and user intent
  • Lean router file — no duplicated implementation details from sub-skills

Test plan

  • Verify mwa/SKILL.md is discoverable at the root of the mwa/ folder
  • Confirm routing table links resolve to the correct sub-skill files
  • Check that name: mwa does not collide with any existing skill name

🤖 Generated with Claude Code

cryptoclassdev and others added 2 commits March 5, 2026 16:14
- Add mwa/SKILL.md as the discoverable entry point for all MWA sub-skills
- Include routing decision tree to delegate to mwa-setup, mwa-connection, and mwa-transactions
- Use distinct name `mwa` to avoid collision with existing mobile-wallet-adapter child skill
- Keep file lean — routing only, no duplicated implementation details

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
docs: add root SKILL.md for MWA discovery
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants