Agent skill · Security

senior-fullstack

Fullstack development toolkit with project scaffolding for Next.js, FastAPI, MERN, and Django stacks, code quality analysis with security and complexity scoring, and stack selection guidance. Use when the user asks to "scaffold a new project", "create a Next.js app", "set up FastAPI with React", "analyze code quality", "audit my codebase", "what stack should I use", "generate project boilerplate", or mentions fullstack development, project setup, or tech stack comparison.

Alireza Rezvani23,369★ · +428/wk · 1 repos on radarProfile →
claude-codecodexcursorships scriptsMIT
Install
npx skills add alirezarezvani/claude-skills --skill senior-fullstack --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 13
SKILL.md size: 14 KB
Bundled scripts: yes
Path: engineering-team/skills/senior-fullstack/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 23,791 · +422 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Senior Fullstack Fullstack development skill with project scaffolding and code quality analysis tools. --- ## Table of Contents - [Trigger Phrases](#trigger-phrases) - [Tools](#tools) - [Workflows](#workflows) - [Reference Guides](#reference-guides) --- ## Trigger Phrases Use this skill when you hear: - "scaffold a new project" - "create a Next.js app" - "set up FastAPI with React" - "analyze code quality" - "check for security issues in codebase" - "what stack should I use" - "set up a fullstack project" - "generate project boilerplate" --- ## Tools ### Decision Engine Deterministic profile picker. Given four assumptions (team-size, cadence, user-facing, budget) plus optional traffic/sensitivity inputs, ranks the four built-in profiles and returns the matched profile with SLO floor and named approver chain. Refuses to recommend a profile without the four required inputs. **Usage:** ```bash # See all options python scripts/fullstack_decision_engine.py --help # Run against a sample input python scripts/fullstack_decision_engine.py --sample # Pick a profile from real inputs python scripts/fullstack_decision_engine.py \ --team-size-12mo 8 --cadence daily --user-facing true --budget

What's inside
Steps it walks through
  1. Table of Contents
  2. Trigger Phrases
  3. Tools
  4. Decision Engine
  5. Project Scaffolder
  6. Code Quality Analyzer
  7. Workflows
  8. Workflow 1: Start New Project
  9. Workflow 2: Audit Existing Codebase
  10. Workflow 3: Stack Selection
  11. Reference Guides
  12. Architecture Patterns (references/architecturepatterns.md)
  13. Development Workflows (references/developmentworkflows.md)
  14. Tech Stack Guide (references/techstackguide.md)
Ships with 12 files
  • profiles/enterprise-scale.json
  • profiles/internal-tool.json
  • profiles/marketing-site.json
  • profiles/saas-startup.json
  • references/architecture_patterns.md
  • references/composition_map.md
  • references/development_workflows.md
  • references/forcing_questions.md
  • references/tech_stack_guide.md
  • scripts/code_quality_analyzer.py
  • scripts/fullstack_decision_engine.py
  • scripts/project_scaffolder.py
Commands it runs
See all options
python scripts/fullstack_decision_engine.py --help
Run against a sample input
python scripts/fullstack_decision_engine.py --sample
Pick a profile from real inputs
python scripts/fullstack_decision_engine.py \
JSON output for downstream tools
python scripts/fullstack_decision_engine.py --sample --output json
List available templates
python scripts/project_scaffolder.py --list-templates
More from claude-skills
All skills →
About this skill
What does the senior-fullstack skill do?

Fullstack development toolkit with project scaffolding for Next.js, FastAPI, MERN, and Django stacks, code quality analysis with security and complexity scoring, and stack selection guidance. Use when the user asks to "scaffold a new project", "create a Next.js app", "set up FastAPI with React", "analyze code quality", "audit my codebase", "what stack should I use", "generate project boilerplate", or mentions fullstack development, project setup, or tech stack comparison.

How do I install it?

Run `npx skills add alirezarezvani/claude-skills --skill senior-fullstack --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From alirezarezvani/claude-skills, a repository with 23,791 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going