All authors
jpoutrin avatar

Claude Skills by jpoutrin

github.com/jpoutrin
115 skillsA× 110B× 1C× 1D× 2F× 11 installs8 views
Python MypyA

Static type checking with Mypy for Python code quality. Use when writing or reviewing Python code to ensure type safety, catch bugs early, and maintain code quality through proper type annotations and Mypy configuration.

documentationpythongo
0
12
Python StyleA

Python coding style enforcement (PEP standards, type hints, docstrings, modern patterns). Auto-loads when writing or reviewing Python code.

developmentpythongo
0
12
Review Django CommandsA

Review Django management commands for proper structure and refactor if needed

developmentpythongo
0
12
Chunking StrategiesA

Document chunking strategies for RAG systems. Use when implementing document processing pipelines to determine optimal chunking approaches based on document type and retrieval requirements.

developmentpython
0
12
Rag Cag SecurityA

Security patterns for RAG and CAG systems with multi-tenant isolation. Use when building retrieval-augmented or cache-augmented generation systems that require tenant isolation, access control, and secure data handling.

testing-securitypythonapi
0
12
Mcp SecurityA

Use when securing MCP servers, preventing prompt injection, implementing authorization, validating user input, or building secure multi-agent pipelines. Provides 5-layer defense architecture patterns.

devopspythongo
0
12
OauthA

OAuth 2.0 and OpenID Connect implementation patterns. Use when implementing authentication, authorization flows, or integrating with OAuth providers like Google, GitHub, or custom identity providers.

testing-securitypythongo
0
12
Privacy ComplianceA

GDPR, CCPA, and privacy compliance guidance for data protection. Use when handling personal data, implementing consent management, or ensuring regulatory compliance across jurisdictions.

businesspythongo
0
12
Plan With TeamA

Creates a concise engineering implementation plan with team orchestration using Task coordination tools. Use when planning multi-step implementation work that requires team coordination, task dependencies, and parallel execution strategies.

developmenttypescriptpython
0
12
Add Mcp ResourceA

Add a new resource or resource template to an existing FastMCP server

developmenttypescriptgo
0
12
Add Mcp ToolA

Add a new tool to an existing FastMCP server with guided configuration

data-aitypescriptbash
0
12
FastmcpA

FastMCP TypeScript framework patterns for MCP servers. Auto-loads when building MCP servers, creating tools/resources/prompts, implementing authentication, configuring transports, or working with FastMCP in TypeScript.

businesstypescriptgo
0
12
Setup Mcp AuthA

Configure authentication for an existing FastMCP server

developmenttypescriptgo
0
12
Typescript Import StyleA

Merge-friendly import formatting (one-per-line, alphabetical). Auto-loads when writing TypeScript/JavaScript imports to minimize merge conflicts in parallel development. Enforces consistent grouping and sorting.

developmentjavascripttypescript
0
12
ZodA

Zod schema validation patterns and type inference. Auto-loads when validating schemas, parsing data, validating forms, checking types at runtime, or using z.object/z.string/z.infer in TypeScript.

developmenttypescriptgo
0
12