"Scraped from https://flask.palletsprojects.com/en/stable/ Source: https://flask.palletsprojects.com/en/stable/. Use when questions involve: patterns, tutorial."
Resources
1Install
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
- API¶ (~38,538 tokens)
- Topics: Application Object, Blueprint Objects, Incoming Request Data
- The Application Context¶ and more (~4,015 tokens)
- Topics: Purpose of the Context, Lifetime of the Context, Manually Push a Context
- Changes¶ (~12,335 tokens)
- Topics: Version 312, Version 311, Version 310
- Command Line Interface¶ and more (~7,536 tokens)
- Topics: Application Discovery, Run the Development Server, Open a Shell
- Debugging Application Errors¶ and more (~6,558 tokens)
- Topics: In Production, The Built-In Debugger, External Debuggers
- Flask Extension Development¶ and more (~7,233 tokens)
- Topics: Naming, The Extension Class and Initialization, Adding Behavior
- Logging¶ and more (~7,066 tokens)
- Topics: Basic Configuration, Email Errors to Admins, Injecting Request Information
- The Request Context¶ and more (~7,580 tokens)
- Topics: Purpose of the Context, Lifetime of the Context, Manually Push a Context
- Class and more (~3,892 tokens)
- Topics: Basic Reusable View, URL Variables, View Lifetime andself
Patterns
- Application Dispatching¶ and more (~7,592 tokens)
- Topics: Working with this Document, Combining Applications, Dispatch by Subdomain
- Lazily Loading Views¶ and more (~7,949 tokens)
- Topics: Converting to Centralized URL Map, Loading Late, Configuration
Tutorial
- Blog Blueprint¶ and more (~7,831 tokens)
- Topics: The Blueprint, Index, Create
- Test Coverage¶ and more (~4,538 tokens)
- Topics: Setup and Fixtures, Factory, Database
Usage Guidelines
- Identify relevant sections - Match the user's question to the appropriate reference file(s)
- Load minimally - Only read files directly relevant to the question to conserve context
- Cite sources - Reference specific sections when answering
- 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