npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@intentsolutionsio/lokalise-pack

v1.0.0

Published

Claude Code skill pack for Lokalise - 24 skills covering translation management system (TMS) for software localization

Readme

Lokalise Skill Pack

Claude Code skill pack for Lokalise translation management — 24 skills covering the full localization lifecycle from SDK setup through production operations.

Installation

/plugin install lokalise-pack@claude-code-plugins-plus

What This Pack Does

Provides production-grade guidance for @lokalise/node-api SDK (ESM v9+), lokalise2 CLI, and the Lokalise REST API v2. Every skill contains real SDK code, real API endpoints, real error codes, and real webhook event names.

Skills

Getting Started (S01-S04)

| Skill | What It Does | |-------|-------------| | lokalise-install-auth | Install SDK/CLI, generate API tokens, verify connection | | lokalise-hello-world | Create project, add keys, set translations, export — end to end | | lokalise-local-dev-loop | Push/pull scripts, file watcher, mock translations, framework integration | | lokalise-sdk-patterns | Client singleton, cursor pagination, typed errors, batch ops, retry/rate-limit |

Core Workflows (S05-S08)

| Skill | What It Does | |-------|-------------| | lokalise-core-workflow-a | Upload source files, create/update keys, tag and bulk operations | | lokalise-core-workflow-b | Download translations, manage review status, contributors, file formats | | lokalise-common-errors | Diagnose 401/400/404/429/413/500 with curl commands and SDK error wrapper | | lokalise-debug-bundle | Collect env info, API connectivity, project stats, redacted logs into tar.gz |

Reliability (S09-S12)

| Skill | What It Does | |-------|-------------| | lokalise-rate-limits | Request queue (170ms spacing), exponential backoff, quota monitoring | | lokalise-security-basics | Token scoping, content sanitization, webhook secret verification, CI secrets | | lokalise-prod-checklist | 9-point pre-deploy checklist: coverage, keys, format, security, OTA, RBAC | | lokalise-upgrade-migration | SDK v8 CJS to v9 ESM migration, pagination changes, breaking change detection |

Pro (P13-P18)

| Skill | What It Does | |-------|-------------| | lokalise-ci-integration | GitHub Actions upload/download, PR translation checks, branch-based workflows | | lokalise-deploy-integration | Vercel/Netlify/Cloud Run deploy, OTA for iOS/Android, environment-specific bundles | | lokalise-webhooks-events | Create webhooks, handle 10+ event types, secret verification, idempotency | | lokalise-performance-tuning | Cursor pagination, local caching, batch ops, PQueue throttling, benchmarks | | lokalise-cost-tuning | Seat optimization, TM leverage, MT triage, dead key cleanup, spend monitoring | | lokalise-reference-architecture | Architecture diagram, project structure, OTA vs build-time, TypeScript types |

Flagship (F19-F24)

| Skill | What It Does | |-------|-------------| | lokalise-multi-env-setup | Dev/staging/prod isolation, secret management, promotion workflow | | lokalise-observability | API metrics, translation progress gauges, webhook monitoring, Prometheus alerts | | lokalise-incident-runbook | Quick diagnostics, 4 triage paths, fallback translations, communication templates | | lokalise-data-handling | Key metadata, snapshots, branches, export formats, encoding, plural forms | | lokalise-enterprise-rbac | Role hierarchy, language scoping, contributor groups, SSO, permission audit | | lokalise-migration-deep-dive | Migrate from Crowdin/Phrase/POEditor: export, transform, upload, validate |

Key Facts

| Fact | Value | |------|-------| | SDK | @lokalise/node-api v9+ (ESM) | | CLI | lokalise2 (Go binary) | | API Base | https://api.lokalise.com/api2 | | Rate Limit | 6 requests/second per token | | Max Keys Per Request | 500 | | File Upload | Async — returns process ID, poll until finished | | File Download | Returns S3 bundle URL (ZIP), valid ~30 minutes | | Webhook Timeout | 8 seconds — respond 200 immediately, process async | | Auth Header | X-Api-Token | | Webhook Auth | X-Secret header (random string, verify on every request) |

Usage

Skills activate automatically when you discuss Lokalise topics:

  • "Help me set up Lokalise" activates lokalise-install-auth
  • "Debug this Lokalise error" activates lokalise-common-errors
  • "Set up CI for translations" activates lokalise-ci-integration
  • "Handle Lokalise webhooks" activates lokalise-webhooks-events
  • "Optimize Lokalise costs" activates lokalise-cost-tuning

License

MIT