🧠
AI EngineeringHTML

Loci

by codesstar

Loci is an AI Engineering 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
Copy Loci 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/skill ~/.claude/skills/skill

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/skill/SKILL.md in codesstar/loci
Installs to
~/.claude/skills/skill
Collection
One of 2 skills cataloged from this repository
Category
AI Engineering β€” 3475 skills

What Loci does

Loci stores persistent structured memory, identity, and tasks across conversations. Use it to bootstrap a user brain, read current context, and save facts, decisions, and goals quietly in the background.

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

Documentation

README

Loci β€” Memory Palace for AI

⚠️ FIRST: Check if brain exists

Run this check before doing anything else:

  1. Check if ~/.loci/brain-path exists β†’ read the path inside β†’ verify plan.md exists there
  2. If not, check if ~/loci/plan.md exists
  3. If neither exists β†’ run Bootstrap below
  4. If found β†’ read plan.md. If status: template β†’ run First-Time Setup. If status: active β†’ brain is ready, skip to Daily Use

Bootstrap (auto-install for new users)

The user doesn't need to do anything. You handle it:

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

Frequently asked about Loci

  • What else does codesstar publish alongside Loci?

    Loci is one of 2 skills that DirSkills catalogs from codesstar/loci, the repository it ships in. Its siblings there include Loci Lite. Each one is a separate skill with its own page in this directory, installs the same way Loci 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 compare to other AI Engineering skills?

    Loci ranks #3021 by stars among the 3475 AI Engineering skills in this catalog. The most-starred ones next to it are Architecture Decision Records, AI-First Engineering and Agentic OS. 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 against them. Open each page to compare what they document and how they install.