BankkRoll

flask-docs

"Scraped from https://flask.palletsprojects.com/en/stable/ Source: https://flask.palletsprojects.com/en/stable/. Use when questions involve: patterns, tutorial."

BankkRoll 1 Updated 4mo ago

Resources

1
GitHub

Install

npx skillscat add bankkroll/skills-builder/flask-docs

Install via the SkillsCat registry.

SKILL.md

Flask Docs

Official documentation: https://flask.palletsprojects.com/en/stable/

Overview

This skill provides comprehensive documentation for flask docs.

Total references: 13 files (~122,663 tokens)

Topics covered:
Index, Configuring from Python Files, Sessions, Creating a Request Context, Streaming, Login, Further Improving the Shell Experience, Return JSON from Views, Application Object, Working with this Document, Builtin Configuration Values, Version 231...

Reference Files

Load only the reference files relevant to the user's question:

General

Patterns

Tutorial

Usage Guidelines

  1. Identify relevant sections - Match the user's question to the appropriate reference file(s)
  2. Load minimally - Only read files directly relevant to the question to conserve context
  3. Cite sources - Reference specific sections when answering
  4. Combine knowledge - For complex questions, you may need multiple reference files

When to use each reference:

  • General: General documentation, overview, and getting started
  • Patterns: Patterns-related features and documentation
  • Tutorial: Tutorial-related features and documentation