github skills

719 tagged github, measured the same way as everything else here.

Browse within: issues 74gitlab 68opensource 61registry 60predictive-modeling 59security-tools 59bot 54fixer 54chat 53context 53digest 53ingest 53ranbot 47vscode 42

khaos-brain-open-ui

49

liuyingxuvka/Khaos-Brain

Skill Claude CodeCodex

Open the local Khaos Brain desktop card browser for human review. Use when the user asks to open, show, view, inspect, or create a human-facing entry for the Khaos Brain UI, desktop app, card browser, or Windows shortcut. Do not use this for AI KB retrieval or feedback; use the predictive KB retrieval workflow for…

37 23d ago A 80 tokens original MIT

local-kb-retrieve

50

liuyingxuvka/Khaos-Brain

Skill Claude CodeCodex

Retrieve relevant entries from the local predictive knowledge base as a lightweight preflight for repository work. Use route-first retrieval: infer the task direction, then search by domain path and cross-index before relying on flat keyword matching. In Codex, prefer a scout sidecar before non-trivial work and a…

37 23d ago A 97 tokens original MIT

code-simplification

51

jmxt3/gitscape.ai

Skill Claude CodeCodex

Simplifies code for clarity. Use when refactoring code for clarity without changing behavior. Use when code works but is harder to read, maintain, or extend than it should be. Use when reviewing code that has accumulated unnecessary complexity.

33 1mo ago A 51 tokens original Apache-2.0

jmxt3/gitscape.ai

Skill Claude CodeCodex

Manages deprecation and migration. Use when removing old systems, APIs, or features. Use when migrating users from one implementation to another. Use when deciding whether to maintain or sunset existing code.

33 1mo ago A 45 tokens original Apache-2.0

jmxt3/gitscape.ai

Skill Claude CodeCodex

Records decisions and documentation. Use when making architectural decisions, changing public APIs, shipping features, or when you need to record context that future engineers and agents will need to understand the codebase.

33 1mo ago A 43 tokens original Apache-2.0

wp-database

54

mralaminahamed/wp-dev-skills

Skill Claude CodeCodex

Use when a WordPress plugin needs a custom database table — creating with dbDelta (strict SQL format: two spaces before PRIMARY KEY, no trailing comma), writing versioned upgrade routines with versioncompare and registeractivationhook, querying with $wpdb prepared statements (prepare, insert, update, delete, getrow…

27 1mo ago A 283 tokens original MIT

wp-github-flow

55

mralaminahamed/wp-dev-skills

Skill Claude CodeCodex

Use when shipping work through GitHub — fixing a GitHub issue by URL/number, or committing and PR-ing uncommitted working-tree changes. Covers resolving ISSUEREPO vs CODEREPO, grouping changes into scoped conventional commits (type(scope): summary), branching from fresh origin/base, discovering labels via gh label…

27 1mo ago A 290 tokens original MIT

wp-plugin-testing

56

mralaminahamed/wp-dev-skills

Skill Claude CodeCodex

Use when writing or setting up tests for a WordPress plugin — PHPUnit integration tests using WPUnitTestCase with the WP test suite (bin/install-wp-tests.sh, phpunit.xml.dist, tests/bootstrap.php), unit tests with Brain Monkey (when() / expect() / Mockery) or WPMock, test factories (factory()->post->create()…

27 1mo ago A 340 tokens original MIT

github

57

OpenKnots/okcode

Skill Claude CodeCodex

Inspect repositories, PRs, issues, and CI workflows.

24 3mo ago A 14 tokens original MIT

debug

58

sydasif/web-search-mcp

Skill Claude CodeCodex

Debug errors, failed commands, test failures, runtime exceptions, wrong output, flaky behavior, regressions, config/import issues, and bug-fix requests using a local-first CLI workflow with Context7, GitHub CLI, and the Web Search MCP for external evidence.

24 2d ago A 55 tokens original MIT

research

59

sydasif/web-search-mcp

Skill Claude CodeCodex

Research any topic — current events, products, people, concepts, comparisons — for evidence gathering and structured multi-source synthesis.

24 2d ago A 26 tokens original MIT

opensesh/DESIGN-OPS

Skill Claude CodeCodex

Use when reviewing UI/frontend code, conducting PR reviews for components, checking design system compliance, or after any UI component work.

23 3mo ago A 29 tokens original Apache-2.0

frontend-design

61

opensesh/DESIGN-OPS

Skill Claude CodeCodex

Use when building UI components, making design decisions for frontend work, reviewing UI implementation quality, or planning interaction patterns.

23 3mo ago A 26 tokens original Apache-2.0

mcp-discovery

62

opensesh/DESIGN-OPS

Skill Claude CodeCodex

Dynamic MCP package discovery at runtime. Instead of relying on a static registry, this skill verifies MCP availability by querying npm, GitHub, and vendor documentation.

23 3mo ago A 0 tokens original Apache-2.0

pr-reviewer

63

SpillwaveSolutions/pr-reviewer-skill

Skill Claude CodeCodex

Comprehensive GitHub Pull Request code review skill. Use when asked to "review this PR", "code review", "review pull request", "check this PR", or when a GitHub PR URL is provided. Fetches PR metadata, diff, comments, commits, and related issues using gh CLI. Creates organized review workspace, analyzes code against…

23 8mo ago A 86 tokens

gitpic

64

tarnish233/gitpic

Skill Claude CodeCodex

Upload a local or clipboard image to a GitHub repo (image host) and return a Markdown link. Use when the user wants to "upload an image", "turn this image into a link", "host an image", "get a markdown link for a screenshot", "把图片上传图床", or "生成图片 markdown 链接". Requires the gitpic CLI installed and authenticated with…

23 3d ago A 107 tokens original MIT

coding-agent-master

65

holgerleichsenring/agent-smith

Skill Claude CodeCodex

Harness fixture master skill for coding pipelines. Intentionally minimal — handler-chain shape only, not real master behaviour.

23 2d ago A 26 tokens original MIT

csharp-bootstrap

66

holgerleichsenring/agent-smith

Skill Claude CodeCodex

Harness fixture bootstrap producer for the csharp project language. Minimal shape — exercises BootstrapDispatch + BootstrapRound, not real bootstrap output.

23 2d ago A 30 tokens original MIT

generic-bootstrap

67

holgerleichsenring/agent-smith

Skill Claude CodeCodex

Harness fixture bootstrap producer for the generic project language. Minimal shape — exercises BootstrapDispatch + BootstrapRound, not real bootstrap output.

23 2d ago A 28 tokens original MIT

pr-review

68

nearform/lastlight

Skill Claude CodeCodex

Review a GitHub pull request and post one formal review — advance the existing discussion and give precision-first, high-signal feedback. Judgement on the diff, not a build gate — CI validates that it builds, and a targeted probe is allowed as evidence. Use when asked to review a PR or on a cron PR scan.

22 5d ago A 69 tokens original MIT

ghpm-init

69

jackchuka/ghpm

Skill Claude CodeCodex

Initialize GitHub Project Management config. Auto-discovers project schema (fields, views, repos) and generates .ghpm/config.json + .ghpm/cache.json.

20 4mo ago A 37 tokens original MIT

ghpm-issue

70

jackchuka/ghpm

Skill Claude CodeCodex

File a GitHub issue and add it to the project board. Works mid-session or standalone. Reads .ghpm/config.json for repo list and project.

20 4mo ago A 36 tokens original MIT

ghpm-suggest

71

jackchuka/ghpm

Skill Claude CodeCodex

Suggest what to work on next based on project state and session context. Considers proximity, momentum, status, and constraints.

20 4mo ago A 30 tokens original MIT

analyze-git-repo

72

InstalabsAI/instagit

Skill Claude CodeCodex

Analyze any Git repository in depth — understand architecture, debug across repo boundaries, review APIs, plan migrations, and evaluate libraries. Surfaces real function signatures, parameter types, return values, and source citations with exact file paths and line numbers. Eliminates hallucinated APIs by grounding…

19 6mo ago A 135 tokens original MIT