internal-project-rules

Enforce SCX Studio Pro coding, database, and AI prompt rules.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/ssrxs/scx-studio-pro-fixed --skill internal-project-rules
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: internal-project-rules
Source: https://github.com/ssrxs/scx-studio-pro-fixed/tree/main/manus_skills/internal-project-rules
Command: npx skills add https://github.com/ssrxs/scx-studio-pro-fixed --skill internal-project-rules

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

SCX Studio Pro için kod standartları, veritabanı şeması ve AI prompt enjeksiyon kuralları rehberi olarak, proje bütünlüğünü ve gelişim süreçlerini güvenli ve tutarlı kılar.

Core Features & Use Cases

  • Architecture standards: Next.js App Router tabanlı sayfalar, Prisma & SQLite ile veritabanı şeması ve Zustand ile istemci durum yönetimi.
  • AI prompt enjeksiyon kuralları: zorunlu DNA bloğunu zorunlu kılar, GLOBAL_AI_RULES ile çelişmez ve "cinematic lighting", "anatomical precision" gibi teknik terimler kullanır.
  • Kodlama yönergeleri: TypeScript tiplerinin tamamında zorunluluk, Tailwind CSS için stil işlemleri ve animasyonlar için Framer Motion.
  • Referanslar ve ipuçları: references/db_schema.md ve references/ai_logic_flow.md derin bağlam sağlar; yeni AI sağlayıcıları eklerken GenerationManager'ı genişletme ve bileşenleri modüler tutma ipuçları içerir.

Quick Start

Yeni bir özellik eklerken bu kuralları uygulayın ve veritabanı değişikliklerini Prisma ile güncelleyin.

Frequently Asked Questions about internal-project-rules

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I enforce coding standards and AI prompt rules in a Next.js project?

To enforce coding standards and AI prompt rules, apply internal project guardrails that mandate strict TypeScript types, Next.js App Router conventions, and a mandatory DNA block for AI prompts, ensuring consistency and compliance across the codebase.

How do I manage SQLite database schema updates with Prisma and TypeScript?

To manage SQLite database schema updates with Prisma, apply project-specific migration rules that maintain database schema consistency and update references under references/db_schema.md during feature development.

What rules should I follow when adding new AI providers to a TypeScript application?

When adding new AI providers to a TypeScript application, follow rules to extend the GenerationManager modularly, ensure prompt injection rules do not contradict GLOBAL_AI_RULES, and use technical terms like cinematic lighting for AI logic enhancements.

How do I structure Next.js App Router pages and client state with Zustand?

To structure Next.js App Router pages and client state with Zustand, follow architecture standards that dictate routing conventions and apply guidelines for styling with Tailwind CSS and animations using Framer Motion.

Does this project ruleset support styling and animations alongside database schema management?

Yes, the project ruleset supports styling and animations alongside database schema management by providing coding guidelines for Tailwind CSS styling, Framer Motion animations, and Prisma migration references within the same internal guardrails.