frontend-dev-guidelines
Build Production React Frontends
Frontend teams often produce inconsistent architecture, loading behavior, and performance practices. This skill applies opinionated React and TypeScript standards with checklists and examples.
Install with my Agent
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "frontend-dev-guidelines" from https://skillstore.io/skills/sickn33-frontend-dev-guidelines.md and its manifest at https://skillstore.io/api/skills/sickn33-frontend-dev-guidelines/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.Your Agent should still show its plan and request any confirmation required by the security policy.
Agent-readable resources
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Test it
Using "frontend-dev-guidelines". Review a React page that fetches user data inside the component and returns an early spinner.
Expected outcome:
- The review flags inline data access, the early loading return, missing feature boundaries, and untyped responses.
- It recommends a typed feature API, Suspense query, feature-level boundary, and focused component responsibilities.
Using "frontend-dev-guidelines". Plan a new reporting feature with charts, routes, and export actions.
Expected outcome:
The plan defines feature folders, typed API contracts, lazy chart loading, route metadata, query keys, mutation feedback, and performance checks.
Using "frontend-dev-guidelines". Assess a proposed dashboard before implementation.
Expected outcome:
An FFCI assessment rates architectural fit, complexity, performance risk, reusability, and maintenance cost, then recommends proceeding, splitting, or redesigning.
Security Audit
SafeAll 173 static findings are false positives caused by Markdown syntax and illustrative React or TypeScript code. The skill contains no executable scripts, shell commands, arbitrary file access, exfiltration endpoints, or prompt-injection instructions. No semantic security finding was identified.
Risk Factors
โก Contains scripts (20)
โ๏ธ External commands (50)
๐ Filesystem access (29)
Share & cite this report
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
Copy report link
https://skillstore.io/skills/sickn33-frontend-dev-guidelines/audits/5?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/sickn33-frontend-dev-guidelines?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/sickn33-frontend-dev-guidelines?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/sickn33-frontend-dev-guidelines/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/sickn33-frontend-dev-guidelines.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>Academic citations (APA ยท BibTeX ยท CFF)
APA citation
sickn33. (2026). frontend-dev-guidelines security audit report (audit version 5) [Author version unspecified]. Skillstore. https://skillstore.io/skills/sickn33-frontend-dev-guidelines/audits/5BibTeX citation
@techreport{sickn33-sickn33-frontend-dev-guidelines-2026,
author = {sickn33},
title = {frontend-dev-guidelines security audit report (audit version 5)},
institution = {Skillstore},
year = {2026},
number = {5},
url = {https://skillstore.io/skills/sickn33-frontend-dev-guidelines/audits/5},
note = {Author version unspecified}
}CITATION.cff
cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "frontend-dev-guidelines security audit report (audit version 5)"
version: "unspecified"
type: report
authors:
- name: "sickn33"
date-released: "2026-07-23"
url: "https://skillstore.io/skills/sickn33-frontend-dev-guidelines/audits/5"
identifiers:
- type: other
value: "skillstore:sickn33-frontend-dev-guidelines:audit:5"
description: "Skillstore immutable audit report identifier"
Compare variants
7 installable variantsEach author remains a separate installable skill. The recommended variant is ranked by Skillstore evidence.
Why this variant is first
briandai22-frontend-dev-guidelines
2026-08-21
0chan-smc-frontend-dev-guidelines
2026-08-21
bom-98-frontend-dev-guidelines
2026-08-21
sickn33-frontend-dev-guidelines
2026-08-21
dojocodinglabs-frontend-dev-guidelines
2026-08-21
dimon94-frontend-dev-guidelines
2026-08-21
diet103-frontend-dev-guidelines
2026-08-21
Skillstore Score
Why this score Evidence Confidence: HighWhat You Can Build
Create a React Feature
Create a React feature with consistent folders, typed APIs, Suspense boundaries, routes, and MUI styling.
Standardize Code Reviews
Review pull requests against a shared checklist for architecture, typing, loading states, styling, and performance.
Modernize Legacy Screens
Refactor legacy loading, data fetching, and component organization toward a Suspense-first, feature-based design.
Try These Prompts
Create a typed React component for [purpose]. Follow the component structure, loading, styling, and feedback rules in these guidelines.
Add a feature named [name] using feature-based folders, a typed API layer, Suspense queries, lazy loading, and public exports.
Review [files] against the frontend guidelines. List architecture, TypeScript, loading, styling, and performance violations, then propose prioritized fixes.
Refactor [workflow] for TanStack Router, Suspense-first data fetching, cache-aware mutations, MUI v7, and strict TypeScript. Preserve behavior and identify migration risks.
Best Practices
- Share the target repository structure, framework versions, and existing helper APIs before requesting implementation.
- Ask for focused changes and require tests, type checks, and build validation in the target project.
- Treat the rules as project defaults and document any justified exceptions during review.
Avoid
- Applying MUI, TanStack, or Suspense conventions to projects that use different frameworks without adaptation.
- Requesting broad rewrites without providing current architecture, dependencies, or acceptance criteria.
- Accepting generated examples without checking accessibility, browser behavior, tests, and project-specific contracts.
Frequently Asked Questions
Does this skill write frontend code?
Which technology stack does it target?
Does it execute scripts or commands?
Can it replace project testing?
How does it handle data loading?
Can teams adapt the rules?
Developer Details
Author
sickn33License
MIT
Skillstore revision
r2
Version notice
The author did not declare a version.
Repository
https://github.com/sickn33/antigravity-awesome-skills/tree/main/skills/frontend-dev-guidelinesRef
88a8e9a07f4c54ab105c1c41b6267c287146b07b
Maintenance freshness
7/26/2026
Usage
7 downloads ยท 172 views
File structure
๐ resources/
๐ common-patterns.md
๐ complete-examples.md
๐ data-fetching.md
๐ file-organization.md
๐ loading-and-error-states.md
๐ performance.md
๐ routing-guide.md
๐ styling-guide.md
๐ SKILL.md