This repo is Kiem project `proj/kipclip_appview`. Run `kiem todos` / `kiem notes` for project state, and record progress with `kiem note add` / `kiem todo check`.
Imported from tijs/kipclip-appview (AGENTS.md). Install upstream with npx skills add tijs/kipclip-appview. Copyright stays with the author.
Agent guide
This repo is Kiem project proj/kipclip_appview. Run kiem todos /
kiem notes for project state, and record progress with kiem note add /
kiem todo check.
Project context
kipclip is a bookmark manager for the AT Protocol ecosystem. Users authenticate
via Bluesky OAuth and store bookmarks on their personal data server (PDS).
Key patterns:
Fresh 2.x (Deno) backend with a React 19 SPA frontend.
Bookmark data lives on the user's PDS; the local DB mirrors tracked users for
reads.
OAuth sessions are managed via encrypted cookies.
Frontend uses an AppContext provider with a cache layer for offline-first UX.
AT Protocol TIDs are base32-encoded timestamps used as record keys.
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
yaml
targets:
- https://api.opensmartroute.ai/api/v1/registry/tijs-kipclip-appview-kipclip-appview/manifest # or paste the manifest below
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
tijs-kipclip-appview-kipclip-appview.ocm.jsonjson
{
"ocm": "1",
"id": "tijs-kipclip-appview-kipclip-appview",
"kind": "skill",
"name": "kipclip-appview",
"description": "This repo is Kiem project `proj/kipclip_appview`. Run `kiem todos` / `kiem notes` for project state, and record progress with `kiem note add` / `kiem todo check`.",
"publisher": "tijs",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"This repo is Kiem project `proj/kipclip_appview`. Run `kiem todos` / `kiem notes` for project state, and record progress with `kiem note add` / `kiem todo check`."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/tijs/kipclip-appview",
"path": "AGENTS.md",
"ref": "442f794af1790a5b9edd88098ce83a8233d312ed",
"url": "https://github.com/tijs/kipclip-appview/blob/442f794af1790a5b9edd88098ce83a8233d312ed/AGENTS.md",
"key": "tijs/kipclip-appview/AGENTS.md"
}
},
"instructions": "# Agent guide\n\n<!-- kiem -->\n\nThis repo is Kiem project `proj/kipclip_appview`. Run `kiem todos` /\n`kiem notes` for project state, and record progress with `kiem note add` /\n`kiem todo check`.\n\n## Project context\n\nkipclip is a bookmark manager for the AT Protocol ecosystem. Users authenticate\nvia Bluesky OAuth and store bookmarks on their personal data server (PDS).\n\nKey patterns:\n\n- Fresh 2.x (Deno) backend with a React 19 SPA frontend.\n- Bookmark data lives on the user's PDS; the local DB mirrors tracked users for\n reads.\n- OAuth sessions are managed via encrypted cookies.\n- Frontend uses a",
"cost": {
"context_tokens": 183
}
}
Fetch it by URL: GET /api/v1/registry/tijs-kipclip-appview-kipclip-appview/manifest?version=1.0.0
Reviews
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.