Lists GitHub Projects (v2). Use when you need to find project IDs or view available boards.
Scanned 2/12/2026
Install to Claude Code
npx -y skills add majiayu000/claude-skill-registry --skill gh-listing-projects --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Gh Listing Projects?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/majiayu000-gh-listing-projects)More formats (shields.io, HTML) on the badges page.
---
name: gh-listing-projects
description: Lists GitHub Projects (v2). Use when you need to find project IDs or view available boards.
---
# Listing GitHub Projects
## Purpose
Retrieves projects associated with an owner using the `gh project list` command.
## 1. Safety & Verification
- **Owner Flag**: The `--owner` flag is mandatory for organization-level projects.
## 2. Common Workflows
### Workflow: List Personal Projects
Lists projects for the current user.
**Command**:
```bash
gh project list --owner "@me"
```
### Workflow: List Org Projects
Lists projects for a specific organization.
**Command**:
```bash
gh project list --owner "my-org" --json number,title,id
```
No comments yet. Be the first to comment!
Interact with the Paperclip control plane API to manage tasks, coordinate with other agents, and follow company governance. Use when you need to check assignments, update task status, delegate work, post comments, set up or manage routines (recurring scheduled tasks), or call any Paperclip API endpoint. Do NOT use for the actual domain work itself (writing code, research, etc.) — only for Paperclip coordination.