Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
定义AI技能以教授模型领域知识。
kazzle.config.ts
import { defineConfig } from './kazzle.types'; export default defineConfig({ skills: [ { name: 'API guide', path: './skills/api/SKILL.md' }, { name: 'Data model', path: './skills/data-model/SKILL.md' } ] });
SKILL.md
# API guide This skill teaches the AI how to use the app's API. ## Endpoints - `GET /items` — list all items - `POST /items` — create an item ## Authentication All requests require a Bearer token in the Authorization header.