like

Generate backend models, CRUD, API routes, and frontend components for like/unlike features.

Updated Apr 16, 2026
One-click install
npx skills add https://github.com/h617265630/Modularity-skill --skill like-h617265630
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: like
Source: https://github.com/h617265630/Modularity-skill/tree/main/.claude/skills/like
Command: npx skills add https://github.com/h617265630/Modularity-skill --skill like-h617265630

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the creation of a complete like/unlike feature set across backend and frontend, saving developers from writing repetitive boilerplate.

Core Features & Use Cases

  • Backend scaffolding: Like model, CRUD operations, and API endpoints.
  • Frontend components: LikeButton and LikeCount with useLike hook for interactive UI.
  • Database migrations: ready-to-run migrations ensuring data integrity across users and targets.

Quick Start

Generate the full like feature for your project with a single command.

Frequently Asked Questions about like

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

FAQPage Schema
How do I add a full-stack like and unlike feature to my web application?

To add a full-stack like and unlike feature, this skill generates backend models, CRUD operations, API routes, and frontend components like LikeButton and LikeCount. It provides ready-to-run database migrations ensuring data integrity across users and target resources.

What's included in the generated like button backend scaffolding?

The generated like button backend scaffolding includes SQLAlchemy models without relationship constraints, CRUD operations, standardized API response routes, and migration-ready schemas. This automates backend creation, saving developers from writing repetitive boilerplate code.

Can I apply the like/unlike functionality to any target resource besides posts?

Yes, the like/unlike functionality applies to posts, comments, or any target resource across your full-stack application. The skill generates the complete feature set, including API endpoints and interactive UI hooks, for user interactions on any specified target.

Does the generated Like model enforce any specific architectural constraints?

Yes, the generated Like model enforces quality constraints such as no relationship in the Like model and standardized API responses. It also provides migration-ready schemas to ensure data integrity across users and targets within your full-stack application.

How do I get interactive frontend components for my like feature?

To get interactive frontend components for your like feature, this skill generates a LikeButton, LikeCount, and a useLike hook. These components provide the interactive UI needed for user interactions across your target resources, integrating directly with the generated API routes.

What is the best way to scaffold a like feature with SQLAlchemy and standardized API responses?

The best way to scaffold a like feature with SQLAlchemy and standardized API responses is using this skill, which automates the creation of the complete feature set. It generates the backend models, CRUD operations, API endpoints, and frontend components in a single command.