From lazycortex-observe
Audit the lazycortex-observe plugin: verify any rule files still encode their invariants and cross-check artifact conventions. Read-first; presents findings, asks before fixing. Severity: PASS / WARN / FAIL.
How this skill is triggered — by the user, by Claude, or both
Slash command
/lazycortex-observe:lazy-observe.auditThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Audit the `lazycortex-observe` plugin for rule-body integrity and cross-artifact consistency. Read-first; nothing is mutated until the user approves.
Audit the lazycortex-observe plugin for rule-body integrity and cross-artifact consistency. Read-first; nothing is mutated until the user approves.
This skill has 4 ordered steps. The executor MUST NOT skip, merge, reorder, or silently omit any step. To make dropped steps structurally impossible:
TaskCreate with exactly one task per step below — no merging, no abbreviation, no renaming. The canonical list (use these titles verbatim):
Step 1 — Scan rule filesStep 2 — Cross-artifact checkStep 3 — ReportStep 4 — Log the runin_progress on enter and completed on exit. "Completed" means "I executed the step's logic AND produced an outcome word for it".TaskList shows every prior task completed.Glob: claude/lazycortex-observe/rules/*.md. For each file, verify frontmatter parses and the body still encodes the invariants the plugin relies on. (No invariants yet → INFO no rule files shipped.)Outcome: per-rule severity line, or INFO no rule files shipped.
Glob: claude/lazycortex-observe/skills/*/SKILL.md and claude/lazycortex-observe/agents/*.md. Verify each carries the execution-discipline preamble (or a execution-discipline-waiver: frontmatter key) per lazy-core.skill-writing § 1 and lazy-core.agent-writing § 4..logs/claude/<name>/ somewhere in its body.Outcome: per-artifact severity line.
Render a markdown report. Severity: PASS / WARN / FAIL / INFO. One section per scan; one line per finding ([SEVERITY] title | path:line).
Outcome: reported.
Two separate calls — Bash(mkdir -p .logs/claude/lazy-observe.audit) then Write to .logs/claude/lazy-observe.audit/YYYY-MM-DD_HH-MM-SS.md per the logging rule. Frontmatter: git_sha, git_branch, date, input. Body: report.
Outcome: logged.
npx claudepluginhub mebius-san/lazy-cortex --plugin lazycortex-observeCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.