Enforce React hooks rules, key prop usage, stale closure detection, effect cleanup, and render performance
لغة النص الأصلي: الإنجليزية
القائمة
Skills في هذا المستودع
جمع SkillsMP عدد ٩٢ من skills من CleanExpo/Synthex. افتح أي skill لمراجعة مصدره وتفاصيله.
CleanExpo/Synthexعرض ١٢ من أصل ٩٢ skills مجمعة.
Enforce React hooks rules, key prop usage, stale closure detection, effect cleanup, and render performance
لغة النص الأصلي: الإنجليزية
Enforce type safety — no unsafe casts, proper generics, strict null checks, no untracked suppressions
لغة النص الأصلي: الإنجليزية
Synthex API route compliance scanner. NEVER apply generic REST conventions without grounding in Synthex's specific security pattern. ALWAYS audit against: getUserIdFromRequestOrCookies() auth, { organizationId } on every query, Zod safeParse() on all…
لغة النص الأصلي: الإنجليزية
Runs a structured autonomous smoke test of synthex.social (or localhost:3000) covering all critical paths: landing page, auth, dashboard, API health, and key features. Produces a pass/fail matrix across 8 critical paths. Use before merging a PR, after a…
لغة النص الأصلي: الإنجليزية
Authentication and authorisation pattern guide for SYNTHEX. Documents the four auth layers (Supabase session, JWT token, RBAC permissions, owner bypass), when to use each, and the common mistakes that cause auth drift. Use when creating or modifying any…
لغة النص الأصلي: الإنجليزية
5-phase deployment orchestrator for Synthex production releases. Manages the full lifecycle from preflight validation through post-deploy monitoring. Use when deploying to production, running build pipelines, or diagnosing deployment failures. Phases:…
لغة النص الأصلي: الإنجليزية
On-demand loader for VoltAgent/awesome-codex-subagents. Install any of the 136 specialist Codex agents into Claude Code on demand. Covers backend, frontend, infra, security, data, DevEx, and meta-orchestration domains.
لغة النص الأصلي: الإنجليزية
Codebase analysis, dependency auditing, and architecture mapping for the Synthex platform. Scans file structure, dependency health, TypeScript errors, unused exports, security vulnerabilities, and documentation gaps. Use when user says "scan project", "audit…
لغة النص الأصلي: الإنجليزية
AI provider and model monitoring for Synthex. Detects approaching model retirements, alerts on model errors, and recommends fallback models. Use when a model call fails, a retirement is imminent, or any feature hardcodes a model name.
لغة النص الأصلي: الإنجليزية
Social media platform integration guide for SYNTHEX. Documents the 9-platform architecture, OAuth connection flow, webhook signature verification, token encryption, and the base service contract. Use when adding platform support, debugging OAuth issues, or…
لغة النص الأصلي: الإنجليزية
"No implementation without specification" enforcement. Auto-generates specification documents before any feature or project work begins. Two templates: project-phase (10 sections) and feature (8 sections). Specs are written to `.claude/specs/`. Includes…
لغة النص الأصلي: الإنجليزية
SQL cleanup and security hardening for Supabase. Audits SQL files for missing indexes, weak RLS policies, and security gaps. Generates optimised migrations using the Supabase CLI. Use when cleaning up schema, strengthening security, or preparing for…
لغة النص الأصلي: الإنجليزية