返回 Skill 列表
extension
分类: 开发与工程无需 API Key

daily-task-creator

在.tmp中创建一个新的带有序列号的每日任务文件(例如,task-20241225-1.md)。当用户想要开始一个新任务、记录日常活动或创建任务文件时使用。

person作者: jakexiaohubgithub

Daily Task Creator

Overview

This skill automates the creation of daily task files in the .tmp directory. It ensures files are named with the current date and a unique sequence number (e.g., task-YYYYMMDD-N.md).

Usage

To create a new task file, run the included Python script:

python3 {path}/scripts/create_task.py

This script will:

  1. Check the .tmp directory.
  2. Find the next available sequence number for today's date.
  3. Create a new markdown file with a header and timestamp.
  4. Print the path of the created file.