Agent_skills python-logging-strategist

name: python-logging-strategist

install
source · Clone the upstream repo
git clone https://github.com/jorgealves/agent_skills
manifest: python-logging-strategist/skill.yaml
source content

name: python-logging-strategist version: 1.0.0 description: Design structured logging systems with context propagation. Use to ensure Python applications are observable and logs are machine-readable. inputs: project_path: type: string description: Path to the Python project directory. required: true outputs: report: type: string description: A detailed report of the analysis or actions performed. capabilities:

  • Automated analysis of Python project structure.
  • Integration with standard Python tooling. constraints:
  • Requires a valid Python environment. security:
  • Operates locally on source files. examples:
  • input: project_path: "." output: report: "Analysis complete. No issues found."