From lucidchart-pack
Sets up GitHub Actions CI workflows for Lucidchart integration, with npm test example. Invoke via 'lucidchart ci integration' or auto-activates on relevance.
How this skill is triggered — by the user, by Claude, or both
Slash command
/lucidchart-pack:lucidchart-ci-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
```yaml
name: Lucidchart Tests
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm ci && npm test
See lucidchart-deploy-integration.
npx claudepluginhub jeremylongshore/claude-code-plugins-plus-skills --plugin lucidchart-packDeploys Node.js Lucidchart integrations using Docker. Sets up container with LUCID_API_KEY. Trigger: 'lucidchart deploy integration'. Links API docs.
Sets up GitHub Actions CI/CD for Ideogram API integrations with Vitest unit tests, linting, and optional secret-gated integration tests.
Sets up GitHub Actions CI/CD to automatically regenerate putior workflow diagrams on push. Covers workflow YAML creation, R script for diagram generation with sentinel markers, auto-commit, and README sentinel integration.