research-software

Solid

Research software tools via source code, GitHub, web. Use when creating skills, learning new tools, finding undocumented features, or bleeding-edge patterns.

AI & Automation 389 stars 40 forks Updated today NOASSERTION

Install

View on GitHub

Quality Score: 86/100

Stars 20%
86
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# research-software — Software Research > **Rules:** Latest STABLE tag (not main). Filter to 2025-2026. Code > Docs. Skip Stack Overflow. ## Output First Every research produces this structure: ```markdown ## [Tool] vX.Y.Z (YYYY-MM-DD) **Repo:** github.com/org/repo @ abc123 ### Commands | Task | Command | Notes | |------|---------|-------| ### Config | Option | Default | Notes | |--------|---------|-------| ### Env Vars | Variable | Purpose | |----------|---------| ### Gotchas - [problem]: [fix]. Source: [PR/issue/code] ### Sources - Code: [file:line] - PRs: #123, #456 - Posts: [url] ``` --- ## THE PROMPT ``` Research [TOOL] for [PURPOSE]. Clone to /tmp, checkout latest stable tag. Spawn Explore agent on source. Find: CLI, config, hidden flags, env vars. Parallel: GitHub PRs/issues, web search "[tool] 2025". Output: skill-ready markdown. ``` --- ## Pipeline ```bash # 0. Detect context (if in a project) # Check package.json, Cargo.toml, pyproject.toml for existing versions # 1. Clone + stable tag git clone --depth 1 https://github.com/[org]/[repo] /tmp/[repo]-research cd /tmp/[repo]-research && git fetch --tags && git checkout $(git describe --tags --abbrev=0) # 2. Spawn Explore agent (parallel with step 3-4) # → "Find all CLI commands, config options, hidden flags, env vars in /tmp/[repo]-research" # 3. GitHub activity gh pr list -R [org]/[repo] --state merged --limit 30 --json title,mergedAt gh issue list -R [org]/[repo] --label question --limit 20 # 4. W...

Details

Author
boshu2
Repository
boshu2/agentops
Created
7 months ago
Last Updated
today
Language
Go
License
NOASSERTION

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category