Help us improve
Share bugs, ideas, or general feedback.
Marketplace for GitHub project management agent skills and subagents.
npx claudepluginhub yu-iskw/github-project-skillsAgent skills and subagents for automating GitHub issues, project boards, and workflows using the GitHub CLI.
Development marketplace for Superpowers core skills library
Harness-native ECC skills, hooks, rules, MCP conventions, and operator workflows
Open Design — local-first design app exposed to coding agents over MCP. Install once with your agent's plugin command and projects/files/skills are reachable through stdio.
Share bugs, ideas, or general feedback.
This repository is a collection of specialized Agent Skills and Subagents designed to automate and streamline GitHub workflows by leveraging the GitHub CLI (gh). These skills empower AI agents (like Cursor, Claude Code, or Gemini CLI) to interact deeply with GitHub issues, milestones, labels, and project boards, enabling autonomous project management and triage.
gh command) for authentication, eliminating the need to manage Personal Access Tokens (PATs)..github/project-config.json file declares the active GitHub project and repository context. After one-time setup, all agent sessions auto-verify silently — no repeated confirmation prompts.Learn how to leverage this repository for common GitHub workflows:
gh-issue-management.gh-project-management.gh-issue-management and gh-project-management.gh-issue-management.All skills in this repository comply with the Agent Skills Specification, ensuring consistent naming, metadata extraction, and progressive disclosure patterns.
.github/project-config.json to declare the active GitHub project and repository. Run once per repository to enable silent auto-verification for all subsequent sessions..github/project-config.json. Proceeds silently when the environment matches the config; alerts only on mismatch or missing config.This repository is available as a Claude Code plugin. Install it directly from the built-in custom marketplace:
# 1. Add this repository as a custom marketplace
/plugin marketplace add yu-iskw/github-project-skills
# 2. Install the plugin
/plugin install github-project-skills@github-project-skills
# 3. Activate (reload plugins)
/reload-plugins
This installs all 5 agent skills and 2 subagents into Claude Code automatically.