Translates an entire module or package between languages, handling imports, file layout, visibility, and cross-function dependencies that single-function translation misses. Use when porting a library, when a migration spans multiple files, or when the user hands you a directory and a target language.
Install with Tessl CLI
npx tessl i github:santosomar/general-secure-coding-agent-skills --skill module-level-code-translator97
Quality
96%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
Discovery
100%Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.
This is a well-crafted skill description that excels across all dimensions. It clearly articulates the specific capability (module/package translation with dependency handling), explicitly states when to use it with multiple trigger scenarios, and distinguishes itself from simpler single-function translation skills. The description uses proper third-person voice and includes natural user terminology.
| Dimension | Reasoning | Score |
|---|---|---|
Specificity | Lists multiple specific concrete actions: 'Translates an entire module or package', 'handling imports, file layout, visibility, and cross-function dependencies'. Clearly distinguishes from single-function translation. | 3 / 3 |
Completeness | Clearly answers both what (translates modules/packages with imports, file layout, visibility, dependencies) AND when ('Use when porting a library, when a migration spans multiple files, or when the user hands you a directory and a target language'). | 3 / 3 |
Trigger Term Quality | Includes natural terms users would say: 'module', 'package', 'porting a library', 'migration', 'directory', 'target language', 'multiple files'. Good coverage of translation/porting vocabulary. | 3 / 3 |
Distinctiveness Conflict Risk | Explicitly distinguishes itself from 'single-function translation' and focuses on multi-file/module scope. Clear niche with distinct triggers around directories, libraries, and multi-file migrations. | 3 / 3 |
Total | 12 / 12 Passed |
Implementation
92%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
This is a high-quality skill that efficiently covers the complex topic of module-level translation. It excels at actionability with concrete tables, dependency graphs, and a complete worked example. The workflow is clear with explicit validation checkpoints, and the content respects Claude's intelligence by avoiding unnecessary explanations.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Every section earns its place—tables are dense, examples are minimal but complete, and there's no explanation of concepts Claude already knows (no 'what is a module' preamble). The worked example is tight and illustrative without padding. | 3 / 3 |
Actionability | Provides concrete guidance: ASCII dependency graphs, specific file layout mappings across 4 languages, a complete worked example with actual file structures, and an explicit output format template. The 'Do not' section gives specific anti-patterns to avoid. | 3 / 3 |
Workflow Clarity | Clear 4-step sequence (graph → layout → translate leaves → verify seams) with explicit validation checkpoint ('Compile/run it. Don't move on until this file builds'). The integration checklist at the end provides verification steps for the complete workflow. | 3 / 3 |
Progressive Disclosure | References to related skills (`code-translation`, `test-guided-migration-assistant`) are well-signaled with arrows, but the content is somewhat monolithic. The worked example and tables could potentially be split into separate reference files for a cleaner overview, though the current length (~150 lines) is borderline acceptable. | 2 / 3 |
Total | 11 / 12 Passed |
Validation
100%Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.
Validation — 11 / 11 Passed
Validation for skill structure
No warnings or errors.
Table of Contents
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.