Support
For support, include the extension name, version, browser version, repository URL, and the exact error shown in the side panel.
Chrome Web Store
Chrome Web Store link will be added here after the extension is published.
Basic Use
- Open a public GitHub repository page.
- Open the extension side panel.
- Click Make skill.
- Review the SKILL.md preview and quick check.
- Click Improve if you want AI help with the draft.
- Export the ZIP locally.
Reviewer Checklist
- The extension only claims to work on GitHub repository pages.
- Capture should fail with a clear message on non-GitHub pages.
- The side panel should render without console errors from extension code.
- Users should not be asked for an API key.
- The AI helper should not send repository context until the user clicks Improve.
- If the AI helper is unavailable, a local draft should still be usable.
- Repeat Improve clicks should be rate-limited or served from the recent local cache.
- Export should download a ZIP containing
SKILL.md,README.md, andreferences/source-manifest.json.
Known Limits
The extension reads visible page context. It does not clone the repository, so hidden files and files outside the visible page may be missing. AI Improve has fair-use limits: 10 new improves per hour, 30 per day, and a short cooldown. Refresh the generated skill when the repository changes materially.