My first custom made AI-skill.
Source: Dev.to
Introduction
Hello there. I’m new to AI and recently discovered AI coding skills (like OpenCode/Claude Code).
I noticed that AI tends to “hallucinate”—making things up or forgetting context in long sessions. After some research, I learned this happens because the context window has limits.
So I built a simple skill called nhallucinate:
https://github.com/AlanNobita/nhallucinate
It stores memory in project‑specific files (.agent/nhallucinate/) so the AI remembers what worked and what didn’t across sessions.
Feel free to give me suggestions, teach me new stuff, and correct any mistakes. I am posting this to get good feedback from people who understand. Thank you!