Comprehensive research with cited sources. Use for complex research that should be verified and persist.
Performs comprehensive research with verified citations for complex topics requiring multiple sources. Use when you need documented, persistent research with source verification rather than quick lookups.
/plugin marketplace add femtomc/idle/plugin install idle@idleThis skill inherits all available tools. When active, it can use any tool Claude has access to.
references.bibProduce well-sourced research artifacts with verified citations.
Don't use for: Quick lookups. Just search directly.
bibval| Criterion | Requirement |
|---|---|
| Citations | Every claim has inline citation with URL |
| Coverage | Key perspectives included (not just first result) |
| Recency | Sources current (≤2 years for APIs/tech, flexible for fundamentals) |
| Confidence | Calibrated honestly; uncertainties stated explicitly |
| Conflicts | Disagreements between sources noted, not hidden |
Weight findings by source authority:
{
"topic": "string",
"status": "COMPLETE | PARTIAL",
"confidence": "HIGH | MEDIUM | LOW",
"findings": [
{
"subtopic": "string",
"content": "string with inline citations",
"sources": ["url1", "url2"]
}
],
"sources": [
{
"url": "string",
"title": "string",
"authority": "official | peer-reviewed | blog | forum"
}
],
"gaps": ["string"]
}
bibval on academic citations before includingPost research artifacts to jwz for persistence and discovery:
jwz post "research:<topic>" --role alice \
-m "[alice] SYNTHESIS: <topic>
Status: COMPLETE | PARTIAL
Confidence: HIGH | MEDIUM | LOW
Findings:
- <finding 1>
- <finding 2>
Sources: <url1>, <url2>"
jwz search "SYNTHESIS:"
jwz search "FINDING:"
jwz read "research:<topic>"
Master defensive Bash programming techniques for production-grade scripts. Use when writing robust shell scripts, CI/CD pipelines, or system utilities requiring fault tolerance and safety.