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.
How this skill is triggered — by the user, by Claude, or both
Slash command
/linktree-pack:linktree-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: 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.
npx claudepluginhub jeremylongshore/claude-code-plugins-plus-skills --plugin linktree-packDeploys 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.