Tag:tooling
All content with the tag "tooling".
A Modern Quality Pipeline and Testing Strategy for Frontend Projects
A short, framework-agnostic concept of what a modern quality pipeline and testing strategy look like for any JavaScript or TypeScript frontend project.
Read More→App Screenshots: An AI Coding Agent Skill for Visual Documentation
Automate annotated screenshot documentation for any web app or live website using an AI coding agent skill. Works with Claude Code, Cursor, Windsurf, or any agent that supports custom skills.
Read More→How I Turned Claude Code's Thinking Indicator into a One Piece Adventure
Replace Claude Code's default spinner verbs with custom One Piece references using the spinnerVerbs config in settings.json.
Read More→How I Added Sound Effects to Claude Code with Hooks
Claude Code hooks let you run shell commands on lifecycle events. I wired up Age of Empires sound effects to session start, prompt submission, task completion, and context compaction.
Read More→Building a Walkthrough Skill for AI Coding Agents
How I built a skill that generates interactive codebase walkthroughs with clickable Mermaid diagrams—works with Claude Code, Amp, and any agent that supports the skills standard.
Read More→From Tasks to Swarms: Agent Teams in Claude Code
Agent teams let multiple Claude Code sessions coordinate, communicate, and self-organize. Here's how they work, when to use them, and what they cost.
Read More→My Opinionated ESLint Setup for Vue Projects
A battle-tested linting configuration that catches real bugs, enforces clean architecture, and runs fast using Oxlint and ESLint together.
Read More→What's New in VS Code Copilot: January 2026 Update
Major updates to VS Code Copilot including parallel subagent execution, a new skills system, deeper Claude integration with extended thinking, terminal improvements with kitty keyboard protocol, and instruction files that now work everywhere.
Read More→How I Built a Skill That Lets Me Talk to Claude's Conversation Memory
How I built a skill that lets Claude search its own conversation history, turning it into a persistent coding partner that remembers past solutions.
Read More→Why You Don't Need the Nuxt MCP When You Use Claude Code
Why I use custom research agents instead of MCP servers for AI-assisted development. Learn how llms.txt enables context-efficient documentation fetching with a practical Nuxt Content agent example.
Read More→Claude Code Customization: CLAUDE.md, Slash Commands, Skills, and Subagents
The complete guide to customizing Claude Code. Compare CLAUDE.md, slash commands, skills, and subagents with practical examples showing when to use each.
Read More→How to Customize Your Claude Code Status Line
Learn how to display model name, context usage, and cost directly in your terminal while using Claude Code. A step-by-step guide to creating custom status line scripts.
Read More→Understanding Claude Code's Full Stack: MCP, Skills, Subagents, and Hooks Explained
A practical guide to Claude Code's features: MCP, CLAUDE.md, slash commands, subagents, hooks, plugins, skills, and scheduled tasks. Updated April 2026 with deferred tool loading, worktree isolation, agent teams, and more.
Read More→Building My First Claude Code Plugin
How I built a Claude Code plugin to generate skills, agents, commands, and more—and stopped copy-pasting boilerplate.
Read More→