Skip to content

Instantly share code, notes, and snippets.

@av
Created January 2, 2026 11:32
Show Gist options
  • Select an option

  • Save av/54c6a728dd9f66ca5fc1cafbebf6bef3 to your computer and use it in GitHub Desktop.

Select an option

Save av/54c6a728dd9f66ca5fc1cafbebf6bef3 to your computer and use it in GitHub Desktop.
Opus 4.5 agentskills prompt
Read:
https://github.com/agentskills/agentskills/blob/main/docs/specification.mdx
https://github.com/agentskills/agentskills/blob/main/docs/integrate-skills.mdx
Architect an implementation of agent skills for this codebase.
I can think of a few requirements right away:
Dedicated use-skill module
A module instance per skill, i.e. each specific skill has is its own use-skill module instance in the workflow
Only remote skills: from github, from URL, from storages
there's already a storage protocol util, see #file:update_in_storage.py for details, github://, https:// should be on top of that
Only load skill instructions and python scripts
Dynamic skill discovery
TTL cache to avoid reloading skills too often
Plan your implementation and present it to me in a few sentnces. You're not allowed to code until my explicit approval. I need you to be thorough and systematic. Make every part of your reasoning explicit, leave no assumptions unresolved.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment