ui-employment-checker-console
UI: Employment Checker Console (Next.js)
Use this skill to add the UI surfaces needed for the system:
- upload PDFs
- show processing progress
- browse extracted pages/chunks
- review extracted clauses + validations
- resolve review-needed items (human-in-the-loop)
Inputs
Collect:
API_BASE_URL: local defaulthttp://localhost:8000.POLL_INTERVAL_MS: default1500while running; back off when complete.
Required Screens
Implement minimal screens/routes:
- Upload:
More from ajrlewis/ai-skills
architect-python-uv-fastapi-sqlalchemy
Use when scaffolding production-ready FastAPI services with uv, SQLAlchemy, Alembic, Postgres, Docker, and CI gates.
11addon-rag-ingestion-pipeline
Use when adding multi-format RAG ingest, chunk, embed, and retrieval pipelines; pair with architect-python-uv-batch or architect-python-uv-fastapi-sqlalchemy.
11addon-docling-legal-chunk-embed
Use when you need legal PDF to markdown extraction plus clause chunking and embedding prep; pair with addon-rag-ingestion-pipeline and architect-python-uv-batch.
10addon-nostr-nip-profile-selector
Use when Nostr features must map to explicit NIP profiles by product mode; pair with addon-nostr-client-nextjs.
9architect-stack-selector
Use when you want control-plane orchestration to select, scaffold, and validate minimal skills for production-default projects.
8ui-document-intake-dropzone
Use when adding PDF or Markdown intake UI with dropzone, queue states, and ingest actions in Next.js; pair with addon-rag-ingestion-pipeline.
8