Community skills are built by developers across the Aptos ecosystem. They showcase third-party tools, integrations, and creative patterns that extend what AI assistants can do with Aptos.
Important: Community skills are independently maintained by their authors. They have not been reviewed or audited by Aptos Labs. Use them at your own discretion.
- Create a folder at
community-skills/<your-skill-name>/ - Add a
SKILL.mdfollowing the standard skill format (see any skill underskills/for reference) - Include metadata in your
SKILL.mdfrontmatter — at minimum:--- name: your-skill-name description: "What your skill does" metadata: author: your-github-username category: sdk | move | tooling tags: ["relevant", "tags"] ---
- Keep it self-contained — one
SKILL.mdper skill, no bundled sample projects. Link to external repos or docs instead. - Open a PR that:
- Adds your
community-skills/<skill-name>/SKILL.md - Adds a row to the Community Skills table in
CLAUDE.md - Adds your skill path to the
community-skillsplugin entry in.claude-plugin/marketplace.json - Does not modify official skills, the official skills table,
use-ts-sdkrouting, or the official plugin entry
- Adds your
- Write neutral, technical documentation — avoid marketing language
- If your skill integrates a paid service, note that clearly in the description
- Pricing details go stale — link to your docs rather than hardcoding prices
- Code examples should be complete and runnable
- Include error handling guidance
Open an issue in this repository.