Skip to main content
GitHub repository

prompt

prompt contains 12 collected skills from prompt-edu, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
12
Stars
12
updated
2026-07-15
Forks
6
Occupation coverage
5 occupation categories · 100% classified
repository explorer

Skills in this repository

new-course-phase
web-developers

Scaffold a new PROMPT 2.0 course phase end-to-end — a micro-frontend (clients/) plus a Go microservice (servers/) wired into Module Federation, the workspaces, and docker-compose. Use when asked to add a new course phase, component, or phase module/service.

2026-07-15
add-shared-ui-component
web-developers

Add or reuse a shared UI component in PROMPT 2.0 — install shadcn/ui primitives into the shared_library and surface them via @tumaet/prompt-ui-components instead of writing custom UI. Use when adding a button/dialog/table/form or any reusable UI element.

2026-07-01
address-pr-comments
software-quality-assurance-analysts-and-testers

Address unresolved review comments on the current branch's GitHub PR — fetch the open threads, fix the code, and push. Use when asked to handle, resolve, or respond to PR review comments/feedback.

2026-07-01
docker-patterns
network-and-computer-systems-administrators

Docker Compose patterns for PROMPT's local multi-service stack — networking, volumes, container security, and debugging. Use when editing docker-compose*.yml, adding a service, or troubleshooting containers.

2026-07-01
github-release-creation
software-developers

Create a GitHub release for the PROMPT 2.0 repository. Use this when asked to create, draft, or publish a GitHub release.

2026-07-01
golang-patterns
software-developers

Deeper idiomatic Go patterns for PROMPT's services — concurrency (errgroup, context, goroutine leaks), error wrapping, and performance idioms. The go/ rules point here for these; they own the Gin/pgx/sqlc conventions.

2026-07-01
keycloak-local-setup
network-and-computer-systems-administrators

Get Keycloak auth working for local PROMPT 2.0 development — the .env vs .env.dev split, realm import, and common auth failures (401/403/CORS). Use when setting up local dev, fixing login/token issues, or onboarding a new contributor.

2026-07-01
module-federation-remote
web-developers

Register or expose a Webpack Module Federation remote in PROMPT 2.0 — wire a micro-frontend's exposes and the core shell's remotes with the cache-busting pattern. Use when connecting a component to core, exposing a new module, or debugging a remote that won't load.

2026-07-01
open-pr
software-developers

Open a GitHub pull request for the current branch using this repo's PR template and the gh CLI. Use when asked to open, create, or raise a PR.

2026-07-01
postgres-patterns
database-architects

PostgreSQL query, index, and schema patterns for PROMPT's per-service databases (pgx + sqlc + golang-migrate). Use when writing queries or migrations, designing schema, or diagnosing slow queries.

2026-07-01
react-performance
software-developers

React 19 client-side performance patterns for PROMPT — bundle size for Module Federation remotes, re-render reduction (Zustand/TanStack Query), and rendering cost. Use when profiling or reviewing slow client interactions, renders, or bundle growth.

2026-07-01
sqlc-migration
database-architects

Add or change a database schema in a PROMPT 2.0 Go service using golang-migrate + sqlc — write the migration and queries, regenerate type-safe Go, and stay green on the migration CI check. Use when adding a table/column, writing SQL queries, or running sqlc.

2026-07-01