AI-powered development automation tools by Basaltbytes - agentic workflows for Claude Code
npx claudepluginhub basaltbytes/agentic-toolsi18next translation workflow with self-verification loop. Finds hardcoded strings, fixes them, and verifies progress using i18next-cli.
A collection of agents, skills or plugin for agentic development.
Organization: Basaltbytes Repository: basaltbytes/agentic-tools License: MIT
Automated i18next hardcoded string detection and translation workflow with self-verification.
Category: Development Automation Version: 1.0.0
What it does:
i18next-cli lintt() or <Trans> componentsPlatform Support:
/translate command (docs)Our tools are available as plugins for Claude Code via marketplace installation.
Installation:
# Add the Basaltbytes marketplace
/plugin marketplace add basaltbytes/agentic-tools
# Install a specific tool
/plugin install i18next-translate
# Use the tool
/translate
We're exploring support for additional AI-powered development platforms. If you'd like to see support for a specific platform, please open an issue.
| Tool | Category | Version | Platforms | Description |
|---|---|---|---|---|
| i18next-translate | Development Automation | 1.0.0 | Claude Code | Automated i18next string externalization with self-verification |
We welcome contributions of new agentic tools! See our Contributing Guide for detailed instructions on:
agentic-tools/
├── .claude-plugin/ # Claude Code marketplace configuration
│ └── marketplace.json
│
├── {tool-name}-plugin/ # Tool implementations for Claude Code
│ ├── .claude-plugin/
│ │ └── plugin.json
│ ├── commands/
│ │ └── {command}.md
│ └── README.md
│
├── README.md # This file
├── CONTRIBUTING.md # Contribution guidelines
├── CLAUDE.md # Project context for AI assistants
└── LICENSE # MIT license
MIT License - see LICENSE for details.
Repo owner: PhilDL.
Special thanks to all contributors who help make AI-assisted development more powerful and accessible.