← all publishers

adamradek-ux

@adamradek-ux source repo

5 published skills

  1. Skill Lint · adamradek-ux bundle
    Checks a new or existing Claude Code skill against the official Agent Skills authoring standard — description (what + when + triggers), body length, progressive disclosure, side-effect gating, and shadowing between the project and personal (~/.claude) skill sets. Delegates deterministic checks to the bundled skill_lint.py and judges only what a script cannot. Read-only: proposes fixes, never writes without approval. Use when writing a new skill, editing an existing one, or when a skill does not trigger. Triggers: "check my skill", "skill lint", "is this skill well written", "why doesn't my skill trigger", "audit skills", "write a new skill", and Czech aliases "zkontroluj skill", "audit skills".
    0
    installs
  2. Memory Audit · adamradek-ux
    Compares two memory layers — git-backed context notes in your vault vs the non-git Claude Code auto-memory store — finds overlap/drift and convention drift, and PROPOSES a source of truth plus what to merge or delete. Read-only analysis; propose → OK → write. Triggers: "memory audit", "what's duplicated in memory", "sync my memory", "what's stale in my context notes", and Czech aliases "audit paměti", "co je zastaralé v paměti".
    0
    installs
  3. Session Capture · adamradek-ux
    At the end of a work session (or on demand) it sweeps the current session and extracts four categories — decisions, corrections/lessons, new references, pending tasks — and PROPOSES writes to the right places (decisions log, lessons + memory, memory references, inbox/notes). Writes nothing without an OK (propose → OK → write). Human-in-the-loop version of the self-evolving memory pattern. Run AFTER the task is finished; the completion gate before declaring done is verify-before-done, not this skill. Triggers: "capture session", "what should I remember from this session", "log this session", and Czech aliases "zapiš session", "ulož co jsme zjistili".
    0
    installs
  4. Research To Vault · adamradek-ux
    Takes a URL, YouTube video, PDF/DOCX, or a voice memo, extracts clean content, writes a short summary, and PROPOSES where to file it in your notes vault (resources/ or inbox/) with proper frontmatter and links. Propose → OK → write. Triggers: "save this article/video", "process this source into my vault", "summarize and file", "research to vault", a pasted URL/file to save, and Czech aliases "ulož tenhle článek", "shrň a zařaď".
    0
    installs
  5. Verify Before Done · adamradek-ux
    Completion-check gate to run BEFORE declaring a task done. Walks through success criteria, factual claims (numbers/URLs/features/processes), writing conventions (propose-then-write, frontmatter, naming, no leftover placeholders) and scope creep; explicitly admits what failed or was skipped. Use at the end of every multi-step task, especially before writing into a notes vault. Run BEFORE saying done; recording findings into persistent memory is session-capture's job (runs after completion). Triggers: "done?", "verify before done", "completion check", "before-done", and Czech aliases "hotovo?", "ověř než dokončíš".
    0
    installs