المهارات senior-fullstack
🛠️

senior-fullstack

مخاطر منخفضة ⚡ يحتوي على سكربتات📁 الوصول إلى نظام الملفات

Build Fullstack Apps with Senior Best Practices

متاح أيضًا من: davila7,alirezarezvani

Building modern fullstack applications requires coordination across multiple frameworks and best practices. This skill provides automated scaffolding, code quality analysis, and architecture patterns to help developers build production-ready applications faster.

يدعم: Claude Codex Code(CC)
🥈 79 فضي
1

تنزيل ZIP المهارة

2

رفع في Claude

اذهب إلى Settings → Capabilities → Skills → Upload skill

3

فعّل وابدأ الاستخدام

اختبرها

استخدام "senior-fullstack". Scaffold a new fullstack project

النتيجة المتوقعة:

Project scaffolded successfully at /my-app with the following structure:

- Next.js 14 app with App Router
- Node.js Express API
- PostgreSQL database setup
- GraphQL schema
- TypeScript configuration

Next steps:
1. cd /my-app
2. npm install
3. Configure .env file
4. Run npm run dev

استخدام "senior-fullstack". Analyze code quality

النتيجة المتوقعة:

Code Quality Report:

Issues Found: 3
- High: 1 (Missing input validation)
- Medium: 2 (Unused imports)

Recommendations:
1. Add input validation middleware
2. Remove unused imports
3. Consider adding error boundaries

التدقيق الأمني

مخاطر منخفضة
v1 • 2/25/2026

Static analysis detected 58 potential issues, but evaluation confirms all are false positives or benign functionality. The skill consists of legitimate scaffolding and code analysis scripts. No malicious intent or security vulnerabilities identified. The detected patterns are: markdown code blocks misidentified as shell commands, normal text flagged as crypto algorithms, and standard file operations in scaffolding tools.

7
الملفات التي تم فحصها
872
الأسطر التي تم تحليلها
3
النتائج
1
إجمالي عمليات التدقيق
مشكلات متوسطة المخاطر (1)
File Write Operation in Scaffolder
The fullstack_scaffolder.py script writes output to user-specified file path using open(args.output, 'w'). This is legitimate scaffolding functionality with no path traversal vulnerability since args.output is used directly by the user.

عوامل الخطر

⚡ يحتوي على سكربتات
لم يتم تسجيل أي مواقع محددة
📁 الوصول إلى نظام الملفات (1)
تم تدقيقه بواسطة: claude

درجة الجودة

68
الهندسة المعمارية
100
قابلية الصيانة
87
المحتوى
50
المجتمع
85
الأمان
91
الامتثال للمواصفات

ماذا يمكنك بناءه

Initialize New Project

Quickly scaffold a new fullstack project with predefined structure, best practices, and quality checks built in.

Analyze Existing Codebase

Run code quality analysis on existing projects to identify issues, performance bottlenecks, and improvement opportunities.

Learn Architecture Patterns

Reference comprehensive documentation on fullstack architecture patterns, development workflows, and tech stack best practices.

جرّب هذه الموجهات

Scaffold New Project
Use the senior-fullstack skill to scaffold a new Next.js project with PostgreSQL at /my-new-app. Include GraphQL API setup.
Analyze Code Quality
Run the code quality analyzer on my project at /my-project. Provide a detailed report on code issues and improvements.
Get Architecture Recommendations
What are the recommended architecture patterns for a React frontend with Node.js GraphQL API?
Setup Development Environment
Help me set up a development workflow for a fullstack Next.js + Node.js project with TypeScript.

أفضل الممارسات

  • Always review generated code before committing to ensure it matches your requirements
  • Use the provided architecture patterns as starting points and adapt to your specific needs
  • Run code quality analyzer regularly during development to catch issues early

تجنب

  • Do not skip reviewing the generated project structure - customize what you need
  • Avoid using default configurations without understanding them first
  • Do not rely solely on scaffolding - understand the generated code to maintain it properly

الأسئلة المتكررة

What technologies does this skill support?
This skill supports React, Next.js, Node.js, GraphQL, PostgreSQL, and TypeScript for fullstack development.
Does this skill install dependencies?
No, you need to run npm install or pip install manually after scaffolding. The skill generates the project structure only.
Can I use this with Claude Code?
Yes, this skill is compatible with Claude, Codex, and Claude Code AI assistants.
How do I customize the generated project?
The scaffolding provides a starting point. You can modify files, add dependencies, and adapt the architecture as needed.
What code quality checks are performed?
The analyzer checks for common issues like unused imports, missing error handling, and suggests performance improvements.
Is this suitable for production projects?
Yes, the generated code follows best practices but should be reviewed and customized for your specific production requirements.