execute-plan
π―Skillfrom antinomyhq/forge
Executes a predefined or AI-generated development plan by breaking down complex tasks into actionable steps and systematically implementing them within the development environment.
Installation
npx skills add https://github.com/antinomyhq/forge --skill execute-planSkill Details
Overview
βοΈ Forge: AI-Enhanced Terminal Development Environment
A comprehensive coding agent that integrates AI capabilities with your development environment
npx forgecode@latest
[](https://github.com/antinomyhq/forge/actions)
[](https://github.com/antinomyhq/forge/releases)
[](https://discord.gg/kRZBPpkgwq)
[](https://cla-assistant.io/antinomyhq/forge)

---
- [Quickstart](#quickstart)
- [Usage Examples](#usage-examples)
- [Why Forge?](#why-forge)
- [Command-Line Options](#command-line-options)
- [Advanced Configuration](#advanced-configuration)
- [Provider Configuration](#provider-configuration)
- [Managing Provider Credentials](#managing-provider-credentials)
- [Deprecated: Environment Variables](#deprecated-environment-variables)
- [forge.yaml Configuration Options](#forgeyaml-configuration-options)
- [Environment Variables](#environment-variables)
- [MCP Configuration](#mcp-configuration)
- [Example Use Cases](#example-use-cases)
- [Usage in Multi-Agent Workflows](#usage-in-multi-agent-workflows)
- [Documentation](#documentation)
- [Community](#community)
- [Support Us](#support-us)
---
Quickstart
To get started with Forge, run the command below:
```bash
npx forgecode@latest
```
On first run, Forge will guide you through setting up your AI provider credentials using the interactive login flow. Alternatively, you can configure providers beforehand:
```bash
# Configure your provider credentials interactively
forge provider login
# Then start Forge
forge
```
That's it! Forge is now ready to assist you with your development tasks.
Usage Examples
Forge can be used in different ways depending on your needs. Here are some common usage patterns:
```
> Can you explain how the authentication system works in this codebase?
```
Forge will analyze your project's structure, identify authentication-related files, and provide a detailed explanation of the authentication flow, including the relationships between different components.
```
> I need to add a dark mode toggle to our React application. How should I approach this?
```
Forge will suggest the best approach based on your current codebase, explain the steps needed, and even scaffold the necessary components and styles for you.
```
> I'm getting this error: "TypeError: Cannot read property 'map' of undefined". What might be causing it?
```
Forge will analyze the error, suggest potential causes based on your code, and propose different solutions to fix the issue.
```
> Please review the code in src/components/UserProfile.js and suggest improvements
```
Forge will analyze the code, identify potential issues, and suggest improvements for readability, performance, security, and maintainability.
```
> I want to integrate GraphQL into this Express application. Can you explain how to get started?
```
Forge will provide a tailored tutorial on integrating GraphQL with Express, using your specific project structure as context.
More from this repository4
Automatically detects and resolves merge conflicts in code repositories by intelligently comparing and merging conflicting code segments.
Assists developers in debugging command-line interface (CLI) applications by providing interactive troubleshooting and diagnostic analysis.
Generates a new AI agent configuration with customizable parameters and settings for the Forge development environment.
Generates comprehensive and contextually relevant pull request descriptions by analyzing code changes and commit history.