From maintainx-pack
Debug and resolve common MaintainX API errors. Use when encountering API errors, authentication issues, or unexpected responses from the MaintainX API. Trigger with phrases like "maintainx error", "maintainx 401", "maintainx api problem", "maintainx not working", "debug maintainx".
How this skill is triggered — by the user, by Claude, or both
Slash command
/maintainx-pack:maintainx-common-errorsThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Quick reference guide for diagnosing and resolving common MaintainX API errors.
Quick reference guide for diagnosing and resolving common MaintainX API errors.
Follow these high-level steps to implement maintainx-common-errors:
For full implementation details, load: Read(plugins/saas-packs/maintainx-pack/skills/maintainx-common-errors/references/implementation-guide.md)
| Issue | Solution |
|---|---|
| 401 Unauthorized | Verify API key in environment variables |
| 429 Rate Limited | Implement exponential backoff, reduce request frequency |
| 500 Server Error | Retry with backoff, check MaintainX status page |
For comprehensive debugging, see maintainx-debug-bundle.
Basic usage: Apply maintainx common errors to a standard project setup with default configuration options.
Advanced scenario: Customize maintainx common errors for production environments with multiple constraints and team-specific requirements.
Guides collaborative design exploration before implementation: explores context, asks clarifying questions, proposes approaches, and writes a design doc for user approval.
Creates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.
Synthesizes the current conversation into a structured spec (PRD) and publishes it to the project issue tracker with a ready-for-agent label, without interviewing the user.
4plugins reuse this skill
First indexed Jul 11, 2026
npx claudepluginhub bulozb/claude-code-plugins-plus-skills --plugin maintainx-pack