Agent Skill: build, deploy, and manage apps on apps.pop.ski (npx skills)
Find a file
Peter McNeil bd42bf933a
docs: document client-side logging, generated-client tracing, and the runtime log-level switch
Adds references/client-logging.md covering the new createLogger JS API
(@popski/api-client-runtime), the POST /api/{app}/logs wire contract,
Sentry-trace_id correlation, and context-driven logging via
Logger.with(...). Updates distributed-tracing.md with the new
GET/POST /api/internal/log-level runtime switch, and SKILL.md's
overview + reference table to link it.

Claude-Session: https://claude.ai/code/session_01TsyFAfHpaeK6pA5ZMNhvDs
2026-07-21 20:28:26 +01:00
references docs: document client-side logging, generated-client tracing, and the runtime log-level switch 2026-07-21 20:28:26 +01:00
README.md Add Basecoat UI design guide as default component library 2026-07-05 14:34:07 +00:00
SKILL.md docs: document client-side logging, generated-client tracing, and the runtime log-level switch 2026-07-21 20:28:26 +01:00

popski-platform

An Agent Skill for building, deploying, and managing static apps on apps.pop.ski — the self-hosted platform behind pop.ski. Teaches AI coding agents (Claude Code, OpenCode, Cursor, Copilot, and others) the full lifecycle: Forgejo repo creation, registry.yaml configuration, the typed SQLite data API (sqlc-generated), wiring up LLM agents, OpenTelemetry instrumentation, and platform debugging.

Install

npx skills add https://git.pop.ski/peter/popski-platform

Contents

Source of truth

This repo is the canonical, standalone copy. It was previously embedded and served directly from the apps.pop.ski app-registry service; it now lives here so it installs the normal way via npx skills add <git-url>.