スキル一覧に戻る

c-tasks

daxaur
更新日 2 days ago
2 閲覧
143
6
143
GitHubで表示
その他taskstodoistthingstaskwarriorproductivitytodo

について

c-tasksは、Todoist、Things 3、Taskwarriorにまたがるタスク管理のための統一CLIスキルです。インストール済みのタスクマネージャーを自動検出し、タスクの追加、一覧表示、完了、フィルタリングに一貫したコマンドを提供します。複数の生産性ツールに対して単一のインターフェースでワークフローを効率化するためにご利用ください。

クイックインストール

Claude Code

推奨
メイン
npx skills add daxaur/openpaw -a claude-code
プラグインコマンド代替
/plugin add https://github.com/daxaur/openpaw
Git クローン代替
git clone https://github.com/daxaur/openpaw.git ~/.claude/skills/c-tasks

このコマンドをClaude Codeにコピー&ペーストしてスキルをインストールします

ドキュメント

This skill supports three task managers. Detect which is available with which todoist-cli things-cli task and use accordingly.

Todoist — todoist-cli

todoist-cli list                           # List today's tasks
todoist-cli list --project "Work"          # Tasks in a project
todoist-cli add "Task name" --due today --priority 2
todoist-cli add "Task" --project "Work" --label "urgent"
todoist-cli complete <task-id>
todoist-cli delete <task-id>
todoist-cli projects                       # List all projects
todoist-cli search "query"

Things 3 — things-cli

things-cli today                           # Today's tasks
things-cli list                            # All tasks
things-cli list --area "Work"
things-cli add "Task name" --when today --tag "urgent"
things-cli add "Task" --project "Project Name" --deadline "2026-03-01"
things-cli complete "Task name"
things-cli projects                        # List projects
things-cli areas                           # List areas

Taskwarrior — task

task list                                  # List pending tasks
task next                                  # Highest-priority next task
task add "Task name" due:tomorrow pri:H project:work
task add "Task" +tag1 +tag2
task <id> done                             # Complete a task
task <id> delete
task <id> modify priority:H
task project:work list                     # Filter by project
task +OVERDUE list                         # Overdue tasks
task summary                               # Project summary

Usage Guidelines

  • Check which tool is installed before running commands.
  • If multiple are installed, ask the user which they prefer or use the one matching their request context.
  • For natural language dates, Todoist and Things handle them natively; Taskwarrior uses due:YYYY-MM-DD or due:tomorrow.

Notes

  • Todoist requires API token configured via todoist-cli auth.
  • Things 3 requires macOS and the Things 3 app.
  • Taskwarrior stores tasks locally in ~/.task/.

GitHub リポジトリ

daxaur/openpaw
パス: skills/c-tasks
0
ai-agentanthropicautomationclaudeclaude-codecli

関連スキル

llamaguard

その他

LlamaGuardは、暴力やヘイトスピーチなど6つの安全性カテゴリーにおいて、LLMの入力と出力をモデレートするMetaの70-80億パラメータモデルです。94〜95%の精度を提供し、vLLM、Hugging Face、Amazon SageMakerを使用してデプロイ可能です。このスキルを使用して、AIアプリケーションにコンテンツフィルタリングと安全策を簡単に統合できます。

スキルを見る

cost-optimization

その他

このClaudeスキルは、リソースの適正サイジング、タグ付け戦略、支出分析を通じて、開発者がクラウドコストを最適化することを支援します。AWS、Azure、GCPにわたるクラウド支出の削減とコストガバナンスの実施のためのフレームワークを提供します。インフラコストの分析、リソースの適正サイジング、または予算制約への対応が必要な際にご利用ください。

スキルを見る

quantizing-models-bitsandbytes

その他

このスキルは、bitsandbytesを使用してLLMを8ビットまたは4ビット精度に量子化し、精度の低下を最小限に抑えつつ50〜75%のメモリ削減を実現します。限られたGPUメモリでより大規模なモデルを実行したり、推論を高速化するのに理想的で、INT8、NF4、FP4などのフォーマットをサポートしています。HuggingFace Transformersと統合され、QLoRAトレーニングや8ビットオプティマイザーを可能にします。

スキルを見る

dispatching-parallel-agents

その他

このClaudeスキルは、複数のエージェントを配備し、3つ以上の独立した問題を並行して調査・修正します。共有状態や依存関係がなく解決可能な、無関係な障害が発生するシナリオ向けに設計されています。中核となる機能は並列問題解決であり、効率を最大化するために独立した問題領域ごとに1つのエージェントを割り当てます。

スキルを見る