Build skills agents actually use.
A Floom skill is reusable behavior for an agent: knowledge, instructions, workflows, or a more complete capability. Good skills tell the agent when to use them, what to do, and what to output.
Start from a template
Templates remove the blank page and teach the structure by example.
brand-voicecompany voice and approved languagepr-reviewrisk-first code review behaviorsalesaccount research and outreach prepsupportclear support replies and escalation rulesonboardingteam context and first-week guidancePick the right type
knowledge — Facts the agent needs: brand voice, company context, onboarding notes, customer facts.
instruction — Rules for behavior: tone, review style, coding standards, escalation rules.
workflow — A repeatable process with inputs, steps, and a defined output.
skill — A fuller agent capability with examples, resources, or tool usage.
Use this shape
Make discovery easy
Agents see the title and description first. Put the trigger in the description, then repeat it as a Use when section near the top.
- Use concrete jobs: Review a PR for launch risk beats Improve code.
- State the expected input and output.
- Keep rare background in links or references.
- Include examples when tone, format, or judgment matters.
Complex and code-based skills
Floom Version 1 publishes one Markdown entrypoint. For complex skills, make that file the entrypoint and link to the supporting repo, scripts, config, or examples.
Scan before publish
Floom scans for high-confidence secrets, prompt injection, and data exfiltration patterns before upload.
Publish, share, organize
Libraries group related skills. Folders control where synced skills land locally. Version 1 keeps teams simple with links and libraries; private workspaces and roles come later.