Skills
A skill is a package of structured files that teaches an AI coding agent how to work with a specific tool or framework. The skill below was generated by Great Docs from this project’s documentation. Install it in your agent and it will be able to run commands, edit configuration, write content, and troubleshoot problems without step-by-step guidance from you.
Any agent — install with npx:
npx skills add https://promptlytechnologies.com/fastapi-jinja2-postgres-webapp/Codex / OpenCode
Tell the agent:
Fetch the skill file at https://promptlytechnologies.com/fastapi-jinja2-postgres-webapp/skill.md and follow the instructions.Manual — download the skill file:
curl -O https://promptlytechnologies.com/fastapi-jinja2-postgres-webapp/skill.mdOr browse the SKILL.md file.
SKILL.md
--- name: utils description: > A template webapp with a pure-Python FastAPI backend, frontend templating with Jinja2, and a Postgres database to power user auth. Use when writing Python code that uses the utils package. compatibility: Requires Python <4.0,>=3.13. --- # FastAPI Webapp Template A template webapp with a pure-Python FastAPI backend, frontend templating with Jinja2, and a Postgres database to power user auth ## Installation ```bash pip install utils ``` ## API overview ### Other Additional exports - `app` ## Resources - [Full documentation](https://promptlytechnologies.com/fastapi-jinja2-postgres-webapp/) - [llms.txt](llms.txt) — Indexed API reference for LLMs - [llms-full.txt](llms-full.txt) — Comprehensive documentation for LLMs