Claude-skill-registry chat-list
Build a chat list page with search, rename, and delete functionality. Uses nuqs for URL-synced filters and deep-linkable modal dialogs.
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/chat-list" ~/.claude/skills/majiayu000-claude-skill-registry-chat-list && rm -rf "$T"
manifest:
skills/data/chat-list/SKILL.mdsource content
Chat List & Management
To set up Chat List & Management, refer to the fullstackrecipes MCP server resource:
Resource URI:
recipe://fullstackrecipes.com/chat-list
If the MCP server is not configured, fetch the recipe directly:
curl -H "Accept: text/plain" https://fullstackrecipes.com/api/recipes/chat-list