---
title: "implement"
description: "Python tooling: uv, pydantic config, loguru logging, typed interfaces, path config"
canonical: https://agentpluginsdirectory.com/plugins/implement
last-updated: 2026-09-25
---

# implement
Python tooling: uv, pydantic config, loguru logging, typed interfaces, path config
- Slug: implement
- Publisher: HernandoR
- Repository: https://github.com/HernandoR/agent-skillset
- Manifest: plugins/implement/plugin.json
- Version: 0.3.0
- Category (editorial): other
- Skills: 5 (centralized-path-config, loguru-first-logging, pydantic-config-tree, typed-interfaces, uv-python-workflow)
- MCP servers: 0
- Stars: 0
- Repository created: 2026-05-22
- Repository last pushed: 2026-09-20
- Publisher type: User
- Listing: https://agentpluginsdirectory.com/plugins/implement
- Schema: https://agent-plugins.org/schemas/1.0.0/plugin.schema.json

## Skills

- centralized-path-config: Use when adding or refactoring filesystem paths in a project that assembles paths from runtime variables and directory-name literals (pipelines, ETL, ML training, build output trees), or when reviewing code that imports `pathlib.Path` together with string segments.
- loguru-first-logging: Use when adding logging to a Python project, when business code uses `print()` or `import logging` directly, when third-party stdlib loggers (urllib3, requests, boto3, torch) bypass the file sink, or when log triage is hard because output is unstructured.
- pydantic-config-tree: Use when a project has hyperparameters or behavioural settings scattered across modules, environment variables, or ad-hoc config classes, and a single typed root model with domain-grouped sub-models, env-var binding, and YAML round-trip is wanted.
- typed-interfaces: Use when creating or changing public interfaces, exported APIs, cross-language boundaries, schemas, stubs, or type contracts in Python, TypeScript, Rust, or Go.
- uv-python-workflow: Use when setting up, running, validating, or modifying Python projects, Python scripts, virtual environments, dependency files, or Python command workflows.

Descriptions come from the frontmatter of each SKILL.md, punctuation lightly normalized.
