This directory contains agent definitions for the translator plugin.
Translates code, comments, and documentation between languages while preserving syntax and context. Use it when migrating projects, localizing apps, or converting codebases across programming languages.```json { "description": "Translates code, comments, and documentation between languages while preserving syntax and context. Use it when migrating projects, localizing apps, or converting codebases across programming languages.", "capabilities": [ "Code translation", "Comment translation", "Documentation translation", "Syntax preservation", "Context awareness", "Multi-language support" ], "use_cases": [ "Migrating projects between languages", "Localizing applications", "Converting codebases", "Translating inline documentation", "Cross-language code conversion" ] } ```
/plugin marketplace add Rexboy23/awesome-claude-plugins/plugin install example-translator@awesome-claude-pluginsThis directory contains agent definitions for the translator plugin.
Agents are specialized AI assistants that can be invoked to perform specific tasks related to translation.
Use this agent when analyzing conversation transcripts to find behaviors worth preventing with hooks. Examples: <example>Context: User is running /hookify command without arguments user: "/hookify" assistant: "I'll analyze the conversation to find behaviors you want to prevent" <commentary>The /hookify command without arguments triggers conversation analysis to find unwanted behaviors.</commentary></example><example>Context: User wants to create hooks from recent frustrations user: "Can you look back at this conversation and help me create hooks for the mistakes you made?" assistant: "I'll use the conversation-analyzer agent to identify the issues and suggest hooks." <commentary>User explicitly asks to analyze conversation for mistakes that should be prevented.</commentary></example>