A release procedure for Starcat's separate backend API repositories, including services for sharing, trends, weekly data, the wiki, recommendations, and discovery. It covers version tags, pull requests, automated workflows, and Fly.io deployments.
A workflow for updating changelog files and moving local screenshot images to a content delivery network (CDN), a server that hosts files for fast access. It then replaces local image paths with CDN links and synchronizes four changelog files.
A release process for Starcat’s command-line program and its Homebrew package. Homebrew is a tool for installing software on macOS and Linux from package definitions.
A process for managing Starcat’s app translations from draft text through review, import, and release across 18 languages. It keeps the app’s translation catalogue and the public translation repository aligned.
A process for publishing the Starcat website and keeping its public changelog and project-promotion sections up to date. A changelog is a page listing notable product changes.
A guided process for creating a separate support project under the Starcat codebase, such as an API, command-line tool, browser extension, website, or documentation project. It also registers the project with the wider Starcat system.
A set of procedures for running and maintaining Starcat’s self-hosted Go services locally and on Fly.io, a cloud hosting platform. It covers service status, health checks, secrets, backups, and data restoration.
A tool for turning news, project lists, and other bulk text into verified GitHub repository links, then adding confirmed repositories to Starcat Weekly. It checks that each link belongs to the actual project owner.
Update Starcat changelog documents in supports/starcat-pro/ by reading ALL git commits from the main Starcat project and generating categorized release notes in both English and Chinese. Use this skill whenever the user wants to update changelog, release notes, update records, or sync the changelog with recent…
A set of project rules for coding agents working on Starcat, including database-change rules, Git branch and worktree practices, and required project documentation.
A set of project rules for Claude Code agents working on Starcat, covering database changes, approval before coding, Git worktrees, releases, and protected project documentation.