Claude-Skills

(★ 10)

Community skills for Claude Code: token optimization, productivity workflows, and development best practices. All skills tested with TDD methodology (RED-GREEN-REFACTOR). Features rescue-tokens skill: 90% verbosity reduction, eliminates rate limits through 9 optimization patterns.

File Explorer

  • .gitignore
  • .markdownlint.jsonc
  • CLAUDE.md
  • CONTRIBUTING.md
  • CONTRIBUTING_FR.md
  • GITHUB_CONFIG.md
  • LICENSE
  • README.md
  • README_FR.md

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

git clone

View Details ▼

Clone an existing repository.

git clone {{remote_repository_location}} {{path/to/directory}}

Clone an existing repository into a new directory (the default directory is the repository name):

git clone --recursive {{remote_repository_location}}

Clone an existing repository and its submodules:

git clone {{[-n|--no-checkout]}} {{remote_repository_location}}

Clone only the `.git` directory of an existing repository:

🔍

glab

View Details ▼

Work seamlessly with GitLab.
Some subcommands such as `config` have their own usage documentation.

glab repo clone {{owner}}/{{repository}}

Clone a GitLab repository locally:

glab issue create

Create a new issue:

glab issue list

View and filter the open issues of the current repository:

🔍

xcopy

View Details ▼

Copy files and directory trees.

xcopy {{path\to\file_or_directory}} {{path\to\destination_directory}}

Copy the file(s) to the specified destination:

xcopy {{path\to\file_or_directory}} {{path\to\destination_directory}} /p

List files that will be copied before copying:

xcopy {{path\to\file_or_directory}} {{path\to\destination_directory}} /t

Copy the directory structure only, excluding files:

# Project Badges

// repository documentation