kandev-routines

Automates recurring tasks via cron and webhook triggers with programmatic creation.

Updated Jun 24, 2026
One-click install
npx skills add https://github.com/AvatarGanymede/pcraft --skill kandev-routines
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kandev-routines
Source: https://github.com/AvatarGanymede/pcraft/tree/main/apps/backend/internal/office/configloader/skills/kandev-routines
Command: npx skills add https://github.com/AvatarGanymede/pcraft --skill kandev-routines

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires kandev, and includes scripts (resource) components.

What problem does it solve?

kandev-routines resolves the need for manual setup of repetitive tasks by leveraging cron jobs and webhook triggers, streamlining the scheduling and execution of regular tasks.

Core Features & Use Cases

  • Task Scheduling: Use cron expressions to define when a task should run.
  • Webhook Triggering: Initiate tasks through external webhooks for asynchronous operations.
  • Task Creation: Generate tasks automatically with defined titles, descriptions, and assignees.
  • Use Case: Automatically send weekly status reports to a specific role or department without manual reminders.

Quick Start

Set up a recurring routine for a daily meeting reminder. Use the CLI with the command: 'kandev routines create --name "Daily meeting reminder" --task-title "Weekly status meeting" --task-description "Review team progress every Monday at 10 AM" --cron "0 10 * * 1" --timezone "America/New_York" --assignee A-manager'.

Frequently Asked Questions about kandev-routines

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate recurring tasks using cron expressions and webhooks?

You can automate recurring tasks using cron expressions and webhooks by defining cron schedules for time-based execution and configuring external webhooks to trigger asynchronous task creation programmatically.

What's the best way to schedule a weekly status report reminder automatically?

Scheduling a weekly status report reminder automatically involves creating a routine with a defined cron expression, assigning a specific user, and generating a task with a designated title and description for periodic execution.

Do I need kandev to set up cron job scheduling and webhook integration?

Yes, you need kandev to set up cron job scheduling and webhook integration, as kandev is required for managing the underlying scheduling operations and webhook triggers for automated routines.

Can I create recurring tasks programmatically with specific assignees and timezones?

Yes, you can create recurring tasks programmatically with specific assignees and timezones by passing parameters like assignee names and timezone strings during the routine creation process.

How do external webhooks trigger asynchronous task creation?

External webhooks trigger asynchronous task creation by sending payloads to configured endpoints, which initiates the generation of predefined tasks without requiring manual intervention or direct CLI access.