Skip to content

irachrist1/tars

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TARS

Make your AI actually know your work.

Named after the robot from Interstellar. That TARS never asked for context. It knew the mission. This one works the same way.


The problem is not memory.

ChatGPT has memory. Claude has memory. They remember your name, your preferences, what you told them last week.

What they cannot do is reach the work on your laptop. They cannot pull the right file, connect a meeting to an email to a proposal, or notice how you actually work. So you spell everything out, every time. Like teaching a toddler.

It should not be that way.

TARS is a context indexer for the AI tools you already use.

Connect it once to your laptop. It indexes your files, email, calendar, and the tools you work in.

On your way to a meeting, say: "prep me for 3pm ACME with last year's numbers and the open items." It finds everything and has the brief ready before you sit down.

You keep your tools. TARS makes them know your work.


Install

Claude Code (paste as a message, Claude runs it):

npx tars-chief-of-staff

Mac or Linux (no Node needed):

curl -fsSL https://raw.githubusercontent.com/irachrist1/tars/main/install.sh | sh

Windows (paste into PowerShell):

irm https://raw.githubusercontent.com/irachrist1/tars/main/Install-Tars.ps1 | iex

Then open Claude and say: "set up my chief of staff"


Here is how it works.

It reads your work first. First time you open it, TARS goes through your files, emails, calendar. It builds a live index of your operation. You explain nothing. It just reads.

It keeps a map, not a copy. Your files stay where they are. TARS keeps a short index inside your own storage. A new hire who walked every filing cabinet on day one and always knows which drawer to open.

It spots patterns, not just keywords. It connects your proposal to the meeting notes to the email thread. Asks once when it cannot place something. Records the answer. Never asks again.

It drafts the way you do. It pulls the last two proposals you wrote and follows them. Your structure, your voice, your precedents. Not a template.

It stays current without making a thing out of it. After each session, if anything changed, it updates its own notes and tells you in one line. No summary. No ceremony. Your tools just keep getting smarter.


What's inside

skills/
  chief-of-staff/    the skill: index, search, memory, onboarding
  install/           bootstrap skill so any agent can self-install
docs/index.html      the landing page
install.sh           Mac and Linux installer
Install-Tars.ps1     Windows installer
bin/install.mjs      npx installer

MIT License · Built by Christian Tonny

About

Chief of Staff skill for Claude + Microsoft 365 — reads your files, drafts from precedent

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors