Loading source
Pulling the file list, source metadata, and syntax-aware rendering for this listing.
Source from bundle
Turn a strong result, repeated workflow, or durable preference into reusable agent memory or a portable skill bundle.
Files
Skill
Size
Entrypoint
Format
Open file
Syntax-highlighted preview of this file as included in the skill package.
SKILL.md
1---2name: remember-as-skill3description: Capture a successful solution, repeated workflow, or hard-won preference as a reusable skill or durable agent memory asset. Use when the user asks to remember something, wants a result to happen more often, wants to package a workflow for reuse across devices or accounts, or wants a portable bundle that could later be shared, gifted, or sold. Skip one-off details that are not worth reusing.4---56# Remember as Skill78Use this skill when the right next step is not "nice, that worked" but "save this so the agent can do it again."910Translate praise into procedure. If the result was unusually strong, distill what made it work and store it in a reusable form before the context disappears.1112## Workflow13141. Identify the reusable asset:15- a workflow16- a decision rubric17- a prompt pattern18- a preference or guardrail19- a checklist202. Strip away one-off noise and keep the part that should survive:21- what triggered the approach22- what constraints mattered23- what steps or rules produced the result24- what outcome should repeat next time253. Choose the right artifact:26- short memory note for a durable preference, rule, or trigger27- skill update or new skill for a multi-step reusable workflow28- marketplace-ready bundle when the workflow is portable and could be shared294. Write activation guidance that helps the agent decide when to load it.305. Write a boundary for when not to use it so the skill does not over-trigger.316. Replace secrets, private hosts, account ids, and machine-specific paths with parameters or placeholders.327. Save the artifact in the real system of record before ending the task. If the user explicitly wants something remembered, do not leave it only in chat.3334## Guardrails3536- Do not turn every decent answer into memory. Save only patterns that are likely to matter again.37- Do not preserve accidental hacks, temporary incidents, or brittle local quirks as general guidance unless the user explicitly wants that.38- Do not embed secrets or private identifiers into a reusable bundle.39- Prefer a small durable instruction set over a long retrospective.4041## Output Contract4243When you create or update the artifact, include:4445- the reusable pattern in one sentence46- the trigger for when it should be used47- the core steps or rules48- the explicit non-trigger boundary49- portability notes or publication risks if relevant5051## Marketplace Angle5253If the workflow is portable, package it so it can move across devices, accounts, and runtimes. A good memory can stay private; a good skill can also be installed, shared, gifted, or sold.54