スキル 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でアップロード

設定 → 機能 → スキル → スキルをアップロードへ移動

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.