This repository contains portable Claude Code skills intended for public use.
.claude/skills/holds public skills- each skill should be self-contained and documented
- keep examples synthetic and reusable
- avoid customer-specific wording
- avoid absolute local paths in committed content
- prefer read-only auth and API access when feasible
- do not commit generated reports or cached exports
- work from feature branches
- use clear commit messages
- keep documentation in sync with behavior
Never commit:
- real tenant names
- user emails from customer environments
- OAuth client IDs taken from live reviews
- raw exports or generated reports
- auth caches or token artifacts
Before submitting changes:
- scan for customer strings and local paths
- confirm
__pycache__/and generated files are absent - verify README examples match real script names and locations