# Cursor Skills Python

> CURSOR-SKILLS rules for Python (Django, Flask, FastAPI, Data Science). PEP, venv, tests.

- **Type:** Skill
- **Install:** `agentstack add skill-agent-kit-startup-agent-kit-cursor-skills-python`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [agent-kit-startup](https://agentstack.voostack.com/s/agent-kit-startup)
- **Installs:** 0
- **Category:** [Developer Tools](https://agentstack.voostack.com/c/developer-tools)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [agent-kit-startup](https://github.com/agent-kit-startup)
- **Source:** https://github.com/agent-kit-startup/agent-kit/tree/main/registry/skills/community/cursor-skills-python

## Install

```sh
agentstack add skill-agent-kit-startup-agent-kit-cursor-skills-python
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# CURSOR-SKILLS - Python

Source: [cursor-skills/python](https://github.com/araguaci/cursor-skills/tree/main/python)

## CURSOR setup

- Python, Pylance, Python Debugger, Docstring Generator, Python Indent, Test Explorer, Jupyter (if applicable).

## Typical structure

```
project/
├── src/   ├── tests/   ├── docs/
├── requirements.txt   ├── requirements-dev.txt   ├── pyproject.toml   └── .env
```

## Required standards

- **PEP**: 8 (style), 257 (docstrings), 484 (type hints), 526 (annotations).
- **Environment**: always venv or conda; `requirements.txt`; pip-tools; separate dev deps.
- **Tools**: Black, isort, flake8, mypy, pytest.

## By framework

- **Django**: MVT, ORM, admin, forms; `python.formatting.provider: "black"`.
- **Flask**: blueprints, app factory; flake8, Black.
- **FastAPI**: DI, Pydantic, OpenAPI; async; Pylint, Black.

## Data Science

- Jupyter: clear cells, validation, versioning, clean before sharing.
- Pandas, NumPy, matplotlib/seaborn; scikit-learn; model validation and documentation.

## Code and documentation

- Docstrings and type hints on functions/classes; comments on complex logic; README and API docs.

## Security and DB

- Validate inputs; OWASP; hashing; HTTPS. ORM (Django/SQLAlchemy); avoid N+1; transactions.

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [agent-kit-startup](https://github.com/agent-kit-startup)
- **Source:** [agent-kit-startup/agent-kit](https://github.com/agent-kit-startup/agent-kit)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** yes
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-agent-kit-startup-agent-kit-cursor-skills-python
- Seller: https://agentstack.voostack.com/s/agent-kit-startup
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
