A curated list of GitHub repositories for clsync - Claude Code environment synchronization tool.
See repos.yaml for the full list of available repositories.
Want to add a new repository to the list? Please follow the PR guidelines below.
- Repository must be publicly accessible
- Repository must contain Claude Code compatible content (skills, subagents, output styles, or documentation)
- Repository must have a clear README explaining its purpose
- Repository should be actively maintained (updated within the last 6 months)
Add your repository to repos.yaml following this format:
- name: clsync-your-repo-name
url: https://github.com/your-username/clsync-your-repo-name
source: https://github.com/original-owner/original-repo # if forked
description: A brief description of the repository
addedAt: "YYYY-MM-DD"Before submitting your PR, ensure:
- Your entry is added at the end of the
repositorieslist - All required fields (
name,url,description,addedAt) are present - The
addedAtdate matches the PR submission date - YAML syntax is valid (no trailing spaces, proper indentation)
- If forked, the
sourcefield points to the original repository
feat: add <repository-name>
Example: feat: add clsync-awesome-prompts
## New Repository
- **Name**: clsync-your-repo-name
- **URL**: https://github.com/...
- **Description**: Brief description
## Why this repository?
Explain why this repository would be valuable for clsync users.- PRs are reviewed within 48 hours
- Maintainers may request changes if guidelines aren't met
- Once approved, your repository will be available to all clsync users
MIT