skills/cloning-squareup-repos/SKILL.md
Clone organization repositories using the correct SSH remote. Use when cloning, downloading, fetching, pulling, checking out, or setting up any organization GitHub repository.
npx skillsauth add abhiroopb/synthetic-mind cloning-reposInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
When cloning a repository from your organization, always use the correct SSH remote format configured for your org.
Use the organization-specific SSH remote:
<org-ssh-alias>@github.com:<org-name>/<repo-name>.git
Example:
git clone <org-ssh-alias>@github.com:<org-name>/web.git
Why? Many organizations configure custom SSH aliases for GitHub access (e.g., for SSO, deploy keys, or multi-account setups). Using the standard [email protected] remote may fail authentication. Check your ~/.ssh/config or organization docs for the correct alias.
Replace the placeholder values with your organization's setup:
<org-ssh-alias> — your org's SSH alias (e.g., org-12345)<org-name> — your GitHub organization nametesting
Track TV shows and movies with Trakt.tv. Search, get watchlist, history, up-next, recommendations, trending, calendar, ratings, stats, add/remove from watchlist, mark watched, rate, and check in. Use when asked about what to watch, TV shows, movies, watch history, or Trakt.
development
Send and receive SMS messages via Twilio API. Used for text message notifications, forwarding important alerts, and two-way SMS communication.
documentation
Organizes files in the local Downloads folder into proper folders. Use when asked to organize, sort, or file downloaded documents.
tools
Book and manage appointments on Sutter Health MyHealth Online portal. Uses browser automation via Playwright MCP to interact with the patient portal.