remembering
Memory operations for Muninn (recall, remember, supersede, config). The canonical implementation has moved to oaustegard/muninn-utilities/remembering/. This file is a pointer; do not load skills from this path.
git clone --depth 1 https://github.com/oaustegard/claude-skills /tmp/remembering && cp -r /tmp/remembering/remembering ~/.claude/skills/rememberingSKILL.md
# remembering — moved The `remembering` skill (memory architecture, `recall`/`remember`/`supersede`/`config_*`, boot orchestration, profile/ops loading) now lives in its own repo: **→ https://github.com/oaustegard/muninn-utilities/tree/main/remembering** That repo is also the home of `muninn_utils/`, the utilities package boot installs into `~/muninn_utils/`. Co-locating the two ended a drift problem (e.g. `recall(query=)` alias landing in one copy but not the other). ## What to do - **Boot scripts**: clone `oaustegard/muninn-utilities` and add `<clone>/remembering` to your `.pth`. The boot block in Muninn's project instructions already does this. - **Local development**: edit in `oaustegard/muninn-utilities/remembering/` and open PRs against that repo. - **Cross-references in other skills**: update any path that points at `claude-skills/remembering/` to the new location. ## Why this is just a pointer Other skills (and external readers) may link to `claude-skills/remembering/SKILL.md`. Removing the directory entirely would 404 those links; leaving a one-page redirect costs almost nothing and routes people to the live source.
GitHub repository access in containerized environments using REST API and credential detection. Use when git clone fails, or when accessing private repos/writing files via API.
Securely manages API credentials for multiple providers (Anthropic Claude, Google Gemini, GitHub). Use when skills need to access stored API keys for external service invocations.
Guidance for asking clarifying questions when user requests are ambiguous, have multiple valid approaches, or require critical decisions. Use when implementation choices exist that could significantly affect outcomes.
>-
>-
Browse Bluesky content via API and firehose - search posts, fetch user activity, sample trending topics, read feeds and lists, analyze and categorize accounts. Supports authenticated access for personalized feeds. Use for Bluesky research, user monitoring, trend analysis, feed reading, firehose sampling, account categorization.
Generate progressive disclosure indexes for GitHub repositories to use as Claude project knowledge. Use when setting up projects referencing external documentation, creating searchable indexes of technical blogs or knowledge bases, combining multiple repos into one index, or when user mentions "index", "github repo", "project knowledge", or "documentation reference".
Analyze and categorize Bluesky accounts by topic using keyword extraction. Use when users mention Bluesky account analysis, following/follower lists, topic discovery, account curation, or network analysis.