k-skill
한국 특화 기능(교통·날씨·부동산·쇼핑·법률·금융·공공데이터 등) 요청이 들어오면 실행. git pull로 최신화 후 README 레지스트리에서 스킬을 골라 해당 SKILL.md만 읽어 진행한다.
13 stars
bytae0y
Best use case
k-skill is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
한국 특화 기능(교통·날씨·부동산·쇼핑·법률·금융·공공데이터 등) 요청이 들어오면 실행. git pull로 최신화 후 README 레지스트리에서 스킬을 골라 해당 SKILL.md만 읽어 진행한다.
Teams using k-skill should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
$curl -o ~/.claude/skills/k-skill/SKILL.md --create-dirs "https://raw.githubusercontent.com/tae0y/python-project-template/main/.claude/skills.nouse/k-skill/SKILL.md"
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/k-skill/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How k-skill Compares
| Feature / Agent | k-skill | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
한국 특화 기능(교통·날씨·부동산·쇼핑·법률·금융·공공데이터 등) 요청이 들어오면 실행. git pull로 최신화 후 README 레지스트리에서 스킬을 골라 해당 SKILL.md만 읽어 진행한다.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# k-skill ## 실행 순서 1. 저장소를 최신화한다. ```bash git -C /Users/bachtaeyeong/10_SrcHub/k-skill pull --ff-only ``` 2. README를 읽어 스킬 인덱스를 확인한다. - 파일: `/Users/bachtaeyeong/10_SrcHub/k-skill/README.md` - "어떤 걸 할 수 있나" 테이블에서 요청에 맞는 스킬 이름을 고른다. 3. 해당 스킬의 SKILL.md만 읽는다. - 파일: `/Users/bachtaeyeong/10_SrcHub/k-skill/<skill-name>/SKILL.md` 4. SKILL.md의 워크플로우를 따라 실행한다. ## 주의 - README 테이블에 ~~취소선~~ 처리된 스킬은 지원 중단 상태이므로 사용하지 않는다. - "사용자 로그인" 컬럼이 "필요"인 스킬은 실행 전에 사용자에게 로그인 여부를 확인한다.
Related Skills
We are still matching the closest adjacent skills for this page. In the meantime, continue through the full directory.