pub fn all_tools_with_project_path( skills: Arc<Vec<Skill>>, project_path: PathBuf, ) -> Vec<Box<dyn Tool>>
Build toolset with project path for CodeGraph integration.