localforge

Manage LocalForge features and projects via its REST API.

Updated May 7, 2026
One-click install
npx skills add https://github.com/az9713/localforge-agent-harness-study --skill localforge
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: localforge
Source: https://github.com/az9713/localforge-agent-harness-study/tree/main/.agents/skills/localforge
Command: npx skills add https://github.com/az9713/localforge-agent-harness-study --skill localforge

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Coordinating feature work in LocalForge can be error-prone when requirements are fuzzy or manually sequenced. This skill provides a guided, repeatable conversation to elicit precise feature details, map them to LocalForge API calls, and seed projects and kanban boards with well-defined tickets.

Core Features & Use Cases

  • Conversationally capture feature title, description, acceptance criteria, and dependencies, then translate them into CRUD operations against LocalForge projects and features.
  • Create, read, update, and delete projects and features via the LocalForge REST API using the provided helper script, ensuring deterministic interactions.
  • Wire dependencies between features to reflect execution order and planning hierarchy, enabling structured roadmaps and progress tracking.

Quick Start

Connect to LocalForge at http://localhost:7777 and create a sample project to begin managing features.

Frequently Asked Questions about localforge

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage LocalForge features and projects via REST API?

You can manage LocalForge features and projects via REST API by using a helper script to perform CRUD operations, create structured roadmaps, and populate kanban boards for local AI coding agents.

How do I create and update features in LocalForge?

To create and update features in LocalForge, you conversationally capture feature details like acceptance criteria and dependencies, which are then translated into deterministic REST API calls to build project backlogs.

Can I use LocalForge to plan backlogs and populate kanban boards for local AI agents?

Yes, you can use LocalForge to plan backlogs and populate kanban boards for local AI agents by breaking work into structured tasks and routing operations through a provided helper script.

Does the LocalForge API support wiring dependencies between features to reflect execution order?

The LocalForge API supports wiring dependencies between features to reflect execution order and planning hierarchy, enabling structured roadmaps and progress tracking across diverse projects.

What is the best way to enforce data validation when managing LocalForge projects?

The best way to enforce data validation when managing LocalForge projects is through a guided conversation that elicits precise feature details and coordinates project-feature lifecycles via deterministic API interactions.

How do I connect to LocalForge to begin managing features?

You connect to LocalForge by accessing the REST endpoint at localhost port 7777, then create a sample project to begin managing features and tasks through the helper script.