Install
$ agentstack add skill-cuopipyyy-skills-for-agent-github-stars-organizer ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
GitHub Stars Organizer
Organize starred repositories as a repeatable workflow: export first, classify by theme, propose cleanup candidates, sync the final groups into GitHub Lists, then optionally prune old lists. Prefer usage-based and topic-based buckets over language-based buckets unless the user explicitly wants language buckets.
Auth And Safety
- Ask whether the user wants analysis only or direct GitHub changes.
- Use a classic PAT in
GITHUB_TOKEN. - Prefer
user+public_repowhen the session may create Lists, rename Lists, delete Lists, or unstar repos. - Do not rely on fine-grained PATs for bulk star cleanup; they can fail on public repos not owned by the user.
- Export a backup before any destructive change.
- Require explicit approval before unstarring repos or deleting old Lists.
- Tell the user to revoke the token after the work is done.
Quick Start
- Export the current stars with
scripts/export_stars.py. - Classify the exported repos into 5-12 high-signal topic buckets and create:
- one JSON spec file for the target Lists
- one
owner/repotext file per target List
- If the user wants cleanup, produce
High-confidenceandMedium-confidenceunstar candidates first. - Only after approval, run
scripts/unstar_repos.py. - Sync the final groups into GitHub Lists with
scripts/sync_github_lists.py. - If the user wants to keep only the new final scheme, run
scripts/delete_old_lists.py.
Workflow
1. Export and snapshot
- Run
scripts/export_stars.pybefore cleanup or relisting work. - Keep both JSON and CSV backups when the user may want a spreadsheet review or rollback reference.
- Write artifacts into a user-specific working directory instead of the skill folder.
2. Classify by usage
- Group repos by how the user actually uses them: embedded, AI infra, video tools, frontend build, robotics, self-hosted infra, and similar topical buckets.
- Avoid overly granular public Lists. If a bucket is weak or mixed, keep it local-only instead of forcing a public List.
- Local-only holding buckets such as
待看,Learning,Awesome, orPapersare fine during analysis, but usually should not become final public Lists. - Build the spec and text files described in
references/spec-format.md.
3. Propose cleanup candidates
- Split unstar suggestions into at least two levels such as
High-confidenceandMedium-confidence. - Show candidates before changing GitHub state.
- After approval, run
scripts/unstar_repos.pyagainst a text file ofowner/repolines.
4. Sync GitHub Lists
- Use
scripts/sync_github_lists.pywith the spec and list directory. - Run a dry-run first when the account already has Lists or when the spec reuses existing list names.
- Use
reuse_fromin the spec when the user is already close to GitHub's 32-list cap. - Use
--enforce-exact-targetswhen the final Lists should exactly match the local plan, including removing leftover members from reused Lists. - Preserve existing non-target list memberships by default.
5. Prune old Lists
- Only delete old Lists after the new final Lists are verified.
- Run
scripts/delete_old_lists.pywith the same spec so only the target List names are kept. - Deleting a GitHub List does not unstar the repos inside it.
Resources
scripts/export_stars.py: export the authenticated user's stars to JSON and CSV.scripts/unstar_repos.py: bulk-unstar repos from a text file after approval.scripts/sync_github_lists.py: create, update, reuse, and populate GitHub Lists from a local plan.scripts/delete_old_lists.py: delete non-final GitHub Lists while keeping the new target Lists.references/workflow.md: end-to-end operating procedure, guardrails, and command patterns.references/spec-format.md: required JSON spec format and per-list text file format.references/example-spec.json: reusable example of a nine-list theme-based setup.
Validation
- Prefer a dry-run before mutating GitHub.
- Compare verified List counts against the local text files after sync.
- Save machine-readable reports next to the working artifacts.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: Cuopipyyy
- Source: Cuopipyyy/skillsfor_agent
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.