skills/eng-ai-chat/SKILL.md
Searches internal company knowledge grounded in application context. Use when searching, querying, looking up, finding, asking, investigating, or retrieving company-specific information about apps, services, infrastructure, integrations, or platform guidance. Retrieves and synthesizes information from multiple sources including AI-generated summaries, dev guides, code search results, docs, and internal knowledge bases.
npx skillsauth add abhiroopb/synthetic-mind eng-ai-chatInstall 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 internal company knowledge grounded in application context using a company-search CLI.
Before running any commands, verify the CLI is available and authenticated:
company-search --help
If the command is not found or returns an authentication error, STOP and tell the user to install and authenticate.
Identify app slugs:
If the user mentions specific app names, use those. Otherwise, discover potential apps from the current repo:
company-search discover-apps --path .
Use the output to identify the most relevant app slug(s) for the query.
Search with app context: Run the search with one or more --app flags:
company-search "<natural language question>" --app <app-slug>
For queries spanning multiple apps:
company-search "<question>" --app <app1> --app <app2>
Synthesize results: Read the output carefully. Present a clear answer grounded in the returned sources. If results are insufficient, refine the query and/or adjust app context; state uncertainty rather than guessing.
# Single app query
company-search "How can I add a second deployment to my-service? I'm trying to ship a new background jobs deployment." --app my-service
# Multi-app integration question
company-search "How can I integrate with auth-service for my-app? I'm trying to have my-app query auth-service for session validation." --app my-app --app auth-service
# Discover apps first, then search
company-search discover-apps --path .
company-search "How do I configure rate limiting for api-gateway?" --app api-gateway
testing
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.