Skip to content

AI agents

Using Goshtoso With AI Agents

Install the Goshtoso consumer skill when an AI coding agent is helping integrate Goshtoso into a Go/templ application. It gives the agent the supported installation path and the boundary between Goshtoso packages and consumer-owned code.

Install the Skill

Use the open npx skills CLI to install the Goshtoso consumer-integration skill from the public repository.

bash
# Install into the current project/agent
npx skills add araihu/goshtoso --skill using-goshtoso

# Codex-specific install
npx skills add araihu/goshtoso --skill using-goshtoso --agent codex

# Global Codex install
npx skills add araihu/goshtoso --skill using-goshtoso --agent codex -g

Use Without Installing

For one-off prompts, stream the skill instructions directly into a supported agent instead of copying files into the project.

bash
npx skills use araihu/goshtoso --skill using-goshtoso

Next steps

Start with Getting Started to follow the library integration path. For Reusable documentation shells, open the App Shells module under Modules → App Shells; the package is goshtoso-app-shells.