Basaltbytes Agentic Tools
basaltbytes-agentic-tools is a Claude Code plugin for the Build phase that adds i18next and react-i18next skills for finding hardcoded strings and managing translations with self-verification.
Register this plugin so Claude Code finds hardcoded strings, applies i18next and react-i18next workflows, and self-verifies translations in your React app.
Add it to Claude Code
Install the plugin in Claude Code. One command, paste-ready.
/plugin install basaltbytes-agentic-tools@basaltbytes/agentic-toolsBuilt to be called by your agent
Skillselion is itself an MCP server. Your agent can pull this entry and a paste-ready install config straight from the API - no copy-paste.
Retrieve this entry with skillselion.get_details("plugin:basaltbytes/agentic-tools") and the paste-ready config with skillselion.get_install_config("plugin:basaltbytes/agentic-tools").
What it does
basaltbytes-agentic-tools is a Claude Code plugin collection built for solo developers shipping React apps who need localization without maintaining a separate i18n playbook. The bundled skills emphasize detecting hardcoded strings, driving i18next and react-i18next setup, using CLI-oriented translation flows, and self-verifying that keys and namespaces stay consistent after automated edits. It fits the Build phase when you are preparing a product for multiple locales or cleaning up English-only debt before launch, and it pairs naturally with agent-heavy workflows where the model might reintroduce literal strings on every feature pass. This is an integration-style frontend toolkit, not a generic copywriting skill. One plugin is published from basaltbytes/agentic-tools, so you add it once and reuse the same verbs across sprints. Expect intermediate familiarity with React and i18next concepts; beginners can still start if they accept guided setup inside the agent session.
Highlights
- i18n and localization skills oriented around i18next, i18next-cli, and react-i18next
- Targets hardcoded user-visible strings and translation workflows in React codebases
- Self-verification theme for checking translation coverage after agent edits
- Single-plugin agentic-tools bundle for Claude Code and similar agents
- Internationalization category placement for global-ready SaaS frontends
Why builders use it
Your React app still has hardcoded copy and ad-hoc i18n fixes every time the agent adds UI, with no repeatable translation workflow in Claude Code.
After install, the agent can scan for strings, apply i18next patterns, and verify translation structure so locales stay consistent as you build.
At a glance
- Type - Plugin in Frontend & UI.
- Adoption - 0 installs, 2 stars, 0 votes.
FAQ
Who is basaltbytes-agentic-tools for?
It is for developers using Claude Code on React projects who want bundled skills for i18next, react-i18next, and hardcoded string cleanup.
When should I use basaltbytes-agentic-tools?
Use it during Build when internationalizing new screens, migrating literals to keys, or verifying translations after agent-generated UI changes.
How do I add basaltbytes-agentic-tools to my agent?
Register the basaltbytes/agentic-tools Claude Code plugin, ensure i18next dependencies fit your project, then invoke the localization skills on targeted components or repos.
Comments
Share how you use basaltbytes-agentic-tools, gotchas, or tips for other indie builders.
No comments yet - be the first to share how you use it.