Agent Skills for OpenFaaS — Serverless Functions, Made Simple.
| Skill | Description |
|---|---|
| openfaas-function-dev | Creates, writes, and develops OpenFaaS functions with faas-cli. Covers templates, handlers, stack.yaml, secrets, build/deploy and local iteration. |
npx skills add openfaas/agent-skillsThis installs the skill into whichever AI coding agents you have (Claude Code, Amp, Cursor, Codex, Gemini CLI, etc.).
Clone and copy the skills into your agent's skills directory:
git clone https://github.com/openfaas/agent-skills.git
cp -r agent-skills/skills/* .claude/skills/ # Claude Code
cp -r agent-skills/skills/* .agents/skills/ # Amp / Codex
cp -r agent-skills/skills/* .cursor/skills/ # CursorMIT — see LICENSE.