npx claudepluginhub jack-michaud/faire --plugin jack-softwareWant just this skill?
Then install: npx claudepluginhub u/[userId]/[slug]
Use when writing python code. Can be used for code review.
This skill uses the workspace's default tool permissions.
-
Avoid None arguments where possible
- If all usages of a function/method provide non-nullable values, make the arguments required.
- Ignore test fixtures.
-
Always type your arguments and return arguments. PLEASE.
- Even in tests and fixtures (
TypedDictsare your friend!)
- Even in tests and fixtures (
Similar Skills
Search, retrieve, and install Agent Skills from the prompts.chat registry using MCP tools. Use when the user asks to find skills, browse skill catalogs, install a skill for Claude, or extend Claude's capabilities with reusable AI agent components.
Activates when the user asks about AI prompts, needs prompt templates, wants to search for prompts, or mentions prompts.chat. Use for discovering, retrieving, and improving prompts.
Build apps with the Claude API or Anthropic SDK. TRIGGER when: code imports `anthropic`/`@anthropic-ai/sdk`/`claude_agent_sdk`, or user asks to use Claude API, Anthropic SDKs, or Agent SDK. DO NOT TRIGGER when: code imports `openai`/other AI SDK, general programming, or ML/data-science tasks.