Help us improve
Share bugs, ideas, or general feedback.
From obsidian
Provides three independent project health actions: synthesize and export project memory (memory), generate a full project status report with audit, security findings, and a 7-day plan (report), and audit memory files for quality, freshness, and contradictions (audit). Triggers vary per action — "project memory / memory export / synthesize memory" maps to memory; "project status / status report / project health" maps to report; "audit memory / memory quality / check memory files" maps to audit. Do NOT use for implementing features, writing application code, running tests, or modifying non-memory project files.
npx claudepluginhub rebellioussmile/my-claude-marketplaceHow this skill is triggered — by the user, by Claude, or both
Slash command
/obsidian:project-statusThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Three independent actions covering project memory synthesis, full status reporting, and memory quality auditing. Actions are non-sequential and dispatched by intent.
Guides Next.js Cache Components and Partial Prerendering (PPR): 'use cache' directives, cacheLife(), cacheTag(), revalidateTag() for caching, invalidation, static/dynamic optimization. Auto-activates on cacheComponents: true.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Breaks plans, specs, or PRDs into thin vertical-slice issues on the project issue tracker using tracer bullets. Useful for converting high-level work into grabbable implementation tickets.
Share bugs, ideas, or general feedback.
Three independent actions covering project memory synthesis, full status reporting, and memory quality auditing. Actions are non-sequential and dispatched by intent.
| # | Action | Role | Input |
|---|---|---|---|
| 01 | memory | Synthesize project memory and export decisions | None required (optional scope) |
| 02 | report | Full project status with audit, security, 7-day plan | None required |
| 03 | audit | Audit memory files for quality, freshness, contradictions | Optional scope path |
Dispatch based on user intent:
memoryreportauditreport or audit P2/P3 — only memory writes its export and audit applies P1 auto-fixes.file:line for every finding in audit.report are strictly tasks under 15 minutes.assets/project_memory.md — Output template for the memory actionassets/project_status.md — Output template for the report actionassets/audit_memory.md — Output template for the audit action