Searches Cognis memory for past work, sessions, architectural decisions, and team knowledge using user/repo scopes via Node script.
From claude-cognisnpx claudepluginhub lyzr-cognis/claude-cognis --plugin claude-cognisThis skill uses the workspace's default tool permissions.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Configures VPN and dedicated connections like Direct Connect, ExpressRoute, Interconnect for secure on-premises to AWS, Azure, GCP, OCI hybrid networking.
Use this skill when the user asks about past work, previous sessions, what was discussed before, or team knowledge.
Determine what the user wants to find. Formulate a clear search query.
Choose the scope:
--user for personal memories (what the user worked on)--repo for team/project knowledge (shared across team)--both for both (default, best for broad queries)Run the search:
node "${CLAUDE_PLUGIN_ROOT}/scripts/search-memory.cjs" --both "SEARCH QUERY"
search-memory.cjs --user "recent work session"search-memory.cjs --both "authentication architecture"search-memory.cjs --repo "bug fixes"