From mindtickle-pack
Deploys Node.js integrations to MindTickle platform using Docker container and API key. Trigger: 'mindtickle deploy integration'. See mindtickle-webhooks-events next.
How this skill is triggered — by the user, by Claude, or both
Slash command
/mindtickle-pack:mindtickle-deploy-integrationThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
```dockerfile
FROM node:20-slim
WORKDIR /app
COPY package*.json ./
RUN npm ci --production
COPY dist/ ./dist/
ENV MINDTICKLE_API_KEY=""
CMD ["node", "dist/index.js"]
See mindtickle-webhooks-events.
npx claudepluginhub jeremylongshore/claude-code-plugins-plus-skills --plugin mindtickle-packInstalls MindTickle SDK and configures API key authentication for Node.js/TypeScript or Python apps. Verifies connections and covers common errors.
Deploys MaintainX Node.js integrations to production via Docker on GCP Cloud Run or Kubernetes, with health checks, secret management, and gcloud commands.
Deploys Node.js OpenEvidence integration using Docker. Configures production npm install, dist bundle, and OPENEVIDENCE_API_KEY env var for healthcare SaaS.