Install
1
Install the plugin$
npx claudepluginhub jack-michaud/faire --plugin jack-softwareWant 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,| Nonefor optional
- e.g.
-
No side effects in constructor
- Use
@cached_propertyand lazily evaluate properties needing IO
- Use
-
Methods use
dataclassesfor arguments and responses
Stats
Stars5
Forks0
Last CommitDec 26, 2025
Actions