🗓️
AutomationHTML

Loci Lite

by codesstar

Loci Lite is an Automation skill for Claude Code, published by codesstar in loci.

185 stars11 forkson codesstar/lociAdded 2026/09/07+39% in starsRepository updated 2026/09/03
aiclaude-codememoryopen-sourcepersonal-ai
Install in seconds
Install Loci Lite
Copy Loci Lite 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/codesstar/loci/tree/main/integrations/openclaw-lite ~/.claude/skills/openclaw-lite

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/codesstar/loci.git

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

In this catalog

Source file
integrations/openclaw-lite/SKILL.md in codesstar/loci
Installs to
~/.claude/skills/openclaw-lite
Collection
One of 2 skills cataloged from this repository
Category
Automation2109 skills

What Loci Lite does

Loci Lite helps you capture, prioritize, and review daily tasks in a local planning workflow. Use it when you want an assistant to track today’s plan, update tasks, and summarize progress.

Loci Lite is cataloged under Automation on DirSkills. Loci Lite comes from a repository tagged ai, claude-code, memory, open-source and personal-ai.

Documentation

README

Loci Lite — Daily Planning Assistant

Bootstrap

On first message, check if ~/.loci/lite/tasks/active.md exists.

If NOT — run setup silently:

mkdir -p ~/.loci/lite/{tasks/daily,journal,dashboard}

Then create ~/.loci/lite/tasks/active.md with:

---
updated: YYYY-MM-DD
---
# Tasks

## P0
- [ ] (user's first task goes here)

## P1

## P2

Copy dashboard/index.html and dashboard/build.py from the skill package to ~/.loci/lite/dashboard/. Tell the user: "Ready! Just tell me what you want to do today."

Every conversation start

  1. Read ~/.loci/lite/tasks/active.md
  2. Read ~/.loci/lite/tasks/daily/YYYY-MM-DD.md (today) if it exists
  3. Greet with today's plan summary. If no plan exists, ask what they want to focus on.

When user mentions tasks

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

Frequently asked about Loci Lite

  • What else does codesstar publish alongside Loci Lite?

    Loci Lite is one of 2 skills that DirSkills catalogs from codesstar/loci, the repository it ships in. Its siblings there include Loci. Each one is a separate skill with its own page in this directory, installs the same way Loci Lite does, and is maintained by codesstar in that same repository. The rest of the collection is listed on the codesstar/loci page.

  • How does Loci Lite compare to other Automation skills?

    Loci Lite ranks #1884 by stars among the 2109 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 Loci Lite against them. Open each page to compare what they document and how they install.