From rememora
ALWAYS use this skill after ANY of these events during your work: (1) You or the user made an architectural or design decision — choosing a database, framework, algorithm, API design, or trade-off. (2) You fixed a non-trivial bug — especially silent failures, race conditions, configuration gotchas, or environment-specific issues. (3) You discovered a codebase pattern — a naming convention, error handling approach, testing strategy, or architectural idiom. (4) You discovered an important entity — a service, API endpoint, config file, environment variable, or integration point. (5) The user corrected your approach or stated a preference. This skill fires AUTOMATICALLY — do not wait for the user to ask. Save knowledge AS you work.
How this skill is triggered — by the user, by Claude, or both
Slash command
/rememora:rememora-saveThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
You just completed work that produced knowledge worth preserving. Save it NOW.
You just completed work that produced knowledge worth preserving. Save it NOW.
Identify what happened and pick the right category:
| What happened | Category | Example |
|---|---|---|
| Design/architecture choice | decision | "Chose PostgreSQL over MongoDB for ACID transactions in payments" |
| Bug fix or workaround | case | "JWT middleware silently swallowed TokenExpiredError — added explicit 401 response" |
| Codebase pattern discovered | pattern | "All route handlers use asyncHandler wrapper for error propagation" |
| Important entity found | entity | "Payment service at src/services/payment.ts wraps Stripe API with retry logic" |
| User preference or correction | preference | "User prefers 2-space indent and explicit return types" |
Run this command via Bash:
rememora save "<clear, specific description of what was learned>" \
--category <decision|case|pattern|entity|preference> \
--project <project-name> \
--importance <0.5-1.0>
Say what you saved in one line, then continue with your work. Do not interrupt flow.
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 rememora/rememora --plugin rememora