From linktree-pack
Sets up GitHub Actions CI for Linktree apps: checkout, npm ci, npm test. Useful when integrating CI for Linktree development from their marketplace.
npx claudepluginhub jeremylongshore/claude-code-plugins-plus-skills --plugin linktree-packThis skill is limited to using the following tools:
```yaml
Deploys Node.js integrations to Linktree using Docker. Supplies production Dockerfile with slim Node image, npm ci, dist bundle, and LINKTREE_API_KEY setup.
Sets up GitHub Actions CI pipelines for Clerk auth testing with Playwright E2E tests, GitHub secrets, and test user configuration.
Sets up GitHub Actions CI/CD workflows for Klaviyo API integrations, including Vitest unit tests, API integration tests, npm setup, and secret configuration.
Share bugs, ideas, or general feedback.
name: Linktree Tests
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm ci && npm test
See linktree-deploy-integration.