Skip to main content
ClaudeWave
Skill125 repo starsupdated today

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.

Install in Claude Code
Copy
git clone --depth 1 https://github.com/oaustegard/claude-skills /tmp/remembering && cp -r /tmp/remembering/remembering ~/.claude/skills/remembering
Then start a new Claude Code session; the skill loads automatically.

SKILL.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.
accessing-github-reposSkill

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.

api-credentialsSkill

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.

asking-questionsSkill

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.

assessing-impactSkill

>-

bm25Skill

>-

browsing-blueskySkill

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.

building-github-indexSkill

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".

categorizing-bsky-accountsSkill

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.