003-skills/.claude/skills-backup-20251210-155310/nixtla-skills-bootstrap/SKILL.md
Installs and updates Nixtla Skills in current project using nixtla-skills CLI. Manages skill installation, updates existing skills, and guides through setup process. Activates when user needs to install Nixtla skills, update skills to latest version, or set up Nixtla environment.
npx skillsauth add intent-solutions-io/plugins-nixtla nixtla-skills-bootstrapInstall 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.
Install or update Nixtla Skills in the current project using the nixtla-skills CLI.
This skill manages Nixtla Skills installation:
.claude/skills/Skills persist locally until explicitly updated or removed.
Required:
nixtla-skills CLI toolInstallation:
pip install nixtla-claude-skills-installer
Verify CLI:
which nixtla-skills || echo "NOT_FOUND"
Select installation mode:
init - First-time installationupdate - Refresh existing skillsVerify nixtla-skills CLI is installed:
nixtla-skills --version
If not found, install with: pip install nixtla-claude-skills-installer
For init:
nixtla-skills init
For update:
nixtla-skills update
ls -1d .claude/skills/nixtla-* 2>/dev/null | sort
After installation:
.claude/skills/nixtla-timegpt-lab/ - Core forecasting skill.claude/skills/nixtla-experiment-architect/ - Experiment scaffolding.claude/skills/nixtla-schema-mapper/ - Data transformation.claude/skills/nixtla-skills-bootstrap/ - This skillError: nixtla-skills: command not found
Solution: pip install nixtla-claude-skills-installer
Error: Permission denied
Solution: Check write permissions on .claude/skills/
Error: Skills directory already exists
Solution: Use update instead of init
Error: No skills installed after completion
Solution: Verify CLI version: nixtla-skills --version
nixtla-skills init
Output:
Installing Nixtla Skills...
Created .claude/skills/nixtla-timegpt-lab/
Created .claude/skills/nixtla-experiment-architect/
Created .claude/skills/nixtla-schema-mapper/
Created .claude/skills/nixtla-skills-bootstrap/
Installation complete!
nixtla-skills update
Output:
Updating Nixtla Skills...
Updated 4 skills to latest version.
Installed location: .claude/skills/nixtla-skills-bootstrap/
tools
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.