From blogging
Pull new links from Discord #link-feed channel and append them to a categorized link feed index. Use when the user asks to check, update, or ingest the link feed.
How this skill is triggered — by the user, by Claude, or both
Slash command
/blogging:link-feedThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Pull new links from Discord #link-feed channel and append them to the link feed index.
Pull new links from Discord #link-feed channel and append them to the link feed index.
1366246672275083375#link-feed1366085981874421802A JSON file containing last_message_id — use this as the after parameter when reading the channel to only get new messages.
Categorized markdown tables with columns: | Date | Title | URL | Relevance | Notes |
last_message_idaction: read
channel: discord
channelId: 1366246672275083375
after: <last_message_id>
limit: 100
after with the newest ID from each batchcontent (regex extract)embeds[0].titleembeds[0].descriptiontimestampUtccogos, research, tool, context, theory, src as appropriateupdated, last_batch, total_links, date_rangelast_message_idcogos — directly relevant to CogOS architecture, agent design, or workspaceresearch — academic paper or research findingtool — software tool, library, or frameworkcontext — industry news, trends, or general contexttheory — relevant to SRC/CFT theoretical frameworksrc — directly relevant to SRC mathematical framework(untitled) with context tagnpx claudepluginhub chazmaniandinkle/skills --plugin bloggingGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.