Skip to content

Latest commit

ย 

History

History
75 lines (49 loc) ยท 3.18 KB

File metadata and controls

75 lines (49 loc) ยท 3.18 KB

๐Ÿง  Today Agent Learned (TAL)

A collection of concise write-ups on things I learn day to day while working with AI agents. Inspired by jbranchaud/til.


Categories

  • Prompt Engineering โ€” Interaction patterns, system prompts, structured outputs
  • Tool Use & MCP โ€” Model Context Protocol, tool design, server configs
  • Claude Code โ€” Agentic coding, CLI workflows, automation
  • Multi-Agent โ€” Orchestration, delegation, agent-to-agent patterns
  • Custom Skills โ€” Building plugins, skill design, packaging & sharing

Prompt Engineering

Tool Use & MCP

Claude Code

Multi-Agent

Custom Skills


What is a TAL?

A TAL is a short, focused write-up about something you discovered while working with AI agents. The best TALs are:

  • Concise โ€” Under 200 words. If it needs more, it's a blog post.
  • Actionable โ€” Includes a code snippet, command, or concrete example.
  • Surprising โ€” Documents the non-obvious. Things that took you 30 minutes to figure out but should take the next person 30 seconds.
  • Honest โ€” "This didn't work" is just as valuable as "this worked great."

Contributing

  1. Fork this repo
  2. Create a markdown file in the appropriate category folder
  3. Use the template as a starting point
  4. Add your entry to the README table of contents
  5. Submit a PR

See CONTRIBUTING.md for full guidelines.

Roadmap

Phase Status Description
๐Ÿ“ Personal TIL repo โœ… Now Publish learnings as markdown in GitHub
๐ŸŒ Community contributions ๐Ÿ”œ Next Open PRs, add review guidelines
๐Ÿค– Agent-readable skill ๐Ÿ”ฎ Later Package as a skill that agents can query
๐Ÿ” Searchable website ๐Ÿ”ฎ Later Static site with full-text search

License

MIT โ€” use these learnings however you want.