You Can Now Distribute Agent Skills with the `gh` Command
GitHub CLI now includes the `gh skill` command, making it easier to install, search, and manage agent skills hosted on GitHub. This article walks through how to use `gh skill` in practice.
Web Developer
New web development articles are posted weekly, mainly focused on frontend topics.
GitHub CLI now includes the `gh skill` command, making it easier to install, search, and manage agent skills hosted on GitHub. This article walks through how to use `gh skill` in practice.
apm is a package manager for AI agents by Microsoft. Like npm or pip, it resolves dependencies while packaging agent skills and MCP as manifests. This article covers the basics of using apm.
The new advisor tool in Claude lets you handle routine tasks with lightweight models while consulting a more capable model only when needed. This article explains how to use the advisor tool in Claude Code.
GitHub CLI now includes the `gh skill` command, making it easier to install, search, and manage agent skills hosted on GitHub. This article walks through how to use `gh skill` in practice.

apm is a package manager for AI agents by Microsoft. Like npm or pip, it resolves dependencies while packaging agent skills and MCP as manifests. This article covers the basics of using apm.
The new advisor tool in Claude lets you handle routine tasks with lightweight models while consulting a more capable model only when needed. This article explains how to use the advisor tool in Claude Code.
azukiazusa
azukiazusa
azukiazusa
azukiazusa
How should we give feedback when coding agents write frontend code?
LLM-based coding agents (such as Claude Code and Codex) are spreading rapidly, and feedback from code execution results is essential in iterative improvement loops. Backend development can get immediate feedback through execution and tests, while frontend development has unique challenges. This talk focuses on the feedback-loop problem in frontend code generation and discusses practical solutions and trade-offs.
What I was passionate about as a student still helps me as a professional
A story about how the learning schema gained from being deeply into mahjong as a student applies to programming learning as a working engineer. I cover structured study through books, overcoming plateaus, and the importance of lifelong learning.
The craft of exploration: why keep learning new technologies
In a rapidly evolving tech world, this talk shares practical methods for effectively exploring new technologies and converting insights into valuable output. Based on weekly technical writing and reading 300 books a year, it introduces concrete techniques for continued growth as an engineer.