langchain-ai/weekly-newsletter
Produce the weekly 'This Week in Music' customer newsletter by researching the distributor's top genres in parallel and assembling a styled HTML page. Use when asked to create, write, or send the weekly newsletter or a music-news roundup.
npx skills add https://github.com/langchain-ai/lca-deepagents --skill weekly-newsletter
A parallel-research task. Coordinate; let the researchers do the digging.
top 4 genres by revenue across the catalogue and feature those.
task tool — fire them all off together so they run in parallel.
(/research/<genre>/) for raw notes. Ask for a single ~120–180 word
Markdown segment headed ## <Genre>.
# This Week in Music titlemarkdown_to_html on the assembled Markdown.new Date().toISOString().slice(0, 10).write_file the returned HTML to /outputs/newsletter-<date>.html.Tell Jane where the newsletter was saved and list the genres covered.
Take langchain-ai/weekly-newsletter from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.