Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By yu-iskw
Agent skills and subagents for automating GitHub issues, project boards, and workflows using the GitHub CLI.
npx claudepluginhub yu-iskw/github-project-skills --plugin github-project-skillsComprehensive management of GitHub issues, including sub-issue hierarchies. Use to create, update, close, list, search, view, comment on, and manage parent-child relationships between issues in a single skill.
Creates and links a development branch to an issue. Use to start implementation work.
Comprehensive management of GitHub Projects (v2). Use to list projects, view items, add items, update fields, and manage project structure in a single skill.
Sets the active GitHub project and repository context by writing a repo-level config file at .github/project-config.json. Run once per repository to eliminate repeated context verification prompts and share the context with all team members via git. All subsequent agent sessions will auto-verify silently against this config.
Verifies the current GitHub authentication status and git remote against the repo-level config at .github/project-config.json. Proceeds silently when the environment matches the config. Alerts only when a mismatch is detected or no config exists. Use at the start of every session.
Uses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
GitHub issue triage, creation, and management
Project management plugin that aligns initiatives with GitHub data - turns repositories, issues, and projects into status dashboards
GitHub workflow: issues, PRs, worktrees, sub-issues
Harness-native ECC plugin for engineering teams - 63 agents, 251 skills, 79 legacy command shims, reusable hooks, rules, MCP conventions, and operator workflows for Claude Code plus adjacent agent harnesses
v9.42.3 — Patch release for cursor-agent smoke checks in untrusted workspaces. Run /octo:setup.
AI-powered development tools for code review, research, design, and workflow automation.
Agent skills for adopting and tuning sqlfluff-complexity CPX rules in SQLFluff and dbt projects.
Lightdash Organization Administration plugin for managing users, groups, and organization settings.
Lightdash Development plugin for semantic layer modeling (dbt YAML, metrics, dimensions).
Lightdash Content Administration plugin for managing spaces, charts, and dashboards within a project.
Agent team plugin for software development with 3-tier pipeline: Plan → Research/Orchestrate → Parallel execution. Provides 11 specialized agents (planner, orchestrator, product-manager, designer, software-engineer, code-reviewer, qa, sre-devops, security, legal-compliance, researcher) and 11 matching skills for collaborative development workflows.
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.