skills/product/SKILL.md
--- Skill name: product Skill description: Searches and reads from the product documentation repository. Use when searching existing product requirements, end-to-end feature architecture, or browsing product documentation. --- # Product Repository Search Search and read product requirements, end-to-end feature architecture, and other documentation from the product documentation repository. ## Prerequisites - `gh` CLI (GitHub CLI) authenticated with access to the product repo ## CLI Tool Th
npx skillsauth add abhiroopb/synthetic-mind skills/productInstall 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.
Search and read product requirements, end-to-end feature architecture, and other documentation from the product documentation repository.
gh CLI (GitHub CLI) authenticated with access to the product repoThis skill includes a CLI tool at {{SKILL_DIR}}/scripts/product-search.
Run it through Python so it works even if executable bits are missing after install:
python3 {{SKILL_DIR}}/scripts/product-search <command> [options]
Search for files matching a query. Defaults to markdown files.
python3 {{SKILL_DIR}}/scripts/product-search search "payments architecture"
Options:
--all-files — search all file types, not just markdown--limit N — max results to return (default: 10)--json — output results as JSONRead a specific file from the repository.
python3 {{SKILL_DIR}}/scripts/product-search read docs/payments/architecture.md
Options:
--max-lines N — truncate output after N lines (default: 200, use 0 for unlimited)--ref REF — git ref to read from (default: main)List the directory structure to discover what documents exist.
python3 {{SKILL_DIR}}/scripts/product-search tree
python3 {{SKILL_DIR}}/scripts/product-search tree docs/payments
Options:
--depth N — max directory depth to show (default: 3)--md-only — show only markdown filestree to discover the directory structuresearch to find documents matching a topicread to fetch the full content of a specific documenttesting
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.