research-discover
Search for research papers across academic databases
What this skill does
# Research Discover Command Search for relevant research papers across academic databases (arXiv, ACM, IEEE, Semantic Scholar, CrossRef). ## Instructions When invoked, perform systematic literature search: 1. **Parse Query** - Accept natural language search query - Extract key terms and constraints - Identify domain context (ML, software engineering, HCI, etc.) 2. **Select Databases** - Default: Search all available databases - If `--source` specified, use only that database - Prioritize databases by domain relevance 3. **Execute Search** - Query each database API - Apply filters: publication year, source type, quality indicators - Collect results with metadata (title, authors, DOI, abstract) 4. **Rank Results** - Score by relevance to query - Score by citation count - Score by source quality (journal tier, conference rank) - Score by recency - Calculate composite relevance score 5. **Present Results** - Display top N results (default: 10) - Show title, authors, year, source, DOI - Show relevance score and brief abstract snippet - Provide acquisition options for high-value papers ## Arguments - `[query]` - Search query (required) - `--source [arxiv|acm|ieee|semantic-scholar|crossref|all]` - Database to search (default: all) - `--limit [n]` - Maximum results to return (default: 10) - `--year-from [yyyy]` - Filter results from year onwards - `--year-to [yyyy]` - Filter results to year - `--min-citations [n]` - Minimum citation count threshold - `--output [table|json|yaml]` - Output format (default: table) ## Examples ```bash # Basic search across all databases /research-discover "agentic workflows LLM" # Search specific database with filters /research-discover "test-driven development effectiveness" --source acm --year-from 2020 --min-citations 50 # Comprehensive search with high limit /research-discover "cognitive load theory UI design" --limit 25 --output yaml ``` ## Expected Output ``` Search Results: "agentic workflows LLM" (10 results, sorted by relevance) ┌─────┬───────────────────────────────────────────┬──────────┬───────────┬──────────┐ │ # │ Title │ Authors │ Year │ Score │ ├─────┼───────────────────────────────────────────┼──────────┼───────────┼──────────┤ │ 1 │ AutoGen: Enabling Next-Gen LLM Apps... │ Wu et al.│ 2023 │ 0.95 │ │ │ DOI: 10.48550/arXiv.2308.08155 │ │ arXiv │ 234 cit. │ ├─────┼───────────────────────────────────────────┼──────────┼───────────┼──────────┤ │ 2 │ The Landscape of Emerging AI Agent... │ Wang et │ 2024 │ 0.89 │ │ │ DOI: 10.48550/arXiv.2404.11584 │ │ arXiv │ 89 cit. │ ├─────┼───────────────────────────────────────────┼──────────┼───────────┼──────────┤ ... Actions: - Use /research-acquire [DOI] to download papers - Use /research-quality [DOI] to assess source quality - Results saved to .aiwg/research/search-cache/results-[timestamp].yaml ``` ## Workflow Integration This command integrates with the research workflow: 1. **Discovery** ← You are here 2. Use `/research-acquire` to download selected papers 3. Use `/research-document` to create summaries 4. Use `/research-quality` to assess evidence quality 5. Use `/research-cite` to generate citations ## References - @$AIWG_ROOT/agentic/code/frameworks/research-complete/agents/discovery-agent.md - Discovery Agent - @$AIWG_ROOT/agentic/code/frameworks/research-complete/docs/database-apis.md - Supported databases - @$AIWG_ROOT/src/research/services/discovery-service.ts - Search implementation - @.aiwg/research/README.md - Research corpus structure
Related in General
modeling-omnistudio-epc-catalog
IncludedSalesforce Industries CME EPC product-modeling skill for Product2-based catalog creation. Use when creating EPC products, configuring product attributes, building offer bundles with Product Child Items, or reviewing EPC DataPack JSON metadata for product catalog changes. TRIGGER when: user creates or updates Product2 EPC records, AttributeAssignment payloads, AttributeMetadata/AttributeDefaultValues, Offer bundles, or ProductChildItem relationships. DO NOT TRIGGER when: designing OmniScripts/FlexCards/Integration Procedures (use building-omnistudio-omniscript, building-omnistudio-flexcard, or building-omnistudio-integration-procedure), implementing Apex business logic (use generating-apex), or troubleshooting deployment pipelines (use deploying-metadata).
relationship-science-coach
IncludedUse this skill for direct, practical adult relationship coaching: couples conflict, repair, trust, marriage, dating, flirting, attachment patterns, emotional connection, sex, desire differences, eroticism, kink negotiation, affection, love languages, breakups, and long-term passion. Draw on Gottman, EFT and Hold Me Tight, attachment science, modern sex research, Perel, Nagoski, Kerner, Schnarch, Love and Stosny, and flexible love-language tools. Be concrete and low-hedge. Redirect only for imminent danger, abuse, coercive control, minors, non-consent, self-harm, stalking, or medical/legal/psychiatric decisions.
building-sf-integrations
IncludedSalesforce integration architecture and runtime plumbing with 120-point scoring. Use this skill to set up Named Credentials, External Credentials, External Services, REST/SOAP callout patterns, Platform Events, and Change Data Capture. TRIGGER when: user sets up Named Credentials, External Services, REST/SOAP callouts, Platform Events, CDC, or touches .namedCredential-meta.xml files. DO NOT TRIGGER when: Connected App/OAuth config (use configuring-connected-apps), Apex-only logic (use generating-apex), or data import/export (use handling-sf-data).
venue-templates
IncludedAccess comprehensive LaTeX templates, formatting requirements, and submission guidelines for major scientific publication venues (Nature, Science, PLOS, IEEE, ACM), academic conferences (NeurIPS, ICML, CVPR, CHI), research posters, and grant proposals (NSF, NIH, DOE, DARPA). This skill should be used when preparing manuscripts for journal submission, conference papers, research posters, or grant proposals and need venue-specific formatting requirements and templates.
let-fate-decide
IncludedDraws the 12 Houses of the Zodiac Tarot spread to inject entropy into planning when prompts are vague, ambiguous, or casually delegated. Interprets the spread to guide next steps. Use when the user says 'let fate decide', 'YOLO', 'whatever', 'idk', or other nonchalant phrases, makes Yu-Gi-Oh references, or when you are about to arbitrarily pick between multiple reasonable approaches. Prefer over ask-questions-if-underspecified when the user's tone is casual or playful rather than precision-seeking.
net-ops
IncludedCross-platform network troubleshooting (Windows, macOS, Linux) via local or remote shell. Use for: DNS broken, can't resolve hostnames, nslookup/dig works but apps fail, NRPT, WFP, scutil, /etc/resolver, systemd-resolved, /etc/resolv.conf, NetworkManager, VPN DNS leak residue (ProtonVPN/Mullvad/WireGuard/AnyConnect), AV/firewall blocking DNS or DoH, Tailscale DNS interaction, intermittent connectivity, remote diagnostics over SSH.