Personas, playbooks, routines, templates and packs that people publish, rate, save and adapt. Instead of writing the same instructions from scratch every time, people start from one that already works and make it their own. The library is in beta.
Each item is a small, readable file that describes one piece of behavior. Anything in the library can be saved, rated, and adapted (forked) into your own copy.
Example: "patient tutor" or "formal academic" — the same question answered in a different voice.
Example: "research, cite, summarize" — sources gathered, checked against citations, then written up.
Example: a weekly stand-up summary, generated the same way every week.
Example: a reading-focused layout, or a minimal, distraction-free view.
Example: "be concise" or "use headings" — a soft rule added to every answer.
Example: a "trip planning" pack that bundles a guideline, a persona and a playbook under one version.
Gathers sources for a question, checks each claim against a citation, and writes a short summary at the end.
Explains a topic step by step, checks what is already understood, and never skips ahead.
Answers in a precise, citation-minded register, suited to a paper or a grant application.
Turns a week's notes into a short update, on the same schedule every week.
A standing preference added to every answer: shorter, to the point, no filler.
People publish an item to the library, others search it by category, rate it, write a review, save it for later, or fork it — make their own editable copy. Ratings and real use help others choose what to try.
Every item in the library is a small file in an open format called FLP (FusionLayer Primitives): a JSON Schema for each kind, and a linter that checks a file before it is published. Inkfold is the first product to run it; any product that adopts the format can run the same file. Here is a policy primitive that hides personal information, as one example of the format:
meta:
kind: policy
id: "@fl/redact-pii"
version: "1.0.0"
enforce: both # before the model and on the response
rules:
- type: pii_block
action: redact
params:
categories: [name, email, phone, address, ssn]