com um clique
cron
Schedule reminders, recurring tasks, and one-time jobs to BACKLOG.md
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Schedule reminders, recurring tasks, and one-time jobs to BACKLOG.md
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Two-layer memory system with grep-based recall.
Executes tools for AI agents, ensuring correct parameter formats and preventing common execution errors.
Get current weather and forecasts (no API key required). Use the `run_terminal_command` tool for execution.
Use this skill to get documentation for third-party APIs, SDKs or libraries before writing code that uses them to ensure you have the latest, most accurate documentation. This is a better way to find documentation than doing web search. This includes when a user asks for tasks like "use the OpenAI API", "call the Stripe API", "use the Anthropic SDK", "query Pinecone", or any other time the user asks you to write code against an external service and you need current API reference. Fetch the docs with chub before answering, rather than relying on your pre-trained knowledge, which may be outdated because of recent changes to these APIs. Be sure to use this skill when the user asks for the latest docs, latest API behavior, or explicitly mentions chub or Context Hub. Ensure `chub` is available, run `chub --help`, then follow the instructions there.
Summarize public content — articles/text, YouTube videos, or podcasts — by fetching text or transcripts.
| name | cron |
| description | Schedule reminders, recurring tasks, and one-time jobs to BACKLOG.md |
Use the native cron tool to schedule reminders and recurring tasks.
All tasks are automatically persisted to the BACKLOG.md file.
When adding a task, you MUST specify a category, time_spec, and title. description is optional but recommended.
| Category | time_spec Example | Description |
|---|---|---|
One Shot Tasks | 2026-05-04 10:00 | A single reminder that fires once and is then deleted. |
Daily Tasks | 09:00 | Fires every day at the given time. |
Weekly Tasks | Wednesday 09:00 | Fires every week on the specified day and time. |
Monthly Tasks | 25th 10:00 | Fires every month on the specified date and time. |
{
"action": "add",
"category": "One Shot Tasks",
"time_spec": "2026-05-04 14:30",
"title": "Call dentist",
"description": "- Ask about the new appointment slots\n- Check insurance coverage"
}
{
"action": "add",
"category": "Daily Tasks",
"time_spec": "08:45",
"title": "Morning Standup",
"description": "Join the daily engineering sync."
}
{
"action": "remove",
"title": "Call dentist"
}
time_spec is in the future.message tool to notify the user if the task requires notifying them.