Agent skill
remember
Search your semantic memory for relevant past context. Cross-language, time-decay scored. Usage /remember "topic" or /remember stats.
Install this agent skill to your Project
npx add-skill https://github.com/LupoGrigi0/Human-Adjacent-Coordination/tree/main/.claude/skills/remember
SKILL.md
Remember
Search your HACS semantic memory.
Steps
-
Read identity:
bash# Identity: CWD first (per-instance), then home (fallback) if [ -f .hacs-identity ]; then source .hacs-identity 2>/dev/null elif [ -f ~/.hacs-identity ]; then source ~/.hacs-identity 2>/dev/null fiIf missing, tell user to run
/hacs-setupfirst. -
Parse arguments:
Search:
/remember "topic"→ callmcp__HACS__rememberwithinstanceId,query: "topic"/remember "topic" --recent→ addrecent_only: true(last 7 days)/remember "topic" --type diary→ filter by entry_type
Store:
/remember store "content"→ callmcp__HACS__store_memorywithinstanceId,content/remember store "content" --type lesson→ with entry_type
Stats:
/remember stats→ callmcp__HACS__remember_statswithinstanceId
-
For search results, display as:
Found [count] memories: 1. [score] [type] [date] — first line of content... 2. ... -
For the most relevant result (score > 0.6), show the full content.
Rules
- Default to search mode if no subcommand specified
- Show scores to help the user judge relevance
- Cross-language: queries in one language can find memories in another
- Keep output concise — show previews, not full content for all results
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
done
Mark something complete in HACS. Works for tasks, criteria, and goals. Usage /done <id>, /done task <id>, /done criteria <goalId> <criteriaId>, /done goal <goalId>.
project-info
Show HACS project details — team members, status, documents, goals at a glance. Usage /project-info or /project-info <project-id>.
checkin
Morning check-in. Shows messages, top task, and personal goals in one shot. Usage /checkin.
hacs-setup
One-time HACS identity registration. Saves your instance ID so all other HACS skills work without parameters. Run after bootstrap.
telegram
Send a Telegram message to Lupo via your instance's Telegram bot. Use when you need to notify, request approval, or send status updates to Lupo when he's not at the keyboard.
msg
Send a HACS message to another instance. Usage /msg Axiom "your message here".
Didn't find tool you were looking for?