study-note

Append time-stamped, keyword-tagged learning notes to a KATA archive file.

1|Updated Nov 12, 2025
One-click install
npx skills add https://github.com/TakSung/python-katas --skill study-note
Or copy as Structured Prompt for Agentβ–Ό
Please help me install this Agent Skill.
Skill: study-note
Source: https://github.com/TakSung/python-katas/tree/main/platforms/linux/.claude/skills/study-note
Command: npx skills add https://github.com/TakSung/python-katas --skill study-note

SYSTEM DOCUMENTATION & REQUIREMENTS

πŸ’‘ This Skill includes scripts (resource) components.

What problem does it solve?

ν•™μŠ΅ 쀑 λ– μ˜€λ₯΄λŠ” 아이디어와 λ©”λͺ¨λ₯Ό μžƒμ§€ μ•Šκ³  μ²΄κ³„μ μœΌλ‘œ κΈ°λ‘ν•˜λŠ” 것이 μ–΄λ ΅μŠ΅λ‹ˆλ‹€. 이 μŠ€ν‚¬μ€ ν˜„μž¬ μΉ΄νƒ€μ˜ μ•„μΉ΄μ΄λΈŒ νŒŒμΌμ— μ‹œκ°„μˆœμœΌλ‘œ κΈ°λ‘ν•˜μ—¬ 볡슡과 지식 정리에 도움을 μ€λ‹ˆλ‹€.

Core Features & Use Cases

  • μžλ™ 경둜 κ²°μ •: .katarc의 CURRENT_KATA 값을 읽어 λŒ€μƒ ν”„λ‘œμ νŠΈμ˜ μ•„μΉ΄μ΄λΈŒ 파일 μœ„μΉ˜λ₯Ό μžλ™μœΌλ‘œ κ²°μ •ν•©λ‹ˆλ‹€.
  • νƒ€μž„μŠ€νƒ¬ν”„ 기둝: ν•œκ΅­ ν‘œμ€€μ‹œ(KST) κΈ°μ€€μœΌλ‘œ λ…ΈνŠΈμ— μžλ™ νƒ€μž„μŠ€νƒ¬ν”„λ₯Ό μΆ”κ°€ν•©λ‹ˆλ‹€.
  • ν‚€μ›Œλ“œ νƒœκΉ… 및 검색: ν•™μŠ΅ 주제λ₯Ό μ‰½κ²Œ νƒœκΉ…ν•˜κ³  λ‚˜μ€‘μ— 검색할 수 μžˆμŠ΅λ‹ˆλ‹€.
  • UTF-8 지원: ν•œκΈ€ λ…ΈνŠΈλ„ 손상 없이 μ €μž₯ν•©λ‹ˆλ‹€.
  • μ‹€μ „ μ˜ˆμ‹œ: mini-shell ν•™μŠ΅ 쀑 아이디어λ₯Ό μ•„μΉ΄μ΄λΈŒμ— 남겨두어 볡슡 μ‹œ μ°Έκ³ ν•©λ‹ˆλ‹€.

Quick Start

μ˜ˆμ‹œ: ν˜„μž¬ μΉ΄νƒ€μ˜ ν•™μŠ΅ λ…ΈνŠΈλ₯Ό μΆ”κ°€ν•˜λ €λ©΄ μ•„λž˜ λͺ…령을 μ‹€ν–‰ν•©λ‹ˆλ‹€: ./scripts/study-note-helper.sh add --keyword "<ν‚€μ›Œλ“œ>" --content "<λ‚΄μš©>".

Frequently Asked Questions about study-note

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I archive study notes with timestamps for a KATA project?β–Ό

Archive learning notes to a time-stamped, keyword-tagged file by running `./scripts/study-note-helper.sh add --keyword "<keyword>" --content "<content>"`. The Skill automatically reads your CURRENT_KATA from `.katarc`, creates or appends to the archive file, adds KST timestamps, and stores notes in UTF-8 format for reliable retrieval.

Can I search and retrieve notes from my study archive?β–Ό

Yes. The study-note Skill supports keyword tagging and search functionality through scripts/study-note-helper.sh, enabling you to retrieve, organize, and review archived ideas, memos, questions, and debugging notes by their tags for revision and knowledge consolidation.

What do I need to use the study-note Skill?β–Ό

You need Bash execution capability, a `.katarc` file with CURRENT_KATA configured to point to your project, UTF-8 encoding support, and access to scripts/study-note-helper.sh. The Skill handles automatic archive initialization and LIFO appends without additional setup.

Does the study-note Skill support non-English content like Korean notes?β–Ό

Yes. The Skill includes UTF-8 support specifically to preserve Korean text and other non-ASCII characters without corruption, making it suitable for multilingual study archives and memos.

How does automatic path resolution work in study-note?β–Ό

The Skill reads the CURRENT_KATA value from your `.katarc` configuration file to automatically determine the target project's archive file location, eliminating manual path specification and ensuring notes go to the correct KATA project.

Related Skills