aai-replay
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.zipInstalls 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.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
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.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| aai-replay (this skill) | 0 | 5mo | No flags | Beginner |
| citation-management | 23 | 7mo | Review | Beginner |
| microsoft-docs | 10 | 5mo | Review | Beginner |
| peer-review | 11 | 7mo | Review | Advanced |
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.
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.
peer-review
davila7
Systematic peer review toolkit. Evaluate methodology, statistics, design, reproducibility, ethics, figure integrity, reporting standards, for manuscript and grant review across disciplines.
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.
context7-auto-research
davila7
Automatically fetch latest library/framework documentation for Claude Code via Context7 API
fact-check
leonardomso
Verify technical accuracy of JavaScript concept pages by checking code examples, MDN/ECMAScript compliance, and external resources to prevent misinformation