DeveloPassion's Newsletter #211 - Shipping AI Skills in the Open

Three weeks of shipping: 3 open-source AI Skills (Garmin, arXiv, Scholar); two new Obsidian plugins (Hidden Folders, Graph Explorer); the OSK v4 runway; a News Flash page on my blog; updated Knowii pricing; and the Kimi K2.6 + Qwen + Gemma 4 local AI wave.

DeveloPassion's Newsletter #211 - Shipping AI Skills in the Open

Edition 211 of my newsletter, discussing Knowledge Work, AI, Knowledge Management, Zen Productivity, Personal Organization, and more!

Hello everyone! I'm Sébastien Dubois, your host. You're receiving this email because you signed up for DeveloPassion's Newsletter, or bought one of my products. Thank you for being here with me ✨

If you enjoy this, please forward it to your friends ❤️. If this email was forwarded to you, then don't forget to subscribe and become a supporter

DeveloPassion's Newsletter logo: lightbulb sprouting colorful idea nodes

Welcome

Welcome to all the new readers ❤️

A lot has happened over the past three weeks; so much that I almost didn't know where to start writing this one. So I picked the thread that ties it all together: AI Skills are becoming the new unit of knowledge work, and I've been shipping them like crazy ^__^.

On the personal side, I'm slowly getting back in shape. I've been running consistently, exercising daily, and losing weight. Small wins compound. I also had a small surgery this week (dental implant); not fun, but manageable. As I'll discuss further, Obsidian and AI help me a ton to analyze my health/exercise data and to prepare plans, and it's mega useful. Similarly, I'm now leveraging LLM Wikis to explore different topics such as nutrition, exercise/running, physics, etc. It's a great way to explore and learn new things.

I've also been reading more. I decided to finally learn more about physics, a topic that I've been curious about for a long time. I started The Feynman Lectures on Physics (book), an awesome "introduction" by one of the best teachers ever; Professor Richard Feynman. I'm listening to the audio book version during my commutes), taking notes about what I discover using Voicenotes AI, and asking tons of questions to AI about the first principles.

I also started dipping into The Mountain Is You (book) by Brianna Wiest. I love how she explores self-sabotaging behaviors and their true origins. I'm taking tons of notes, and will be publishing those soon.

On the fiction side, I recently finished Digital Fortress (Book) by Dan Brown, which I found to be really disappointing. Having studied cryptography at university, the technical side of the book wasn't correct/grounded in reality, so it really put me off! By the way, Mr Michael Rabin, who was a real legend/pioneer of cryptography died recently... :(

I've now started reading J'ai encore menti ! (book) by Gilles Legardinier, a very fun to read French author.

Alright, let's gooooo 🚀

Highlights

  • 🤖 Shipped 3 open-source AI Skills on GitHub: Garmin, arXiv, Google Scholar
  • 🔌 Released the Hidden Folders Access plugin for Obsidian; finally expose .claude/ and friends inside your vault
  • 🔌 Released the Graph Explorer Base View plugin for Obsidian; interactive force-directed graphs on top of Obsidian Bases
  • 🧠 Obsidian Starter Kit v4 is getting close; I wrote about the journey so far
  • 📰 Launched the News Flash page on my blog (short-form notes; a bit like Simon Willison's TIL)
  • 🔥 New article on the local AI wave (Kimi K2.6, Qwen, Gemma 4)
  • 💰 Updated Knowii pricing: quarterly minimum, no more monthly, no more trial
  • 🧩 3,800+ concepts on concepts.dsebastien.net
  • 📖 Still planning The Context Layer book; the outline keeps growing

Before You Go Any Further

I want to reach more people. Got 20 seconds? Share the link with one friend/colleague who would benefit from joining us. And don't forget to also mention the Knowii Community ❤️

And if you bought some of my products or courses? Please leave a rating/review. It really helps ❤️

The Lab 🧪

🤖 AI Skills Are the New Primitive; and I'm Shipping (Some of) Them in the Open

Over the past three weeks, I've published three open-source AI Skills on GitHub under the MIT license. You install them with a single command:

npx skills add dsebastien/ai-skill-...

That's it. Restart Claude Code (or whatever AI tool you use that supports skills) and you now have a new capability available.

AI Agent Skills extend AI agents. When I install the Garmin skill, my AI assistant suddenly knows how to pull my Garmin Connect data into my daily notes in Obsidian. When I install the arXiv skill, it can search, analyze, and monitor research papers. The skill carries the "how"; the agent takes care of the why and the reasoning.

This is an actionable knowledge distribution model I find really exciting. A skill is just a folder with a SKILL.md file, some scripts, and a clear trigger. You can version it, audit it, fork it, remix it. It runs on your machine, with your context, on your data. No SaaS dependency. No vendor lock-in.

I strongly recommend reading the open specification for AI skills. It's very short and easy to read:

Specification - Agent Skills
The complete format specification for Agent Skills.

The three I shipped so far:

  • Garmin AI Skill: syncs my Garmin Venu 3 data (sleep, HRV, training load, body battery, ...) into my daily notes in Obsidian. I use it for my half-marathon prep; I can also feed it to an AI coach for recommendations
  • ai-skill-arxiv: search arXiv, analyze papers, monitor topics with saved queries
  • ai-skill-scholar: search Google Scholar, pull citations, generate literature reviews

I wrote about the last two here:

Two New AI Skill Suites for Research Papers (arXiv and OpenAlex)
I shipped two open-source Agent Skill suites today for anyone who searches/reads research papers with the help of AI. Both are MIT-licensed, have zero dependencies, and conform to the open Agent Skills specification. Thus they work with Claude, Cursor, Gemini CLI, OpenCode, Goose, and every other sk

I also wrote an article on why AI skills break on other machines; hidden assumptions about paths, tools, auth, and environment. If you're building skills that other people will actually run, this is worth a read.

Why Your AI Skills Break on Other Machines
Your AI skill works perfectly on your machine, then falls apart for everyone else. Here are the twelve portability traps that break AI skills the moment they leave your environment, and exactly how to fix every single one of them.

And the Garmin one:

A Garmin AI Skill and Richer Health Tracking in Obsidian
Today I shipped a few things around health tracking in my Obsidian vault. They all click together.

Source code:

The AI Skill as a distribution unit is going to be a big deal. Install once, reuse forever, share with others. It's also a fantastic way to package your own workflows and make them portable across machines and agents.

From now on, I'll list the (open source) AI skills I've created here: My Published AI Skills.

🔌 Two New Obsidian Plugins

I've been dogfooding heavily, and dogfooding surfaces gaps. Here are two gaps I closed this month.

Hidden Folders Access plugin for Obsidian: Obsidian hides dot-folders by default (.claude/, .git/, .github/, ...). That's usually fine, but if you want your AI Skills, agent definitions, and workflows indexed by Obsidian (searchable, query-able, show up in Obsidian Bases), you not only NEED to see them, but you also need Obsidian to index them. This plugin takes care of both.

Thanks to this plugin, I was able to build a new AI-focused Obsidian Base on top of my AI Agents & Skills, which is pretty cool.

Surfacing Hidden Folders in Obsidian and Building an AI Base on Top
I built a new Obsidian plugin this morning; one adding a feature I’ve been missing for a long while now.

Graph Explorer Base View plugin for Obsidian: a custom Base view type that renders notes as an interactive force-directed graph. Filter the base, and the graph updates live. Move nodes, move groups, see the legend, explore clusters. Obsidian's default graph view is great for the whole vault, but I needed the same thing scoped to a specific Base (say, all my LLM Wiki articles). So I built it. I also wrote about why LLM Wikis need a visual layer; the tl;dr is that knowledge bases are naturally graph-shaped, and reading them linearly misses half the value.

I Built a Graph Explorer for Obsidian Bases. Here’s Why LLM Wikis Need a Visual Layer
I built Graph Explorer Base View to solve a real problem: LLM Wikis generate tons of interconnected notes, but without a visual layer, you can’t see clusters, gaps, or what still needs review.

Both plugins are open-source and can be installed either manually (download a release from the Releases page on GitHub) or using the BRAT plugin for Obsidian. They're not official community plugins, because I've realized that it's just taking way too long for the Obsidian team to approve new plugins. They're getting SWAMPED by the community, which is understandable given that AI really lowered the bar to create new things.

I keep coming back to this, but Obsidian is really an operating system for Markdown:

🧠 Obsidian Starter Kit v4 Is Almost Here

I shipped a retrospective article this week: 4 years, 20K notes, and AI Agents; the OSK v4 story. If you want to understand what v4 is going to be (fully AI-enabled vault, hundreds of AI skills, dedicated agent system with persistent memory, LLM Wikis, MCP server, CLI, typed notes), this is the piece to read.

4 Years, 20K Notes, and AI Agents: The Obsidian Starter Kit v4 Is Almost Here
The Obsidian Starter Kit v4 is coming. AI handles the plumbing; you do the thinking. Full AI-enabled Knowledge Management with hundreds of skills, dozens of agents, a CLI, an MCP server, and more. Lock in the current price before it goes up.

I'll publish more to cover the different improvements, but first I have to SHIP! :)

Reminder: the price will go up after v4 ships. If you've been on the fence, now is the time. Lifetime access, one-time purchase, 4 years of continuous iteration.

Obsidian Starter Kit - Stop Configuring, Start Thinking | Knowledge Forge
Complete Obsidian vault with 40+ auto-filing templates, pre-configured plugins, and PKM methodology. 1,000+ users. 20+ years expertise. 30-day guarantee.

📰 Introducing DeveloPassion's News Flash

I started publishing short-form news posts on my blog; little updates, product announcements, cool discoveries, quick thoughts. A bit like Simon Willison's "TIL" posts, but DeveloPassion flavored.

The goal is to get out of the "either a full article, a newsletter or nothing" status quo. Sometimes I want to share a thing without writing 2,000 words about it. The News page is where those live.

This new section also makes it much easier for me to share interesting links.

Last but not least, some of those news posts will also be sent by e-mail. I'll try not to spam you with all the ideas that cross my mind ;-)

Sébastien Dubois
I help creators, leaders, and knowledge workers build knowledge systems powered by AI that turn information overload into consistent output.

🔥 Local AI Is Catching Up

The April 2026 wave is wild.

Not so long ago, "local AI" mostly meant toy models. But things have changed. Now, there are really powerful AI models that can run on desktops, laptops, and even smartphones. The gap between frontier models and open-weight models releases keeps compressing. It's great news for privacy, cost, sovereignty, and experimentation.

The "AI tigers" of China (Moonshot AI, Zhipu AI (Z.ai), Baichuan, Deepseek) keep pushing the frontier forward, and open-weight wins benefit everyone.

Kimi K2.6, Qwen, and Gemma 4: Local AI Is Catching Up
April 2026 has been a big month for open-weight AI, and it’s not over yet. Three releases landed back-to-back, and together they show that the AI models you can run yourself are getting MUCH more capable, MUCH faster than most people expected.

💰 Knowii Pricing Update

I've updated Knowii Community pricing. The main changes:

  • No more monthly billing: quarterly minimum across all tiers. This filters for committed members who will actually show up, apply what they learn, and make a real difference in their lives
  • No more trial: Explorer tier at €14.99/quarter is now the low-commitment entry point

Why? Because the people who join Knowii to "just try" or simply to grab free bonuses rarely engage, and community quality depends on people who are committed to the journey. Lower prices also attract the wrong audience. The new model is simpler, and it signals the seriousness of the community.

If you're already subscribed, don't worry, nothing changes for you.

Knowii Community - Master Knowledge Management + AI | From €14.99/quarter
Join 400+ members mastering Knowledge Management AND AI. Community + Courses + Tools integrated. €500+ value in Knowledge Master tier.

🏃 Your Health, as a First-Class Citizen in Your Vault

One of the bigger directions for the OSK v4 release is a deeper health & exercise system baked right into the vault. Your Obsidian vault is already the place where you think, plan, and write; there's no reason your health data shouldn't live next to it.

Over the past weeks, I've:

Extended the daily note template with an extended set of health & exercise fields. Sleep duration, sleep quality, stress, HRV, training readiness, body battery, VO2 max, resting heart rate, nutrition (water, caffeine, meals, supplements, fasting hours), exercise (runs, gym, walks, cycling, swimming, steps, distance, active minutes), reps (push-ups, squats, lunges, plank seconds), medications, symptoms, and more. Each field is a typed property, which means it's queryable, charteable, and usable by AI.

Improved the Health Base on top of those fields. I can see trends, filter by date/activity/metric, and spot patterns at a glance. Paired with the Life Tracker plugin for Obsidian, I also get beautiful visualizations directly inside Obsidian. No separate dashboard, no Notion page, no third-party app. Just the vault.

Shipped a set of AI Skills focused on health & experimentation:

  • osk-health-profile: synthesizes all my daily note health data into a structured profile
  • osk-health-insights: analyzes health data over time for patterns and anomalies
  • osk-health-recommendations: suggests adjustments based on recent trends
  • osk-health-checkin: guided daily health data entry
  • osk-health-experiment: define health experiments with intervention, duration, measures, and readout
  • osk-experiment-design / osk-experiment-readout: for rigorous experiment plans and after-action analysis on ANY domain, not just health
  • osk-health-research: maintains a personal health research LLM Wiki. Great to explore new solutions to your health problems. I'm exploring things around Asthma and Amblyopia, which I suffer from, and it's really interesting

Added two new AI Agents:

  • OSK Agent Health Coach: prescriptive behavior coach. Doesn't just read your data; designs interventions, runs experiments, holds you accountable. Where the Health Advisor asks "what happened?", the Coach asks "what are you going to do about it?"
  • OSK Agent Sports Coach: sport-agnostic training designer. Builds weekly programs, periodizes load, manages recovery, pushes back on ego-driven plans. Running, strength, hybrid, whatever

Created two dedicated private LLM Wikis: one for personal health research (sleep optimization, stress management, anti-inflammatory nutrition, smoking cessation, amblyopia treatment, ...) and one for exercise and nutrition (marathon training for returning runners, strength training for runners, race-day fueling, periostitis prevention, hydration/electrolytes, ...). Each wiki is a structured, source-tracked, connected knowledge base that AI maintains and I consult. I'm keeping these private, but the same pattern applies to anything you want to learn deeply. Just start AI in an OSK v4 vault and ask it to create an LLM Wiki about the topic you're curious about.

Let me zoom in on one of the skills I use the most: osk-health-profile. It reads all my daily notes, pulls every health/exercise field, augments it with the data that my Garmin AI skill imported, and generates a structured profile of my health state over time. Sleep patterns, training load trends, nutrition gaps, stress dynamics, relationships between sleep and performance, recovery vs workload, ... all in one pass. It's not a dashboard; it's a synthesis. And because it runs against my own data, it's grounded and really valuable for me. When I ran it a few days ago, a few things jumped out:

Health profile vs sport activity
Cross-reference between recent health profile and sport activity; surfaces correlations I would have missed eye-balling the raw data
Health going well
The "what's going well" view; the skill deliberately highlights positive trends too, not just problems. Useful to calibrate effort and avoid over-correcting

Two things I noticed running this: I need to track nutrition and sleep more consistently (many empty fields), and my body is actually recovering well from the recent running sessions. Both insights directly give me more confidence about my half-marathon prep.

The result? When I want to check my progress for the half-marathon preparation, I don't open 6 apps. I open Obsidian. The Garmin skill syncs my latest data. The Health Profile skill synthesizes it. The Sports Coach looks at my training load, readiness, and recent runs. The Health Coach nudges me on sleep and hydration. The wikis back everything with evidence. Here's what a recent prep session looked like:

Half marathon prep - training readiness
Training readiness and current load pulled from Garmin, fed to the Sports Coach, with a week-by-week plan coming out
Half marathon prep - mileage progression
Mileage progression recommendations calibrated to my actual fitness, not a generic plan
Half marathon prep - interventions
Specific interventions for recovery and injury prevention, tied to my data

This is what "AI + Knowledge Management" means in practice. Not a chatbot. A fully integrated system where your data, your tools, your agents, and your knowledge all live together and compound. This is going to be part of OSK v4 too!

🛡️ Slopsquatting and the New Supply Chain Attacks

A few weeks back, I published an article on slopsquatting; a new class of supply chain attack where attackers register package names that LLMs hallucinate. Vibe coding makes it worse. If you use AI for coding (you probably do), this is worth a read.

Slopsquatting, Typosquatting, and the New Software Supply Chain Attacks: How AI and Vibe Coding Are Making Package Registries Even More Dangerous
AI coding tools hallucinate fake package names. Attackers register them. You install malware. Here’s how slopsquatting works and what you can do about it.

Cool Finds

  • Claude Opus 4.7: Anthropic's new flagship; xhigh effort, /ultrareview, Auto mode for Max plans. Also a new tokenizer that quietly raises effective cost. Worth benchmarking against your workloads
  • LiteLLM + LiteLLM Claude Code Proxy: unified API across dozens of providers. Perfect for routing Claude Code to any model and testing alternatives side by side
  • Claude Managed Agents: Anthropic's cloud-run agent environments with memory stores, events, multi-agent orchestration. Worth watching
  • Anthropic CLI (ant): a new CLI from Anthropic; lean and agent-friendly
  • Claude Code Routines: scheduled Claude Code sessions, triggered by cron, API, or GitHub events. Opens a whole new category of use cases
  • Sidenotes plugin for Obsidian: annotate Obsidian notes with margin notes, Edward Tufte style. Beautiful

YouTube

I did not publish new videos on YouTube this week, but I hit cool new milestones with my channel:

  • 10K views during the last 28 days (477 hours of watch time)
  • 840 subscribers
  • 2.2K hours of watch time in total

If you haven't subscribed yet, don't forget to do so. More content is coming!

Sebastien Dubois
Organize your thoughts, life & work⚡ AI, Obsidian & Knowledge Management. Author. Coach. Entrepreneur. Building AI + Obsidian tools 💌 https://dsebastien.net I love writing, and sharing ideas about various topics that I’m passionate about: - AI - Knowledge Work - Knowledge Management - Content Creation - Creativity - Personal Organization - Personal Knowledge Management (PKM) - Obsidian - Journaling - Note-taking - Writing - Learning - Reading - Systems Thinking - Design Thinking - Zen Productivity - Personal Development - Mental Health There are additional topics that I have put aside for now, but am still passionate about: - Software Architecture - Software Development - IT Infrastructure - IT Security I actually wrote multiple books about IT and Software Development. ✉️ Newsletter: https://www.dsebastien.net/newsletter ❤️ Books, Courses and Products: https://www.store.dsebastien.net/

Tip of the Week

Turn your workflows into AI Skills, not prompts.

Most people save their best AI usage as a note with "the prompt that worked". Then next week, they copy-paste it again. And again. And again.

Instead, package it as a skill. A skill is just:

  • A folder with a SKILL.md file
  • A short description that tells the agent when to trigger it
  • Clear instructions for what to do
  • Optional scripts, templates, or references

Once you do that, the workflow becomes:

  • Reusable: you trigger it by intent, not by pasting
  • Portable: push it to a GitHub repo, npx skills add on any other machine, done
  • Shareable: open-source it if it's useful to others (like I did with my Garmin, arXiv, and Scholar skills)
  • Improvable: iterate on the skill file, the agent gets better automatically

Think about the 3-5 AI workflows you reuse the most. Prompt-hunting is a waste of time. Build the skills once and move on. This is the single highest-leverage habit I've developed this year.

Bonus tip: point your AI to the AI Skills specifications (agentskills.io/specification), and then ask it to create an AI Skills for X. This works perfectly, and generates specification-compliant skills.

Until Next Time

Three weeks of shipping in one newsletter. When the knowledge base, the AI agents, the AI skills, and the plugins all compound, a week starts looking like a month. That's the real promise of a solid Knowledge system paired with AI. Not speed for its own sake; leverage.

If you want in on this, the Obsidian Starter Kit is the fastest way to get started with the exact setup I use daily. And Knowii Community is where we go deeper; workshops, masterclasses, peer feedback, and the group of people pushing this forward together.

As always, thank you for reading. Reply to this email if something resonated, something annoyed you, or you just want to say hi. I read everything.

That's it for today! ✨

Sébastien Dubois


Stay Connected:


About Sébastien

I'm Sébastien Dubois, and I'm on a mission to help knowledge workers escape information overload. After 20+ years in IT and seeing too many brilliant minds drowning in digital chaos, I've decided to help people build systems that actually work. Through the Knowii Community, my courses, products & services and my Website/Newsletter, I share practical and battle-tested systems.

I write about Knowledge Work, Personal Knowledge Management, Note-taking, Lifelong Learning, Personal Organization, Productivity, and more. I also craft lovely digital products and tools.

If you want to follow my work, then become a member and join our community.

Ready to get to the next level?

Since you're interested in Obsidian:

Found this valuable? Share it with someone who needs it.

Join 6,000+ readers. Get practical systems for knowledge & AI. Free.

Subscribe ✨

Free: Knowledge System Checklist

A clear roadmap to building your own knowledge system. Subscribe and get it straight to your inbox.

6,000+ readers. No spam. Unsubscribe anytime.