Retrieve past project insights and decisions to inform current tasks.

Install

mkdir -p .claude/skills/aai-replay && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/13093" && unzip -o skill.zip -d .claude/skills/aai-replay && rm skill.zip

Installs to .claude/skills/aai-replay

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Surface relevant past learnings for the current work context. Searches LEARNED.md, PATTERNS.md, FACTS.md, and decisions.jsonl. Shows only what matters for the task at hand.
172 charsno explicit “when” trigger
Beginner

Key capabilities

  • Search `LEARNED.md` for past learnings
  • Search `PATTERNS.md` for relevant patterns
  • Search `FACTS.md` for project facts
  • Search `decisions.jsonl` for past decisions
  • Surface relevant information for the current work context

How it works

The skill reads `.aai/SKILL_REPLAY.prompt.md` and follows its instructions to search `LEARNED.md`, `PATTERNS.md`, `FACTS.md`, and `decisions.jsonl` to surface relevant past learnings for the current work context.

Inputs & outputs

You give it
Current work context
You get back
Relevant past learnings from specified knowledge files

When to use aai-replay

  • Finding past decisions on an API
  • Recalling a design pattern
  • Checking known project facts

About this skill

Read the file .aai/SKILL_REPLAY.prompt.md from the current project root and follow its instructions exactly. Invoke this as /aai-replay.

If .aai/SKILL_REPLAY.prompt.md does not exist, say: "SKILL_REPLAY not found — are you in an AAI project? Expected: .aai/SKILL_REPLAY.prompt.md"

When not to use it

  • When `.aai/SKILL_REPLAY.prompt.md` does not exist
  • When the user wants to add new learnings or facts

Limitations

  • Requires `.aai/SKILL_REPLAY.prompt.md` to exist
  • Only surfaces what matters for the task at hand

How it compares

This skill automates the retrieval of context-specific past learnings from predefined knowledge files, unlike manual searching which can be time-consuming and less targeted.

Compared to similar skills

aai-replay side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
aai-replay (this skill)05moNo flagsBeginner
citation-management237moReviewBeginner
microsoft-docs105moReviewBeginner
peer-review117moReviewAdvanced

Try saying

Example prompts that trigger this skill in your AI assistant.

You might also like

citation-management

davila7

Comprehensive citation management for academic research. Search Google Scholar and PubMed for papers, extract accurate metadata, validate citations, and generate properly formatted BibTeX entries. This skill should be used when you need to find papers, verify citation information, convert DOIs to BibTeX, or ensure reference accuracy in scientific writing.

2395

microsoft-docs

github

Query official Microsoft documentation to understand concepts, find tutorials, and learn how services work. Use for Azure, .NET, Microsoft 365, Windows, Power Platform, and all Microsoft technologies. Get accurate, current information from learn.microsoft.com and other official Microsoft websites—architecture overviews, quickstarts, configuration guides, limits, and best practices.

1059

peer-review

davila7

Systematic peer review toolkit. Evaluate methodology, statistics, design, reproducibility, ethics, figure integrity, reporting standards, for manuscript and grant review across disciplines.

1146

notion-research-documentation

openai

Research across Notion and synthesize into structured documentation; use when gathering info from multiple Notion sources to produce briefs, comparisons, or reports with citations.

551

context7-auto-research

davila7

Automatically fetch latest library/framework documentation for Claude Code via Context7 API

550

fact-check

leonardomso

Verify technical accuracy of JavaScript concept pages by checking code examples, MDN/ECMAScript compliance, and external resources to prevent misinformation

746

Search skills

Search the agent skills registry