obsidian-tasks-due-this-week
Sub-skill of obsidian: Tasks due this week.
Best use case
obsidian-tasks-due-this-week is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Sub-skill of obsidian: Tasks due this week.
Teams using obsidian-tasks-due-this-week should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/tasks-due-this-week/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How obsidian-tasks-due-this-week Compares
| Feature / Agent | obsidian-tasks-due-this-week | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Sub-skill of obsidian: Tasks due this week.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# Tasks due this week ## Tasks due this week ```dataview TASK FROM "Projects" WHERE due >= date(today) AND due <= date(today) + dur(7 days) SORT due ASC ```
Related Skills
llm-wiki-weekly-freshness
Class-level governance workflow for keeping llm-wiki-style markdown knowledge bases current, public-safe, graph/index-valid, and useful for code development. Use when reviewing llm-wiki architecture/content, scanning new LLM concepts, maintaining public knowledge graphs, producing an issue roadmap, or running recurring freshness cadence.
weekly-gtm-productivity-steering
Turn interactive weekly GTM priorities into agent-executable packets and run productivity-flow reviews that reduce owner orchestration time.
agent-teams-agent-types-for-common-tasks
Sub-skill of agent-teams: Agent Types for Common Tasks.
github-swarm-pr-tasks-for-swarm
Sub-skill of github-swarm-pr: Tasks for Swarm.
todoist-api-upcoming-this-week-lenreportupcoming
Sub-skill of todoist-api: Upcoming This Week ({len(report['upcoming'])}).
todoist-api-overdue-tasks
Sub-skill of todoist-api: Overdue Tasks.
todoist-api-overdue-tasks-lenreportoverdue
Sub-skill of todoist-api: Overdue Tasks ({len(report['overdue'])}).
todoist-api-example-1-gtd-weekly-review-automation
Sub-skill of todoist-api: Example 1: GTD Weekly Review Automation.
todoist-api-2-tasks-management
Sub-skill of todoist-api: 2. Tasks Management.
time-tracking-example-1-weekly-time-report-generator
Sub-skill of time-tracking: Example 1: Weekly Time Report Generator.
obsidian-writing
Sub-skill of obsidian: Writing.
obsidian-why-i-read-this
Sub-skill of obsidian: Why I Read This.