obsidian-tasks-due-this-week

Sub-skill of obsidian: Tasks due this week.

5 stars

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

$curl -o ~/.claude/skills/tasks-due-this-week/SKILL.md --create-dirs "https://raw.githubusercontent.com/vamseeachanta/workspace-hub/main/.agents/skills/_archive/business/productivity/obsidian/tasks-due-this-week/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/tasks-due-this-week/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How obsidian-tasks-due-this-week Compares

Feature / Agentobsidian-tasks-due-this-weekStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/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

5
from vamseeachanta/workspace-hub

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

5
from vamseeachanta/workspace-hub

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

5
from vamseeachanta/workspace-hub

Sub-skill of agent-teams: Agent Types for Common Tasks.

github-swarm-pr-tasks-for-swarm

5
from vamseeachanta/workspace-hub

Sub-skill of github-swarm-pr: Tasks for Swarm.

todoist-api-upcoming-this-week-lenreportupcoming

5
from vamseeachanta/workspace-hub

Sub-skill of todoist-api: Upcoming This Week ({len(report['upcoming'])}).

todoist-api-overdue-tasks

5
from vamseeachanta/workspace-hub

Sub-skill of todoist-api: Overdue Tasks.

todoist-api-overdue-tasks-lenreportoverdue

5
from vamseeachanta/workspace-hub

Sub-skill of todoist-api: Overdue Tasks ({len(report['overdue'])}).

todoist-api-example-1-gtd-weekly-review-automation

5
from vamseeachanta/workspace-hub

Sub-skill of todoist-api: Example 1: GTD Weekly Review Automation.

todoist-api-2-tasks-management

5
from vamseeachanta/workspace-hub

Sub-skill of todoist-api: 2. Tasks Management.

time-tracking-example-1-weekly-time-report-generator

5
from vamseeachanta/workspace-hub

Sub-skill of time-tracking: Example 1: Weekly Time Report Generator.

obsidian-writing

5
from vamseeachanta/workspace-hub

Sub-skill of obsidian: Writing.

obsidian-why-i-read-this

5
from vamseeachanta/workspace-hub

Sub-skill of obsidian: Why I Read This.