asu-discover
ASU Domain Discovery Skill (v2)
Semantic search across Arizona State University's GitHub organization using hybrid RAG (Retrieval-Augmented Generation).
Announce at start: "I'm using the asu-discover skill to search ASU repositories."
Architecture
This skill is a client to the GitHub RAG backend that indexes 760+ ASU repositories:
- Embedding Model: Jina v2 (768 dimensions) - runs locally
- Keyword Extraction: Server-side TF-IDF via
/keywordsendpoint - Search: Hybrid RRF (70% semantic + 30% keyword)
- Backend: Lambda API with sqlite-vec + FTS5
Quick Reference
| Command | Description |
|---|
More from chandima/opencode-config
github-ops
|
2context7-docs
|
2mcporter
Direct MCP access via MCPorter. Use to discover MCP servers, list MCP tools, or call an MCP tool (e.g., chrome-devtools screenshot, firecrawl scrape) when no specific skill exists. Supports any configured MCP server.
1skill-evals-run
Run the OpenCode skill-loading eval suite for this repo. Use when asked to run skill evals, skill-loading evals, or the skill-evals-run command.
1planning-doc
Create or update PLAN.md planning documents when users ask for a plan or planning. Use when asked to create a plan, planning document, or plan-based workflow.
1agent-browser
Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task. Triggers include requests to "open a website", "fill out a form", "click a button", "take a screenshot", "scrape data from a page", "test this web app", "login to a site", "automate browser actions", or any task requiring programmatic web interaction.
1