Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
learnprompt avatar

Kairos Lite

  • 52 installs
  • 231 repo stars
  • Updated July 10, 2026
  • learnprompt/cc-harness-skills

Helps with ai & agent building tasks.

About

kairos-lite is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.

  • kairos-lite
  • AI & Agent Building
  • AI-coding skill

Kairos Lite by the numbers

  • 52 all-time installs (skills.sh)
  • +2 installs in the week ending Aug 2, 2026 (Skillselion tracking)
  • Ranked #7,139 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
  • Data as of Aug 2, 2026 (Skillselion catalog sync)
npx skills add https://github.com/learnprompt/cc-harness-skills --skill kairos-lite

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs52
repo stars231
Last updatedJuly 10, 2026
Repositorylearnprompt/cc-harness-skills

What it does

Helps with ai & agent building tasks.

Files

SKILL.mdMarkdownGitHub ↗

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:

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.

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
  • Source notes: references/source-notes.md
  • Helper script: python3 {baseDir}/scripts/job_spec.py ...

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.