Skip to contents

Deploys ggforge Skill and Rule files for AI coding agents. Supports Cursor IDE, Claude Code, and other MCP-compatible agents.

Installs to:

  • Cursor: ~/.cursor/skills/ggforge/SKILL.md + ~/.cursor/rules/ggforge.md

  • Claude Code: ~/.claude/skills/ggforge/SKILL.md + appends to ~/.claude/CLAUDE.md

Usage

ggforge_agent_install(overwrite = TRUE)

Arguments

overwrite

Logical; overwrite existing Skill/Rule files? Default TRUE.

Value

Invisible NULL. Prints installation status.

Examples

if (FALSE) { # \dontrun{
ggforge_agent_install()
} # }