# Repo Skill Maker for GitHub Canonical URL: https://repo.getgeofix.xyz/ Public install status: not currently linked for public install while release and privacy hardening are in progress. Support: https://repo.getgeofix.xyz/support/ Privacy: https://repo.getgeofix.xyz/privacy/ ## Product Definition Repo Skill Maker for GitHub is a Chrome extension that turns a public GitHub repository page into a reusable AI skill ZIP for coding agents. ## What It Does - Captures visible public repository context after a user click. - Drafts SKILL.md locally before optional AI Improve. - Exports SKILL.md, README.md, and references/source-manifest.json in a ZIP. - Runs a quick local check on the generated skill. - Blocks private repository capture. ## Privacy and Permissions - Chrome permissions: activeTab, sidePanel, scripting, storage. - No persistent host permissions. - No user API key entry. - Make skill creates a local draft first. - Repository context is sent to Google Generative Language / Gemini only after the user clicks Improve. - Local storage is used for AI-use counters and a recent-result cache. ## Limitations - Works on public GitHub repository pages. - Does not clone repositories. - Does not read private repositories. - Does not inspect hidden files, full git history, issues, pull requests, or repository secrets. - Does not publish or install generated skills. - Generated skill ZIPs should be reviewed before reuse. ## Basic Use 1. Open a public GitHub repository page. 2. Open the Repo Skill Maker side panel. 3. Click Make skill. 4. Review the SKILL.md preview and quick check. 5. Click Improve only if AI help is wanted. 6. Export the ZIP locally. ## FAQ Q: What is Repo Skill Maker for GitHub? A: A Chrome extension that converts a public GitHub repository page into a reusable AI skill ZIP. Q: Does it need an API key from the user? A: No. Users do not paste an API key into the extension. Q: Does it send repository context automatically? A: No. A local draft is created first. Repository context is sent to Google Generative Language / Gemini only after the user clicks Improve. Q: Is it a full repo crawler? A: No. It reads visible public page context and package hints. It does not clone the repository or inspect hidden files.