Ben Tossell Shares Plan to Move AI Skills to Manual Folder
Ben Tossell posted about moving skills out of automatic model invocation and asked for feedback on X.
Ben Tossell described refactoring his AI agent setup by moving certain skills into a separate folder so they are called only when he chooses. He asked others who had done the same about any pros or cons he might have missed. In replies Siqi Chen suggested adding disable-model-invocation: true to Claude skill frontmatter and allow_implicit_invocation: false to the agents/openai.yaml file. Tossell confirmed he already had the Claude setting in place but had overlooked the Codex configuration.
removing skills to be non-model invoked into a separate folder to call when *i choose who's done this? any pros/cons i may have missed?
Combined views
7K
3 posts, first seen
Ben Tossell Shares Plan to Move AI Skills to Manual Folder
Ben Tossell posted about moving skills out of automatic model invocation and asked for feedback on X.
Ben Tossell described refactoring his AI agent setup by moving certain skills into a separate folder so they are called only when he chooses. He asked others who had done the same about any pros or cons he might have missed. In replies Siqi Chen suggested adding disable-model-invocation: true to Claude skill frontmatter and allow_implicit_invocation: false to the agents/openai.yaml file. Tossell confirmed he already had the Claude setting in place but had overlooked the Codex configuration.
removing skills to be non-model invoked into a separate folder to call when *i choose who's done this? any pros/cons i may have missed?