
Skill
quickstart-improve
analyze session transcripts for system improvement
Description
Backward-compatible alias for improve-convex-plugin. Send THIS Codex session's transcript to the Convex quickstart backend for an AI post-mortem that improves the whole system. TRIGGER when the user runs $quickstart-improve (the former name of $improve-convex-plugin).
SKILL.md
Send session for review ($quickstart-improve → $improve-convex-plugin)
$quickstart-improve was renamed to $improve-convex-plugin; this alias keeps the
old name working for existing users. The behavior is identical: ship the current
Codex session transcript to anteater's /review endpoint for an AI post-mortem that
returns concrete findings to improve the runbook / bootstrap / skills. Prefer
$improve-convex-plugin going forward.
Run it (QB_HARNESS=codex tells the helper to read the Codex transcript):
curl -fsSL "https://basic-anteater-667.convex.site/send-transcript" \
| QB_HARNESS=codex bash -s -- --idea "<the user's note, or the app idea>"
Read the output exactly as in improve-convex-plugin:
REVIEW_DONE status=done→ summarize for the user: overalloutcome+summary, then the top findings byseverity(each:title→target→suggestedFix), then thewins. Keep it about the system, never paste back secrets (the helper already redacts).REVIEW_PENDING→ submitted; the review is still running (the printed/review/<id>can be re-checked).REVIEW_NO_TRANSCRIPT/REVIEW_TRANSCRIPT_TOO_SMALL→ no Codex transcript found; tell the user.REVIEW_UPLOAD_FAILED→ the endpoint was unreachable (network/sandbox); report it.
More skills from the convex-codex-plugin repository
View all 19 skillsadd
add capabilities to Convex applications
Jul 12BackendConvexNext.jsagent
build AI agents with Convex
Jul 12AgentsEngineeringRAGSearchauth
add authentication to Convex applications
Jul 18AuthAuthenticationConvexOAuthbilling
integrate Stripe billing in Convex apps
Jul 12ConvexPaymentsStripeWebhookscheck-updates
upgrade Convex component versions
Jul 12ConfigurationConvexMaintenanceconvex-authz
audit and harden Convex authorization
Jul 12AuthCode AnalysisConvexSecurity
More from Convex
View publisherconvex
guide Convex project setup and usage
agent-skills
Jul 12BackendConvexDatabaseconvex-create-component
build reusable Convex components
agent-skills
Jul 12API DevelopmentArchitectureBackendConvexconvex-migration-helper
plan Convex schema and data migrations
agent-skills
Jul 12BackendConvexData EngineeringMigrationconvex-performance-audit
audit Convex application performance
agent-skills
Jul 12ConvexDebuggingMonitoringPerformanceconvex-quickstart
initialize Convex in applications
agent-skills
Jul 12CLIConvexFrontendOnboardingconvex-setup-auth
set up authentication and access control
agent-skills
Jul 12Access ControlAuthBackendConvex