Menu

Post image 1
Post image 2
Post image 3
1 / 3
0

Building a Skills Updater Pipeline for AI Platforms

DEV Community·Nic Lydon·26 days ago
#Q4Jssydo
#ai#automation#llm#skills#pipeline#user
Reading 0:00
15s threshold

I turned 1,870 JSONL files into six new user-level skills for my AI platform in a single session. Here’s how I built a repeatable pipeline for skills-updater. The Problem I had a one-off question: 'Look through all my Claude Code JSONL files and recommend new skills.' This meant walking through ~904 MB of data across 45 project directories, filtering down to 2,752 real user-typed prompts, and cross-referencing against an existing skill set of 56 (9 user + 47 plugin). The manual deep-dive was expensive—too expensive to redo from scratch. So, I built skills-updater to automate it. The Pipeline The repo lives at the heart of my AI ecosystem, tied to Nexus and ARIA. I wrote scripts to parse the JSONL files, extract meaningful user interactions, and rank skill gaps. The synthesis returned 12 candidates; six shipped immediately: narrative-docs-update : Captures my policy of documentary-grade writing (147 hits across 30 projects). whats-next : Briefs me on session restarts (62+ hits).…

Continue reading — create a free account

Join HashtagPLUS to read full articles, follow hashtags, vote, and join the conversation.

Read More