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.
npx skills add alirezarezvani/claude-skills --skill senior-fullstack --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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
- Table of Contents
- Trigger Phrases
- Tools
- Decision Engine
- Project Scaffolder
- Code Quality Analyzer
- Workflows
- Workflow 1: Start New Project
- Workflow 2: Audit Existing Codebase
- Workflow 3: Stack Selection
- Reference Guides
- Architecture Patterns (references/architecturepatterns.md)
- Development Workflows (references/developmentworkflows.md)
- Tech Stack Guide (references/techstackguide.md)
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
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.