Shedprompts — Development skill for Claude Code
Minimal local scheduler for one-shot prompts.
How to install Shedprompts
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open ilkinnabiev/shedprompts and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Shedprompts does
Minimal local scheduler for one-shot prompts. Codex, OpenCode, pi, and Claude Code.
Alternatives in Development
- IPolloWork — Enterprise-grade, local-first Agent Workbench for people and agent teams 4.9k ★
- Codex Prompt Handgepflegte Mega Und Mini Prompts — Codex-Prompt — Handgepflegte Mega- und Mini-Prompts fuer alle Plugins 1.5k ★
- Skill Codex — A claude code skill to delegate prompts to codex 1k ★
README
Shed
Shed schedules one-shot or recurring prompts for Codex, OpenCode, pi, and Claude Code from a strict YAML file. It runs locally, invokes agents without a shell, and keeps execution state outside the configuration.
Install from source
Requires Node.js 20 or later and at least one supported agent installed and authenticated on your `PATH`. macOS and Linux are the primary targets; Windows agent shims that require a shell are not supported.
git clone https://github.com/ilkinnabiev/shedprompts.git
cd shedprompts
npm ci
npm run build
npm test
npm install --global .
The last command makes the local `shed` CLI available on your `PATH`.
Configuration
Create `shed.yml`, or let `shed ui` create an empty one automatically:
version: 1
tasks:
review-api:
at: "2099-01-01T09:30:00+03:00"
every: 1d
agent: codex
cwd: .
prompt: |
Review the current diff.
Fix clear regressions and run the tests.
args:
- --sandbox
- workspace-write
Replace `at` with your intended first run time and `cwd` with your project directory. `at` must be an RFC 3339 timestamp with a timezone. Relative `cwd` paths are resolved from the YAML file. Supported agents are `codex`, `opencode`, `pi`, and `claude` (Claude Code). Omit `every` for a one-shot task, or use a positive interval such as `30m`, `6h`, `1d`, or `1w`. Days and weeks are fixed 24-hour intervals from the `at` anchor.
For Claude Code, set `agent: claude`. Shed invokes `claude --print` with the prompt on stdin and inherits the installed CLI's authentication and permission settings. Pass any additional CLI options through `args`; see the [Claude Code automation guide](https://code.claude.com/docs/en/headless).
Usage
shed validate
shed status
shed run review-api
shed serve
shed ui
Use `-c path/to/tasks.yml` to select another configuration. `run` is an immediate test run and does not consume the scheduled event. `serve` remains in the foreground
Related Skills
Coding Agent Rules
Ten Commandments for Coding Agents — a minimal AGENTS.md / CLAUDE.md drop-in for Claude Code, Codex, Gemini CL
Claude Scheduler
Run claude code prompts in the background and at regular intervals.
Prompt Sensei
Local-first prompt coach for Claude Code and Codex that improves prompts, observes prompting habits, and analy
Ship Studio
The professional studio for modern development — build it, ship it, host it without leaving the app. Free, loc
Omk
Evidence-gated runner for Codex, Claude Code, OpenCode, and local coding agents. Routes tasks into scoped DAG
Skill Manager
Manage skills across Codex CLI, Claude Code, Cursor, OpenCode, and OpenClaw from one local app.
Related Agents
Agent Of Empires
Claude Code, OpenCode, Mistral Vibe, Codex CLI, Gemini CLI Coding Agent Terminal Session manager via tmux and
Skills Manager (AI 技能管理器)
一款用于管理 AI 编程助手技能(Skills)的统一桌面应用。 无缝组织、同步和共享 Claude Code、Codex、Opencode 及其他 AI 工具的技能。 Version Platform
Developer Overview
code-container (container) creates isolated Docker environments for AI coding harnesses (Claude Code, OpenCode