Learn GitHub basics, real UI layouts, and how remote vs local branches connect — with interactive demos
GitHub is used by over 100 million developers. Even with an English UI, READMEs and Issues make skills understandable across borders. SkillGraph skills follow the same publishing model.
100M+
Developer accounts
420M+
Repositories
190+
Countries & regions
Many SkillGraph skills link to GitHub repos. You can judge trust before you clone.
Every edit is recorded as a commit. You can trace how a skill evolved over time.
README and source are public. SkillGraph shows stars and primary language on skill cards.
Report bugs in Issues and propose changes via Pull Requests with review and discussion.
After clone, the repo URL is revealed so you can pull code-based skills into your environment.
Pick a term on the left to switch the demo. Issues and Pull requests open dedicated screens; click a PR to see its detail page.
Pick a term
On this screen
A project folder holding all skill or app files. On SkillGraph this is linked as `owner/repo`.
Showing: ① Repository (Code)
Sample AI skill repo that generates weekly status reports
| 📁 docs | Add onboarding screenshots | 2 days ago |
| 📁 src | Refactor prompt builder | 4 days ago |
| 📁 templates | Add export templates | 1 hour ago |
| 📄 skillgraph.yaml | Bump skill version to 0.3 | 1 week ago |
| 📄 README.md | docs: update setup guide | 3 hours ago |
# Weekly Report Skill Sample skill that drafts weekly reports from meeting notes. ## Quick start 1. Check `skillgraph.yaml` 2. Pick a format under `templates/` 3. Load SKILL.md into Cursor / Claude
This UI is a SkillGraph demo inspired by GitHub's repository page. Perform real actions on github.com.
Similar names — completely different destinations. SkillGraph Clone is not a Git operation.
Copy on GitHub (cloud)
Goes to: your GitHub account
When you want to customize without touching the original and send changes via Pull Request.
Where to click
Fork — top right of the repo
Download to your machine
Goes to: your PC (local)
When you want to edit, build, or run code in a terminal or editor.
Where to click
Green <> Code → copy HTTPS URL
Import skill content in-app
Goes to: My Skills on SkillGraph
When you want prompts and config in Claude, Cursor, etc. No Git required.
Where to click
Clone on the skill detail page
| Compare | Fork | git clone | SkillGraph Clone |
|---|---|---|---|
| Effect on original | None (independent copy) | None (read-only start) | None (view & use only) |
| Needs Git? | Yes | Yes | No |
| Typical next step | Edit → push → PR | Edit → commit → push | Load from My Skills into AI |
Consumers only need SkillGraph Clone. Fork / git clone help Creators who work with GitHub.
Stars, language, and last updated come from the GitHub API automatically.
After sign-in, preview structure in the Protected Layer before cloning.
The Private Layer reveals the repo URL and full file access.
It's free — just verify your email to get started. With an account you can sign in to SkillGraph via GitHub and link your profile easily.