一键导入
knock-setup
Connect Knock to your coding agent, discover and build notification workflows, and recommend how to trigger them from your application.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Connect Knock to your coding agent, discover and build notification workflows, and recommend how to trigger them from your application.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Guidance for implementing Knock in-app UI in a web app, with a focus on setting up, rendering, and debugging Knock guides in React.
Comprehensive guidelines for designing, writing, and implementing effective notification systems across email, push, SMS, in-app, and chat channels.
Guidelines for working with the Knock CLI to manage workflows, templates, and other notification resources in a Knock project.
| name | knock-setup |
| description | Connect Knock to your coding agent, discover and build notification workflows, and recommend how to trigger them from your application. |
End-to-end Knock setup for a coding agent: connect tooling, design and build notification workflows, then wire them into the application. Work through the rules below in order.
While working, keep every response to one short line — no summaries, no menus, no extra questions unless a step fails. The only exceptions are the workflow proposals, the implementation confirmation ask, the import-users id ask, and the final wrap-up output, which have their own formats. When you end with a confirmation question (workflows, implementation, or import-users id), that question must be the very last line of the message, on its own, and bolded.
Assume the user already has a Knock account when this skill is invoked from the Knock dashboard. Otherwise, ask once whether they have an account; if not, point them to https://dashboard.knock.app/ to sign up, then continue.
Connect MCP for the current tool
rules/connect-mcp-cursor.mdrules/connect-mcp-codex.mdrules/connect-mcp-claude-code.mdDiscover workflows (rules/discover-workflows.md)
Build workflows (rules/build-workflows.md)
Recommend an implementation approach (rules/recommend-implementation.md)
knock-implementation before file changes.rules/implement-data-source.md.Wrap up (rules/wrap-up.md)
Use these when preparing for production or when the user asks — they are optional after the main flow:
rules/import-users.md) — choose a stable Knock user id, research how users are stored, set KNOCK_API_KEY, and write a dry-run-first bulk-identify script. Do not run against production unless the user explicitly asks.rules/connect-mcp-cursor.md — Cursor MCP + skills installrules/connect-mcp-codex.md — Codex MCP + skills installrules/connect-mcp-claude-code.md — Claude Code MCP + skills installrules/discover-workflows.md — Product discovery and workflow proposalsrules/build-workflows.md — Build confirmed workflows with Knock MCPrules/recommend-implementation.md — Choose a trigger path, confirm, branch, then implementrules/implement-data-source.md — Source setup: identify user, mappings, MCP prompts, testingrules/wrap-up.md — MCP workflow test, next steps, dashboard link, and Knock agent helprules/import-users.md — Extension: bulk-identify users for production readinesshttps://mcp.knock.app/mcpnpx skills add knocklabs/skills