fullstack-expert

fullstack-expert is a skill for Claude Code, Codex from roedyrustam/vibes-plug. It costs 101 tokens per session (2,468 once invoked), scanned A, original, MIT.

A full-stack development guide for building software across frontend, backend, APIs, microservices, and deployment systems using languages such as TypeScript, Python, Go, and Rust.

In plain words
What is it for?
Use it to choose a stack, design REST, gRPC, or GraphQL APIs, split a system into microservices, apply patterns such as event sourcing or CQRS, and connect AI or language-model features to a backend.
Why use it?
It helps with technical choices and architecture when an application spans several languages, services, or frameworks.

Skill for Claude CodeCodex

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/roedyrustam/vibes-plug/fullstack-expert
Any agent
npx skills add roedyrustam/vibes-plug --skill fullstack-expert
Clone the repo
git clone --depth 1 https://github.com/roedyrustam/vibes-plug

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for fullstack-expert

README.md
[![agentmods](https://agentmods.dev/badge/skills/roedyrustam/vibes-plug/fullstack-expert.svg)](https://agentmods.dev/skills/roedyrustam/vibes-plug/fullstack-expert)
Your own site
<a href="https://agentmods.dev/skills/roedyrustam/vibes-plug/fullstack-expert"><img src="https://agentmods.dev/badge/skills/roedyrustam/vibes-plug/fullstack-expert.svg" alt="Measured on agentmods" height="20"></a>
Per session 101 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,468 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found 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.00101 $0.02468
Opus 5 $0.00051 $0.01234
Sonnet 5 $0.00020 $0.00494
Haiku 4.5 $0.00010 $0.00247

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

Security

Grade A, and why

fullstack-expert 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 4d ago.

The scan reads SKILL.md. This mod also ships 2 executable files (scripts/api_contract_validator.py, scripts/architecture_analyzer.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

skills/fullstack-expert/SKILL.md · 262 lines

How it starts

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

Fullstack Expert (2026 Multi-Language Edition)

English | Bahasa Indonesia


English

Orchestration & Integration

Connects and orchestrates with relevant domain skills like brainstorming, zero-to-prod-orchestrator, and project-context-mapper to ensure cohesive execution.

Description

Expert-level fullstack development across multiple languages and frameworks. Covers tech stack selection, API design (REST/gRPC/GraphQL), microservice architecture, DevOps, system design patterns, and AI-native backend integration for 2026.

Trigger Conditions

  • Choosing the right language and framework for a new service or feature.
  • Designing APIs between services in a multi-language architecture.
  • Planning a microservices decomposition strategy.
  • Implementing system design patterns (event sourcing, CQRS, saga pattern).
  • Integrating AI agents or LLM capabilities into a backend system.

2026 Technology Matrix

Frontend
Tool Version Notes
React 19.x Compiler, Server Actions, use() hook
Next.js 15.x PPR, RSC, App Router stable
Astro 5.x Islands architecture, MDX, SSG
TanStack Router 1.x Type-safe SPA routing
TanStack Start Beta Full-stack Vite + RSC patterns
Nuxt 4.x Vue 3 SSR/SSG, stable
SvelteKit 2.x Lightweight, edge-ready
Backend
Language Framework Best For
TypeScript Hono, Fastify 5, NestJS Serverless, edge, type-safe RPC
Python FastAPI 0.115+, Django 5 AI/ML workloads, data pipelines
Go net/http (1.22+), Gin, Echo High-throughput microservices, CLI
Rust Axum 0.8, Actix-web 4 Performance-critical, WASM
AI & Agents
Tool Role
Vercel AI SDK 5.x Full-stack AI streaming, RSC
Mastra.ai TS-first agent framework
LangGraph Python stateful agent workflows
OpenAI Agents SDK GPT-5 native agents + handoffs
Google ADK Gemini-powered agents
Mem0 / MemGPT Long-term agent memory

Read the full file on GitHub · 262 lines

Files

What ships with it

6 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. 4d ago First seen · 262 lines · 101 tokens per session scan A c3c60ed1dadb

Subscribe to this mod's changes

fullstack-expert is a skill published in the GitHub repository roedyrustam/vibes-plug (49 stars, last pushed today), licensed MIT. It adds 101 tokens to every session and 2,468 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

performance-optimization

Optimizes application performance across frontend, backend, queries, and databases. Use when performance requirements exist, when you suspect performance regressions, when Core Web Vitals or load times need improvement, when N+1 query patterns need fixing, or when profiling reveals bottlenecks.

addyosmani/agent-skills · 59 tokens

doubt-driven-development

Subjects every non-trivial decision to a fresh-context adversarial review before it stands. Use when correctness matters more than speed, when working in unfamiliar code, when stakes are high (production, security-sensitive logic, irreversible operations), or any time a confident output would be cheaper to verify now…

addyosmani/agent-skills · 67 tokens

test-driven-development

Drives development with tests. Use when implementing any logic, fixing any bug, or changing any behavior. Use when you need to prove that code works, when a bug report arrives, or when you're about to modify existing functionality.

addyosmani/agent-skills · 50 tokens

ci-cd-and-automation

Automates CI/CD pipeline setup. Use when setting up or modifying build and deployment pipelines. Use when you need to automate quality gates, configure test runners in CI, or establish deployment strategies.

addyosmani/agent-skills · 45 tokens

context-engineering

Optimizes agent context setup. Use when starting a new session, when agent output quality degrades, when switching between tasks, or when you need to configure rules files and context for a project.

addyosmani/agent-skills · 43 tokens

documentation-and-adrs

Records decisions and documentation. Use when making architectural decisions, changing public APIs, shipping features, or when you need to record context that future engineers and agents will need to understand the codebase.

addyosmani/agent-skills · 43 tokens