003-skills/.claude/skills/nixtla-usage-optimizer/SKILL.md
Analyze Nixtla usage and optimize cost-effective forecast routing strategies. Use when auditing API usage or reducing costs. Trigger with 'optimize nixtla costs' or 'audit API usage'.
npx skillsauth add intent-solutions-io/plugins-nixtla nixtla-usage-optimizerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Audit Nixtla library usage and recommend cost-effective routing strategies.
This skill analyzes and optimizes Nixtla usage:
Required:
No Additional Packages: Uses only Read, Glob, Grep tools
Find all Nixtla library usage:
grep -r "NixtlaClient" --include="*.py" .
grep -r "StatsForecast" --include="*.py" .
grep -r "MLForecast" --include="*.py" .
Categorize usage by:
Create 000-docs/nixtla_usage_report.md with:
Apply recommendations:
Error: No Nixtla usage found
Solution: Repository may not use Nixtla - recommend adoption
Error: Cannot determine cost impact
Solution: Add usage metrics or API call logging
Error: Mixed usage patterns
Solution: Report both opportunities, prioritize high-impact
Error: No baseline models found
Solution: Recommend adding StatsForecast for fallback
Scan results:
Found Nixtla usage:
- TimeGPT: 12 locations
- StatsForecast: 5 locations
- MLForecast: 2 locations
Recommendations:
1. Replace TimeGPT in 4 low-impact areas (save ~40%)
2. Add fallback to StatsForecast baselines
3. Keep TimeGPT for high-value forecasts
Scan results:
Found Nixtla usage:
- StatsForecast: 8 locations
- TimeGPT: 0 locations
Recommendations:
1. Add TimeGPT for 2 high-value forecasts
2. Keep baselines for simple patterns
3. Implement tiered routing
Related Skills:
nixtla-experiment-architect: Validate routing decisionsnixtla-timegpt-finetune-lab: Evaluate fine-tuning ROInixtla-prod-pipeline-generator: Implement routing in productiontools
This skill assists with managing database sharding strategies. It is activated when the user needs to implement horizontal database sharding to scale beyond single-server limitations. The skill supports designing sharding strategies, distributing data across multiple database instances, and implementing consistent hashing, automatic rebalancing, and cross-shard query coordination. Use this skill when the user mentions "database sharding", "sharding implementation", "scale database", or "horizontal partitioning". The plugin helps design and implement sharding for high-scale applications.
tools
This skill enables Claude to perform comprehensive database security scans using the database-security-scanner plugin. It is triggered when the user requests a security assessment of a database, including identifying vulnerabilities like weak passwords, SQL injection risks, and insecure configurations. The skill leverages OWASP guidelines to ensure thorough coverage and provides remediation suggestions. Use this skill when the user asks to "scan database security", "check database for vulnerabilities", "perform OWASP compliance check on database", or "assess database security posture". The plugin supports PostgreSQL and MySQL.
testing
This skill enables Claude to design and visualize database schemas. It leverages normalization guidance (1NF through BCNF), relationship mapping, and ERD generation to create efficient and well-structured databases. Use this skill when the user requests to "design a database schema", "create a database model", "generate an ERD", "normalize a database", or needs help with "database design best practices". The skill is triggered by terms like "database schema", "ERD diagram", "database normalization", and "relational database design".
tools
This skill enables Claude to manage database replication, failover, and high availability configurations using the database-replication-manager plugin. It is designed to assist with tasks such as setting up master-slave replication, configuring automatic failover, monitoring replication lag, and implementing read scaling. Use this skill when the user requests help with "database replication", "failover configuration", "high availability", "replication lag", or "read scaling" for databases like PostgreSQL or MySQL. The plugin facilitates both physical and logical replication strategies.