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-skillsLast scanned: 6/21/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-06-21T08:34:30.155Z",
"npmAuditRan": true,
"pipAuditRan": true,
"promptInjectionRan": true
}See how flue-skills compares with popular alternatives.
flue-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.
Yes. flue-skills passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
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!
⚠️ Third-Party Software Notice
This skill is third-party open-source software developed and hosted independently on GitHub. SkillsLLM is an informational directory and does not control or maintain the underlying repository.
Any security checks, ratings, or warnings displayed by SkillsLLM are automated and limited in scope. They do not constitute a security certification or guarantee that the software is safe, error-free, or free from malicious code, vulnerabilities, compromised dependencies, or prompt-injection risks.
Review the source code, permissions, dependencies, and configuration before installing or running any third-party skill. Use is at your own risk. To the maximum extent permitted by applicable law, SkillsLLM is not liable for losses arising from third-party software.
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