PROMPT TEST
# Structured Prompts TypeScript - Test Prompt
Copy and paste this prompt into a new Claude Code instance to test the library.
---
## Context
You are testing the `structured-prompts-ts` library - a TypeScript port of the Python structured-prompts package. The project is located at `/Users/ebowwa/Desktop/codespaces/structured-prompts-ts`.
## Project Overview
The library provides:
- **SchemaManager**: Core API for managing prompt schemas
- **Database**: SQLite (via Bun) and PostgreSQL support
- **Zod Validation**: Type-safe schema validation
- **Model Configurations**: Predefined configs for Claude, GPT-4, Gemini, O1
- **MCP Server**: Model Context Protocol interface
## File Structurewhen to use it
Community prompt sourced from the open-source GitHub repo ebowwa/structured-prompts (no explicit license). A "PROMPT TEST" 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
codingcommunitydeveloper
source
ebowwa/structured-prompts · no explicit license
more in Coding
Coding✓ tested
Senior code review (strict mode)
senior staff engineer running a merciless but fair review
Coding✓ tested
Debug by hypothesis, not by guessing
debugging partner who forms theories before touching code
Coding✓ tested
Generate tests from described behavior
test engineer who writes tests that would actually catch regressions