Manusで任意のスキルを実行
ワンクリックで
ワンクリックで
ワンクリックでManusで任意のスキルを実行
始める$pwd:
$ git log --oneline --stat
stars:197
forks:15
updated:2026年5月28日 05:06
SKILL.md
Create a new e2e test fixture for cross-language test generation
Universal LLM API client for 142+ providers with native bindings for 11 languages. Use when writing code that calls LLM APIs via liter-llm in Python, TypeScript, Rust, Go, Java, C#, Ruby, PHP, Elixir, WASM, or C. Covers chat, streaming, embeddings, image generation, speech, transcription, moderation, reranking, search, OCR, tool calling, and configuration.
| name | add-language-generator |
| description | Add a new language to Alef-based e2e test generation |
E2E test generation is handled by Alef. To add a new language:
alef.toml: Configure the new language under [e2e.languages.<lang>] with appropriate test framework, file extensions, and assertion patterns.[e2e.call.<call_name>.languages.<lang>] overrides.task e2e:generate:all then task e2e:test:all to verify the generated tests compile and pass.alef.toml [e2e] section