This function sets up a project to use Claude Code. Specifically, it:
Creates a
.claude/directory with aCLAUDE.mdfile containing project-specific instructions for R package development.Creates a
.claude/settings.jsonconfiguration file with recommended permissions for R package development, including the ability to run R, format with Air, and run common development tools.Creates a
.claude/skills/directory containing various skills found useful by the tidyverse team. All skills have atidy-prefix to avoid clashing with skills that you might provide.Updates
.claude/.gitignoreto ignoresettings.local.json(for user-specific settings).
