github-stats
v0.2.0Show GitHub profile statistics for a user — total commits, followers/following, stars, pull requests, and issues — as a clean summary table, plus a repository browser and per-repo detail. Use when the user asks for "github stats", "github-stats", a GitHub profile summary, "how many stars/followers/commits does <user> have", repo stats for a GitHub account, or wants to create a repo while looking at stats. Powered by the gh CLI.
By Nate SwensonLicense: MIT3 GitHub starsUpdated 6 days ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 17, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install github-stats for Codex and Claude Code
codex plugin marketplace add natejswenson/claude-skills
codex plugin marketplace upgrade claude-skills
codex plugin add github-stats@claude-skillsPaste and run these commands in a terminal with Codex. They add and refresh the claude-skills catalog, then install this plugin.
Compatibility: the page URL and API slug “github-stats-2” remain stable.
- Codex:
github-stats-2@agent-plugin-marketplace→github-stats@claude-skills
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/natejswenson/claude-skillsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is skills/github-stats/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/github-stats/SKILL.md
Included Skills1
Show GitHub profile statistics for a user — total commits, followers/following, stars, pull requests, and issues — as a clean summary table, plus a repository browser and per-repo detail. Use when the user asks for "github stats", "github-stats", a GitHub profile summary, "how many stars/followers/commits does <user> have", repo stats for a GitHub account, or wants to create a repo while looking at stats. Powered by the gh CLI.
Plugin manifests2
{
"name": "github-stats",
"version": "0.2.0",
"description": "Show GitHub profile statistics for a user — total commits, followers/following, stars, pull requests, and issues — as a clean summary table, plus a repository browser and per-repo detail. Use when the user asks for \"github stats\", \"github-stats\", a GitHub profile summary, \"how many stars/followers/commits does <user> have\", repo stats for a GitHub account, or wants to create a repo while looking at stats. Powered by the gh CLI.",
"author": {
"name": "Nate Swenson"
},
"homepage": "https://github.com/natejswenson/claude-skills/tree/main/skills/github-stats",
"license": "MIT",
"skills": "./skills/",
"interface": {
"displayName": "github-stats",
"shortDescription": "Show GitHub profile statistics for a user — total commits, followers/following, stars, pull requests, and issues — as a ",
"longDescription": "Show GitHub profile statistics for a user — total commits, followers/following, stars, pull requests, and issues — as a clean summary table, plus a repository browser and per-repo detail. Use when the user asks for \"github stats\", \"github-stats\", a GitHub profile summary, \"how many stars/followers/commits does <user> have\", repo stats for a GitHub account, or wants to create a repo while looking at stats. Powered by the gh CLI.",
"developerName": "Nate Swenson",
"category": "Productivity",
"capabilities": [],
"defaultPrompt": [
"Use $github-stats to help me."
]
}
}{
"name": "github-stats",
"version": "0.2.0",
"description": "Show GitHub profile statistics for a user — total commits, followers/following, stars, pull requests, and issues — as a clean summary table, plus a repository browser and per-repo detail. Use when the user asks for \"github stats\", \"github-stats\", a GitHub profile summary, \"how many stars/followers/commits does <user> have\", repo stats for a GitHub account, or wants to create a repo while looking at stats. Powered by the gh CLI.",
"author": {
"name": "Nate Swenson"
},
"homepage": "https://github.com/natejswenson/claude-skills/tree/main/skills/github-stats",
"license": "MIT"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[github-stats on Agent Plugins Marketplace](https://pluginsmp.com/plugins/github-stats-2)