build-and-compile
Building, compiling, and resolving dependency issues across languages
Systematic exploration of unknown environments before starting work
$ npx -y skills add vstorm-co/pydantic-deepagents --skill environment-discovery --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/environment-discoveryContext preview
The summary Claude sees to decide when to auto-load this skill.
Systematic exploration of unknown environments before starting work
name: environment-discovery description: "Systematic exploration of unknown environments before starting work" tags: [exploration, setup, benchmark] version: "1.0.0"
When dropped into an unfamiliar environment, ALWAYS explore before acting.
ls -la /app/ # or the working directory find . -type f | head -50
Before writing any code that reads data, understand the format:
which python3 gcc g++ make cmake node npm cargo rustc java go pip list 2>/dev/null | head -20
If there are existing source files:
Open-source, self-hosted Claude Code - a terminal AI assistant and the Python framework behind it. Tool-calling, sandboxed execution, multi-agent teams, skills, checkpoints, unlimited context - on Pydantic AI, any model.
Repo: vstorm-co/pydantic-deepagents
Building, compiling, and resolving dependency issues across languages
Working with diverse data formats: binary, text, structured, and custom
Writing efficient code that handles large data and tight constraints