Eko Prompts
Reusable prompts for Claude Code sessions covering model testing, database seeding, content quality, pipeline operations, configuration, taxonomy, environment, deployments, brand management, and user administration.
How to use: Browse a domain below, then copy a prompt block into a Claude Code session and run it. Each prompt is self-contained with prerequisites, cost estimate, and verification checklist. Domain indexes include FAQ sections for quick reference.
Domains
| Domain | Description | Prompts |
|---|---|---|
| Model Testing | AI model adapter testing, eligibility gates, head-to-head comparison | 6 |
| Seeding | Database seeding pipeline — entities, facts, challenges, voice | 10 |
| Quality | Drift detection, fact audits, CQ compliance, CI validation, soak tests | 6 |
| Content | Metadata backfill, content cleanup, summaries, evergreen facts, enrichment | 5 |
| Pipeline | Worker management, queue health, news ingestion, cron triggers, challenge images | 9 |
| Config | Model registry (30 models, DB-driven tier routing), taxonomy rules, challenge voice, seed controls (44 CategorySpecs) | 5 |
| Taxonomy | Topic category management (33 roots, 1,104 categories, 4 depths), taxonomy testing, subcategory activation | 4 |
| Database | Migrations, type generation, migrations index | 3 |
| Environment | Env file validation, typo checks, completeness | 2 |
| Deploy | Web, admin, and public site deployments | 3 |
| Brand | 4 | |
| Users | Test user management and feature flags | 2 |
Quick Start by Goal
| I want to... | Start here |
|---|---|
| Test a new AI model | Model Testing: Simple Smoke Test |
| Seed the database with content | Seeding: Seed the Database |
| Check content quality | Quality: Audit Fact Quality |
| Start the pipeline workers | Pipeline: Start Workers |
| Add a new topic category | Taxonomy: Add New Topic Category |
| Audit schema coverage | Taxonomy: Audit Schema Coverage |
| Update model configuration | Config: Update Model Registry |
| Run full CI locally | Quality: Full CI Validation |
| Deploy to production | Deploy: Deploy Web App |
| Create a database migration | Database: Create Migration |
| Activate subcategories | Taxonomy: Activate Subcategories |
| Enrich entities | Content: Run Enrichment |
Related Documents
| Document | Description |
|---|---|
| SEED.md | Seeding pipeline directives and cost estimates |
| APP-CONTROL.md | Operational manifest (crons, workers, queues, env controls) |
| Challenge Content Rules | CC and CQ rule specification |
| Model Code Isolation | Model adapter architecture |
| Testing Guide | Project testing conventions |
| AI Safety Policy | AI usage policies and cost controls |
| API Source Catalog | External API data sources and enrichment clients |