follow

Generate a follow system with SQLAlchemy models, FastAPI routes, and frontend components.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill implements a complete user follow/unfollow system, providing a backend model, CRUD operations, and frontend components to manage followers and following relationships across applications.

Core Features & Use Cases

  • Backend: Follow model, API routes for creating, listing, and checking follows, and migration scripts.
  • Frontend: FollowButton, FollowersList, FollowingList components and useFollow hook to manage follow state.
  • Use Case: Ideal for social networks, content platforms, or community apps that require follow/unfollow functionality and follower counts.

Quick Start

Create a new module in your project to generate the full backend and frontend follow system, including database model, API routes, and UI components.

Frequently Asked Questions about follow

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

FAQPage Schema
How do I build a user follow system with FastAPI and SQLAlchemy?

You can build a user follow system by generating SQLAlchemy models, FastAPI routes, and frontend components. This provides backend CRUD operations and UI hooks to manage follow and unfollow actions.

What frontend components do I need for a follow unfollow feature?

A follow unfollow feature requires frontend components like FollowButton, FollowersList, and FollowingList. These work with a useFollow hook to manage follow state and display follower counts.

How to create database models for a social network follow system?

Create database models for a social network follow system using SQLAlchemy. This generates the migration scripts and backend models needed to track follower and following relationships.

Can I generate both API routes and UI components for a follow feature?

Yes, you can generate both API routes and UI components for a follow feature. This creates FastAPI routes for input validation and frontend UI components for social networks or content platforms.

Does a complete follow system include migration scripts and input validation?

A complete follow system includes migration scripts and input validation. It provides robust backend API routes, database models, and frontend components to ensure data integrity for follower relationships.