003-skills/.claude/skills-backup-20251210-155310/nixtla-skills-index/SKILL.md
Lists all installed Nixtla Skills and provides guidance on which skill to use for specific tasks. Scans skills directory, reads frontmatter, outputs formatted index with categories and usage recommendations. Activates when user wants to see available skills, needs guidance on skill selection, or asks about Nixtla capabilities.
npx skillsauth add intent-solutions-io/plugins-nixtla nixtla-skills-indexInstall 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.
List all installed Nixtla Skills and provide usage guidance.
This skill generates a directory of available Nixtla Skills:
.claude/skills/nixtla-*/ directoriesRequired:
nixtla-skills init.claude/skills/nixtla-*/ directoriesNo Additional Packages: Uses only Read and Glob tools
Find all Nixtla skill directories:
Glob pattern: .claude/skills/nixtla-*/SKILL.md
For each skill, extract:
name: Skill identifierdescription: Purpose and triggersmode: Whether it's a mode skillversion: Current versionOrganize into categories:
Output formatted markdown table with skill details.
Formatted markdown listing:
## Nixtla Skills Index
| Skill | Description | When to Use |
|-------|-------------|-------------|
| nixtla-timegpt-lab | Forecasting expert mode | Starting Nixtla work |
| nixtla-schema-mapper | Data transformation | Converting data format |
| nixtla-experiment-architect | Experiment setup | Model comparisons |
Error: No skills found
Solution: Run nixtla-skills init to install
Error: Malformed SKILL.md
Solution: Run nixtla-skills update to refresh
Error: Skills directory not found
Solution: Verify .claude/skills/ exists
Error: Permission denied
Solution: Check directory permissions
User: "What Nixtla skills are available?"
Output:
Nixtla Skills Index (8 skills installed):
Mode Skills:
- nixtla-timegpt-lab: Forecasting expert mode
Utility Skills:
- nixtla-schema-mapper: Data transformation
- nixtla-experiment-architect: Experiment setup
- nixtla-timegpt-finetune-lab: Fine-tuning
- nixtla-prod-pipeline-generator: Production deployment
- nixtla-usage-optimizer: Cost optimization
- nixtla-skills-index: This index
Infrastructure:
- nixtla-skills-bootstrap: Install/update skills
User: "Which skill for converting CSV to Nixtla format?"
Output:
Use: nixtla-schema-mapper
This skill transforms data to Nixtla schema (unique_id, ds, y).
Activate with: "Map my data to Nixtla format"
.claude/skills/nixtla-*/pip install nixtla-claude-skills-installerRelated Skills:
nixtla-skills-bootstrap: Install or update skillstools
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.