researcher-pack
Structured research sessions, paper reading, and idea evaluation
All Skills in This Repository (6)
Pure Emerald Level Indicatorsweekly-review
Aggregate signals from events.jsonl, research-state.yaml, wiki, IDEAS.md, and Mental Gym into a structured weekly digest.
lit-search
Map research papers into a per-topic wiki workspace with references.bib.
paper-read
Loads a paper from PDF or URL and guides users through phases to completion, including discussion and optional storage.
research-session
Load research state files and generate a briefing with sub-skill routing.
research-companion
Convert vague research interests into evaluated directions through a 6-phase workflow.
orchestrate
Coordinate multi-agent workflows across coding, research, and documentation tasks.
Frequently Asked Questions
FAQPage SchemaHow to install researcher-pack?▼
Run `npx skills add andrehuang/researcher-pack --all -g -y` in your terminal to install all skills globally.
How to keep research notes organized across sessions?▼
Every skill reads and writes the same plain-text wiki, so papers, ideas, and decisions stay linked and searchable instead of disappearing into chat logs.
How to evaluate a research idea quickly?▼
Use the research-companion skill in triage mode to get a fast Pursue, Refine, or Kill verdict from an adversarial critic, or run the full six-phase session for deeper evaluation.
Can it search and map academic literature?▼
Yes. The lit-search skill runs multi-angle searches across Semantic Scholar and the web, then builds a persistent per-topic workspace with a paper memory bank and BibTeX file.
Does researcher-pack work with Obsidian?▼
Yes. The wiki uses standard Markdown with wikilinks and YAML frontmatter, so you can open it directly as an Obsidian vault for graph exploration.
Related Repositories in Education & Research
View All in Education & Research→learn-claude-code
Learn to build AI agent harnesses from scratch
ai-agents-for-beginners
Learn to build, deploy, and secure AI agents step by step
33-js-concepts
Master 33 essential JavaScript concepts with tested, verified guides