Localsetup localsetup-public-repo-identity
Public repo identity – use in README and published repos. For your identity, use local-identity (gitignored) or copy from framework template. Use when editing README*, CONTRIBUTING*.
install
source · Clone the upstream repo
git clone https://github.com/CruxExperts/localsetup
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/CruxExperts/localsetup "$T" && mkdir -p ~/.claude/skills && cp -r "$T/_localsetup/skills/localsetup-public-repo-identity" ~/.claude/skills/cruxexperts-localsetup-localsetup-public-repo-identity && rm -rf "$T"
manifest:
_localsetup/skills/localsetup-public-repo-identity/SKILL.mdsource content
Public repo identity (stub)
Use a local identity file or the framework template so the framework repo stays generic (no PII).
- This repo (machine): Use your platform's rules path for a local identity file (e.g.
on Cursor) with your real name and org. That file is gitignored; your platform loads it. Keep this stub so the rule is still referenced; the actual identity comes from the local-identity file..cursor/rules/local-identity.mdc - Framework template: Copy from
, fill in placeholders, and save as local-identity.mdc or use in another repo._localsetup/config/templates/public-repo-identity.template.mdc
Do not put real names, contact info, or org details in this file; they belong in local-identity.mdc (not committed).