agenthog-setup

Installation
SKILL.md

Agenthog setup

You (the AI coding agent reading this skill) are being asked to install and configure AgentHog tracing in the user's project. Follow this skill end-to-end. Do NOT skip the verification step.

1. Detect the runtime

Look at the project root to determine the language and primary framework:

  • Python if you see pyproject.toml, requirements.txt, setup.py, or *.py files.
  • TypeScript / Node if you see package.json with "type": "module" or TypeScript files, or tsconfig.json.

If both, default to whichever the primary entrypoint uses. Ask the user if genuinely ambiguous.

Installs
46
First Seen
Jun 25, 2026
agenthog-setup — theagentos/agentos-skills