https://github.com/openfaas/agent-skills
Agent Skills for OpenFaaS
https://github.com/openfaas/agent-skills
Last synced: 7 days ago
JSON representation
Agent Skills for OpenFaaS
- Host: GitHub
- URL: https://github.com/openfaas/agent-skills
- Owner: openfaas
- License: mit
- Created: 2026-04-28T13:44:06.000Z (2 months ago)
- Default Branch: master
- Last Pushed: 2026-05-27T13:46:36.000Z (about 1 month ago)
- Last Synced: 2026-06-05T00:13:47.050Z (24 days ago)
- Size: 37.1 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OpenFaaS Agent Skills
[Agent Skills](https://agentskills.io/) for [OpenFaaS](https://www.openfaas.com) — Serverless Functions, Made Simple.
## Skills
| Skill | Description |
|-------|-------------|
| [openfaas-function-dev](skills/openfaas-function-dev/) | Creates, writes, and develops OpenFaaS functions with `faas-cli`. Covers templates, handlers, `stack.yaml`, secrets, build/deploy and local iteration. |
## Installation
### npx (recommended — works with 40+ agents)
```bash
npx skills add openfaas/agent-skills
```
This installs the skill into whichever AI coding agents you have (Claude Code, Amp, Cursor, Codex, Gemini CLI, etc.).
### Manual
Clone and copy the skills into your agent's skills directory:
```bash
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/ # Cursor
```
## License
MIT — see [LICENSE](LICENSE).