jackchuka

42 mods across 3 repositories, 40 stars between them.

ghpm-init

01

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

02

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-shared

03

jackchuka/ghpm

Skill Claude CodeCodex

Shared reference for all ghpm skills — prerequisites, config format, startup sequence, and error handling.

20 4mo ago A 25 tokens original MIT

ghpm-status

04

jackchuka/ghpm

Skill Claude CodeCodex

GitHub Project health dashboard. Shows workflow distribution, component health, team workload, items needing attention, and available views.

20 4mo ago A 28 tokens original MIT

ghpm-suggest

05

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

ghpm-view

06

jackchuka/ghpm

Skill Claude CodeCodex

Query GitHub Project items by named view or ad-hoc filter. Shows items in board, table, or roadmap format.

20 4mo ago A 29 tokens original MIT

ghpm-work

07

jackchuka/ghpm

Skill Claude CodeCodex

End-to-end work session on a GitHub Project item. Setup → Clarify → Plan → Implement → PR, with decisions captured throughout. Use when starting work on an issue, picking up a task, or resuming an interrupted session.

20 4mo ago A 52 tokens original MIT

jackchuka/skills

Skill Claude CodeCodex

Review and reorganize Claude Code permission settings across all config files (global settings.json, project settings.local.json, dotfiles copies). Identifies redundancy, misplaced permissions, and lack of read/write organization. Produces a clean layout where global settings are the source of truth and project-local…

15 15d ago A 147 tokens original MIT

jackchuka/skills

Skill Claude CodeCodex

Audit skills for agentic orchestration quality. Checks subagent dispatch patterns, parallelism opportunities, anti-patterns, and alignment with the three-phase pattern (setup → dispatch → aggregate). Use when reviewing skill quality, saying "audit orchestration", "check my skills for parallelism", "skill orchestration…

15 15d ago A 85 tokens original MIT

jackchuka/skills

Skill Claude CodeCodex

Scan skills for prerequisite tools, MCP servers, and auth requirements, then check if everything is installed and authenticated. Offers to fix issues. Use when setting up a new machine, after installing skills, or to verify your environment. Triggers: "check prerequisites", "skill prereqs", "are my tools installed"…

15 15d ago A 89 tokens original MIT

jackchuka/skills

Skill Claude CodeCodex

Audit skill SKILL.md files for compliance with the agentskills.io specification and house conventions. Checks frontmatter fields (name, description, compatibility, metadata, argument-hint), metadata sub-fields (author, scope, layer, confirms), and layer/suffix consistency. Use when adding new skills, reviewing skill…

15 15d ago A 112 tokens original MIT

jackchuka/skills

Skill Claude CodeCodex

Reviews a CLI tool's command interface for consistency in argument naming, flag conventions, help text, and README alignment. Use when building CLI tools or before releasing CLI updates. Triggers: "review CLI arguments", "align CLI conventions", "CLI consistency check", "make sure commands are aligned", "review…

15 15d ago A 71 tokens original MIT

dev-code-quality

13

jackchuka/skills

Skill Claude CodeCodex

Systematic codebase quality scan for identifying duplication, redundancy, and improvement opportunities. Use when reviewing a repo's architecture, finding refactoring targets, or assessing code health. Triggers: "scan the repo", "find code duplication", "suggest improvements", "code quality review", "is there…

15 15d ago A 75 tokens original MIT

dev-new-tool

14

jackchuka/skills

Skill Claude CodeCodex

End-to-end workflow for taking a new tool idea from research to working MVP. Use when the user has an idea for a CLI tool, library, or small project and wants to go from concept to initial implementation. Triggers on "I have an idea for a tool", "build a new CLI", "create a new project", "kickoff new tool", "I want to…

15 15d ago A 106 tokens original MIT

dev-software-design

15

jackchuka/skills

Skill Claude CodeCodex

Opinionated guide to software design principles and architectural patterns. Use when reviewing code design, planning feature architecture, asking "is this the right design?", "how should I structure this?", or requesting design philosophy guidance. Triggers on questions about SOLID, DRY, KISS, YAGNI, Clean…

15 15d ago A 91 tokens original MIT

gh-dep-pr-triage

16

jackchuka/skills

Skill Claude CodeCodex

Triage and fix dependency update PRs (Renovate, Dependabot, etc.). Use when the user wants to review dependency PRs, check which are mergeable, fix failing CI on dependency updates, or clean up a backlog of automated dependency PRs. Also triggers when the user mentions "renovate PRs", "dependabot PRs", "dependency…

15 15d ago A 89 tokens original MIT

gh-issue-report

17

jackchuka/skills

Skill Claude CodeCodex

Investigate and file bug reports on GitHub repositories. Searches existing issues to avoid duplicates, checks contributing guides and issue templates, optionally confirms the bug in source code, and files a well-structured issue. Works on both local and remote repos. Triggers: "file a bug", "report issue", "is there a…

15 15d ago A 95 tokens original MIT

gh-org-chart

18

jackchuka/skills

Skill Claude CodeCodex

Generate an interactive HTML org explorer from a GitHub organization. Surfaces team hierarchy, members, owned repos, and CODEOWNERS path attributions. Two stages: collect.sh writes a canonical JSON, render.py emits a self-contained HTML file. The JSON is the cache (mtime ≤ 24h skips re-collection) and is…

15 15d ago A 108 tokens original MIT

gh-oss-go-bump

19

jackchuka/skills

Skill Claude CodeCodex

Bump Go version across multiple OSS repositories. Use when the user wants to update Go across repos, says "bump go version", "update go", "go version bump", "upgrade go", or mentions updating Go in their projects. Also triggers on "go 1.x", "latest go", "go security update", "/go-bump".

15 15d ago B 78 tokens original MIT

gh-oss-release-prep

20

jackchuka/skills

Skill Claude CodeCodex

Systematic OSS release preparation checklist. Use when preparing a repository for open-source publishing, making a project public, or ensuring a repo meets OSS standards. Triggers: "prepare for OSS", "ready to publish", "make this public", "OSS checklist", "scan repo for publish", "open source this"…

15 15d ago C 76 tokens original MIT

gh-oss-release

21

jackchuka/skills

Skill Claude CodeCodex

Create GitHub releases across multiple OSS repositories. Checks release status via gh oss-watch releases, analyzes unreleased commits to recommend semver bumps, confirms with user, then creates releases. Triggers: "create releases", "release my packages", "check for releases", "oss releases", "gh oss-watch releases"…

15 15d ago A 82 tokens original MIT

gh-review-triage

22

jackchuka/skills

Skill Claude CodeCodex

Triage PR reviews assigned to you and your teams. Produces a single prioritized table using a decision-tree + LLM hybrid approach. Use when the user wants to triage their review queue, prioritize PR reviews, check what PRs need attention, or asks "what should I review next", "review triage", "my review queue"…

15 15d ago A 79 tokens original MIT

jackchuka/skills

Skill Claude CodeCodex

Create git commits following the Conventional Commits v1.0.0 specification (conventionalcommits.org). Use when the user asks to commit changes, says "/conventional-commit", or wants a well-structured commit message. Triggers on requests like "commit this", "commit my changes", "create a commit", or any git commit…

15 15d ago A 105 tokens original MIT

jackchuka/skills

Skill Claude CodeCodex

Schedule meetings between people using the gws CLI (Google Calendar). Use when the user wants to find a meeting time, schedule a meeting, check availability, or book time with someone. Triggers on requests like "schedule a meeting with X", "find time with Y", "book a 1:1", "when can I meet with Z", "set up a sync".

15 15d ago A 86 tokens original MIT