.claude/skills/task/SKILL.md
--- context: fork model: haiku --- # /task Quick-create a task linked to a project, optionally with subtasks. ## Usage ``` /task <title> /task <title> for <project> /task <title> due <date> /task <title> priority high /task <title> with subtasks ``` ## Examples ``` /task Review ADR draft /task Complete security assessment for MyProject due Friday /task Update architecture diagram priority high for CloudMigration /task Platform Migration Tasks with subtasks ``` ## Instructions 1. Parse th
npx skillsauth add DavidROliverBA/ArchitectKB .claude/skills/taskInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Quick-create a task linked to a project, optionally with subtasks.
/task <title>
/task <title> for <project>
/task <title> due <date>
/task <title> priority high
/task <title> with subtasks
/task Review ADR draft
/task Complete security assessment for MyProject due Friday
/task Update architecture diagram priority high for CloudMigration
/task Platform Migration Tasks with subtasks
Parse the command for:
Defaults:
Generate filename: Task - {{title}}.md
Create task in vault root:
---
type: Task
title: {{ title }}
created: {{ DATE }}
modified: {{ DATE }}
completed: false
priority: {{ priority }}
doDate: {{ do_date or null }}
dueBy: {{ due_date or null }}
project: {{ project_link or null }}
assignedTo: ["[[Your Name]]"]
parentTask: {{ parent_task_link or null }}
subtasks: {{ subtask_links or [] }}
tags: []
---
# {{title}}
## Description
{{title expanded if needed}}
## Acceptance Criteria
- [ ]
## Subtasks
{{list of subtask links if any}}
## Notes
## Related
{{project link if provided}}
If project provided:
"[[Project - MyProject]]"If due date provided:
If subtasks requested:
subtasks arrayparentTask field to parentSubtask conventions:
subtasks: ["[[Task - Subtask 1]]", "[[Task - Subtask 2]]"]parentTask: "[[Task - Parent Task]]"After creating:
tools
--- context: fork --- # /youtube Save a YouTube video as both a Weblink (quick reference) and a detailed Page (full analysis). ## Usage ``` /youtube <url> /youtube <url> <optional title override> ``` ## Examples ``` /youtube https://www.youtube.com/watch?v=0TpON5T-Sw4 /youtube https://youtu.be/abc123 AWS re:Invent Keynote ``` ## Prerequisites This skill uses the MCP Docker YouTube tools: - `mcp__MCP_DOCKER__get_video_info` - Video metadata - `mcp__MCP_DOCKER__get_transcript` - Full trans
data-ai
Create and manage git worktrees for parallel agent sessions
testing
--- context: fork --- # /wipe Generate a context handoff summary, clear the session, and resume in a fresh conversation. Detects environment and provides automated (tmux) or manual workflow. ## Usage ``` /wipe /wipe quick # Minimal handoff, just essentials /wipe detailed # Comprehensive handoff with full context ``` ## Instructions When the user invokes `/wipe`: ### Phase 1: Detect Environment First, check the terminal environment: ```bash echo "Environment Detection:"
data-ai
--- context: fork --- # /weekly-summary Generate comprehensive weekly summary from daily notes, meetings, tasks, and project updates using parallel sub-agents. ## Usage ``` /weekly-summary /weekly-summary --last-week /weekly-summary --from 2026-01-01 --to 2026-01-07 /weekly-summary --output page # Create Page note instead of just outputting ``` ## Instructions This skill uses **5 parallel sub-agents** to gather data concurrently from different vault areas, then synthesizes a comprehensi