# Search Knowledge

> Deep Python knowledge for code reviews. Provides detailed guidance on iterables, data structures, standard library, validation, testing, concurrency, APIs, and security. Use when this capability is needed.

- Skill: `tomevault-io/search-knowledge-2` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/search-knowledge-2`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/search-knowledge-2/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Security
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/search-knowledge-2

---


# Python Knowledge Base

Comprehensive Python knowledge for thorough code reviews.

## Knowledge Files

Load based on what you're reviewing:

| Topic | File | Use When |
|-------|------|----------|
| Iterables | [iterables.md](iterables.md) | Generators, comprehensions, itertools, lazy evaluation |
| Data Structures | [data-structures.md](data-structures.md) | Dicts, sets, dataclasses, namedtuples |
| Standard Library | [stdlib.md](stdlib.md) | pathlib, functools, collections, contextlib |
| Validation | [validation.md](validation.md) | Type hints, Pydantic, input handling |
| Testing | [testing.md](testing.md) | pytest, fixtures, mocking, parametrize |
| Concurrency | [concurrency.md](concurrency.md) | asyncio, threading, multiprocessing |
| APIs | [apis.md](apis.md) | Flask, FastAPI, Django patterns |
| Security | [security.md](security.md) | secrets, auth, injection prevention |

## Usage

Read the relevant knowledge file(s) before reviewing code in that area. For comprehensive reviews, load all files.

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/mischasigtermans) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-13 -->

