feedback-template

Detect modified template files and promote child project changes into a monorepo template.

Updated Feb 8, 2026
One-click install
npx skills add https://github.com/raulnq/node-hono-react-monorepo --skill feedback-template
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feedback-template
Source: https://github.com/raulnq/node-hono-react-monorepo/tree/main/.claude/skills/feedback-template
Command: npx skills add https://github.com/raulnq/node-hono-react-monorepo --skill feedback-template

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the process of integrating valuable improvements and new components developed in a child project back into the main template repository, ensuring the template stays up-to-date and benefits from practical, real-world enhancements.

Core Features & Use Cases

  • Detects Changes: Identifies modified template files, newly created reusable components (frontend and backend), and updated skills within a child project.
  • Selective Adoption: Allows users to review and choose which changes or new additions from the child project should be promoted to the template.
  • Manifest Management: Automatically updates a template manifest file to track promoted files.
  • Use Case: After developing a new, highly reusable UI component in a specific application built from the template, use this skill to easily pull that component back into the template's shared component library.

Quick Start

Use the feedback-template skill to pull improvements from the child project located at /path/to/child/project.

Frequently Asked Questions about feedback-template

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

FAQPage Schema
How do I sync child project improvements back to a monorepo template?

To sync child project improvements back to a monorepo template, this skill detects modified template files, new reusable components, and updated skills, facilitating selective adoption and manifest updates.

What is the best way to promote new reusable components from an application to a shared template?

Promoting new reusable components from an application to a shared template is done by scanning directory structures, detecting candidate files, and selectively adopting them into the template repository.

How does selective adoption work when syncing files to a template repository?

Selective adoption when syncing files to a template repository allows users to review detected modifications and new additions, choosing exactly which changes to promote rather than syncing everything automatically.

Do I need a template manifest to sync improvements from a child project?

A template manifest is required to sync improvements from a child project, as the skill automatically updates this manifest file to track and record all newly promoted files and components.

Can I compare file versions between a child project and a template repository?

You can compare file versions between a child project and a template repository, as the skill requires version comparison and directory scanning to identify candidate promotions and modifications.