← Index
Source: docs/logs/2026-03-24/creating-summ-skill.md (auto-generated by scripts/generate-docs-html.mjs — edit the .md, not this file)

Creating the /summ Skill (2026-03-24)

Category: Feature

Built a custom Claude Code skill that automatically generates structured HTML task summaries with daily logs, knowledge cards, and English idioms — committed and pushed to the task repo.


What was done

Techniques & Learnings

~/.claude/
  skills/
    summ/
      SKILL.md          # Skill definition with frontmatter + instructions

/Users/jay/work/task/
  docs/
    know-summary.html   # Master index page (all summaries)
    2026-03-24/
      task-slug.html    # Individual task detail page

Idiom of the Day

"Build the ship while sailing it" — to create or improve something while it's already in use, iterating as you go rather than waiting for perfection.

In context: We decided to build the ship while sailing it — launching the /summ skill with its core features and refining the design as we use it in real sessions.


← Back to Daily Log Summary