pdf-processing
79Process PDFs with Reliable Extraction
PDF workflows often require text, tables, forms, and page operations across inconsistent documents. This skill guides Claude, Codex, and Claude Code through practical PDF processing tasks.
Build FastAPI APIs with uv and SQLAlchemy
FastAPI projects often grow inconsistent when setup, config, database access, and tests are designed separately. This skill gives Claude, Codex, and Claude Code a structured FastAPI blueprint with uv, SQLAlchemy, Pydantic, Alembic, and pytest patterns.
Do not auto-install this skill.
The canonical policy requires operator review before any installation action.
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "python-fastapi" from https://skillstore.io/skills/0xkynz-python-fastapi.md and its manifest at https://skillstore.io/api/skills/0xkynz-python-fastapi/manifest. Verify the artifact. Do not auto-install. Inspect the skill and report your findings, then wait for an operator or manual installation decision.Your Agent should still show its plan and request any confirmation required by the security policy.
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Using "python-fastapi". Plan a new customer API using FastAPI and uv.
Expected outcome:
Using "python-fastapi". Add database access patterns for a user module.
Expected outcome:
Using "python-fastapi". Review my FastAPI project for missing structure.
Expected outcome:
Most static findings are false positives caused by Markdown code fences or normal FastAPI example code. Confirmed risks include a remote installer piped to sh, public host binding, hardcoded secret and database defaults, permissive CORS, and unauthenticated user endpoints.
These are real local capabilities that may be expected for this skill, so they require review but are not counted as confirmed malicious behavior.
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
https://skillstore.io/skills/0xkynz-python-fastapi/audits/8?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_report[](https://skillstore.io/skills/0xkynz-python-fastapi?utm_source=security_passport_badge)<a href="https://skillstore.io/skills/0xkynz-python-fastapi?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/0xkynz-python-fastapi/security.svg" alt="Skillstore security assessment" loading="lazy"></a><iframe src="https://skillstore.io/embed/skills/0xkynz-python-fastapi.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>0xkynz. (2026). python-fastapi security audit report (audit version 8) [Author version unspecified]. Skillstore. https://skillstore.io/skills/0xkynz-python-fastapi/audits/8@techreport{0xkynz-0xkynz-python-fastapi-2026,
author = {0xkynz},
title = {python-fastapi security audit report (audit version 8)},
institution = {Skillstore},
year = {2026},
number = {8},
url = {https://skillstore.io/skills/0xkynz-python-fastapi/audits/8},
note = {Author version unspecified}
}cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "python-fastapi security audit report (audit version 8)"
version: "unspecified"
type: report
authors:
- name: "0xkynz"
date-released: "2026-07-04"
url: "https://skillstore.io/skills/0xkynz-python-fastapi/audits/8"
identifiers:
- type: other
value: "skillstore:0xkynz-python-fastapi:audit:8"
description: "Skillstore immutable audit report identifier"
Create a consistent FastAPI project layout with uv, typed settings, database modules, tests, and common development commands.
Align routes, services, repositories, schemas, migrations, and tests across multiple Python API contributors.
Refactor an existing service toward async SQLAlchemy, modular feature folders, Pydantic v2 settings, and pytest coverage.
Use this FastAPI skill to plan a new Python API project with uv, SQLAlchemy, Pydantic settings, Alembic, and pytest. Include the folder structure and first setup steps.
Use this FastAPI skill to design a products feature module. Include schemas, model fields, repository methods, service methods, routes, and tests.
Use this FastAPI skill to review my app structure. Identify gaps in configuration, database sessions, migrations, repositories, services, routes, and tests.
Use this FastAPI skill to prepare a production readiness checklist for my service. Cover settings, database migrations, CORS, auth boundaries, tests, linting, and deployment commands.
Author
0xkynzLicense
MIT
Skillstore revision
r1
Version notice
The author did not declare a version.
Ref
e9e4712298ed071d92417a41714be123eb8364fa
Maintenance freshness
7/22/2026
Usage
10 downloads ยท 272 views
File structure
๐ SKILL.md
Process PDFs with Reliable Extraction
PDF workflows often require text, tables, forms, and page operations across inconsistent documents. This skill guides Claude, Codex, and Claude Code through practical PDF processing tasks.
Create Clear Data Visualizations
Data often hides trends when it stays in tables. This skill guides chart selection, styling, and export for clear visual reports.
Preserve Project Context Across AI Sessions
AI coding sessions lose important project context over time. This skill keeps decisions, current work, and progress in structured Markdown files.
Build FastAPI Backends
by sickn33
FastAPI projects need consistent choices across setup, data models, routes, auth, tests, and deployment. This skill provides a phased workflow with focused prompts for each backend step.
Build FastAPI APIs with Reusable Patterns
by 0xDarkMatter
FastAPI projects need consistent choices for validation, dependencies, middleware, and background work. This skill gives Claude, Codex, and Claude Code reusable patterns for practical Python API development.
Master pytest Testing with uv
by AbdullahMalik17
Python teams need consistent pytest workflows for unit tests, FastAPI tests, fixtures, and coverage. This skill gives Claude, Codex, and Claude Code practical commands and patterns for pytest projects that use uv.
Build Reliable Async Python
by 0xDarkMatter
Async Python code often fails due to blocking calls, unbounded tasks, and weak cleanup. This skill provides reusable asyncio patterns, examples, and references for robust concurrent services.
Add Python Type Safety Patterns
by 0xDarkMatter
Python type annotations can be hard to apply consistently across real projects. This skill gives Claude, Codex, and Claude Code practical patterns for safer typed Python code.
Build Python Tests with pytest TDD
by 89jobrien
Python teams often need consistent tests, coverage, and reports without losing TDD discipline. This skill provides pytest-focused workflows, examples, and reporting guidance for Claude, Codex, and Claude Code.