From lokalise-pack
Create a minimal working Lokalise example. Use when starting a new Lokalise integration, testing your setup, or learning basic Lokalise API patterns. Trigger with phrases like "lokalise hello world", "lokalise example", "lokalise quick start", "simple lokalise code".
How this skill is triggered — by the user, by Claude, or both
Slash command
/lokalise-pack:lokalise-hello-worldThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Minimal working example demonstrating core Lokalise functionality: projects, keys, and translations.
Minimal working example demonstrating core Lokalise functionality: projects, keys, and translations.
lokalise-install-auth setupRead(${CLAUDE_SKILL_DIR}/references/implementation-guide.md)| Error | Cause | Solution |
|---|---|---|
401 Unauthorized | Invalid token | Check LOKALISE_API_TOKEN |
400 Bad Request | Invalid project/key params | Verify required fields |
404 Not Found | Project doesn't exist | Check project_id |
429 Too Many Requests | Rate limit hit | Wait 1 second, retry |
# List projects
lokalise2 --token $LOKALISE_API_TOKEN project list
# Get project details
lokalise2 --token $LOKALISE_API_TOKEN project --project-id YOUR_PROJECT_ID
# List keys in a project
lokalise2 --token $LOKALISE_API_TOKEN key list --project-id YOUR_PROJECT_ID
Proceed to lokalise-local-dev-loop for development workflow setup.
npx claudepluginhub aiminnovations/claude-code-plugins-plus --plugin lokalise-packGuides collaborative design exploration before implementation: explores context, asks clarifying questions, proposes approaches, and writes a design doc for user approval.
Creates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.
Synthesizes the current conversation into a structured spec (PRD) and publishes it to the project issue tracker with a ready-for-agent label, without interviewing the user.
4plugins reuse this skill
First indexed Jul 11, 2026