Token导航 LogoToken导航TokenDH.com
研究检索敏感数据github未标认证来源可访问clear审计未展示

senior-fullstack高级全栈

Agent Skill

senior-fullstack 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

612

周安装

26

GitHub Stars

公开资料未说明

下载量

214
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:senior-fullstack(高级全栈)
来源仓库:https://github.com/rickydwilson-dcs/claude-skills
仓库路径:skills/senior-fullstack
安装命令:
npx skills add rickydwilson-dcs/claude-skills --skill "senior-fullstack"
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

AgentSkills.tonpx skills
npx skills add rickydwilson-dcs/claude-skills --skill "senior-fullstack"

简介

senior-fullstack 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。

  • 它适用于全栈开发相关的研究检索,帮助 Agent 从代码库或文档中筛选出前后端、架构设计或系统集成方面的资料。
  • 通过 GitHub 安装,使用 npx skills add rickydwilson-dcs/claude-skills --skill "senior-fullstack" 命令即可集成到支持的宿主环境中。
  • 安装前建议确认权限范围和维护状态,并注意是否会触发联网、命令执行或文件读写操作。
  • 可结合来源仓库和原始 README 进一步核验具体用法和功能边界。

SKILL.md

name
senior-fullstack
title
Senior Fullstack Skill Package
description
Comprehensive fullstack development skill for building complete web applications with React, Next.js, Node.js, GraphQL, and PostgreSQL. Includes project scaffolding, code quality analysis, architecture patterns, and complete tech stack guidance. Use when building new projects, analyzing code quality, implementing design patterns, or setting up development workflows.
domain
engineering
subdomain
fullstack-development
difficulty
advanced
time-saved
TODO: Quantify time savings
frequency
TODO: Estimate usage frequency
use-cases
related-agents
[]
related-skills
[]
related-commands
[]
orchestrated-by
[]
dependencies
scripts
[]
references
[]
assets
[]
compatibility
python-version
3.8+
platforms
[macos, linux, windows]
tech-stack
[Python 3.8+, Markdown]
examples
title
Example Usage
input
TODO: Add example input for senior-fullstack
output
TODO: Add expected output
stats
downloads
0
stars
0
rating
0.0
reviews
0
version
v1.0.0
author
Claude Skills Team
contributors
[]
created
2025-10-19
updated
2025-11-23
license
MIT
tags
featured
false
verified
true

Senior Fullstack Developer

Expert-level fullstack development skill with production-ready tools for modern web application development. Covers architecture patterns, tech stack mastery, and automated quality analysis.

Overview

This skill provides comprehensive fullstack development capabilities through three core automation tools and extensive reference documentation. Whether you're scaffolding a new project, analyzing code quality, or implementing complex architecture patterns, this skill delivers production-ready solutions.

Use this skill when:

  • Starting new fullstack projects with modern tech stacks
  • Analyzing and improving code quality
  • Implementing microservices or clean architecture
  • Setting up development workflows and DevOps pipelines
  • Making technology stack decisions

Core Capabilities

1. Project Scaffolder

Generate production-ready fullstack projects with complete infrastructure.

Features:

  • Multiple stack templates (Next.js, React, Vue + GraphQL/REST)
  • Docker Compose configuration
  • CI/CD pipelines (GitHub Actions)
  • Testing infrastructure (Jest, Cypress)
  • Database setup and migrations
  • TypeScript, ESLint, Prettier pre-configured

Usage:

python scripts/project_scaffolder.py my-project --type nextjs-graphql
cd my-project && docker-compose up -d

Supported Stacks:

  • Next.js + GraphQL + PostgreSQL
  • React + REST + MongoDB
  • Vue + GraphQL + MySQL
  • Express + TypeScript + PostgreSQL

2. Code Quality Analyzer

Comprehensive code analysis with actionable recommendations.

Features:

  • Security vulnerability scanning
  • Performance issue detection
  • Test coverage assessment
  • Documentation quality analysis
  • Dependency audit
  • Prioritized recommendations

Usage:

python scripts/code_quality_analyzer.py /path/to/project
python scripts/code_quality_analyzer.py /path/to/project --json

3. Fullstack Scaffolder

Rapid fullstack application generation with best practices built-in.

Usage:

python scripts/fullstack_scaffolder.py my-app --stack nextjs-graphql

Python Tools

1. Project Scaffolder

Generate production-ready fullstack projects with complete infrastructure.

Key Features:

  • Multiple stack templates (Next.js, React, Vue + GraphQL/REST)
  • Docker Compose configuration
  • CI/CD pipelines (GitHub Actions)
  • Testing infrastructure (Jest, Cypress)
  • Database setup and migrations
  • TypeScript, ESLint, Prettier pre-configured

Common Usage:

# Create Next.js + GraphQL project
python scripts/project_scaffolder.py my-project --type nextjs-graphql

# React + REST API
python scripts/project_scaffolder.py my-app --type react-rest

# Start services
cd my-project && docker-compose up -d

# Help
python scripts/project_scaffolder.py --help

Use Cases:

  • Starting new fullstack projects with best practices
  • Creating proof-of-concept applications
  • Standardizing project structure across teams

2. Code Quality Analyzer

Comprehensive code analysis with actionable recommendations.

Key Features:

  • Security vulnerability scanning
  • Performance issue detection
  • Test coverage assessment
  • Documentation quality analysis
  • Dependency audit
  • Prioritized recommendations

Common Usage:

# Analyze project
python scripts/code_quality_analyzer.py /path/to/project

# JSON output for CI/CD
python scripts/code_quality_analyzer.py /path/to/project --json

# Focus on security
python scripts/code_quality_analyzer.py /path/to/project --security-only

# Help
python scripts/code_quality_analyzer.py --help

Use Cases:

  • Pre-deployment quality checks
  • Technical debt identification
  • Security audit automation

3. Fullstack Scaffolder

Rapid fullstack application generation with best practices built-in.

Key Features:

  • Quick project setup
  • Modern tech stack selection
  • Best practices integration
  • Ready-to-deploy configuration

Common Usage:

# Scaffold fullstack app
python scripts/fullstack_scaffolder.py my-app --stack nextjs-graphql

# Custom configuration
python scripts/fullstack_scaffolder.py my-app --frontend react --backend express --db postgresql

# Help
python scripts/fullstack_scaffolder.py --help

Use Cases:

  • Rapid prototyping
  • Hackathon projects
  • Client POC development

See tech-stacks.md for comprehensive tool documentation.

Key Workflows

1. New Project Setup

Time: 30 minutes for complete setup

  1. Generate Project Structure - Scaffold with optimal tech stack
   # Create project
   python scripts/project_scaffolder.py my-app --type nextjs-graphql
  1. Configure Environment - Setup environment variables, database connection
   cd my-app
   cp .env.example .env
   # Edit .env with configuration
  1. Start Development Services - Launch Docker containers
   docker-compose up -d
  1. Run Database Migrations - Initialize database schema
   npm run migrate
  1. Start Development Server - Begin development
   npm run dev

See architecture-patterns.md for architecture guidance.

2. Code Quality Assessment

Time: 15-20 minutes for full analysis

  1. Run Comprehensive Analysis - Analyze entire codebase
   python scripts/code_quality_analyzer.py ./
  1. Review Recommendations - Prioritize issues by severity
  2. Fix Security Vulnerabilities - Update dependencies
   npm audit fix
  1. Fix Linting Errors - Automated fixes where possible
   npm run lint -- --fix
  1. Run Test Suite - Ensure all tests pass
   npm test
  1. Build for Production - Verify production build succeeds
   npm run build
  1. Re-analyze - Verify improvements
   python scripts/code_quality_analyzer.py ./ --json > quality-report.json

3. Production Deployment

Time: 1-2 hours for initial deployment

  1. Quality Checks - Ensure tests and build pass
   npm test && npm run build
  1. Build Docker Image - Create production container
   docker build -t my-app:latest .
  1. Deploy with Docker Compose - Production deployment
   docker-compose -f docker-compose.prod.yml up -d

Or deploy to Kubernetes:

   kubectl apply -f k8s/
  1. Verify Deployment - Health check and smoke tests
   curl https://your-app.com/health
  1. Monitor - Setup logging and monitoring dashboards

See best-practices.md for deployment best practices.

Reference Documentation

Detailed guides available in the references/ directory:

Architecture Patterns

architecture-patterns.md - Comprehensive architecture guide covering:

  • Microservices architecture and service design
  • Clean architecture and layer patterns
  • Domain-driven design (DDD)
  • Frontend architecture (atomic design, state management)
  • Backend patterns (service layer, repository pattern)
  • Performance optimization strategies
  • Security patterns and deployment approaches

Technology Stacks

tech-stacks.md - Complete technology reference including:

  • Languages (TypeScript, Python, Go, Kotlin, Swift)
  • Frontend frameworks (React, Next.js, React Native, Flutter)
  • Backend frameworks (Node.js, Express, GraphQL, REST)
  • Databases (PostgreSQL, Prisma, NeonDB, Supabase, MongoDB)
  • DevOps tools (Docker, Kubernetes, Terraform, CI/CD)
  • Cloud platforms (AWS, GCP, Azure, Vercel, Railway)
  • Testing frameworks and development tools

Best Practices

best-practices.md - Industry standards and guidelines for:

  • Code quality and SOLID principles
  • Testing strategies (unit, integration, e2e)
  • Performance optimization (frontend and backend)
  • Security best practices (authentication, authorization, validation)
  • Error handling and logging
  • Documentation standards
  • Git workflow and deployment practices

Quick Start Workflows

Workflow 1: New Project Setup

# 1. Generate project structure
python scripts/project_scaffolder.py my-app --type nextjs-graphql

# 2. Configure environment
cd my-app
cp .env.example .env
# Edit .env with your configuration

# 3. Start development services
docker-compose up -d

# 4. Run database migrations
npm run migrate

# 5. Start development server
npm run dev

Workflow 2: Code Quality Assessment

# 1. Run comprehensive analysis
python scripts/code_quality_analyzer.py ./

# 2. Review recommendations and fix issues
npm audit fix                    # Security vulnerabilities
npm run lint -- --fix           # Linting errors
npm test                        # Run test suite

# 3. Build for production
npm run build

# 4. Re-analyze to verify improvements
python scripts/code_quality_analyzer.py ./ --json

Workflow 3: Production Deployment

# 1. Ensure quality checks pass
npm test && npm run build

# 2. Build Docker image
docker build -t my-app:latest .

# 3. Deploy with Docker Compose
docker-compose -f docker-compose.prod.yml up -d

# Or deploy to Kubernetes
kubectl apply -f k8s/

# 4. Verify deployment
curl https://your-app.com/health

Tech Stack Summary

Frontend: React, Next.js, TypeScript, Tailwind CSS Backend: Node.js, Express, GraphQL, REST APIs Database: PostgreSQL, Prisma ORM, NeonDB, Supabase DevOps: Docker, Kubernetes, Terraform, GitHub Actions Cloud: AWS, GCP, Azure, Vercel Testing: Jest, React Testing Library, Cypress

For detailed technology guides, see tech-stacks.md.

Common Use Cases

1. E-commerce Platform

  • Next.js for SEO-optimized storefront
  • GraphQL API for product catalog
  • PostgreSQL for transactions
  • Stripe integration for payments

2. SaaS Dashboard

  • React SPA with complex state management
  • REST API with Node.js/Express
  • Real-time updates with WebSockets
  • Role-based access control

3. Mobile + Web App

  • React Native for iOS/Android
  • Next.js for web presence
  • Shared GraphQL API
  • Supabase for backend services

4. Content Management System

  • Next.js with ISR (Incremental Static Regeneration)
  • Headless CMS integration
  • PostgreSQL for structured data
  • CDN distribution via Vercel

Additional Resources

Getting Help

  1. Architecture questions: Review architecture-patterns.md
  2. Technology selection: Consult tech-stacks.md
  3. Code quality issues: Run code quality analyzer and review output
  4. Best practices: See best-practices.md
  5. Tool usage: Run any script with --help flag

Version: 1.0.0 Last Updated: 2025-11-08 Documentation Structure: Progressive disclosure with references/

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Claude Code

26.37%
按下载量换算56

OpenCode

26.34%
按下载量换算56

windsurf

19.25%
按下载量换算41

trae

14.11%
按下载量换算30

Cursor

7.81%
按下载量换算17

Codex

3.23%
按下载量换算7

安全审计

暂无安全审计结果可展示。

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills