fp-implement

Find, claim, and complete issues using the fp CLI.

2|Updated Feb 23, 2026
One-click install
npx skills add https://github.com/imedu-io/claude_docker_container --skill fp-implement-imedu-io
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fp-implement
Source: https://github.com/imedu-io/claude_docker_container/tree/main/.claude/skills/fp-implement
Command: npx skills add https://github.com/imedu-io/claude_docker_container --skill fp-implement-imedu-io

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Find, claim, and complete work on issues using the fp CLI to streamline issue workflows.

Core Features & Use Cases

  • Discover todo tasks with fp tree and issue list; claim work with fp issue update; progress with fp comment; mark done with fp issue update; load context with fp context.
  • Break down work into sub-tasks by creating child issues and tracking dependencies.
  • Resume work and re-check status with fp issue list and diff to review progress.

Quick Start

List available tasks and begin work by claiming a todo item with the fp CLI.

Frequently Asked Questions about fp-implement

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

FAQPage Schema
How do I claim and start work on issues from the command line?

Log progress on issues by running fp comment to add updates, and review changes using fp diff to check status before marking the task complete with fp issue update.

What is the workflow for tracking issue status from todo to done?

Load project context using fp context to understand the environment, then break down work by creating child issues and tracking dependencies to manage the workflow.

Can I break down large tasks into sub-tasks and track dependencies?

Use fp context to load necessary project background, ensuring deterministic workflow steps are satisfied before moving tasks between statuses.

Does this issue tracking workflow require any specific dependencies?

It satisfies deterministic workflow steps for discovery, status transitions, and progress logging using specific fp commands and pre-checks without external tools.

How do I resume work and review progress on a previously claimed issue?

This allows you to verify the current state of the task before continuing work or marking it as done with fp issue update.