diff --git a/ONBOARDING.md b/ONBOARDING.md new file mode 100644 index 0000000..13a3c1d --- /dev/null +++ b/ONBOARDING.md @@ -0,0 +1,68 @@ +# Welcome to sica-fondt + +## How We Use Claude + +Based on Claude's usage over the last 30 days: + +Work Type Breakdown: + _TODO — no per-session detail was available to classify. We can fill this in + once there are a few sessions of history to scan._ + +Top Skills & Commands: + /update-config ████████████████████ 3x/month + /compact ███████░░░░░░░░░░░░░░ 1x/month + /deep-research ███████░░░░░░░░░░░░░░ 1x/month + /session-start-hook ███████░░░░░░░░░░░░░░ 1x/month + /fewer-permission-prompts ███████░░░░░░░░░░░░░░ 1x/month + /design-sync ███████░░░░░░░░░░░░░░ 1x/month + /run-skill-generator ███████░░░░░░░░░░░░░░ 1x/month + +Top MCP Servers: + GitHub ████████████████████ 5 calls + +## Your Setup Checklist + +### Codebases +- [ ] sica-fondt — https://github.com/shoggoth-sector/sica-fondt + +### MCP Servers to Activate +- [ ] GitHub — read/write PRs, issues, CI status, and code from GitHub without leaving Claude Code. Get access by connecting the GitHub MCP server in your Claude Code settings and authorizing the `shoggoth-sector` org. + +### Skills to Know About +- /update-config — configure the Claude Code harness via settings.json (permissions, env vars, hooks). The team's most-used command; reach for it for any "from now on when X…" automation. +- /session-start-hook — set up a SessionStart hook so the repo's toolchains/tests are ready in every web session. This repo uses one to install ponyc/Alire/GnuCOBOL. +- /run-skill-generator — author the per-project `run-` skill that tells agents how to build, launch, and drive the app. Already produced `run-sica-fondt`. +- /deep-research — fan-out, fact-checked, cited research reports when you need to investigate a topic in depth. +- /fewer-permission-prompts — scan transcripts and add a read-only allowlist to `.claude/settings.json` to cut down on permission prompts. +- /compact — free up context by summarizing the conversation so far on a long session. +- /design-sync — keep the design docs and the architecture in step (used on this design-first repo). + +## Team Tips + +_TODO_ + +## Get Started + +_TODO_ + +