<?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: 刘泰宏</title>
    <description>The latest articles on DEV Community by 刘泰宏 (@jerrypoole).</description>
    <link>https://dev.to/jerrypoole</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3998885%2Fdd196596-5a61-49a1-9cd3-1d50ea87969f.png</url>
      <title>DEV Community: 刘泰宏</title>
      <link>https://dev.to/jerrypoole</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/jerrypoole"/>
    <language>en</language>
    <item>
      <title>Getting Started with Skill Hub Manage Your AI Agent Skills Like a Pro</title>
      <dc:creator>刘泰宏</dc:creator>
      <pubDate>Tue, 23 Jun 2026 13:48:15 +0000</pubDate>
      <link>https://dev.to/jerrypoole/getting-started-with-skill-hub-manage-your-ai-agent-skills-like-a-pro-45nm</link>
      <guid>https://dev.to/jerrypoole/getting-started-with-skill-hub-manage-your-ai-agent-skills-like-a-pro-45nm</guid>
      <description>&lt;p&gt;If you use Claude Code or Codex daily, you have probably hit this problem:&lt;/p&gt;

&lt;p&gt;You install a skill from GitHub. Then another. Then ten more. A month later, you cannot remember what you installed, where it came from, or whether there is an update.&lt;/p&gt;

&lt;p&gt;I hit this wall too. So I built &lt;strong&gt;Skill Hub&lt;/strong&gt;: an open-source desktop app for discovering, installing, updating, and organizing AI agent skills and plugins.&lt;/p&gt;

&lt;h2&gt;
  
  
  What Skill Hub does
&lt;/h2&gt;

&lt;p&gt;Skill Hub is designed for people who use AI agent workflows heavily and want a single place to manage their local skills and plugins.&lt;/p&gt;

&lt;p&gt;Today it can:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;scan local Claude and Codex skill/plugin folders&lt;/li&gt;
&lt;li&gt;classify resources as official, GitHub-based, or local&lt;/li&gt;
&lt;li&gt;discover resources from GitHub&lt;/li&gt;
&lt;li&gt;install resources without manual copy-paste&lt;/li&gt;
&lt;li&gt;check updates for GitHub-sourced resources&lt;/li&gt;
&lt;li&gt;move old versions to trash instead of deleting them permanently&lt;/li&gt;
&lt;li&gt;run locally without uploading skill content&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The app is built with &lt;strong&gt;Tauri 2 + Rust + React&lt;/strong&gt; and released under the MIT license.&lt;/p&gt;

&lt;h2&gt;
  
  
  Step 1: Install Skill Hub
&lt;/h2&gt;

&lt;p&gt;Download the latest release from GitHub:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/JerryLiu-uestc/skill-hub" rel="noopener noreferrer"&gt;https://github.com/JerryLiu-uestc/skill-hub&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Skill Hub is a cross-platform desktop app. The goal is to support macOS, Windows, and Linux with native desktop packages.&lt;/p&gt;

&lt;h2&gt;
  
  
  Step 2: Let it scan your local resources
&lt;/h2&gt;

&lt;p&gt;When Skill Hub starts, it scans the common Claude and Codex roots on your system and shows your installed resources in one inventory view.&lt;/p&gt;

&lt;p&gt;Each item shows its host, type, source, update status, path, and summary when available.&lt;/p&gt;

&lt;h2&gt;
  
  
  Step 3: Explore the marketplace
&lt;/h2&gt;

&lt;p&gt;The marketplace is built in layers:&lt;/p&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;Source&lt;/th&gt;
&lt;th&gt;Purpose&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;L1 Built-in&lt;/td&gt;
&lt;td&gt;Packaged index&lt;/td&gt;
&lt;td&gt;Works offline&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;L2 Remote index&lt;/td&gt;
&lt;td&gt;Daily updated index&lt;/td&gt;
&lt;td&gt;Community discovery without GitHub API pressure&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;L3 User sources&lt;/td&gt;
&lt;td&gt;Custom repos&lt;/td&gt;
&lt;td&gt;Bring your own resource source&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;L4 Paste link&lt;/td&gt;
&lt;td&gt;Any GitHub URL&lt;/td&gt;
&lt;td&gt;Paste, discover, install&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;This is the core idea: skill management should feel closer to an app store than a pile of folders.&lt;/p&gt;

&lt;h2&gt;
  
  
  Step 4: Install and update safely
&lt;/h2&gt;

&lt;p&gt;For GitHub-sourced resources, Skill Hub can compare local and remote metadata and tell you whether an update is available.&lt;/p&gt;

&lt;p&gt;When updating or removing a resource, it avoids permanent deletion by moving old files to the system trash first.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why I built it
&lt;/h2&gt;

&lt;p&gt;AI agent ecosystems are moving fast, but the resource management layer is still rough. Skills and plugins are powerful, but once you have dozens of them, manual management becomes fragile.&lt;/p&gt;

&lt;p&gt;Skill Hub is my attempt to make this layer visible, searchable, and safer.&lt;/p&gt;

&lt;h2&gt;
  
  
  Links
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;GitHub: &lt;a href="https://github.com/JerryLiu-uestc/skill-hub" rel="noopener noreferrer"&gt;https://github.com/JerryLiu-uestc/skill-hub&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;License: MIT&lt;/li&gt;
&lt;li&gt;Stack: Tauri 2, Rust, React&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If you manage AI agent skills today, I would love to hear what your workflow looks like and what would make this kind of tool more useful.&lt;/p&gt;

</description>
      <category>rust</category>
      <category>tauri</category>
      <category>ai</category>
      <category>opensource</category>
    </item>
  </channel>
</rss>
