home/productivity/team-prompt-libraries

TEAM PROMPT LIBRARIES

GPTClaudeDeepSeek··364 copies·updated 2026-07-14
team-prompt-libraries.prompt
# Team Prompt Libraries

Teams often store AI-agent prompts in Markdown, XML, or TOML files within docs folders, ticket/PR templates, or internal prompt libraries. Prompt Preflight for VS Code provides tools to manage these shared libraries, ensuring prompts meet clarity and safety bars before they are sent to coding agents or AI tools.

For a comprehensive guide to all VS Code extension features, refer to the [VS Code Extension README](../vscode-extension/README.md).

## Opting a file into checks

To include a prompt file in workspace-wide checks, you must add the opt-in marker near the top of the file. The canonical inner string is `prompt-preflight: check`. It is placed as a comment matching the file format.

For Markdown or XML files, use:

when to use it

Community prompt sourced from the open-source GitHub repo akg268/prompt-preflight (MIT). A "TEAM PROMPT LIBRARIES" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.

tags

productivitycommunitydeveloper

source

akg268/prompt-preflight · MIT