flpbalada/fb-skills

learn

Extract one reusable skill pattern from current session, such as a recurring error fix, debugging tactic, tool combo, project convention, or workflow worth saving.

First seen May 4, 2026

Installation

$ npx skills add flpbalada/fb-skills --skill learn

Summary

  • Extract one reusable skill pattern from current session, such as a recurring error fix, debugging tactic, tool combo, project convention, or workflow worth saving.
  • Use when user asks to learn, remember, capture, or turn session knowledge into a skill.
  • Ask before writing new skill files; skip one-off fixes.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from flpbalada/fb-skills · top by installs.

npx skills add flpbalada/fb-skills

Browse all from flpbalada/fb-skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 7
Default branch main
Open issues 0
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,404 B
  • docs SUMMARY.md 320 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 11 installs

SKILL.md

Learn Session Patterns

Extract reusable patterns from current session. Turn repeated value into a skill only when it will help future work.

Goal

Capture one reusable pattern. Avoid saving one-off fixes or noise.

Rules

  • One pattern per skill.
  • Prefer recurring problems.
  • Keep pattern portable.
  • Do not save trivial typos.
  • Do not save outage-specific workarounds.
  • Ask before writing new skill file.

Flow

  1. Review session.
  2. List candidate patterns.
  3. Keep only patterns likely to recur.
  4. Identify trigger: when future agent should use it.
  5. Draft short skill.
  6. Ask user to confirm before saving.
  7. Save under skills/learned/ only after approval.

Output

## Skill Candidate: [name]

What:
- [pattern or problem]

When to use:
- [trigger]

Why:
- [future value]

How:
1. [step]
2. [step]
3. [step]

Examples:
- [scenario]

Keep?
- [yes/no recommendation]

Checks

  • Real problem occurred.
  • Fix is not obvious or trivial.
  • Pattern can apply in new contexts.
  • Future trigger is clear.
  • Skill would save time.