Nominex HQ
Official@nominexhq
AI agents forget everything. We're building the memory layer that fixes that.
Agent Skills by Nominex HQ
Showing 12 vetted skills indexed across 1 GitHub repositories.
pmm-save
Persist Claude Code session state changes into git-backed memory files.
pmm-query
Query structured PMM memory files with filters and deep traversal.
pmm-recall
Synthesize focused briefings from memory files for lost-context handoffs.
pmm-onboard
Seed and refresh PMM user identity into user.md and secrets.md.
pmm-hydrate
Hydrate empty or template-only PMM memory files using existing session context.
pmm-settings
Adjust Poor Man's Memory preferences and commit config.md changes via git.
pmm-viz
Generate interactive D3 visualizations of PMM memory files with git history timelines.
pmm-status
Report PMM memory repository health with git logs, config data, and file stats.
pmm-dump
Generate ASCII heatmaps, clusters, timelines, and graphs from PMM memory files.
pmm-init
Initialize structured git-backed memory with guided configuration and scaffolding.
pmm-update
Detect and apply upstream Poor Man's Memory migrations in Claude Code projects.
pmm:init-local-skills
Create relative symlinks for PMM skills into a project's .claude/skills directory.
Frequently Asked Questions About Nominex HQ
FAQPage SchemaWhat specific tasks does Nominex HQ enable for developers?βΌ
Nominex HQ enables persistent state management by saving session changes into git-backed memory files. It allows developers to query structured data, synthesize briefings for context handoffs, visualize project timelines using D3, and maintain repository health through automated status reporting and configuration management.
Which personas benefit most from these memory management capabilities?βΌ
Software engineers and technical leads working within Claude Code environments benefit most. It is designed for developers who require long-term context retention across fragmented sessions, need to maintain consistent project identity, or must perform deep traversal of historical session data to ensure continuity.
What are the prerequisites for implementing these memory skills?βΌ
Implementation requires a git-initialized project directory and the Claude Code environment. Users must initialize the memory structure using the provided scaffolding, which creates the necessary .claude/skills directory and configures the required markdown files for persistent storage and session tracking.