Modprompts
modprompts.md
# PromptStack - User Moderation & Permissions Research
## Overview
Research on implementing user permissions to allow logged-in users to edit and delete only their own prompt submissions.
## Current Authentication System
### Clerk Integration
- **Authentication Provider**: Clerk is integrated for user management
- **User Identity**: Available through `ctx.auth.getUserIdentity()` in Convex functions
- **User Data**: Returns user ID, name, email, and other profile information
### Current Prompt Schemawhen to use it
Community prompt sourced from the open-source GitHub repo waynesutton/promptstack (MIT). A "Modprompts" 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
roleplaycommunitygeneral
source
waynesutton/promptstack · MIT