Two public repos. Your data stays on your machine. The code is yours to read, improve, and share.
core-skills processes your meeting transcripts -- some of the most sensitive data in your organization. You should be able to read every line of code that touches it. No black boxes, no cloud sync, no telemetry. Everything runs locally and every file is plain text.
We also believe the best tools get built when real users contribute. If you find a better way to extract insights, structure a meeting summary, or display task data -- we want that improvement in the main repo so everyone benefits.
The 9 skills that process meetings, track tasks, prepare briefings, and extract knowledge. Pure text files -- each skill is a SKILL.md that Claude Code reads as instructions.
/ops
Meeting processor with org config
/transcript
Lightweight call summarizer
/preparation
Meeting briefing generator
/tasks
Cross-project task tracker
/daily-dashboard
Daily overview builder
/insights
Knowledge extraction backfill
/update-skills
Repo and symlink manager
ops-base
Shared formats and standards
ops-config
Schema and base defaults
A local Flask web app that reads your vault files in real-time and turns them into interactive dashboards, kanban boards, and insight timelines. No database -- it reads your Markdown and YAML directly.
The visualisation app is entirely optional. core-skills works perfectly on its own -- you can browse the files in Obsidian, VS Code, or any text editor.
Both repos welcome contributions. Here's what helps the most:
Your workflow is different from ours. Telling us how you use the skills -- what works, what's awkward, what's missing -- is the most valuable contribution you can make.
Start a discussionFound a better prompt structure? A smarter way to extract insights? Skills are Markdown files -- you can read, edit, and test them locally before submitting a PR.
Fork the skills repoThe web app is Flask + vanilla JS + Chart.js. Add a new chart, improve the task board, build a better insights view. The parsers make it easy to work with vault data.
Fork the vis repoSomething broken or unexpected? Open an issue. Include what you expected vs what happened. Screenshots and error logs help us fix things faster.
Open an issueAll data stays on your machine. Plain Markdown and YAML. No cloud, no sync, no accounts. You own your files completely.
Every skill is a readable Markdown file. Every parser is straightforward Python. No compiled code, no obfuscation. Read it all.
Stop using core-skills tomorrow and your files are still there -- standard Markdown, standard YAML. No proprietary formats, no export needed.
The best features came from real users solving real problems. We build what people actually need, not what looks good in a demo.