Skip to main content
caffeinelabs
GitHub 创作者资料

caffeinelabs

按仓库查看 7 个 GitHub 仓库中的 35 个已收集 skills。

已收集 skills
35
仓库
7
更新
2026年8月28日
仓库浏览

仓库与代表性 skills

extension-inference
未分类

MANDATORY recipe for every Caffeine build that calls an LLM, chatbot, GPT, or ChatGPT **on Caffeine Inference** (no user-pasted OpenAI key). The ONLY supported path is the `caffeineai-inference-client` mops package with `Config.fromEnv<system>()`, which hands…

2026年8月27日
extension-openai
未分类

MANDATORY recipe for every Caffeine build that calls OpenAI (ChatGPT, GPT-4o, an LLM, a chatbot, embeddings). The ONLY supported path is the `openai-client` mops package with a canister-side API-key bearer. Hand-rolling `ic.http_request` to…

2026年8月27日
connector-slack
未分类

EXPERIMENTAL, UNTESTED recipe for posting messages to a Slack workspace from a Caffeine canister via the `slack-client` mops package (Slack Web API). Use it when the user wants their app to send a message to a Slack channel — "post to Slack", "notify a…

2026年8月25日
extension-authorization
未分类

Authorization system with role-based access control. Must-have for all apps that manage personal or access-restricted data.

2026年8月25日
extension-core-infrastructure
未分类

Core infrastructure providing backend connection configuration, storage client, and React app entry point.

2026年8月25日
extension-oql
未分类

Make a canister's data queryable by the Caffeine Data Intelligence agent. Use whenever an app stores structured data (Maps/Lists/arrays of records) that should be answerable in natural language — "top customers", "revenue by region", "active projects". Adds a…

2026年8月25日
extension-querying-oql
未分类

Quick reference for the Caffeine Data Intelligence agent to query an OQL-exposing canister (schema() + execute()) through the `icp` CLI against the project's `backend` canister: read the schema, form JSON queries (filter / order / paginate / aggregate /…

2026年8月25日
writing-motoko
未分类

Motoko language reference, architecture patterns, and dependency tooling (mops). Load when writing or modifying backend .mo files.

2026年8月24日
已展示 8 / 25 个已收集 Skill。
已展示 7 / 7 个仓库
已展示全部仓库