Claude Code marketplace repository for installable skills published by tamnt.
Add this marketplace, then install the plugin you want:
claude plugin marketplace add tamntlib/skills
claude plugin install translator@tamnt-skills --scope userReload plugins in an active Claude Code session:
/reload-plugins
If your team prefers repo-local skills instead of plugin installation, copy the skill into your project like this:
your-project/
.claude/
skills/
translator/
SKILL.md
Then reload plugins in Claude Code:
/reload-plugins
translator— translate from one source language into one or more target languages with stable proper-noun glossary memory
Validate the plugin marketplace:
claude plugin validate .Load it directly during development:
claude --plugin-dir .