full-stack-developer

A broad guide to building and deploying full-stack web applications, meaning software with a user-facing part, a server, and usually a database or other infrastructure.

In plain words
What is it for?
Use it to plan web architectures, choose between monoliths and microservices, design APIs, manage application state, set up deployment pipelines, and build complete applications.
Why use it?
It helps connect decisions about architecture, technology choices, automation, deployment, and AI features across the whole application.

Skill for Claude CodeCodexCursor

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/sandraschi/notepadpp-mcp/full-stack-developer
Any agent
npx skills add sandraschi/notepadpp-mcp --skill full-stack-developer
Clone the repo
git clone --depth 1 https://github.com/sandraschi/notepadpp-mcp

Made for: Claude Code, Codex, Cursor.

Per session 25 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,820 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin 100% copy Near-identical to another mod in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00025 $0.03820
Opus 5 $0.00013 $0.01910
Sonnet 5 $0.00005 $0.00764
Haiku 4.5 $0.00003 $0.00382

Measured yesterday against content hash dac159fc1b7e, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

full-stack-developer scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

This is a copy

100% identical to full-stack-developer — 33 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

.cursor/skills/full-stack-developer/SKILL.md · 567 lines

How it starts

The opening of the file, as written. The whole thing — 567 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Full Stack Developer

Overview

Master modern fullstack development with comprehensive guidance on building production-ready web applications. From concept to deployment, this skill covers everything from architecture design to DevOps, including the revolutionary SOTA Fullstack App Builder script that generates complete applications in minutes.

When to Use This Skill

Activate for:

  • Building complete web applications (frontend + backend + infrastructure)
  • Choosing technology stacks and architectural patterns
  • Implementing modern development workflows and automation
  • Setting up CI/CD pipelines and deployment strategies
  • Integrating AI/ML capabilities into web applications
  • Using the SOTA Fullstack App Builder for rapid prototyping
  • Scaling applications from MVP to enterprise-grade systems

Core Capabilities

🏗️ Application Architecture

  • Modern Web Stacks: React/Next.js + FastAPI/Node.js + databases
  • Microservices vs Monoliths: When to choose each approach
  • API Design: REST, GraphQL, and real-time communication
  • State Management: Client-side, server-side, and distributed state

Rapid Development Tools

  • SOTA Fullstack Builder: Generate production apps in minutes
  • Code Generators: Scaffolding tools and boilerplates
  • Low-Code Platforms: When and how to use them effectively
  • AI-Assisted Development: GitHub Copilot, Cursor, and Claude integration

🤖 AI Integration

  • AI ChatBots: Multi-provider support (OpenAI, Anthropic, Ollama)
  • RAG Systems: Retrieval-augmented generation for applications
  • Streaming Responses: Real-time AI interaction patterns
  • Prompt Engineering: Effective AI integration techniques

🐳 Containerization & Orchestration

  • Docker Best Practices: Multi-stage builds, security, optimization
  • Kubernetes Patterns: Deployment, scaling, service meshes
  • Cloud-Native: 12-factor apps, cloud platforms, serverless

📊 Monitoring & Analytics

  • Application Monitoring: Health checks, error tracking, performance
  • User Analytics: Usage patterns, conversion tracking, A/B testing
  • Business Intelligence: Data visualization, reporting dashboards

Read the full file on GitHub · 567 lines

Files

What ships with it

4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. yesterday First seen · 567 lines · 25 tokens per session scan A dac159fc1b7e

Subscribe to this mod's changes

full-stack-developer is a skill published in the GitHub repository sandraschi/notepadpp-mcp (5 stars, last pushed 12d ago), licensed MIT. It adds 25 tokens to every session and 3,820 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to full-stack-developer, differing in 33 lines, and is treated as a copy.

Related

Other skills, from other repositories

python-clean-code

Review Python code in the gsc-mcp codebase for clean code violations. Checks function size, single responsibility, type hints, naming, error handling patterns, and adherence to the project's module contracts. Use when refactoring a module or before code review.

FlorianBruniaux/google-search-console-mcp · 55 tokens

gurume-cli

Use the gurume CLI to search Japanese restaurants on Tabelog. Trigger this whenever the user wants to find, recommend, or research restaurants/eateries in Japan — by area (Tokyo, Osaka, Kyoto, 三重, etc.), by cuisine (ramen, sushi, yakiniku, izakaya...), or with a vague request like "where should I eat in Shibuya" or…

narumiruna/gurume · 127 tokens

swag

This skill should be used when the user says "add proxy config", "create reverse proxy", "SWAG config", "nginx proxy", "expose service", "proxy configuration", "subdomain config", "subfolder config", "configure SWAG", "list proxy configs", "view proxy config", "edit proxy config", "remove proxy config", "check proxy…

jmagar/swag-mcp · 118 tokens

add-tool

Add a new MCP tool to this WhatsApp server. Use when asked to expose a new capability, wrap a new bridge endpoint, or add a tool to tools.py or scheduling.py. Covers annotations, the confirm guard, core-set placement, retrieval aliases, and the eval case.

HalemoGPA/whatsapp-mcp-server · 59 tokens

onpage-audit

Complete on-page audit of a single URL in one pass, combining heading structure, internal linking, technical meta tags, content quality and schema, then cross-checked against real Search Console data before any recommendation is made. Use when asked for a full page audit, an all-in-one check, or what to fix on a page.…

FlorianBruniaux/google-search-console-mcp · 132 tokens

internal-linking-audit

Audit internal linking on a page, weighted by where each link sits. A link in the body of a page carries far more weight than the same link in the footer or the main nav. Surfaces targets linked only from footer/nav, generic anchors, and internal nofollow. Use when asked about internal links, anchor text, link…

FlorianBruniaux/google-search-console-mcp · 137 tokens