⏱️
AutomationPython

Create Routine

by evolution-foundation

Create Routine is an Automation skill for Claude Code, published by evolution-foundation in evo-nexus.

523 stars176 forkson evolution-foundation/evo-nexusAdded 2026/08/26Repository updated 2026/05/13
ai-agentsai-workspaceanthropicautomationbusiness-automationclaudeclaude-codedashboardmulti-agentopen-sourceopenclaw
Install in seconds
Install Create Routine
Copy Create Routine into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/evolution-foundation/evo-nexus/tree/main/.claude/skills/create-routine ~/.claude/skills/create-routine

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/evolution-foundation/evo-nexus.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
.claude/skills/create-routine/SKILL.md in evolution-foundation/evo-nexus
Installs to
~/.claude/skills/create-routine
Collection
One of 25 skills cataloged from this repository
Category
Automation1523 skills

What Create Routine does

Create Routine guides users through defining an automated ADW task, choosing AI or systematic execution, setting a schedule, and generating the Python script. Use it when turning a manual task into a scheduled automation.

Create Routine is cataloged under Automation on DirSkills. Create Routine comes from a repository tagged ai-agents, ai-workspace, anthropic, automation and business-automation.

Documentation

README

Create Custom Routine

Guide the user through creating a new automated routine that runs on schedule via the EvoNexus scheduler.

What You're Building

A routine is a Python script in ADWs/routines/custom/ that runs on a schedule (daily, weekly, monthly, or interval). There are two types:

  • AI routines — invoke Claude Code CLI with an agent to perform reasoning tasks (reports, analysis, decisions). Cost tokens and ~30-120s per run.
  • Systematic routines — pure Python scripts that perform deterministic operations (API calls, file ops, data transforms). No AI, no tokens, no cost, ~1-5s per run.

Step 1: Understand the Task

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Create Routine

  • What else does evolution-foundation publish alongside Create Routine?

    Create Routine is one of 25 skills that DirSkills catalogs from evolution-foundation/evo-nexus, the repository it ships in. Its siblings there include AI Image Creator, Create Agent and Create Command. Each one is a separate skill with its own page in this directory, installs the same way Create Routine does, and is maintained by evolution-foundation in that same repository. The rest of the collection is listed on the evolution-foundation/evo-nexus page.

  • How does Create Routine compare to other Automation skills?

    Create Routine ranks #1334 by stars among the 1523 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Create Routine against them. Open each page to compare what they document and how they install.

More from evolution-foundation/evo-nexus

Create Routine is one of 25 skills cataloged on DirSkills from evolution-foundation/evo-nexus.

See all 25 skills