Skip to content

workromancer/clsync-repos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

clsync-repos

A curated list of GitHub repositories for clsync - Claude Code environment synchronization tool.

Repository List

See repos.yaml for the full list of available repositories.

Contributing

Want to add a new repository to the list? Please follow the PR guidelines below.

PR Guidelines

1. Repository Requirements

  • 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)

2. YAML Entry Format

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"

3. PR Checklist

Before submitting your PR, ensure:

  • Your entry is added at the end of the repositories list
  • All required fields (name, url, description, addedAt) are present
  • The addedAt date matches the PR submission date
  • YAML syntax is valid (no trailing spaces, proper indentation)
  • If forked, the source field points to the original repository

4. PR Title Format

feat: add <repository-name>

Example: feat: add clsync-awesome-prompts

5. PR Description Template

## 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.

Review Process

  1. PRs are reviewed within 48 hours
  2. Maintainers may request changes if guidelines aren't met
  3. Once approved, your repository will be available to all clsync users

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published