chellehoniker

Stos Search — Development skill for Claude Code

Development community

Search across books, characters, lore, and articles.

How to install Stos Search

Installs to ~/.claude/skills/chellehoniker-claude-code-storytelleros-stos-search/SKILL.md

Terminal
mkdir -p ~/.claude/skills/chellehoniker-claude-code-storytelleros-stos-search && curl -fsSL https://raw.githubusercontent.com/chellehoniker/claude-code-storytelleros/HEAD/commands/stos-search.md -o ~/.claude/skills/chellehoniker-claude-code-storytelleros-stos-search/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Stos Search does


description: Search across books, characters, lore, and articles argument-hint: allowed-tools: [Bash, Read, Write]

Search

Search StorytellerOS for: $ARGUMENTS

Query the relevant resources in parallel — `stos_titles_list`, `stos_characters_list`, `stos_locations_list`, `stos_lore_list`, `stos_articles_list` — filtered to the user's active pen name where applicable. Return a grouped, scannable summary with IDs so the user can pick something to drill into.

Alternatives in Development

  • Understand Anything — Graphs that teach graphs that impress 80.7k ★
  • Mempalace Search — Search your memories across the MemPalace using semantic search with wing/room filtering 58.6k ★
  • Add Portal — /add-portal - Generate a Job-Portal Search Skill for Your Local Market 36.6k ★

Full documentation available on GitHub

View Source Repository