<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Claude-Code-Plugins on Start AI Tools - Presented by Intent Solutions</title><link>https://startaitools.com/tags/claude-code-plugins/</link><description>Recent content in Claude-Code-Plugins on Start AI Tools - Presented by Intent Solutions</description><generator>Hugo</generator><language>en-US</language><copyright>Intent Solutions. All rights reserved.</copyright><lastBuildDate>Thu, 09 Apr 2026 22:22:51 -0500</lastBuildDate><atom:link href="https://startaitools.com/tags/claude-code-plugins/index.xml" rel="self" type="application/rss+xml"/><item><title>BigQuery Integration, 23 Skills at L4 Quality: Nixtla v1.8.0</title><link>https://startaitools.com/posts/nixtla-bigquery-integration-23-skills-l4-quality/</link><pubDate>Wed, 10 Dec 2025 10:00:00 -0600</pubDate><guid>https://startaitools.com/posts/nixtla-bigquery-integration-23-skills-l4-quality/</guid><description>&lt;p&gt;26 commits. The day the three plugins stopped being independent projects and started being a pipeline.&lt;/p&gt;
&lt;p&gt;Four days of infrastructure, quality enforcement, and security hardening led to this: the moment where separate components become a system. v1.8.0 isn&amp;rsquo;t the biggest release by commit count. It&amp;rsquo;s the most important by what it proves — three independently developed plugins can compose into a reliable workflow with tested failure handling.&lt;/p&gt;
&lt;h2 id="3-plugin-workflow-integration"&gt;3-Plugin Workflow Integration&lt;/h2&gt;
&lt;p&gt;Each plugin had been built and tested in isolation. Search-to-slack finds information. Baseline Lab runs forecasts. BigQuery Forecaster queries production data. All three worked. None of them talked to each other.&lt;/p&gt;</description></item><item><title>21 Skills and a Production Validator: Nixtla v1.6.0</title><link>https://startaitools.com/posts/nixtla-21-skills-production-validator-v160/</link><pubDate>Mon, 08 Dec 2025 10:00:00 -0600</pubDate><guid>https://startaitools.com/posts/nixtla-21-skills-production-validator-v160/</guid><description>&lt;p&gt;66 commits. The biggest single-day push the Nixtla repo has seen. Three major workstreams running in parallel: skill extraction, validator construction, and TimeGPT lab expansion. Each one would have been a reasonable day on its own.&lt;/p&gt;
&lt;p&gt;The commit rate was sustainable because yesterday&amp;rsquo;s CI optimization eliminated the feedback loop bottleneck. Every push validated in under a minute. That changes behavior — you commit smaller, more frequently, with higher confidence. The 66 commits aren&amp;rsquo;t 66 features. They&amp;rsquo;re 66 incremental steps where each one was tested before the next began.&lt;/p&gt;</description></item><item><title>Skills Infrastructure from Scratch: 8 SKILL.md Files, an Installer, and a Compliance Framework</title><link>https://startaitools.com/posts/nixtla-skills-pack-phase-zero-compliance/</link><pubDate>Mon, 01 Dec 2025 10:00:00 -0600</pubDate><guid>https://startaitools.com/posts/nixtla-skills-pack-phase-zero-compliance/</guid><description>&lt;p&gt;53 files. 13,445 lines. One goal: give the Nixtla workspace a skills layer that doesn&amp;rsquo;t exist yet.&lt;/p&gt;
&lt;h2 id="what-needed-building"&gt;What Needed Building&lt;/h2&gt;
&lt;p&gt;The Nixtla workspace had plugins. It had documentation. It had release discipline. What it didn&amp;rsquo;t have was a way for external tools to discover and invoke its capabilities through a standardized interface.&lt;/p&gt;
&lt;p&gt;Skills are that interface. A SKILL.md file declares what a skill does, what inputs it needs, what outputs it produces, and what permissions it requires. An installer package reads those declarations and wires them into Claude Code. A demo project proves the whole chain works end-to-end.&lt;/p&gt;</description></item><item><title>Nixtla Baseline Lab: Real statsforecast Baselines via MCP Server</title><link>https://startaitools.com/posts/nixtla-baseline-lab-real-statsforecast-mcp-server/</link><pubDate>Mon, 24 Nov 2025 10:00:00 -0600</pubDate><guid>https://startaitools.com/posts/nixtla-baseline-lab-real-statsforecast-mcp-server/</guid><description>&lt;p&gt;Yesterday was plugin scaffolding. Today the Baseline Lab gets real models running real data through a real MCP server.&lt;/p&gt;
&lt;h2 id="phase-2-plugin-manifest-and-mcp-config"&gt;Phase 2: Plugin Manifest and MCP Config&lt;/h2&gt;
&lt;p&gt;The Baseline Lab plugin needed two pieces of infrastructure before any forecasting code could run.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Plugin manifest.&lt;/strong&gt; Standard &lt;code&gt;plugin.json&lt;/code&gt; declaring the plugin&amp;rsquo;s name, version, dependencies, and MCP server configuration. The MCP config tells Claude Code how to start the server, what tools it exposes, and what permissions it needs (filesystem read for data files, network for optional Nixtla cloud API calls).&lt;/p&gt;</description></item><item><title>Nixtla Repo: Zero to v0.2.0 with a Working Search-to-Slack Plugin</title><link>https://startaitools.com/posts/nixtla-repo-init-through-v020-search-slack-plugin/</link><pubDate>Sun, 23 Nov 2025 10:00:00 -0600</pubDate><guid>https://startaitools.com/posts/nixtla-repo-init-through-v020-search-slack-plugin/</guid><description>&lt;p&gt;New repo. Empty directory. By end of day: v0.2.0 tagged, a working plugin shipping, and a GitHub Pages site live.&lt;/p&gt;
&lt;h2 id="repository-initialization"&gt;Repository Initialization&lt;/h2&gt;
&lt;p&gt;The Nixtla Claude Code plugins workspace needed proper infrastructure from commit one. Not a README and a prayer &amp;ndash; actual CI/CD, documentation filing, and GitHub Actions workflows.&lt;/p&gt;
&lt;p&gt;First commit: project scaffolding with GitHub Actions for CI, automated doc filing using the standard 000-docs numbering scheme, and a base configuration for the plugin workspace. GitHub Pages site deployed from the repo&amp;rsquo;s docs output.&lt;/p&gt;</description></item><item><title>Marketplace Security Framework and the False Positive Fight</title><link>https://startaitools.com/posts/marketplace-security-framework-scanner-false-positives/</link><pubDate>Mon, 13 Oct 2025 10:00:00 -0500</pubDate><guid>https://startaitools.com/posts/marketplace-security-framework-scanner-false-positives/</guid><description>&lt;p&gt;Three days after launching the Claude Code plugin marketplace, the security story was &amp;ldquo;trust me, I checked.&amp;rdquo; That needed to change before anyone installed a community plugin on their machine.&lt;/p&gt;
&lt;h2 id="the-security-framework"&gt;The Security Framework&lt;/h2&gt;
&lt;p&gt;The day started with a full SECURITY.md — 407 lines covering a 6-vector threat model, three trust tiers (Community, Verified, Featured), responsible disclosure policy, and SLA commitments. Standard structure, but adapted to the plugin marketplace context where users execute community code inside their development environment.&lt;/p&gt;</description></item></channel></rss>