Skip to content

Commit c30a8aa

Browse files
committed
docs: link to agent-skills repo for custom verifier skill
Add a link to the build-custom-user-verifier agent skill hosted in ArcadeAI/agent-skills, giving coding agents an LLM-friendly reference for implementing the verification flow. Made-with: Cursor
1 parent 005d7cd commit c30a8aa

File tree

1 file changed

+5
-0
lines changed
  • app/en/guides/user-facing-agents/secure-auth-production

1 file changed

+5
-0
lines changed

app/en/guides/user-facing-agents/secure-auth-production/page.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,11 @@ If you need help, join the [Implementing a custom user verifier](https://github.
5353
Python Flask app you can run locally to test the verification flow, use as a
5454
reference when building your own, or to provide as a sample to your coding
5555
agent (e.g. Claude Code, Cursor Agent, etc).
56+
57+
If you're using a coding agent to help build your verifier, give it the
58+
[build a custom user verifier](https://github.com/ArcadeAI/agent-skills/tree/main/build-custom-user-verifier)
59+
skill — it contains the full flow, pseudocode, and common mistakes in an
60+
LLM-friendly format.
5661
</Callout>
5762

5863
import { Steps, Tabs, Callout } from "nextra/components";

0 commit comments

Comments
 (0)