Skip to content

Context Search pack install breaks summons for Skill + Arg commands #982

@tzioup

Description

@tzioup

I installed the Context Search Pack yesterday - by directing PAI to follow INSTALL.md.

Today I realised this broke invoking Skills preloaded with an Arg

e.g.
/telos convergent onboarding

output:

❯ Unknown skill: telos                                                                                                                                                                                                                                                

● Args from unknown skill: convergent onboarding

On the other hand, just /Telos runs fine. I observed the same issue with /Research {Arg} vs. /Research.

I asked PAI what was going on, it brought this to my attention:

`Found the issue. Claude Code's slash command system resolves commands from the ~/.claude/commands/ directory. Only cs.md and context-search.md exist there. When you type /telos, Claude Code looks for commands/telos.md, doesn't find it, and returns "Unknown skill" before it ever reaches me.

The PAI skills (like Telos) are registered via the Skill tool system (visible in the system prompt), but they don't have corresponding commands/*.md files for the slash-command shortcut.'

Nonetheless, kudos Daniel, Context Search is a much more elegant version of something I was toying with to recover sessions that were interrupted mid-run, as I've not found the /resume very effective to that end, so far.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions