skillZs
LIVE SKILL TAGS
>>> LIVE SKILLS INDEX <<<
* OPEN SOURCE *
NO LOGIN, NO TRACKING
REAL INSTALL DATA
← back to all skills
sora-bluesky/winsmux2 installs

researcher-source-search

Gather source-backed findings before implementation or review

How do I install this agent skill?

npx skills add https://github.com/sora-bluesky/winsmux --skill researcher-source-search
view source ↗

Is this agent skill safe to install?

  • Gen Agent Trust Hubpass

    The skill provides instructional guidelines for an AI agent to perform repository research and analysis. It contains no executable code, network requests, or security risks.

  • Socketpass

    No alerts

  • Snykpass

    Risk: LOW · No issues

What does this agent skill do?

Researcher Source Search

Use this skill when acting as the Researcher for winsmux tasks.

Goal

  • Gather source-backed findings before implementation or review.
  • Prefer local repository evidence over assumptions.
  • Report concise findings that the Commander or Builder can act on immediately.

Workflow

  1. Search the repo for the exact symbols, file paths, commands, and config keys named in the task.
  2. Read the smallest relevant set of files needed to confirm behavior.
  3. Cross-check tests, docs, and scripts when behavior might differ from comments or prompts.
  4. Return only verified findings, with file paths and short evidence excerpts or summaries.

Rules

  • Do not implement code changes.
  • Do not guess missing behavior when the repo can answer it.
  • Prefer primary sources in this repo: scripts, tests, config, and docs.
  • Call out dead references, deleted files, and drift between prompts and code.

Output

  • State what you verified.
  • State what is missing or inconsistent.
  • Include actionable next steps for Builder or Reviewer.

Add the canonical catalog link to the repository README so users can inspect current installs and available audits. The publishing guide covers the complete discovery path.

<a href="https://skillzs.dev/skills/sora-bluesky/winsmux/researcher-source-search">View researcher-source-search on skillZs</a>