Agent skills for working with Flue’s programmable TypeScript harness and building durable AI agents ⭐
# Add to your Claude Code skills
git clone https://github.com/louisbrulenaudet/flue-skillsflue-skills is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by louisbrulenaudet. Agent skills for working with Flue’s programmable TypeScript harness and building durable AI agents ⭐. It has 0 GitHub stars.
flue-skills's catalog security scan is still queued. You can run an instant dependency and prompt-injection check now with the "Scan for vulnerabilities" button above.
Clone the repository with "git clone https://github.com/louisbrulenaudet/flue-skills" and add it to your Claude Code skills directory (see the Installation section above).
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh flue-skills against similar tools.
No comments yet. Be the first to share your thoughts!
Unlocks once the catalog security scan passes (runs nightly).
The deep catalog scan for this skill is still queued. Run an instant dependency check now instead.
Agent Skills pack for building Flue AI-agent applications on Cloudflare Workers (Hono + Agents SDK). Available as a plugin for Claude Code, Cursor, and OpenAI Codex.
Load when creating Flue agents, workflows, tools, skills, subagents, channels, routing, persistence, validation, deployment, observability, or tests.
npx skills add louisbrulenaudet/flue-skills
Then select the skills you wish to install.
New to Flue? Start with the official walkthrough: flueframework.com/start.md
| Skill | Description |
|---|---|
flue |
Entry point for all Flue sub-skills — routes to 16 reference guides and 8 workflow recipes |
See skills/flue/README.md for how agents should use the pack.
skills/flue/SKILL.md — entrypoint, decision tree, critical rules, and verification gatesreference/ — one focused file per Flue domain (agents, workflows, tools, channels, deployment, etc.)workflows/ — step-by-step recipes with inputs, outputs, success criteria, and verification stepschecks/eval-cases.md — representative tasks to validate the pack before relying on it| Topic | File |
|---|---|
Project layout, src/ vs .flue/, naming |
reference/project-layout.md |
HTTP surface, middleware, mounting flue() |
reference/routing.md |
| Hono + Workers entrypoint, assets, request flow | reference/hono-workers.md |
createAgent, profiles, sessions, HTTP exposure |
reference/agents.md |
run(), FlueContext, sessions, result schemas |
reference/workflows.md |
defineTool, parameters, safe interfaces |
reference/tools.md |
Flue skills (SKILL.md, with { type: 'skill' }) |
reference/skills.md |
| Subagent profiles, delegation boundaries | reference/subagents.md |
| Verified provider ingress, dispatch, idempotency | reference/channels.md |
| Zod validation, type inference, schema slots | reference/validation-zod.md |
| Flue persistence + your own business database | reference/database.md |
flue build, wrangler, migrations, secrets, deploy |
reference/deployment-cloudflare.md |
ctx.log, observe(), OTel/Braintrust/Sentry |
reference/observability.md |
| vitest-evals, local dev, pre-deploy checks | reference/testing.md |
| Auth boundaries, secrets, prompt injection, isolation | reference/security.md |
| End-to-end copy-pasteable examples | reference/examples.md |
This repo serves as a plugin for multiple platforms:
.claude-plugin/.cursor-plugin/.codex-plugin/All content is authored in skills/flue/. Edit directly in this repo.
Before changing API guidance, confirm against the installed Flue version via npx flue docs or flueframework.com/docs.
npx flue CLInpx flue docs or flueframework.com/docs