.claude/skills/generate-article/SKILL.md
Generate a synthesized write-up from saved notes. Use when the user asks for an article, guide, write-up, or combined summary from existing notes.
npx skillsauth add Will-Barnard-WB/Personal-Knowledge-Bot generate-articleInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
The main prompt includes a Context JSON: path for the current message.
python "${CLAUDE_SKILL_DIR}/scripts/generate_article.py" --context "<context-json-path>" --topic "<topic>"
not_found, explain that there is not enough source material yet.ok, reply with the article title and a concise summary.testing
Set a one-off Telegram reminder at a specific time. Use when the user asks to be reminded about something at a given time.
development
Search saved notes and articles to answer questions about prior knowledge. Use when the user asks what they know about a topic or asks to find past information.
content-media
Process audio, image, and URL messages before saving them. Use when the message type is audio, image, or url.
development
Save useful plain-text information as a note. Use when the user shares something that should be remembered later, even if they do not explicitly say to save it.