Skip to content

Instantly share code, notes, and snippets.

@kuc-arc-f
Created April 29, 2026 22:58
Show Gist options
  • Select an option

  • Save kuc-arc-f/ab938c1482dc7a296e50565550146b3c to your computer and use it in GitHub Desktop.

Select an option

Save kuc-arc-f/ab938c1482dc7a296e50565550146b3c to your computer and use it in GitHub Desktop.
opencode Agent Skills , C++ SQLite, todo_add
name todo_add
description TODO(やる事) を追加する。

手順

STEP 1: TODO(やる事)を、入力する

  • ユーザーに、TODOテキスト(やる事)を質問する:
TODOテキスト(やる事) を入力してください。
例: 掃除する。

STEP 2: スクリプトを実行する

./scripts/todo_add.sh {todo}
#!/bin/bash
/home/naka/work/cpp/extra/todo_3/todo add $1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment