Releases: intent-solutions-io/plugins-nixtla
v1.6.0: 21 AI Skills + DevOps-First README
Release Highlights
21 AI Skills + DevOps-First README - Generated 21 production-ready Claude Skills across 3 categories using Vertex AI Gemini. Restructured README for DevOps engineers.
Features
21 Generated Skills
| Category | Count | Skills |
|---|---|---|
| Core Forecasting | 5 | anomaly-detector, exogenous-integrator, uncertainty-quantifier, cross-validator, timegpt2-migrator |
| Prediction Markets | 10 | polymarket-analyst, arbitrage-detector, contract-schema-mapper, batch-forecaster, event-impact-modeler, forecast-validator, model-selector, liquidity-forecaster, correlation-mapper, market-risk-analyzer |
| Live-Retroactive | 6 | timegpt-lab, experiment-architect, schema-mapper, timegpt-finetune-lab, prod-pipeline-generator, usage-optimizer |
DevOps-First README
- TL;DR section (30-second overview)
- Health Check commands (verify repo works)
- Directory Map with PURPOSE annotations
- Environment Variables reference
- CI/CD workflow reference
- Troubleshooting table
Documentation
- One-pager for Nixtla stakeholder email
- Skills compliance audit (100% pass rate)
- README restructure plan
Metrics
| Metric | Value |
|---|---|
| Skills Generated | 21 |
| Compliance | 100% |
| Tests | 3/3 passing |
| Files Changed | 43 |
| Lines Added | +3,794 |
Quick Start
git clone https://github.com/intent-solutions-io/plugins-nixtla.git
cd plugins-nixtla/plugins/nixtla-baseline-lab
./scripts/setup_nixtla_env.sh --venv
source .venv-nixtla-baseline/bin/activate
python tests/run_baseline_m4_smoke.py🤖 Generated with Claude Code
v1.5.0: Doc-Filing v3 + Planned Skills Audit + Developer Onboarding
🎯 Release Highlights
Doc-Filing v3 + Planned Skills Audit + Developer Onboarding
Major documentation restructure with sequential numbering (001-081), comprehensive audit of 8 planned skills against Global Standard, and new developer onboarding guide for team expansion.
✨ What's New
Planned Skills Audit
- Created
081-AA-AUDT-planned-skills-audit.mdauditing 8 planned skills against Global Standard (077-SPEC) - Result: 24/25 score - all skills compliant except 1 missing ARD
DevOps Playbook
- Created
080-AA-AUDT-appaudit-devops-playbook.mdfor comprehensive operational guidance - Perfect for new team members onboarding tomorrow!
Developer Onboarding Guide
- Rewrote
planned-skills/README.mdwith:- Tables for 8 live skills with trigger phrases
- Tables for 8 planned skills with PRD/ARD links
- Step-by-step developer workflows
🔧 Fixes & Improvements
| Fix | Description |
|---|---|
| CI Cost Optimization | Tiered approach saves 90% workflow minutes |
| Secrets Scan | Excluded archive folder and md files |
| Coverage Config | Disabled fail-under, made SARIF upload optional |
| Nixtla Version | Corrected requirement to 0.5.0+ |
| Plugin Validator | Rewritten to avoid heredoc YAML parsing issue |
📚 Documentation Restructure
- Doc-Filing v3: Renumbered all docs to sequential 001-081 (no gaps)
- File Renames: Moved 7 date-prefixed files to NNN-CC-ABCD format
- Templates: Moved to
000-docs/dev-planning-templates/ - Cleanup: Removed obsolete
docs/,examples/,templates/directories
📊 Release Metrics
| Metric | Value |
|---|---|
| Commits | 10 |
| Files Changed | 67 |
| Lines Added | +1,365 |
| Lines Removed | -2,596 |
| Net Change | -1,231 lines (cleanup!) |
| Documentation Files | 81 |
| Live Skills | 8 |
| Planned Skills | 8 |
🔄 Migration Notes
If you have local references:
- Doc numbers changed:
042-100→041-081 - Old
aar/folder references removed docs/,examples/,templates/directories deleted (content consolidated to000-docs/)
🙏 Contributors
- jeremylongshore
🤖 Generated with Claude Code
v1.4.1: CI/CD Alignment with Global Standard
Release Highlights
Plugin validator rewritten to align with 099-SPEC-MASTER-claude-code-plugins-standard.md. Fixed bigquery-forecaster structure.
Fixes
- bigquery-forecaster: Added
scripts/directory to satisfy component requirement - plugin-validator.yml: Complete rewrite to validate against global standard
Changed
- Validator now checks per spec section references
- Only
namerequired (per spec), other fields generate warnings - Removed Python test/lint checks from plugin validator (separate concern)
- Added validation for skills (SKILL.md structure), agents (frontmatter), hooks (valid events)
Install
/plugin install github:intent-solutions-io/plugins-nixtla/plugins/nixtla-baseline-lab
v1.4.0: Plugin Marketplace Compliance & Developer Experience
Release Highlights
All 3 plugins now at 100% Claude Code marketplace compliance. README overhauled from 825 to 150 lines. Gemini PR review integration added.
Install
Add marketplace to ~/.claude/settings.json:
{
"extraKnownMarketplaces": [
{
"name": "nixtla-plugins",
"url": "https://raw.githubusercontent.com/intent-solutions-io/plugins-nixtla/main/.claude-plugin/marketplace.json"
}
]
}Then:
/plugin install nixtla-baseline-lab@nixtla-plugins
Or direct:
/plugin install github:intent-solutions-io/plugins-nixtla/plugins/nixtla-baseline-lab
Features
- Gemini PR Review Integration via Vertex AI
- Workload Identity Federation for keyless GCP auth
- Claude Skills Expert local skill
- Daily Gemini audit workflow
Fixes
- Plugin marketplace compliance (all 3 plugins)
- Skills compliance (8 skills fixed)
- Repository field format standardized
- Agent/skill frontmatter corrected
Documentation
- README reduced 825 -> 150 lines (dev-friendly)
- Global Plugin Standard (099-SPEC-MASTER)
- CTO Enhancement Plan (100-PP-STRAT)
Metrics
- 19 commits
- 37 files changed
- +4,896 / -3,917 lines
v1.3.1: Documentation Sync & Version Fix
🎯 Release Highlights
Patch release fixing plugin.json version mismatch from v1.3.0 release, plus comprehensive documentation cleanup.
🔧 Fixes
- Version Synchronization: Fixed plugin.json version (was 1.2.0, now 1.3.1)
- Documentation Cleanup: Removed 1,273 net lines of obsolete documentation
- Prediction Markets De-Hype: Removed unverified claims and sales tactics from PRD documentation
📚 Documentation
- Updated CLAUDE.md with v1.3.0 info and development workflows
- Refreshed FOR-MAX-QUICKSTART.md for v1.3.0
- De-hyped all 9 prediction markets skill specifications
📊 Metrics
| Metric | Value |
|---|---|
| Files Changed | 81 |
| Insertions | +1,373 |
| Deletions | -1,894 |
| Net Change | -521 lines |
🙏 Contributors
- jeremylongshore jeremy@intentglobal.io
🤖 Generated with Claude Code
v0.2.0 - First Working Plugin
🎉 First Working Plugin Released!
This release marks a significant milestone: the transition from plugin concepts to actual implementation. The Nixtla Search-to-Slack Digest plugin is now fully functional and ready for use.
✨ Highlights
- 🔍 Nixtla Search-to-Slack Plugin: Automated content discovery and curation
- 📚 Complete Documentation: Plugin development guide and architecture docs
- 🧪 Full Test Suite: 5 test files with ~80% coverage
- 📋 6767 Standards: Canonical reference documentation
📦 What's New
Nixtla Search-to-Slack Plugin
Complete MVP implementation that automatically:
- Searches for Nixtla and time-series content (web + GitHub)
- Generates AI summaries using OpenAI or Anthropic
- Publishes beautiful digests to Slack channels
Features:
- Web search via SerpAPI
- GitHub monitoring for Nixtla repositories
- AI-powered content curation
- Rich Slack Block Kit formatting
- YAML-based configuration
- Environment-based secrets management
🚀 Quick Start
```bash
cd plugins/nixtla-search-to-slack
pip install -r requirements.txt
cp .env.example .env
Add your API keys
python -m nixtla_search_to_slack --topic nixtla-core
```
📖 Documentation
- Complete README with installation guide
- Architecture documentation
- MVP planning document
- PR description template
⚠️ Important Notes
This is a construction kit and reference implementation:
- Not endorsed by Nixtla
- Educational and example use
- Community-driven support
📊 Stats
- Files Added: 25
- Lines of Code: ~2,300
- Test Coverage: ~80%
- Documentation Pages: 5
Full Changelog: v0.1.0...v0.2.0
v0.1.0 - Initial Release
Initial Release of Claude Code Plugins for Nixtla
Summary
- Initial release establishing foundation for Nixtla collaboration
- Three plugin concepts fully documented with specifications
- Complete infrastructure for future plugin development
What's Included
Plugin Concepts
- TimeGPT Quickstart Pipeline Builder - Generate complete TimeGPT integration code
- Nixtla Bench Harness Generator - Create model comparison benchmarks
- Forecast Service Template Builder - Scaffold production-ready FastAPI services
Infrastructure
- GitHub Actions CI/CD pipeline
- GitHub Pages documentation site: https://jeremylongshore.github.io/claude-code-plugins-nixtla/
- Issue templates for collaboration
- Discussion forum for community engagement
Educational Resources
- Links to 254 production plugins from main marketplace
- Learning paths and best practices
- Security guidelines and patterns
Next Steps
This is a concept repository demonstrating how Claude Code can accelerate Nixtla workflows. Actual plugin implementations will follow based on collaboration feedback.
Documentation
For Collaboration
Contact: jeremy@intentsolutions.io
Note: This repository contains plugin concepts only. No functional plugins are implemented yet. This is an initial proposal for potential collaboration with Nixtla.