Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
Prompt your agent:

```
Add passkey authentication to my app using https://raw.githubusercontent.com/wevm/webauthx/refs/heads/main/SKILL.md, and add it to my skills.
Add passkey authentication to my app using https://raw.githubusercontent.com/wevm/webauthx/refs/heads/main/skills/webauthx/SKILL.md, and add it to my skills.
```

## Install
Expand All @@ -34,6 +34,12 @@ pnpm i webauthx
bun i webauthx
```

### Install skill

```bash
npx skills@latest install wevm/webauthx
```

## Usage Walkthrough

### Registration (Sign up)
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"check": "oxlint --fix --ignore-pattern package.json && oxfmt",
"check:types": "tsc -b",
"dev": "zile dev",
"validate-skill": "uvx --from skills-ref agentskills validate skills/webauthx",
"test": "vitest"
},
"devDependencies": {
Expand Down
File renamed without changes.
Loading