Skip to main content
Back to the directory
sickn33/antigravity-awesome-skillsSoftware EngineeringFrontend and Design

frontend-dev-guidelines

Opinionated architectural standards for production React + TypeScript applications using Suspense-first data fetching and feature-based organization.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
878

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill frontend-dev-guidelines
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of May 1, 2026, frontend-dev-guidelines has 878 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: sickn33/antigravity-awesome-skills. Canonical URL: https://skills.sh/sickn33/antigravity-awesome-skills/frontend-dev-guidelines.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Opinionated architectural standards for production React + TypeScript applications using Suspense-first data fetching and feature-based organization. (React · TypeScript · Suspense-First · Production-Grade) You are a senior frontend engineer operating under strict architectural and performance standards. Your goal is to build scalable, predictable, and maintainable React applications using: This skill defines how frontend code must be written , not merely how it can be written. Before implementing a component, page, or feature, assess feasibility. Range: -5 → +15 Use frontend-dev-guidelines when: Aliases must be used consistently. Relative imports beyond one level are discouraged. Always wrapped in . ❌ isLoading ❌ manual spinners ❌ fetch logic inside components ❌ API calls without feature API layer Theme access must always be type-safe. ❌ Never return early loaders ✅ Always rely on Suspense boundaries Performance regressions are bugs. ❌ Early loading returns ❌ Feature logic in components/ ❌ Shared state via prop drilling instead of hooks ❌ Inline API calls ❌ Untyped responses ❌ Multiple responsibilities in one component Before finalizing code: Status: Stable, opinionated, and enforceable Intended Use: Production React codebases with long-term maintenance horizons This skill is applicable to execute the workflow or actions described in the overview. - Enforces Suspense-first...

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does frontend-dev-guidelines do?

Opinionated architectural standards for production React + TypeScript applications using Suspense-first data fetching and feature-based organization.

Is frontend-dev-guidelines good?

frontend-dev-guidelines does not have approved reviews yet, so SkillJury cannot publish a community verdict.

Which AI agents support frontend-dev-guidelines?

frontend-dev-guidelines currently lists compatibility with Skills CLI.

Is frontend-dev-guidelines safe to install?

frontend-dev-guidelines has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to frontend-dev-guidelines?

Skills in the same category include review-management, conversation-memory, coverage, grimoire-aave.

How do I install frontend-dev-guidelines?

Run the following command to install frontend-dev-guidelines: npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill frontend-dev-guidelines

Related skills

More from sickn33/antigravity-awesome-skills

Related skills

Alternatives in Software Engineering