From ai-zettelkasten
Find semantic clusters in the knowledge base to validate hub organization
How this skill is triggered — by the user, by Claude, or both
Slash command
/ai-zettelkasten:zclusterThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Analyze S3 Vectors to discover natural semantic clusters in your knowledge base. Useful for validating hub organization
Analyze S3 Vectors to discover natural semantic clusters in your knowledge base. Useful for validating hub organization or discovering new hub candidates.
/zcluster # Use default seed patterns
/zcluster --seeds "api,auth,cache" # Custom seed patterns
Run the clustering command with proper AWS credentials:
isengardcli run --account 806230523044 -- bash -c '
export ZETTELKASTEN_BUCKET=zettelkasten-cajias
export ZETTELKASTEN_INDEX=knowledge-index
uvx --from ${CLAUDE_PLUGIN_ROOT} zk-cluster
'
npx claudepluginhub cajias/claude-skills --plugin ai-zettelkastenCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.