<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: BoboloveIC</title>
    <description>The latest articles on DEV Community by BoboloveIC (@boboloveic).</description>
    <link>https://dev.to/boboloveic</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3934281%2F93107958-3339-4383-b89d-dec5233d7987.png</url>
      <title>DEV Community: BoboloveIC</title>
      <link>https://dev.to/boboloveic</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/boboloveic"/>
    <language>en</language>
    <item>
      <title>I Installed 15 AI Tools and Skill Management Became a Nightmare — Until I Built This</title>
      <dc:creator>BoboloveIC</dc:creator>
      <pubDate>Sat, 16 May 2026 10:36:14 +0000</pubDate>
      <link>https://dev.to/boboloveic/i-installed-15-ai-tools-and-skill-management-became-a-nightmare-until-i-built-this-1o3m</link>
      <guid>https://dev.to/boboloveic/i-installed-15-ai-tools-and-skill-management-became-a-nightmare-until-i-built-this-1o3m</guid>
      <description>&lt;h1&gt;
  
  
  I Installed 15 AI Tools and Skill Management Became a Nightmare — Until I Built This
&lt;/h1&gt;

&lt;blockquote&gt;
&lt;p&gt;How I solved the chaos of managing skills, plugins, and extensions across 35+ AI platforms with a single desktop dashboard.&lt;/p&gt;
&lt;/blockquote&gt;




&lt;h2&gt;
  
  
  The Problem: AI Tool Sprawl is Real
&lt;/h2&gt;

&lt;p&gt;Last year, I went all-in on AI-assisted development. &lt;/p&gt;

&lt;p&gt;I installed &lt;strong&gt;Claude&lt;/strong&gt; for writing, &lt;strong&gt;Cursor&lt;/strong&gt; for coding, &lt;strong&gt;GitHub Copilot&lt;/strong&gt; for pair programming, &lt;strong&gt;VS Code&lt;/strong&gt; with 20+ extensions, &lt;strong&gt;OpenClaw&lt;/strong&gt; for agent workflows, &lt;strong&gt;Cline&lt;/strong&gt;, &lt;strong&gt;Qwen&lt;/strong&gt;, &lt;strong&gt;Ollama&lt;/strong&gt; for local LLMs... &lt;/p&gt;

&lt;p&gt;By month three, I had &lt;strong&gt;15 AI tools&lt;/strong&gt; installed, each with its own:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Skill/plugin/extension directories&lt;/li&gt;
&lt;li&gt;Configuration files scattered in &lt;code&gt;~/.*&lt;/code&gt; dot-directories&lt;/li&gt;
&lt;li&gt;Zero visibility into what was installed where&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;The breaking point came when I wanted to:&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Migrate a custom skill from &lt;strong&gt;OpenClaw&lt;/strong&gt; to &lt;strong&gt;Cline&lt;/strong&gt; → had to manually copy paths, edit configs&lt;/li&gt;
&lt;li&gt;Share my curated skill collection with my team → had to manually ZIP each directory&lt;/li&gt;
&lt;li&gt;Clean up unused plugins → had to open each platform's UI separately&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;There had to be a better way.&lt;/p&gt;




&lt;h2&gt;
  
  
  The Solution: OpenSkill Manager
&lt;/h2&gt;

&lt;p&gt;I built &lt;strong&gt;OpenSkill Manager&lt;/strong&gt; — a unified desktop dashboard that discovers, manages, and migrates skills/plugins/extensions across &lt;strong&gt;35+ AI platforms&lt;/strong&gt; in one place.&lt;/p&gt;

&lt;h3&gt;
  
  
  What it does
&lt;/h3&gt;

&lt;p&gt;✅ &lt;strong&gt;Auto-discovers&lt;/strong&gt; all your AI tools by scanning &lt;code&gt;~/&lt;/code&gt; for dot-directories&lt;br&gt;&lt;br&gt;
✅ &lt;strong&gt;Unified view&lt;/strong&gt; of all skills/plugins/extensions with filtering by platform, category, or search&lt;br&gt;&lt;br&gt;
✅ &lt;strong&gt;Batch operations&lt;/strong&gt; — migrate, export, or delete multiple items at once&lt;br&gt;&lt;br&gt;
✅ &lt;strong&gt;Cross-platform migration&lt;/strong&gt; — move a skill from OpenClaw to Cline with one click&lt;br&gt;&lt;br&gt;
✅ &lt;strong&gt;Import/Export&lt;/strong&gt; — package skills as &lt;code&gt;.zip&lt;/code&gt; and share with your team&lt;br&gt;&lt;br&gt;
✅ &lt;strong&gt;24-language i18n&lt;/strong&gt; — because AI is global&lt;br&gt;&lt;br&gt;
✅ &lt;strong&gt;Real-time file watching&lt;/strong&gt; — UI syncs automatically when you add/remove skills  &lt;/p&gt;




&lt;h2&gt;
  
  
  Architecture (For the Curious)
&lt;/h2&gt;

&lt;p&gt;Built with &lt;strong&gt;Electron + React + TypeScript&lt;/strong&gt;. &lt;/p&gt;

&lt;h3&gt;
  
  
  Discovery Engine
&lt;/h3&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;1. Scan ~/ for dot-directories matching 35+ known AI tools
2. Enumerate skills/plugins/extensions directories
3. Extract metadata from SKILL.md and package.json
4. Persist to local JSON database (openskill.db)
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h3&gt;
  
  
  Tech Stack
&lt;/h3&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Layer&lt;/th&gt;
&lt;th&gt;Technology&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Shell&lt;/td&gt;
&lt;td&gt;Electron 28&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;UI&lt;/td&gt;
&lt;td&gt;React 18 + TypeScript&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Build&lt;/td&gt;
&lt;td&gt;Webpack 5 + Babel&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Package&lt;/td&gt;
&lt;td&gt;electron-builder&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;File Watch&lt;/td&gt;
&lt;td&gt;chokidar&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;




&lt;h2&gt;
  
  
  Supported Platforms (35+ and growing)
&lt;/h2&gt;

&lt;p&gt;The app auto-discovers:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;AI Assistants&lt;/strong&gt;: Claude, ChatGPT, Gemini, Qwen&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Code Editors&lt;/strong&gt;: VS Code, Cursor, Trae, Kode&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;AI Agents&lt;/strong&gt;: OpenClaw, QClaw, Cline, CodeBuddy&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;LLM Runtimes&lt;/strong&gt;: Ollama&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;And 25+ more...&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Any unrecognized dot-directory with &lt;code&gt;skills/&lt;/code&gt;, &lt;code&gt;plugins/&lt;/code&gt;, or &lt;code&gt;extensions/&lt;/code&gt; subdirectories will also be discovered automatically.&lt;/p&gt;




&lt;h2&gt;
  
  
  Get Started in 3 Commands
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;git clone https://github.com/BoboloveIC/openskill-manager.git
&lt;span class="nb"&gt;cd &lt;/span&gt;openskill-manager
npm &lt;span class="nb"&gt;install&lt;/span&gt; &lt;span class="o"&gt;&amp;amp;&amp;amp;&lt;/span&gt; npm run dev
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Or &lt;a href="https://github.com/BoboloveIC/openskill-manager/releases" rel="noopener noreferrer"&gt;download the latest release&lt;/a&gt; for macOS/Windows/Linux.&lt;/p&gt;




&lt;h2&gt;
  
  
  What's Next
&lt;/h2&gt;

&lt;p&gt;I'm actively working on:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;[ ] Skill enable/disable toggle&lt;/li&gt;
&lt;li&gt;[ ] Plugin marketplace integration&lt;/li&gt;
&lt;li&gt;[ ] Drag-and-drop migration&lt;/li&gt;
&lt;li&gt;[ ] Auto-update support&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Would love your feedback and contributions!&lt;/strong&gt; &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;🌟 Star the repo: &lt;a href="https://github.com/BoboloveIC/openskill-manager" rel="noopener noreferrer"&gt;https://github.com/BoboloveIC/openskill-manager&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;🐛 Report issues: &lt;a href="https://github.com/BoboloveIC/openskill-manager/issues" rel="noopener noreferrer"&gt;https://github.com/BoboloveIC/openskill-manager/issues&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;💬 Join discussions: &lt;a href="https://github.com/BoboloveIC/openskill-manager/discussions" rel="noopener noreferrer"&gt;https://github.com/BoboloveIC/openskill-manager/discussions&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  Screenshots
&lt;/h2&gt;

&lt;blockquote&gt;
&lt;p&gt;Demo GIF coming soon! Watch the repo for updates.&lt;/p&gt;
&lt;/blockquote&gt;




&lt;p&gt;&lt;strong&gt;Built with ❤️ by Bo&lt;/strong&gt; — because managing 15 AI tools shouldn't require a spreadsheet.&lt;/p&gt;




&lt;h2&gt;
  
  
  Tags
&lt;/h2&gt;

&lt;p&gt;&lt;code&gt;#ai-tools&lt;/code&gt; &lt;code&gt;#developer-tools&lt;/code&gt; &lt;code&gt;#productivity&lt;/code&gt; &lt;code&gt;#electron&lt;/code&gt; &lt;code&gt;#opensource&lt;/code&gt; &lt;code&gt;#ai-productivity&lt;/code&gt; &lt;code&gt;#cross-platform&lt;/code&gt;&lt;/p&gt;

</description>
      <category>opensource</category>
      <category>productivity</category>
      <category>crossplatform</category>
      <category>aiproductivity</category>
    </item>
  </channel>
</rss>
