Create a Snake game using HTML, CSS and JS. Requirements: Arrow key controls. Food that increases the score. Snake grows after eating food. Game over on wall or self collision. Restart button. Once complete launch the game in the browser.
Analyze my project and identify any steps in my existing skills that can be programmatic scripts. Share those skills as well as how you'd migrate them to script optimized skills.
Reveiw my entire conversation history to identify any additional skills I create.Industry standards from Google, Anthropic, OpenAI and LangChain
Trigger problems cause 50% of failures. A vague description causes missed triggers or fales fires. Fix descriptions first.
Models follow instructions better than inferring implications. "Always use X" works. "X is recommended" gets ignored.
https://www.youtube.com/watch?v=3Y6kVI3fR9c
A framework that allows Claude to easily repeat the same steps whenever a specific skill is called.
A way to have Claude continuously run until a goal is complete.
The unique descriptive name of the skill
Use this whenever the user [situation], says "[phrase]", "[phrase]", or wants to [task] -- even if they don't say "[skill name]" directly.
[One sentence a brand-new hire would understand.]
https://www.youtube.com/watch?v=2fc0NX9vIJ8
- Base
- Upload
- Inflow
- Loop
- Drive
#claude #ai #sdk #agent
As the agent runs, the SDK yields a stream of messages. Each message carries a type that tells you what stage of the loop it came from.
Session lifecycle events. - init: The first message with system metadata - compact_boundary: Fires after compaction takes place - informational: Plain-text status banners from the loop
- worker_shutting_down: Loop will end after current turn bc the host is exiting or Remote Control disconnnected