NeonGeckoCom / NeonGeckoCom/skill-about
[FEAT] Multilingual Examples
Open
Nobody has claimed this yet.
enhancement
question
- Dominant language
- Python
- Stars
- 2
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
Objective
Support skill examples in different languages.
Initial Implementation Requirements
- skill.json spec needs to include translated examples (specified in skill.json)
- Core language should be referenced when loading skill data
Other Considerations
- Consider keeping all languages loaded in skill and updating API returns
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the skill.json specification and the loading logic in init.py around line 153. Trace how the core language is selected and how skill data is returned, then define the multilingual example format and behavior for API responses. Done means translated examples are represented in skill.json and loaded with the intended language handling.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- api, backend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100