senior-fullstack

Scaffold fullstack projects and analyze code quality across React, Next.js, Node.js, and PostgreSQL stacks.

2|1|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/bhaktofmahakal/ai-counsellor-hf --skill senior-fullstack-bhaktofmahakal
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: senior-fullstack
Source: https://github.com/bhaktofmahakal/ai-counsellor-hf/tree/main/.claude/skills/senior-fullstack
Command: npx skills add https://github.com/bhaktofmahakal/ai-counsellor-hf --skill senior-fullstack-bhaktofmahakal

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve? Starting a new fullstack project or auditing an existing codebase involves repetitive setup decisions and manual quality checks. This Skill standardizes project scaffolding, code quality analysis, and architecture guidance for modern web stacks so developers follow consistent patterns from day one. ## Core Features & Use Cases - Project Scaffolding: Generate fullstack project structures with configurable templates using the fullstack_scaffolder.py and project_scaffolder.py scripts. - Code Quality Analysis: Run code_quality_analyzer.py against any target path to produce structured reports with JSON output options. - Architecture & Workflow References: Consult reference guides covering tech stack choices (React, Next.js, Node.js, GraphQL, PostgreSQL, Prisma), architecture patterns, and development workflows including Docker, Kubernetes, and CI/CD. - Use Case: When bootstrapping a new Next.js + PostgreSQL SaaS app, use the scaffolder to create the project layout, then run the quality analyzer on the codebase and follow the architecture patterns reference for folder organization and security practices. ## Quick Start Ask the assistant to scaffold a new fullstack project with Next.js and PostgreSQL and then run a code quality analysis on the generated project directory.

Frequently Asked Questions about senior-fullstack

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I scaffold a new fullstack project with Next.js and PostgreSQL?▼

Run the fullstack_scaffolder.py script with your target project path as the argument. The script validates the path, executes the scaffolding logic, and prints a report; add the --verbose flag for detailed progress output.

How to run a code quality analysis on an existing codebase?▼

Execute code_quality_analyzer.py with the path to your project directory. Use the --json flag to output results as JSON and --output to write the report to a file for further processing.

What tech stacks does this fullstack skill cover?▼

It covers TypeScript, JavaScript, Python, Go, Swift, and Kotlin with React, Next.js, React Native, and Flutter on the frontend. Backend guidance includes Node.js, Express, GraphQL, and REST APIs with PostgreSQL, Prisma, NeonDB, and Supabase databases.

Can I export the analysis results as JSON?▼

Yes, all three scripts support a --json flag that formats results as JSON. Combine it with the --output flag followed by a file path to save the report to disk instead of printing to stdout.

Why does the scaffolder script fail with a target path error?▼

The script validates that the target path exists before running and raises an error if it does not. Create the directory first or verify the path is correct and accessible from your current working directory.