Skip to content

Skills & Context

dassi can learn about you and your workflows through three systems: skills, context files, and memory. All three are managed through natural language — just tell dassi what you want.

Skills are reusable instruction sets that dassi saves and can run again later. Think of them as saved prompts with a name.

Tell dassi to save a workflow as a skill:

Save this as a skill called "weekly-report".
When I ask for a weekly report, read all my open tabs
and summarize the key points into a markdown report
with sections for Highlights, Action Items, and Metrics.

dassi will create and store the skill for you.

Ask dassi to run a skill by name:

Run the weekly-report skill

Or reference it naturally:

Generate my weekly report

dassi matches your request to installed skills automatically.

You can manage skills through conversation:

  • List skills — “What skills do I have installed?”
  • Read a skill — “Show me the weekly-report skill”
  • Update a skill — “Update the weekly-report skill to also include a timeline section”
  • Delete a skill — “Remove the weekly-report skill”

If someone shares a skill file, you can install it:

Install the skill from https://example.com/skills/my-skill/SKILL.md

Skills use kebab-case names like weekly-report, pdf-processing, or code-review. dassi handles the naming automatically when you create a skill, but if you want a specific name, just tell it.

Context files give dassi background information it can reference during conversations. Unlike skills (which are instructions to follow), context files are knowledge for dassi to draw on.

Good uses for context files:

  • Your role and responsibilities
  • Company-specific terminology
  • Preferred writing style or tone
  • Project details and conventions

Tell dassi to save context:

Save this as context: I work at Acme Corp as a product manager.
Our main product is a B2B SaaS platform. We use formal tone
in customer communications and casual tone internally.

You can also list, read, update, or delete context files by asking:

What context files do I have?
Update my company context to add that we recently launched a mobile app

dassi can remember things you tell it across conversations:

Remember that I prefer bullet points over paragraphs

dassi saves this and applies it in future conversations.

  • Memory persists across conversations within your account
  • dassi stores memories locally in the extension
  • To forget something, tell dassi: “Forget that I prefer bullet points”
  • Personal preferences (writing tone, formatting style)
  • Frequently used information (your name, title, team)
  • Workflow preferences (how you like tasks structured)
SkillsContext filesMemory
PurposeReusable workflowsBackground knowledgeQuick preferences
Example”Summarize page in 3 bullets""Company info and terminology""I prefer formal tone”
Triggered byAsking dassi to run itdassi reads automaticallydassi applies automatically
Best forRepeated tasksReference materialEvolving preferences