feat(linguistics): add korean_slang offline Gen-Z pack (#34) - #369
Merged
Merged
Conversation
Ship a deterministic KB skill so host agents can interpret and generate modern Korean internet slang without wrapping an LLM.
Contributor
|
LGTM! Outstanding work on this PR @bd-c3. This is an exemplary new skill contribution that ticks every repository standard:
No changes needed. Merging after CI finishes! |
Contributor
Author
|
Ty @rosspeili, I am thinking of taking similar skill next #74 about GDPR module which involves heavy KB like MiCA, and want to propose similar EU AI Act skill if that is fine. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Deterministic KB skill so host agents can interpret and generate modern Korean internet slang without wrapping an LLM.
Description
Fixes #34.
Adds
linguistics/korean_slang: offline interpret / suggest / lookup over a September 2026 curated pack. Longest-first matching, honorificaudiencegates, constitution filters for slurs and appearance-policing slang. Also lands the newlinguistics/category (cat: linguistics, proposal dropdown, extras, catalog, example).translation,slang_breakdown,nuance,formality)skills/linguistics/korean_slang/+test_skill.py(issue example locked)execute(), curatedkb/lexicon.py,kb/*.jsonkb/constitution.json,suggest()audience templatesdocs/skills/korean_slang.md, Skill Library rowexamples/korean_slang_demo.pyType of Change
skills/skills/skillware/core/loader, env, adaptersskillware/cli.py,docs/usage/cli.mdexamples/*.py, agent loops,examples/README.mdpyproject.toml,MANIFEST.inChecklist (all PRs)
Fixes #…orRefs #…)python -m black --check .andflake8pass locally (or CI-equivalent subset)pytest skills/andpytest tests/pass locally when relevantCHANGELOG.mdupdated under[Unreleased]when user-visible behavior changesexamples/README.mdupdated if this PR adds, renames, or removes a runnable scriptpytest tests/test_registry_docs.pywhen skills, examples index, or agent-loops matrix changedpytest tests/test_skill_docs.pywhen catalog Usage Examples or provider snippets changedNew or updated skill
Bundle and metadata
skills/<category>/<skill_name>/(fromtemplates/python_skill/or equivalent)manifest.yaml:name(full ID),version,description,parameters,constitution, realissuershort_description,issuer.github,issuer.org,requirements,env_varsEffect, Directive, Assurance
skill.py(Effect; no ad-hoc LLM-generated execution paths)instructions.md(Directive) explains when and how to use the skillcard.json(Presentation) issuer matches manifest when presenttest_skill.py(Assurance) covers execution and schema expectationsSkillLoader.load_skill("<category>/<skill_name>")succeeds (or deps documented)Documentation and catalog
docs/skills/<skill_name>.mdand row indocs/skills/README.mdConstitution and safety (skills only)
Offline curated lexicon only, no network, no model calls, no invented 줄임말. Slurs and appearance-policing terms are omitted from glosses and never generated.
audience=elderssuppresses 반말 slang. Vulgar items are interpret-only unlessvulgar_ok. Pack is a 2026-09 snapshot, not a living native speaker.Related Issues
Fixes #34