feature-implementer

Coordinate end-to-end feature implementation from GitHub issues into Clean Architecture modules.

Updated Jan 12, 2026
One-click install
npx skills add https://github.com/kamal-haider/GigLedger --skill feature-implementer-kamal-haider
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feature-implementer
Source: https://github.com/kamal-haider/GigLedger/tree/main/.claude/skills/feature-implementer
Command: npx skills add https://github.com/kamal-haider/GigLedger --skill feature-implementer-kamal-haider

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill coordinates end-to-end feature implementation by translating GitHub issues into production-ready modules that follow a standardized Clean Architecture pattern across presentation, application, domain, and data layers.

Core Features & Use Cases

  • Automates scaffolding of feature modules from issues, ensuring all layers (presentation, application, domain, data) are created with consistent structure.
  • Enforces a standardized workflow for branching, PRs, and integration to accelerate feature delivery for GigLedger.
  • Provides reusable templates and patterns to accelerate feature delivery while maintaining architectural integrity.

Quick Start

Create a feature by following the workflow to scaffold a new feature from a GitHub issue into a complete clean-architecture module.

Frequently Asked Questions about feature-implementer

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

FAQPage Schema
How do I scaffold a Flutter feature using clean architecture and Riverpod?

To scaffold a Flutter feature with clean architecture and Riverpod, this skill translates GitHub issues into production-ready modules. It automatically structures your code across presentation, application, domain, and data layers using standardized templates.

What is the best way to structure domain-driven design layers in a Dart application?

Structuring domain-driven design layers in Dart requires separating presentation, application, domain, and data tiers. This skill enforces that separation by generating repository interfaces, DTOs, data sources, and Riverpod providers for each module.

Can I use this to automate git workflow for feature branches and pull requests?

Yes, you can automate your git workflow for feature branches and pull requests. This skill enforces a standardized process for branching, integrating, and submitting PRs to accelerate feature delivery.

Does this skill generate Riverpod providers and repository interfaces automatically?

Yes, this skill automatically generates Riverpod providers and repository interfaces. It enforces domain-driven design patterns by scaffolding all necessary data sources and DTOs directly from a GitHub issue.

How do I translate a GitHub issue into a production-ready Flutter module?

To translate a GitHub issue into a production-ready Flutter module, this skill coordinates end-to-end feature implementation. It applies reusable clean architecture templates to build complete modules across all architectural layers.