feat: InitProject skill — workshop project scaffolding with satellites#69
Open
N4M3Z wants to merge 1 commit into
Open
feat: InitProject skill — workshop project scaffolding with satellites#69N4M3Z wants to merge 1 commit into
N4M3Z wants to merge 1 commit into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Approach
projectandatlasare autoloaded zsh functions that scaffold a workshop project at<workshop>/<owner>/<slug>: a VCS spine (git + jj colocate + entire + forge hooks), the private/public/assets flow layout with a.tlpmanifest, and a.claude/that mounts the knowledge vault. Satellites are opt-in — a vault folder-note, a~/Datadomain-path mirror granted to the project's agent sessions, and a private GitHub remote — added at create time (--note,--data,--remote,--all) or retroactively from inside the project.Every personal path lives in
~/.config/forge/project.yamland is overridable per-shell viaFORGE_*env vars, so the functions and the skill stay generic.project initrendersCLAUDE.md.tmplinto each new project'sCLAUDE.md/AGENTS.md, falling back to a built-in brief when the template is absent.Test plan
project create <slug> --allscaffolds spine + vault note + data dir + private remoteproject datamerges the data-dir grant into.claude/settings.jsonwithout clobbering the vault mount or entire's hooks (idempotent on rerun)project initrendersCLAUDE.md.tmplwith resolved roots;FORGE_DEVELOPERoverride honoredzsh -nclean; dogfooded by creating theai-model-evalandobsidianprojects this session