From research-log
Maintain a research log that acts as an advisor, not just a diary. Registers projects; records decisions with generalizable lesson extraction; saves session state; recalls cross-project lessons and prior solutions when stuck; checks proposed approaches against promoted anti-pattern rules; runs weekly review with lesson promotion and dashboard refresh. Use when the user asks to initialize a research-log project, record an experiment or decision, save session state, recall past lessons or how a blocker was solved before, check a planned approach against past mistakes, or review all projects.
How this skill is triggered — by the user, by Claude, or both
Slash command
/research-log:research-logThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill maintains a unified research-log workspace in `~/.research/` and uses it to actively
This skill maintains a unified research-log workspace in ~/.research/ and uses it to actively
improve research, not merely to record it. The data model and all file schemas are defined in
references/conventions.md — read it first whenever you touch the store.
The skill earns its keep at three moments:
Whenever the user proposes a research approach — an architecture, model, loss function, methodology, experimental design, or "let's do X" choice — before agreeing, elaborating, or helping execute it:
~/.research/rules.md (small, promoted-rules-only; cheap to load).This is a behavioral directive, not a hook. It applies in any registered project's working directory. Keep it lightweight — only promoted Rules are checked, and only when an actual approach choice is on the table (not for routine edits or questions).
Read the matching workflow reference for the user's request:
references/initialize.mdreferences/record.mdreferences/save-state.mdreferences/recall.mdreferences/check.mdreferences/review.md~/.research/dashboard.md
before acting on an existing project.references/conventions.md exactly.~/.research/.locks/{slug}.lock) before writing project state.← current focus is the anchor for drift detection; keep exactly one.rules.md.~/.research-log/ backup; it is read-only.npx claudepluginhub axect/research-log --plugin research-logProvides 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.