243 items indexed · AI tools, prompts, hooks & techniques
This skill acts as an automated cleanup crew for your OpenClaw AI agent. It periodically clears out old, irrelevant memories and performs system health checks to ensure the agent runs efficiently, preventing slowdowns and reducing operational costs.
Dual-Graph is a command-line tool that makes AI coding assistants like Claude Code and Codex CLI significantly cheaper and faster. It intelligently scans a software project to understand how the code is connected, then automatically provides the most relevant files to the AI for any given task, reducing wasted effort and cost.
This repository provides a complete guide and set of examples for using the OpenAI Codex CLI, a tool that automates coding tasks. It shows developers how to organize their projects, create reusable AI "skills," and build complex automated workflows to improve productivity.
Codex CLI is a command-line tool from OpenAI that allows developers to execute complex coding tasks, like setting up projects or managing Git branches, using simple English commands directly in their terminal. It enhances productivity by automating multi-step processes and can be integrated into larger CI/CD pipelines for intelligent deployments.
The OpenAI Codex coding assistant has been upgraded to a fully autonomous agent, capable of handling complex coding projects on its own. It now uses the new GPT-5.4 model and can automatically respond to events like bug reports or new feature requests, acting like a true engineering teammate.
This is a popular, community-driven catalog of pre-made tools, extensions, and automated scripts for the Claude Code AI assistant. It helps developers quickly find and install new capabilities to make the AI more powerful and efficient for specific tasks, acting like an app store for your AI coding partner.
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.
This is a plugin marketplace for Claude Code that adds production-ready, multi-step workflows. It installs specialized AI agents that handle software development from requirements gathering and design to implementation and quality checks, ensuring the final output is high-quality, reviewable code.
The Claude Code AI assistant can now be extended with a new plugin system. This lets developers add new abilities, commands, and connections to other services, making the AI more powerful and tailored to specific team needs.
Claude Code's recent updates make it a more intelligent and efficient automation partner for developers. New features allow it to run tasks conditionally, saving time and resources, while enhanced tool and server integrations enable more complex and secure automated workflows. This means development teams can build more sophisticated, reliable automations to handle tedious tasks.
This guide details a professional method for writing instructions for an AI, known as a system prompt. By using a structured 10-step framework, you can define the AI's role, rules, and output format to ensure it behaves consistently and accurately in a business application, leading to more reliable results.
OpenCLAW is a free, open-source framework that lets you build a team of specialized AI agents that work together. This guide explains how to create a multi-agent system where one AI plans tasks, another writes code, and a third deploys the application, automating complex development workflows.