Agent skill
nixtla-skills-bootstrap
Generate and configure Nixtla Skills using the CLI for forecasting workflows. Use when installing or updating skills. Trigger with 'install nixtla skills' or 'update nixtla'.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/nixtla-skills-bootstrap
SKILL.md
Nixtla Skills Bootstrap
Install or update Nixtla Skills in the current project using the nixtla-skills CLI.
Overview
This skill manages Nixtla Skills installation:
- Init: First-time installation to
.claude/skills/ - Update: Refresh existing skills to latest versions
- Verify: Check installation status and available skills
Skills persist locally until explicitly updated or removed.
Prerequisites
Required:
- Python 3.8+
nixtla-skillsCLI tool
Installation:
pip install nixtla-claude-skills-installer
Verify CLI:
which nixtla-skills || echo "NOT_FOUND"
Instructions
Step 1: Choose Action
Select installation mode:
init- First-time installationupdate- Refresh existing skills
Step 2: Check CLI Availability
Verify nixtla-skills CLI is installed:
nixtla-skills --version
If not found, install with: pip install nixtla-claude-skills-installer
Step 3: Run Installer
For init:
nixtla-skills init
For update:
nixtla-skills update
Step 4: Verify Installation
ls -1d .claude/skills/nixtla-* 2>/dev/null | sort
Output
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 skill
Error Handling
-
Error:
nixtla-skills: command not foundSolution:pip install nixtla-claude-skills-installer -
Error:
Permission deniedSolution: Check write permissions on.claude/skills/ -
Error:
Skills directory already existsSolution: Useupdateinstead ofinit -
Error:
No skills installed after completionSolution: Verify CLI version:nixtla-skills --version
Examples
Example 1: First-Time Installation
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!
Example 2: Update Existing Skills
nixtla-skills update
Output:
Updating Nixtla Skills...
Updated 4 skills to latest version.
Resources
- PyPI Package: https://pypi.org/project/nixtla-claude-skills-installer/
- Skills Documentation: See individual skill SKILL.md files
- GitHub: https://github.com/Nixtla/nixtla-claude-skills
Installed location: .claude/skills/nixtla-skills-bootstrap/
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?