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*.pyfiles. - TypeScript / Node if you see
package.jsonwith"type": "module"or TypeScript files, ortsconfig.json.
If both, default to whichever the primary entrypoint uses. Ask the user if genuinely ambiguous.