Build a lightweight proactive mode with scheduled checks, sleep intervals, concise user briefs, and expiry safeguards so an agent can work in the background without becoming an uncontrolled daemon.
Scanned 9/2/2026
Install to Claude Code
npx -y skills add shengdabai/Tony-Claude-Code-Skills --skill kairos-lite --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Kairos Lite?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/shengdabai-kairos-lite)More formats (shields.io, HTML) on the badges page.
---
name: kairos-lite
description: Build a lightweight proactive mode with scheduled checks, sleep intervals, concise user briefs, and expiry safeguards so an agent can work in the background without becoming an uncontrolled daemon.
---
# Kairos Lite
Use this skill when you want proactive behavior, but not a full always-on autonomous platform.
## Use It For
- scheduled repo patrols
- unattended follow-up checks
- short user-facing briefs after background work
- proactive jobs with expiry
## Avoid It For
- unrestricted permanent daemons
- hidden background mutation without explicit user opt-in
- complex host-specific notification plumbing as an MVP
## Quick Start
Create a portable proactive job spec:
```bash
python3 {baseDir}/scripts/job_spec.py \
--name "daily-repo-check" \
--prompt "Summarize risky changes in the repo" \
--schedule "0 9 * * 1-5"
```
Then use the prompt in [references/prompt-template.md](./references/prompt-template.md).
## Minimum Building Blocks
- sleep or wait
- a schedule or automation trigger
- a brief output channel
- expiry or renewal
## Supporting Files
- Prompt template: [references/prompt-template.md](./references/prompt-template.md)
- Source notes: [references/source-notes.md](./references/source-notes.md)
- Helper script: `python3 {baseDir}/scripts/job_spec.py ...`
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!