maintainx-hello-world
Create a minimal working MaintainX example - your first work order.
Content Preview
--- name: maintainx-hello-world description: | Create a minimal working MaintainX example - your first work order. Use when starting a new MaintainX integration, testing your setup, or learning basic MaintainX API patterns. Trigger with phrases like "maintainx hello world", "maintainx example", "maintainx quick start", "create first work order", "simple maintainx code". allowed-tools: Read, Write, Edit, Bash(curl:*), Bash(node:*), Bash(npx:*) version: 1.0.0 license: MIT author: Jeremy
How to Use
Recommended: Install to project (local)
mkdir -p .claude/skills
curl -o .claude/skills/maintainx-hello-world.md \
https://raw.githubusercontent.com/jeremylongshore/claude-code-plugins-plus-skills/main/plugins/saas-packs/maintainx-pack/skills/maintainx-hello-world/SKILL.mdSkill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.
Alternative: Clone full repo
git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skillsThen reference at plugins/saas-packs/maintainx-pack/skills/maintainx-hello-world/SKILL.md
Related Skills
maintainx-ci-integration
Integrate MaintainX API testing into CI/CD pipelines.
maintainx-ci-integrationmaintainxintegration
by jeremylongshore · plugins-plus-skills
maintainx-common-errors
Debug and resolve common MaintainX API errors.
maintainx-common-errorsmaintainxcommonerrors
by jeremylongshore · plugins-plus-skills
maintainx-core-workflow-a
Execute MaintainX primary workflow: Work Order lifecycle management.
maintainx-core-workflow-amaintainxcoreworkflow
by jeremylongshore · plugins-plus-skills
maintainx-core-workflow-b
Execute MaintainX secondary workflow: Asset and Location management.
maintainx-core-workflow-bmaintainxcoreworkflow
by jeremylongshore · plugins-plus-skills