Reinstalled Destiny 2 ahead of Monument of Triumph coming out, and having not even looked at it since the early Echoes era, I had no idea just how badly they ruined this game
The second-funniest thing you can do with an LLM is ask it to generate software project estimates
The funniest thing you can do is send those estimates to someone else
How can you ever hope to specificy this field across agents?
ALT allowed-tools field
The optional allowed-tools field:
- A space-separated string of tools that are pre-approved to run
- Experimental. Support for this field may vary between agent implementations
Example:
allowed-tools: Bash(git:*) Bash(jq:*) Read
ALT 1. Discovery: At startup, agents load only the name and description of each available skill, just enough to know when it might be relevant.
2. Activation: When a task matches a skill’s description, the agent reads the full SKILL.md instructions into context.
3. Execution: The agent follows the instructions, optionally executing bundled code or loading referenced files as