Packs
5 packs@a5c-ai
Tasks
Route questions to domain experts instead of asking the current user
2 skills · pack
curated
Task Execution Workflow
Load a plan, execute tasks with verification, and track progress via issues.
10 skills · pack
@fradser
Pi
Bridges to pi (dev/pi), a minimal terminal coding harness. Delegates coding tasks to the pi CLI for execution with full file and git context.
3 skills · pack
@samyakjhaveri
Business Process
Business process skills (process-optimizer, sop-writer, workflow-mapper, weekly-review). Useful for operational documentation, SOP generation, and workflow analysis. NOT for: software engineering tasks — these target organizational processes, not code.
4 skills · pack
@samyakjhaveri
Helpers
Utility skills (decision-matrix, navigate, model-route, prompt-improver, grill-research, align-prompt). Useful for specialized one-off tasks like structured decisions, adversarial research grilling, or aligning a draft prompt to an Opus model. NOT for: daily development workflow — these are situational tools, not always-on skills.
4 skills · pack
Results for “tasks”
997 skillsgws-tasks
Manages Google Tasks lists and tasks via the gws CLI, including create, read, update, delete, and move operations.
0
tasks
View and manage the task stack and processing queue. Shows pending work, active tasks, completed items, and queue state. Triggers on "/tasks", "show tasks", "what's pending", "task list", "queue status".
3 · bundle
perf-long-tasks
Long Tasks
18 · bundle
speckit-verify-tasks
Verify tasks marked [X] in tasks.md are implemented, not phantom completions (marked done but backed by missing or dead code).
11
speckit-verify-tasks-run
Verify tasks marked [X] in tasks.md are implemented, not phantom completions (marked done but backed by missing or dead code).
11
recipe-create-task-list
Creates a new Google Tasks list and populates it with initial tasks using the gws CLI.
0
More results
split
阶段③ 任务划分。把 design.md 拆成 tasks/<模块>.md 和 tasks/progress.md。
1
ppe
Personal protective equipment tracker. Use when json ppe tasks, csv ppe tasks, checking ppe status.
12 · bundle
dinov2-for-dense-prediction-tasks-arxiv-dinov2-dense-2024
DINOv2 for Dense Prediction Tasks
6
cicd-tekton-tasks-dev
Develop custom Tekton Tasks and reusable pipeline components. Use when creating Tasks for Tekton Hub, building ClusterTasks, designing parameterized Task libraries, or packaging Tekton components for distribution.
8
dex
Tracks async and multi-step work as JSON tasks in .dex/tasks/, with commands to create, list, show, complete, edit, and delete tasks.
1 · bundle
speckit-converge
Assess the current codebase against the feature's spec, plan, and tasks, then append any remaining unbuilt work as new tasks to tasks.md so implement can complete it.
11
agv
Automated guided vehicle route planner. Use when json agv tasks, csv agv tasks, checking agv status.
12 · bundle
amr
Autonomous mobile robot fleet manager. Use when json amr tasks, csv amr tasks, checking amr status.
12 · bundle
pid
PID controller tuning and simulation tool. Use when json pid tasks, csv pid tasks, checking pid status.
12 · bundle
speckit-tasks
Generate an actionable, dependency-ordered tasks.md for the feature based on available design artifacts.
11
todoist
Manage tasks and projects in Todoist. Use when user asks about tasks, to-dos, reminders, or productivity.
2 · bundle
lark-task
飞书任务:管理任务和清单。创建待办任务、查看和更新任务状态、拆分子任务、组织任务清单、分配协作成员。当用户需要创建待办事项、查看任务列表、跟踪任务进度、管理项目清单或给他人分配任务时使用。
1 · bundle
speckit-tasks-agent
Generate an actionable, dependency-ordered tasks.md for the feature based on available design artifacts.
1
rtm
Manage Remember The Milk tasks — list, add, complete, delete, search, prioritize, tag, move, and annotate tasks.
10 · bundle
parallel-task
Only to be triggered by explicit /parallel-task commands.
3
dex
Tracks async and multi-step work by storing tasks as JSON files in .dex/tasks/, with commands to create, list, show, complete, edit, and delete tasks.
10 · bundle
takt
Orchestrates multi-agent workflows defined in YAML piece files, delegating tasks to team members and managing state transitions.
54 · bundle
sdd-tasks
Divide un cambio de diseño aprobado en tareas concretas, ordenadas por dependencias y agrupadas por fase, con criterios de done y un forecast de workload para revisión.
0
task-automation
Automate repetitive tasks and workflows using scripting, file watchers, scheduled jobs, CI triggers, and API polling to eliminate manual toil. Use when the user requests task automation or provides relevant inputs for this workflow.
159
0xwork
Find and complete paid tasks on the 0xWork decentralized marketplace on Base chain, with USDC escrow payments.
1.2k · bundle
transaction-consistency
Use with analysis-agent or task-agent for task-local transaction, isolation, and conflict decisions. Do not use without a transaction decision or as task owner.
4 · bundle
browser-task
浏览器自动化任务处理技能。仅在以下情况使用:1) 其他 skill/工具(搜索、API、数据接口等)都无法满足需求,需要通过真实浏览器 GUI 兜底执行;2) 任务必须在具体网站完成登录 / 授权 / 账号内动作(点赞 / 收藏 / 评论 / 发布 / 加购);3) 命中白名单网站(淘宝/天猫、微博、小红书)的站内检索 / 互动 / 发布需求。当用户仅需要信息检索、文本生成、代码或数据处理时,不要使用本 skill。
9 · bundle
dependency-repair
Autonomously repairs failed task verification by choosing retry, decompose, prune, or escalate strategies before surfacing to the user.
1 · bundle
job-to-be-done-map
Frame jobs, triggers, desired outcomes, anxieties, and product opportunities.
0
parallel-task-spark
Only to be triggered by explicit /parallel-task-spark commands.
3
quick
Executes small ad-hoc tasks with GSD guarantees, spawning planner and executor agents, tracking tasks in .planning/quick/, and updating STATE.md. Supports composable flags for discussion, research, plan-checking, and verification.
1 · bundle
skill-agent-task-patterns
Agent SDK task integration patterns for Business Central. Triggers on: Agent Task Builder, Agent Task Message Builder, Public API, AssignTask, ExternalId, agent session detection, BindSubscription, TryFunction agent task, multi-turn agent conversation, agent attachment, or task lifecycle management.
0
dex
Tracks asynchronous and multi-step work by creating, listing, viewing, completing, editing, and deleting tasks stored as JSON files in a .dex directory.
1 · bundle
execute-task
当用户已有确认过的开发任务清单(理想来自 split-task),要把它逐个落地成实现 + 测试 + 提交,并经验收确认真的做完时使用——如"执行任务、把 tasks 做掉、按任务清单开始编码、实现这些任务、推进开发"。不要用于:任务还没拆(先 split-task)、技术方案没定(先 make-design)、行为没钉死(先 write-spec)、想法还模糊(先 refine-idea)、只做单个改动的红绿闭环(那是 tdd)、只做一次代码审查(那是 review-changes)、单纯调试某个 bug、代码评审。
0 · bundle
roadmap
Scan task pipeline health, build or update the project roadmap, and maintain a priority task queue
1 · bundle