Claude-Skills
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
- settings.local.json
- lint.yml
- domain.md
- issue-tracker.md
- triage-labels.md
- fix_markdownlint.py
- README.md
- README.md
- SKILL.md
- README.md
- SKILL.md
- ANTI_HALLUCINATION_PROTOCOL.md
- SKILL.md
- SKILL.md
- .keep
- 01-installer-et-utiliser.md
- 02-briefer-un-scenario.md
- 03-setup-sentry-nextjs.md
- .keep
- load-test-protocole.md
- load-test.md
- sentry-triage.md
- README.md
- constrained_decoding_middleware.py
- README.md
- SKILL.md
- README.md
- SKILL.md
- hitl-loop.template.sh
- README.md
- SKILL.md
- matrix-v2.3-to-v3.1.0.md
- normative-units-v2.3.md
- AUDIT.md
- CHANGELOG.md
- README.md
- SKILL-v3.0.md
- SKILL-v3.1.md
- SKILL-v3.2.md
- SKILL.md
- SKILL_v2.3.md
- SKILL_v2_durcie.md
- README.md
- SKILL.md
- auto-evaluation-visuelle.md
- revision-prose.md
- README.md
- SKILL.md
- README.md
- SKILL.md
- .gitkeep
- SKILL.md
- README.md
- SKILL.md
- DEEPENING.md
- HTML-REPORT.md
- INTERFACE-DESIGN.md
- LANGUAGE.md
- README.md
- SKILL.md
- README.fr.md
- SKILL.md
- README.md
- SKILL.md
- README.md
- SKILL.md
- SKILL.md
- README.md
- SKILL.md
- PROMPT-ENTREE.md
- README.md
- SKILL.md
- plugin.json
- environments.md
- skill-authoring.md
- weekly-review.md
- LICENSE.txt
- one-skill-to-rule-them-all-white-background.png
- one-skill-to-rule-them-all.png
- README.md
- SKILL.md
- USER-GUIDE.md
- README.md
- SKILL.md
- README.md
- SKILL.md
- README.md
- SKILL.md
- README.md
- SKILL.md
- README.md
- Rodin.md
- Rodin_v2.md
- SKILL.md
- domain.md
- issue-tracker-github.md
- issue-tracker-gitlab.md
- issue-tracker-local.md
- README.md
- SKILL.md
- triage-labels.md
- multi-step-skill.md
- simple-skill.md
- test-prompts.md
- README.md
- SKILL.md
- markdown-lint.yml
- design-principles.md
- examples.md
- review-checklist.md
- skill-template.md
- test-cases.md
- troubleshooting.md
- validate_skill.py
- trigger-tests.md
- .markdownlint.json
- README.fr.md
- README.md
- SKILL.md
- report-template.md
- conflict-rules.md
- analyze_context.py
- README.md
- SKILL.md
- README.md
- SKILL.md
- cli-tool-example.md
- markdown-lint-workflow.yml
- markdownlint.json
- readme-sections.md
- README.md
- SKILL.md
- SKILL.md
- README.md
- SKILL.md
- README.md
- SKILL.md
- cache-deep-dive.md
- claude-md-templates.md
- tools.md
- validate_skill.py
- functional-tests.md
- trigger-tests.md
- README.md
- SKILL.md
- SKILL.md
- .gitignore
- .markdownlint.jsonc
- CLAUDE.md
- CONTRIBUTING.md
- CONTRIBUTING_FR.md
- GITHUB_CONFIG.md
- LICENSE
- README.md
- README_FR.md
# Use via CDN
jsDelivrjsDelivr 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 ▼
git clone
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 ▼
glab
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 ▼
xcopy
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:
