← Back to list

admin
by SylphxAI
🚀 AI development platform with MEP architecture - stop writing prompts, start building with 90% less typing
⭐ 4🍴 3📅 Jan 8, 2026
SKILL.md
name: admin description: Admin panel - RBAC, config, admin tools. Use when building admin UI.
Admin Guideline
Tech Stack
- Framework: Next.js (with Turbopack)
- API: tRPC
- Database: Neon (Postgres)
- ORM: Drizzle
- Components: Radix UI
- Styling: Tailwind CSS
Non-Negotiables
- Admin bootstrap via INITIAL_SUPERADMIN_EMAIL only (one-time, non-reentrant)
- All privilege grants must be audited (who/when/why)
- Actions affecting money/access/security require step-up verification
- Secrets must never be exposed through admin UI
- Only super_admin can promote to admin or access system config
Context
The admin platform is where operational power lives — and where operational mistakes happen. A well-designed admin reduces human error while giving operators tools to resolve issues quickly.
MFA requirements for admin roles are enforced via account-security.
Driving Questions
- Is bootstrap using INITIAL_SUPERADMIN_EMAIL correctly?
- Can an admin accidentally cause serious damage?
- How would we detect admin access misuse?
- What repetitive admin tasks should be automated?
- Where is audit logging missing?
Score
Total Score
75/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
✓説明文
100文字以上の説明がある
+10
○人気
GitHub Stars 100以上
0/15
✓最近の活動
3ヶ月以内に更新
+5
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
✓タグ
1つ以上のタグが設定されている
+5
Reviews
💬
Reviews coming soon

