Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 1004 Bytes

File metadata and controls

40 lines (27 loc) · 1004 Bytes

Cascades Repository

This repository contains portable Claude Code skills intended for public use.

Repository structure

  • .claude/skills/ holds public skills
  • each skill should be self-contained and documented

Authoring rules

  • 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

Git rules

  • work from feature branches
  • use clear commit messages
  • keep documentation in sync with behavior

Sensitive data rules

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

Validation

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