From great-researchers
Scaffold a research/ directory at the project root, sibling to manuscript/, film/, publishers/, marketing/, engineering/, design/, operations/, counsel/. Adds a Research section to CLAUDE.md (or creates one). Use when starting research work — citation discipline, literature review, deep-research narrative. NOT ACADEMIC ADVICE — a craft register.
How this skill is triggered — by the user, by Claude, or both
Slash command
/great-researchers:researchers-project-initThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Scaffold the `research/` directory and register it in the project's `CLAUDE.md`.
Scaffold the research/ directory and register it in the project's CLAUDE.md.
⚠️ NOT ACADEMIC ADVICE. Files in
research/are craft-level writing in the voice of canonical figures. Treat them as drafts and reasoning tools.
Creates a research/ folder with three subdirectories:
research/
├── studies/ # Essays, papers, lit reviews, case studies, investigations
├── reviews/ # Peer-style reviews of studies
└── bibliography/ # Citations, sources, annotated bibliographies
The bibliography/ subdir is the load-bearing differentiator vs. manuscript/ (great-authors) — citation discipline lives separately from the studies that reference them.
Then adds (or creates) a ## Research section in CLAUDE.md:
## Research
> ⚠️ **Not academic advice.** Files in `research/` are craft-register writing in the voice of canonical figures. Real research questions require real researchers.
**Path:** `research/` (at project root)
**Current study:** `<user-chosen-slug>` (the study you're actively working on)
Commands that generate research artifacts (`/researchers-channel` save behavior, `/researchers-write-study`, `/researchers-review`) write to `research/<subdir>/<current-study>.md` by default.
The researcher personas read this file plus README.md, prior studies and reviews, the bibliography. For cross-craft projects, also `.great-authors/project.md`.
For technical-mathematical writing rigor, cross-dispatch `great-engineers:don-knuth-engineer`.
For political-philosophy research register, cross-dispatch `great-counsels:hannah-arendt-counsel`.
/researchers-channel with save triggers.When this skill is invoked:
Resolve the project root.
Check for existing research/ directory. Default skip if exists.
Read existing context. README.md, CLAUDE.md, prior research docs, the manifest, .great-authors/project.md if cross-craft.
Ask one question: "What's the slug for the study or research question you're starting with? Default: based on what's in the project."
Create the directory tree. studies/, reviews/, bibliography/.
Update CLAUDE.md with the ## Research section above. Disclaimer line stays at the top — do not strip.
Report:
Created research/ with subdirs:
studies/ reviews/ bibliography/
Updated CLAUDE.md with ## Research section.
Current study: <slug>
⚠️ Reminder: research/ holds craft-register writing, not primary research.
Detected project context:
- <Research question summary>
- <Key files present: prior bibliographies, etc.>
Next:
- /researchers-channel <persona> for direct collaboration. Best fits for this question: <list 2-3 by signal>
- /researchers-write-study <topic> to draft a study
- /researchers-review <path> to peer-review a draft
For technical rigor: Agent({subagent_type: "great-engineers:don-knuth-engineer", ...})
For political-philosophy: Agent({subagent_type: "great-counsels:hannah-arendt-counsel", ...})
research/ directory is for ARTIFACTS, not the actual primary research itself (which is the user's)..great-authors/ is needed.current-study slug names "what we're working on right now."Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
npx claudepluginhub sethshoultes/great-minds-constellation --plugin great-researchers