feat: auto-updating web app and prompt builder
* docs: detail auto-update via START_APP.bat * feat: add interactive prompt builder to skill detail page * Add a robust auto-update mechanism to the Web App launcher and introduce the Interactive Prompt Builder. * docs: add interactive prompt builder section * feat: add copy full content button
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
---
|
||||
name: python-patterns
|
||||
description: Python development principles and decision-making. Framework selection, async patterns, type hints, project structure. Teaches thinking, not copying.
|
||||
description: "Python development principles and decision-making. Framework selection, async patterns, type hints, project structure. Teaches thinking, not copying."
|
||||
allowed-tools: Read, Write, Edit, Glob, Grep
|
||||
risk: unknown
|
||||
source: community
|
||||
---
|
||||
|
||||
# Python Patterns
|
||||
@@ -9,6 +11,10 @@ allowed-tools: Read, Write, Edit, Glob, Grep
|
||||
> Python development principles and decision-making for 2025.
|
||||
> **Learn to THINK, not memorize patterns.**
|
||||
|
||||
## When to Use
|
||||
|
||||
Use this skill when making Python architecture decisions, choosing frameworks, designing async patterns, or structuring Python projects.
|
||||
|
||||
---
|
||||
|
||||
## ⚠️ How to Use This Skill
|
||||
|
||||
Reference in New Issue
Block a user