site banner

Tinker Tuesday for June 9th, 2026

This thread is for anyone working on personal projects to share their progress, and hold themselves somewhat accountable to a group of peers.

Post your project, your progress from last week, and what you hope to accomplish this week.

If you want to be pinged with a reminder asking about your project, let me know, and I'll harass you each week until you cancel the service.

1
Jump in the discussion.

No email address required.

I still have no fucking clue what skills are supposed to be. They just look like extra prompts that hypnotize an LLM into believing it can do shit.

The key with skills is that they are conditional, so you can inject those additional prompts into the context window only when the skill is used rather than having them always around. This lets you write smaller generalized prompts for agents, which in turn improves the output of those agents by keeping them focused on the task at hand and not distracted by instructions unnecessary for the current task.