# Github Stars

> List and manage the authenticated GitHub user’s stars and star lists.

- Skill: `alemar11/github-stars` (Agent Skill, multi-file: 5 files)
- Install (CLI): `npx skillmds@latest add alemar11/github-stars`
- Raw SKILL.md: https://api.skillmd.com/api/skills/alemar11/github-stars/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: alemar11 (https://skillmd.com/u/alemar11)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/alemar11/github-stars

---


# GitHub Stars

Read [network execution](../../references/network-execution.md) before provider
access. Use authenticated `gh` directly for inventory, ordinary stars, and list
deletion; use the shipped G helper only for list membership updates.

Read [workflows](references/workflows.md) for the requested operation. Before
assigning or unassigning list members, also read the
[membership helper contract](references/script-summary.md) and
[result states](references/states.md).

Resolve the host, authenticated account, and exact repository or list identities
before writes. Inspection and dry runs never mutate. An explicit star, unstar,
assignment, removal, or list-deletion request authorizes only that operation;
ask only when its target or scope remains ambiguous.

Report repository URLs, list names and IDs, observed outcomes, and incomplete
coverage or per-target failures. Do not present a write receipt as verified state.

