Koda todo
Позволяет управлять списком отложенных задач (todo-list). Собери текущие сведения в список подзадач, сохрани в файл и выполняй задачу далее пошагово.From its SKILL.md
npx -y skills add XCode-NLP/KodaSkills --skill koda-todoAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 15 stars15 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its file declares
Copied from the file, not written here
The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
2.3 KB, 560 tokens by cl100k_base, as published. Nobody here has run it
Управление TODO-листом
Если задачу можно разбить на последовательность подзадач, то рекомендуется использовать TODO list. При использовании TODO list решай задачу поэтапно, отмечая каждый выполненный шаг.
Описание
Создание и управление TODO-листом через файл KODA-TODO.md в корне проекта.
Инструменты
1. Создание KODA-TODO.md
- Инструменты:
- vscode, jetbrains:
create_new_file - koda-cli:
WriteFile
- vscode, jetbrains:
- Путь: корень проекта
- Формат:
# Общее описание задачи 1. [ ] Подзадача 1 2. [ ] Подзадача 2 3. [ ] Подзадача 3
2. Выполнение задачи
- Инструменты:
- vscode, jetbrains:
edit_file,read_file - koda-cli:
Edit,ReadFile
- vscode, jetbrains:
- Действие:
- После выполнения задачи с номером N замени
N. [ ]наN. [x]в файле - После этого ОБЯЗАТЕЛЬНО перечитай файл
KODA-TODO.mdдля определения дальнейших шагов
- После выполнения задачи с номером N замени
3. Текущий статус
- Инструменты:
- vscode, jetbrains:
read_file - koda-cli:
ReadFile
- vscode, jetbrains:
- Действие: Прочитай
KODA-TODO.md, чтобы узнать текущий статус
4. Завершение всех задач
- Инструменты:
- vscode, jetbrains:
read_file,run_terminal_command - koda-cli:
ReadFile,Shell
- vscode, jetbrains:
- Действие: Проверь что все шаги выполнены прочитав
KODA-TODO.md. Если ВСЕ задачи выполнены удали файлKODA-TODO.md
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.