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일
수집된 skill 25개 중 8개를 표시합니다.
저장소 7개 중 7개 표시
모든 저장소를 표시했습니다