Skill

Writing python services

Install
1
Install the plugin
$
npx claudepluginhub jack-michaud/faire --plugin jack-software

Want just this skill?

Add to a custom plugin, then install with one command.

Description

Writing a class with encapsulated logic that interfaces with an external system. Logging, APIs, etc.

Tool Access

This skill uses the workspace's default tool permissions.

Skill Content
  • Use python 3.12+ syntax for types

    • e.g. | for unions, | None for optional
  • No side effects in constructor

    • Use @cached_property and lazily evaluate properties needing IO
  • Methods use dataclasses for arguments and responses

Stats
Stars5
Forks0
Last CommitDec 26, 2025
Actions

Similar Skills