feat: add agent scaffold (context-sync, skills, context tasks) #2
Reference in New Issue
Block a user
Delete Branch "feat/add-agent-scaffold"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Makes the template self-contained — a bare clone produces a fully wired project without needing the local
~/dev/project-templateoverlay.Changes
scripts/context-sync.sh— generates CLAUDE.md, AGENTS.md, .cursorrules, .aider.conventions.md, system-prompt.txt from.context/PROJECT.md.skills/go-patterns/SKILL.md— Go endpoint/error/HTMX/dependency patterns.skills/htmx-patterns/SKILL.md— HTMX attribute, form, validation, hypermedia patterns.context/skills/go-patterns.md+htmx-patterns.md— same content for non-skill-aware harnessesTaskfile.yml— addedcontext:sync,context:sync:claude,context:sync:agents,context:sync:cursortasksWhy
Previously
task new-projecthad to overlay these files from a localproject-template/after cloning. That overlay machinery is now redundant and will be removed fromnew-project.sh.