Kinfe123Kinfe123Communityยท11 Agent Skills Included

fm-skills

Modern web architecture, rendering, performance, and testing guidance

Explains core web development concepts like rendering strategies, routing, hydration, caching, state management, and accessibility. Removes guesswork when choosing between SSR, SSG, CSR, or islands architecture for a project. Gives clear decision frameworks, code examples, and tradeoff tables so developers build faster, more performant web apps.
npx skills add Kinfe123/fm-skills --all -g -y

All Skills in This Repository (11)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
Kinfe123Kinfe123

seo-fundamentals

Explain crawling, indexing, rendering, and structured data for SEO implementation.

Community
Basic
๐Ÿ“ฆ In Repo
Kinfe123Kinfe123

routing-patterns

Teach pattern-based routing concepts for modern web apps.

Community
Advanced
๐Ÿ“ฆ In Repo
Kinfe123Kinfe123

build-pipelines-bundling

Explains bundling, code splitting, tree shaking for Webpack, Vite, esbuild.

Community
Advanced
๐Ÿ“ฆ In Repo
Kinfe123Kinfe123

universal-javascript-runtimes

Explain building universal JavaScript across Node.js, Cloudflare Workers, Deno, and Bun.

Community
Advanced
๐Ÿ“ฆ In Repo
Kinfe123Kinfe123

state-management-patterns

Clarify state storage choices across client, server, and URL layers.

Community
Intermediate
๐Ÿ“ฆ In Repo
Kinfe123Kinfe123

meta-frameworks-overview

Explain meta-frameworks and their architectural patterns for framework selection.

Community
Basic
๐Ÿ“ฆ In Repo
Kinfe123Kinfe123

data-fetching-patterns

Implement efficient data-fetching strategies for SSR, SSG, ISR, and client-side rendering.

Community
Advanced
๐Ÿ“ฆ In Repo
Kinfe123Kinfe123

hydration-patterns

Explain hydration strategies for server-rendered HTML and client interactivity.

Community
Advanced
๐Ÿ“ฆ In Repo
Kinfe123Kinfe123

rendering-patterns

Outline CSR, SSR, SSG, ISR, and streaming patterns for web rendering decisions.

Community
Intermediate
๐Ÿ“ฆ In Repo
Kinfe123Kinfe123

middleware-patterns

Explain middleware patterns for request processing across frameworks and runtimes.

Community
Advanced
๐Ÿ“ฆ In Repo
Kinfe123Kinfe123

web-app-architectures

Compare SPA, MPA, and hybrid architectures for web application planning.

Community
Basic

Frequently Asked Questions

FAQPage Schema
How to install fm-skills?โ–ผ

Run `npx skills add Kinfe123/fm-skills --all -g -y` in your terminal to install all skills in this collection globally.

What does fm-skills cover?โ–ผ

It covers 22 framework-agnostic web development topics including rendering patterns, routing, hydration, performance, SEO, caching, state management, testing, accessibility, and observability.

Should I use SSR, SSG, or CSR for my app?โ–ผ

The rendering-patterns skill walks you through a decision flowchart based on SEO needs, data freshness, and personalization requirements, with performance tradeoffs for each option.

Does fm-skills work with Cursor and Claude Code?โ–ผ

Yes. All skills follow the standard SKILL.md format and work in Cursor, Claude Code, and other compatible coding environments.

Is fm-skills tied to a specific framework like Next.js?โ–ผ

No. The skills teach framework-agnostic concepts and decision frameworks, so the knowledge applies whether you use Next.js, Nuxt, SvelteKit, Astro, or Remix.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’