243 items indexed · AI tools, prompts, hooks & techniques
This technique allows developers to automatically run custom actions at specific moments in the AI's workflow, such as before it runs a command or after it finishes a task. For example, it can be used to block the AI from accidentally deleting files or to automatically format any code the AI writes, significantly improving safety and code quality.
Claude Code is an AI tool for developers that automates coding tasks like prototyping, testing, and fixing bugs directly within a developer's environment. It excels at speeding up development cycles but requires human supervision for highly complex or novel implementations to ensure code quality.
This tool automates software development by creating a structured process for building features and fixing bugs. It takes a high-level requirement, breaks it down into technical plans and individual tasks, and then uses AI to implement the code, increasing developer productivity and consistency.
This tool orchestrates a team of different AI assistants (like Claude, Gemini, or Codex) to collaborate on complex software development tasks. You define a project plan using a JSON file, and the framework automatically delegates work to the appropriate AI specialist, enabling them to build, review, and test code in a coordinated fashion.
This entry details advanced methods for automating the entire software development lifecycle using AI. It shows how to chain multiple specialized AI agents together to handle tasks from initial requirements gathering and technical design all the way to coding, testing, and final quality checks, turning a feature request into ready-to-commit code.
OpenAI's Codex CLI is a command-line tool that lets developers use powerful AI models like GPT-5.4 mini to write code, fix bugs, and automate tasks directly in their terminal. It can be integrated into development pipelines to automatically review code changes, making the software development process faster and more efficient.
This is a collection of plugins for the Claude Code AI assistant that automates common developer tasks. It provides ready-to-use commands for managing code with Git and tracking tasks in Jira, helping development teams work faster and more consistently.
This entry outlines a structured workflow for using the Claude Code AI assistant to build software projects more efficiently. By defining project context upfront in a CLAUDE.md file and using custom commands, development teams can reduce errors, manage API costs, and accelerate the entire coding process from planning to commit.
This technique combines two different AI coding assistants to improve software development. Use the Claude AI for high-level planning and complex code refactoring, similar to a senior architect, and use the Codex AI for writing and debugging smaller, specific pieces of code. This 'hybrid' approach leverages the unique strengths of each AI to deliver better results faster.
This guide shows developers how to use Claude Code as an orchestrated agent system rather than a simple chatbot, using a structured CLAUDE.md config file, planning modes, and specialized sub-agents to reduce bugs and speed up delivery. It covers practical cost controls like context compacting schedules and checkpoint patterns to prevent runaway API costs. Business owners get a blueprint for integrating AI into real development pipelines with measurable productivity gains.