Knock in-app UI skill This skill helps you build in-app UI with Knock. It covers the two in-app products — feeds and guides — at a high level, then goes deep on guides: provider setup, rendering with hooks, and debugging. Reference: https://docs.knock.app/in-app-ui/overview Overview The skill is organized into four focused rule files. Client-framework guidance is scoped per framework via a suffix (currently only React). Cross-framework concepts live in unsuffixed files. 1. Feeds vs. guides (framework-agnostic) — which product to pick for a given surface and why 2. Setting up the guide provide…