prest
- 11 skills
- 0 followers
- 19 hours ago last updated
- ▌ SQL Database Support · prest bundleGuides classifying, gap-analyzing, and scaffolding support for a new SQL database in pREST (wire-compatible variants like TimescaleDB or new dialects). Use when adding database support, creating integration/<db>/, DIFFERENCES.md, adapters/<engine>, per-DB docker-compose or GitHub workflows, or planning where config/app wiring must change.
- ▌ Prest Integration Tests · prest bundleGuides writing and reviewing pREST Docker/network integration tests under integration/ so each request is human-readable via step comments or table-driven descriptions. Use when adding or editing integration/**/*_test.go, HTTP controller E2E coverage, make test-integration, test-integration-postgres, test-integration-timescaledb, or when the user asks for integration tests.
- ▌ Setup MCP · prestConnect OpenClaw or other AI tools to pREST MCP safely. Use when setting up prest-mcp, /_mcp, or read-only agent database access.
- ▌ Agent Prompts · prestReady-to-use prompts for pREST tasks in OpenClaw. Use when the user wants a starting prompt for configs, SQL routes, security review, MCP setup, or project explanation.
- ▌ Explain Config · prestExplain a pREST configuration file in plain language. Use when the user pastes prest.toml or asks what their pREST setup does.
- ▌ Generate Config · prestGenerate a pREST config for a PostgreSQL database. Use when the user needs prest.toml, .env, or Docker Compose to stand up pREST.
- ▌ Review Security · prestReview a pREST project for security issues in configs, SQL routes, auth, and AI/MCP exposure. Use when auditing prest.toml, queries, or docker setups.
- ▌ Generate SQL Route · prestCreate a pREST custom SQL template route under /_QUERIES. Use when the user needs a parameterized SQL script with curl examples.
- ▌ Prest MCP Guidance · prestGuidance for connecting AI tools and MCP clients to pREST safely via /_mcp and prest-mcp. Apply when configuring MCP for pREST workflows.
- ▌ Prest Core Guidance · prestCore pREST development guidance for configs, SQL templates, and project structure. Apply when working on prest.toml, queries, or pREST architecture.
- ▌ Prest Security Guidance · prestSecurity guidance for pREST configs, auth, ACL, secrets, and SQL exposure. Apply when generating or reviewing prest.toml and queries.