Research Detail
Description
Retrieve full details from a previous research finding when the summary wasn't enough.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
Repository README
This is the README for bigph00t/claude-research-team, shared by 4 entries
in this directory. It describes the repository, not this entry specifically.
description: "Get more detail from a previous research finding" argument-hint: ""
Research Detail
Retrieve full details from a previous research finding when the summary wasn't enough.
Arguments
- A finding ID (numeric) from previous research
- OR a query string to search past findings
How to Execute
Parse the argument from: $ARGUMENTS
If numeric ID, fetch directly:
curl -s "http://localhost:3200/api/findings/"
- If text query, search findings:
curl -s "http://localhost:3200/api/findings/search?q="
- Present full finding details:
- Complete summary
- All key findings (not truncated)
- Full source list with URLs
- Confidence score
- Related findings
Progressive Disclosure
This skill supports the progressive disclosure pattern:
- Level 1: Brief summary (shown in initial injection)
- Level 2: Key findings + sources (this command)
- Level 3: Full content + related research
Request higher levels by adding `--full` flag.
Related Skills
Awesome Go
A curated list of awesome Go frameworks, libraries and software
Development next.js
| The React Framework | 138360 | 1503 | 1 |
Development sharing-skills
skill for guidance.
Development root-cause-tracing
Use when errors occur deep in execution and you need to trace back to find the original trigger.
Development Template Skill
Minimal skeleton for a new skill project structure.
Development Third-party Notices
THE FOLLOWING SETS FORTH ATTRIBUTION NOTICES FOR THIRD PARTY SOFTWARE THAT MAY BE CONTAINED IN PORTIONS OF THI
Development