cyberneticlibrary

Plan and fund enterprise research

research-ops-skillsskillsetup L317,464
alirezarezvani/claude-skills
What it does

Route research queries to specialist handlers

Best for

Routing research queries by domain beats running generic fallback searches.

Inputs
  • · file or document content
  • · natural language query/prompt
  • · structured budget or ledger data
Outputs
  • · structured JSON output
  • · task list or implementation plan
  • · code, migrations, or SQL
  • · design specifications or mockups
  • · routing decision with delegation path
  • · budget analysis with assumptions
Requires
  • · Git/GitHub API
  • · Google Workspace API
Preconditions
  • · Authentication credentials present
  • · Input file exists and is readable
  • · Relevant context provided by user
  • · Input type must be classifiable to one route
Failure modes
  • · Authentication failure or expired credentials
  • · Timeout or rate limit exceeded on external calls
  • · Input cannot be classified to any route
  • · Ambiguous input requires clarifying question
  • · Network or API service unavailable
  • · Input file missing or malformed
  • · Validation fails on input or output
Trust signals
  • · Open-source repo available: alirezarezvani/claude-skills
  • · Version and compatibility specified
  • · Concrete usage examples provided
  • · License specified
  • · Verification/testing guidance included