<?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: Jinzhi Chen</title>
    <description>The latest articles on DEV Community by Jinzhi Chen (@jinzhi_chen_83d57a6b78868).</description>
    <link>https://dev.to/jinzhi_chen_83d57a6b78868</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%2F1519044%2F9bf2bc8b-a825-495f-85c2-b96929967caa.jpg</url>
      <title>DEV Community: Jinzhi Chen</title>
      <link>https://dev.to/jinzhi_chen_83d57a6b78868</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/jinzhi_chen_83d57a6b78868"/>
    <language>en</language>
    <item>
      <title>Give Your AI Assistant a DolphinDB Brain — Install Agent Skills in 30 Seconds</title>
      <dc:creator>Jinzhi Chen</dc:creator>
      <pubDate>Wed, 20 May 2026 09:56:44 +0000</pubDate>
      <link>https://dev.to/jinzhi_chen_83d57a6b78868/give-your-ai-assistant-a-dolphindb-brain-install-agent-skills-in-30-seconds-55j9</link>
      <guid>https://dev.to/jinzhi_chen_83d57a6b78868/give-your-ai-assistant-a-dolphindb-brain-install-agent-skills-in-30-seconds-55j9</guid>
      <description>&lt;h2&gt;
  
  
  🧠 The 30-Second Install
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;pip &lt;span class="nb"&gt;install &lt;/span&gt;dolphindb-agent-skills
dolphindb-agent-skills
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Pick your AI tool → confirm → done. That's it.&lt;/p&gt;

&lt;h2&gt;
  
  
  🤔 What This Actually Does
&lt;/h2&gt;

&lt;p&gt;AI coding assistants (Claude Code, Cursor, etc.) are amazing — until you ask them about niche tools like &lt;strong&gt;DolphinDB&lt;/strong&gt;. Then they start hallucinating APIs and inventing syntax.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;dolphindb-agent-skills&lt;/strong&gt; gives them an offline knowledge base with:&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Coverage&lt;/th&gt;
&lt;th&gt;Details&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;🔤 Script Syntax&lt;/td&gt;
&lt;td&gt;All DolphinDB built-in functions&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;📊 SQL &amp;amp; Analytics&lt;/td&gt;
&lt;td&gt;Time-series queries, window calculations&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;🌊 Stream Processing&lt;/td&gt;
&lt;td&gt;Real-time streaming pipelines&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;📡 APIs&lt;/td&gt;
&lt;td&gt;Python / Java / C++ SDK references&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;🔧 Admin&lt;/td&gt;
&lt;td&gt;Deployment, performance tuning, security&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;h2&gt;
  
  
  🛠️ Works With
&lt;/h2&gt;

&lt;p&gt;Claude Code, Cursor, Trae, GitHub Copilot, Hermes, OpenCode, Codex, pi — and more.&lt;/p&gt;

&lt;h2&gt;
  
  
  ✨ Why Offline Matters
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;🔒 No data leaves your machine&lt;/li&gt;
&lt;li&gt;⚡ Instant responses (no API latency)&lt;/li&gt;
&lt;li&gt;🎯 Always up-to-date with your local docs&lt;/li&gt;
&lt;li&gt;💰 Completely free and open source&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  📦 Install
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;pip &lt;span class="nb"&gt;install &lt;/span&gt;dolphindb-agent-skills
dolphindb-agent-skills
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Windows users: if the command isn't found, run &lt;code&gt;python -m dolphindb_skill_installer&lt;/code&gt;.&lt;/p&gt;

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

&lt;ul&gt;
&lt;li&gt;📦 &lt;a href="https://pypi.org/project/dolphindb-agent-skills/" rel="noopener noreferrer"&gt;PyPI&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;💻 &lt;a href="https://github.com/tradercjz/dolphindb-agent-skills" rel="noopener noreferrer"&gt;GitHub&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>dolphindb</category>
      <category>ai</category>
      <category>python</category>
      <category>timeseries</category>
    </item>
  </channel>
</rss>
