.agents/skills/remember/SKILL.md
When the user invokes this skill, the agent reflects on the most important lessons learned recently and suggests adding a new rule to AGENTS.md to prevent the same issue from recurring. Use when the user explicitly invokes the remember skill.
npx skillsauth add Fyzz-Chat/fyzz-chat rememberInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
When this skill is invoked, the agent should:
Reflect on the current or recent conversation: what went wrong, what was corrected, or what requirement was clarified that the agent should follow from now on.
Propose a new rule for AGENTS.md that:
Suggest the exact change: Provide the exact markdown to add to AGENTS.md (e.g. a new bullet under an existing section, or a new subsection). Place it where it fits best—e.g. under "Coding guidelines", "Code organization", or "Critical files"—and keep it concise.
Do not edit AGENTS.md yourself unless the user explicitly asks you to apply the change. By default, only suggest the rule and show the proposed text; let the user review and approve before adding it.
User: Invokes /remember
Agent: Determines that we always use the dao for DB access, never prisma in components.
Agent: Reflects that this was a recurring mistake; suggests adding under "Coding guidelines" in AGENTS.md:
- Use DAO functions for all database access from routes and components; never import `prisma` in components or route handlers.
Then asks whether the user wants this applied to AGENTS.md.
testing
Scans the repository for optimization opportunities — complexity, performance issues, large files, and maintainability problems — and fixes them one at a time with user confirmation. Use only when the user explicitly invokes this skill.
development
Contains commands to lint, format, type check, test, and build the project. Use when the user explicitly invokes the lint skill.
tools
Answer questions about the AI SDK and help build AI-powered features. Use when developers: (1) Ask about AI SDK functions like generateText, streamText, ToolLoopAgent, embed, or tools, (2) Want to build AI agents, chatbots, RAG systems, or text generation features, (3) Have questions about AI providers (OpenAI, Anthropic, Google, etc.), streaming, tool calling, structured output, or embeddings, (4) Use React hooks like useChat or useCompletion. Triggers on: "AI SDK", "Vercel AI SDK", "generateText", "streamText", "add AI to my app", "build an agent", "tool calling", "structured output", "useChat".
testing
Create, edit, improve, or audit AgentSkills. Use when creating a new skill from scratch or when asked to improve, review, audit, tidy up, or clean up an existing skill or SKILL.md file. Also use when editing or restructuring a skill directory (moving files to references/ or scripts/, removing stale content, validating against the AgentSkills spec). Triggers on phrases like "create a skill", "author a skill", "tidy up a skill", "improve this skill", "review the skill", "clean up the skill", "audit the skill".