feat: LangChain series, series UI, and content-gen skills - #6
Merged
Conversation
Content - Add 3-part series "Building AI Products with LangChain" (ecosystem map, createAgent + middleware, LangGraph stateful orchestration) with cohesive AI-generated thumbnails. - Feature the series; unfeature older standalone posts. Series feature - Add series/seriesOrder frontmatter (Post type, repository, service) and a groupPostsIntoSeries util. - SeriesNav (in-post TOC) + SeriesPager (prev/next part) components. - ExperimentsGrid groups series under a full-width summary header, then the standalone posts; no dedicated /series page. FilterBar - Hide Categories when only one exists; collapse Tags to 10 with expand toggle. Skills (.claude/skills) - blog-thumbnail: generate on-brand 16:9 thumbnails via Nano Banana (gemini-2.5-flash-image), stdlib-only REST script, wires frontmatter. - linkedin-post: draft LinkedIn promo posts in the blog's voice. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
|
Images automagically compressed by Calibre's image-actions ✨ Compression reduced images by 75%, saving 3.7 MB.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Introduces a blog series feature and ships the first one, plus content-generation skills and some experiments-page polish.
Content
createAgent+ MiddlewareSeries feature
series/seriesOrderfrontmatter →Posttype, repository, service, plus agroupPostsIntoSeriesutil./seriespage — everything stays on/experiments.)FilterBar
Skills (
.claude/skills/)gemini-2.5-flash-image). Dependency-free stdlib REST script; readsGEMINI_API_KEY; wires the frontmatterthumbnail.Test plan
tsc --noEmitandeslintclean.next buildsucceeds; series posts + thumbnails render on/experiments.🤖 Generated with Claude Code