Skip to main content
Back to registry

frontend-dev-guidelines

sickn33/antigravity-awesome-skills

(React · TypeScript · Suspense-First · Production-Grade)

Installs574
Install command
npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill frontend-dev-guidelines
Security audits
Gen Agent Trust HubWARN
SocketPASS
SnykPASS
About this skill
(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. - Suspense-first data fetching - Feature-based code organization - Strict TypeScript discipline - Performance-safe defaults - useSuspenseQuery is the primary data-fetching hook -...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

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

(React · TypeScript · Suspense-First · Production-Grade)

Is frontend-dev-guidelines good?

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

What agent does frontend-dev-guidelines work with?

frontend-dev-guidelines currently lists compatibility with codex, gemini-cli, opencode, cursor, github-copilot, claude-code, antigravity.

What are alternatives to frontend-dev-guidelines?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I 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