Agent Skills: Diary

Add a diary entry to your HACS diary. Usage /diary "your entry text". Quick, reliable, one-shot.

UncategorizedID: LupoGrigi0/Human-Adjacent-Coordination/diary

Install this agent skill to your local

pnpm dlx add-skill https://github.com/LupoGrigi0/Human-Adjacent-Coordination/tree/HEAD/.claude/skills/diary

Skill Files

Browse the full folder contents for diary.

Download Skill

Loading file tree…

.claude/skills/diary/SKILL.md

Skill Metadata

Name
diary
Description
Add a diary entry to your HACS diary. Usage /diary "your entry text". Quick, reliable, one-shot.

Diary

Add a diary entry via HACS.

Steps

  1. Read identity:

    # Identity: CWD first (per-instance), then home (fallback)
    if [ -f .hacs-identity ]; then source .hacs-identity 2>/dev/null
    elif [ -f ~/.hacs-identity ]; then source ~/.hacs-identity 2>/dev/null
    fi
    

    If missing, tell user to run /hacs-setup first.

  2. Call mcp__HACS__add_diary_entry with:

    • instanceId: from $HACS_INSTANCE_ID
    • text: the user's message (the arguments passed to this skill)
  3. Confirm success or report failure. Keep it brief — one line.

Rules

  • If no text provided, ask what to write
  • Don't editorialize or rewrite the user's entry — their words, their diary
  • Add a timestamp prefix if the user didn't include one