Meta-skill que orquestra todos os agentes do ecossistema. Scan automatico de skills, match por capacidades, coordenacao de workflows multi-skill e registry management.
agent-self-scheduling
agent-self-scheduling is an open-source workflow skill for Claude Code and compatible agents, published by sickn33. Its author describes it as: “Schedule AI agent runs with cron, loops, or external clocks while avoiding unsafe tight autonomous timers.”. The project has 45k stars on GitHub and is available under the MIT license. Add it to your setup with `/plugin marketplace add sickn33/agentic-awesome-skills`.
What agent-self-scheduling does
- Use when the user asks for recurring, scheduled, heartbeat, or looped agent work. - Use when you need to choose between cron, external schedulers, hooks, or built-in agent scheduling.
Installation
Add agent-self-scheduling to your agent with:
/plugin marketplace add sickn33/agentic-awesome-skills Always review a skill's source before installing it. This command comes from the skill's public repository; the linked repo is the source of truth for exact setup steps.
What's inside
The SKILL.md for agent-self-scheduling is organised into these sections:
- When to Use
- Camp A — one-shot agents, you own the clock
- cmux — orchestration only, NO scheduler
- Camp B — Hermes built-in scheduler
- Heartbeat pattern
- Verify it fires (before reporting success)
- Limitations
When to use it
Reach for agent-self-scheduling when you want workflow help from your agent without writing the same instructions every session. Load the skill and the agent picks it up automatically for relevant tasks.
Strengths
- Clear MIT license — safe to read and adapt
- Ships in sickn33/agentic-awesome-skills, an established project with 45,044 GitHub stars
- Actively maintained (recent commits)
Topics
Frequently asked questions
- What does agent-self-scheduling do?
- Schedule AI agent runs with cron, loops, or external clocks while avoiding unsafe tight autonomous timers.
- How do I install agent-self-scheduling?
- Run /plugin marketplace add sickn33/agentic-awesome-skills in your agent, then reload your skills. Review the source at https://github.com/sickn33/agentic-awesome-skills before installing.
- Is agent-self-scheduling free to use?
- Yes. agent-self-scheduling is free and open source under the MIT license, so you can read, run, and adapt it within that license's terms.
- Where does agent-self-scheduling come from?
- agent-self-scheduling ships inside sickn33/agentic-awesome-skills, a repository that contains 66 catalogued skills in total. The repository's 45,044 GitHub stars apply to that whole collection, not to this skill on its own.
Related skills
More Workflow →Main agent orchestrator that coordinates a specialized squad of agents
Turns requirements into a precise, dependency-aware implementation plan.
Designs the data model, API contracts, and structural foundation of the system.
Handles containerization, CI/CD pipelines, and deployment setup.