<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Nixtla on Start AI Tools - Presented by Intent Solutions</title><link>https://startaitools.com/tags/nixtla/</link><description>Recent content in Nixtla 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/nixtla/index.xml" rel="self" type="application/rss+xml"/><item><title>CEO Feedback Pivot and the Nixtla Skills Blitz</title><link>https://startaitools.com/posts/lumera-ceo-feedback-pivot-nixtla-skills-blitz/</link><pubDate>Sun, 21 Dec 2025 10:00:00 -0600</pubDate><guid>https://startaitools.com/posts/lumera-ceo-feedback-pivot-nixtla-skills-blitz/</guid><description>&lt;p&gt;The fastest way to learn your messaging is wrong is to show it to the person writing the checks.&lt;/p&gt;
&lt;h2 id="lumera-pivots-on-terminology"&gt;Lumera Pivots on Terminology&lt;/h2&gt;
&lt;p&gt;Five commits on Lumera-Emanuel, and the most important one deleted more than it added. The CEO looked at the product description and flagged the WOW terminology — &amp;ldquo;Wisdom of the World,&amp;rdquo; a framing I&amp;rsquo;d been using to describe the agent memory model.&lt;/p&gt;
&lt;p&gt;His feedback was direct: it sounded like a marketing tagline, not a technical capability. Worse, it obscured the actual value proposition.&lt;/p&gt;</description></item><item><title>Two Products Bootstrapped from Zero to Release in One Day</title><link>https://startaitools.com/posts/gwi-intentvision-bootstrap-two-products-one-day/</link><pubDate>Mon, 15 Dec 2025 10:00:00 -0600</pubDate><guid>https://startaitools.com/posts/gwi-intentvision-bootstrap-two-products-one-day/</guid><description>&lt;p&gt;December 15th was a bootstrapping day. Two products went from empty directories to tagged releases. Not prototypes. Not &amp;ldquo;hello world&amp;rdquo; scaffolds. Actual versioned releases with real functionality.&lt;/p&gt;
&lt;h2 id="git-with-intent-11-commits-through-7-phases"&gt;git-with-intent: 11 Commits Through 7 Phases&lt;/h2&gt;
&lt;p&gt;git-with-intent is the AI-assisted git workflow tool. On December 15th it went from concept to v0.2.0 across 11 commits.&lt;/p&gt;
&lt;p&gt;The phases tell the story:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Phase 1&lt;/strong&gt;: Core commit analysis engine. Parse git history, extract semantic meaning from diffs.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Phase 2&lt;/strong&gt;: Intent classification. Map commits to intent categories (feature, fix, refactor, chore).&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Phase 3&lt;/strong&gt;: Workflow templates. Predefined patterns for common git workflows.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Phase 4&lt;/strong&gt;: CLI scaffolding. Commander.js setup with subcommands for each operation.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Phase 5&lt;/strong&gt;: Configuration system. User-level and repo-level config with sensible defaults.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Phase 6&lt;/strong&gt;: Output formatting. Structured output for terminal, JSON, and markdown.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Phase 7&lt;/strong&gt;: Release prep. Version bump, changelog generation, LICENSE, README.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Each phase was a focused commit or two. No phase depended on a phase that hadn&amp;rsquo;t been built yet. The ordering was deliberate — you can&amp;rsquo;t build intent classification without a commit analysis engine, and you can&amp;rsquo;t build a CLI without knowing what operations you&amp;rsquo;re exposing.&lt;/p&gt;</description></item><item><title>Gemini PR Reviews and Four Releases in One Day</title><link>https://startaitools.com/posts/nixtla-gemini-pr-reviews-four-releases-one-day/</link><pubDate>Sat, 06 Dec 2025 10:00:00 -0600</pubDate><guid>https://startaitools.com/posts/nixtla-gemini-pr-reviews-four-releases-one-day/</guid><description>&lt;p&gt;54 commits. Four releases. And a debugging journey through three different Gemini configurations before PR reviews actually worked.&lt;/p&gt;
&lt;h2 id="the-gemini-pr-review-pipeline"&gt;The Gemini PR Review Pipeline&lt;/h2&gt;
&lt;p&gt;The goal: automated code review on every PR to the Nixtla repo. An AI reviewer reads the diff, checks for compliance violations, flags potential issues, and posts a structured review comment. The reviewer is Gemini, because the free tier is generous enough for a repo this size.&lt;/p&gt;</description></item><item><title>Global Skill Schema and a Prediction Markets Vertical</title><link>https://startaitools.com/posts/nixtla-global-skill-schema-prediction-markets-vertical/</link><pubDate>Fri, 05 Dec 2025 10:00:00 -0600</pubDate><guid>https://startaitools.com/posts/nixtla-global-skill-schema-prediction-markets-vertical/</guid><description>&lt;p&gt;106 files. 11,951 lines. The day split into two halves: standardizing how skills get built, then proving the standard works by building a new vertical from it. Standards that exist without implementations are aspirational. Standards that ship with a working example are real.&lt;/p&gt;
&lt;h2 id="global-standard-skill-schema"&gt;Global Standard Skill Schema&lt;/h2&gt;
&lt;p&gt;The 8 skills from Dec 1 followed a structure. But that structure lived in tribal knowledge and copy-paste. Today it became a formal specification.&lt;/p&gt;</description></item><item><title>v1.2.0: Every Skill to 100% Compliance</title><link>https://startaitools.com/posts/nixtla-v120-skills-hundred-percent-compliance/</link><pubDate>Thu, 04 Dec 2025 10:00:00 -0600</pubDate><guid>https://startaitools.com/posts/nixtla-v120-skills-hundred-percent-compliance/</guid><description>&lt;p&gt;24 commits. One release. The entire day was compliance remediation. Not the glamorous kind of engineering. The kind that makes everything else work correctly.&lt;/p&gt;
&lt;h2 id="the-starting-point"&gt;The Starting Point&lt;/h2&gt;
&lt;p&gt;The skills infrastructure built on Dec 1 had the right structure but loose compliance. Each SKILL.md file scored between 38% and 40% against the compliance checker. Missing required fields, incomplete schemas, permissions that didn&amp;rsquo;t match actual plugin requirements, usage examples that wouldn&amp;rsquo;t parse.&lt;/p&gt;</description></item><item><title>CEO Quickstart Guide and DeFi Sentinel Exploration</title><link>https://startaitools.com/posts/nixtla-ceo-quickstart-defi-sentinel-exploration/</link><pubDate>Wed, 03 Dec 2025 10:00:00 -0600</pubDate><guid>https://startaitools.com/posts/nixtla-ceo-quickstart-defi-sentinel-exploration/</guid><description>&lt;p&gt;Two very different writing tasks today. One document optimized for a specific person. Six documents exploring a product that might not exist in a month. Four commits total, but the line count tells the real story: 4,798 lines of DeFi exploration and 203 lines of the most carefully edited document in the repo.&lt;/p&gt;
&lt;h2 id="ceo-quickstart-203-lines-for-max"&gt;CEO Quickstart: 203 Lines for Max&lt;/h2&gt;
&lt;p&gt;The Nixtla workspace has thorough documentation. Architecture docs, API references, deployment guides, compliance audits. What it didn&amp;rsquo;t have was a document that answers: &amp;ldquo;I&amp;rsquo;m Max. I have 10 minutes. What does this do and how do I show it to someone?&amp;rdquo;&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></channel></rss>