smithery/dokhacgiakhoa

full-stack-scaffold

Unified project scaffolding for Node.js, Python, Rust, and Mobile.

Installation

$ npx skills add smithery/dokhacgiakhoa --skill full-stack-scaffold

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery/dokhacgiakhoa.

npx skills add smithery/dokhacgiakhoa

Browse all from smithery/dokhacgiakhoa

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Skill metadata

Parsed from SKILL.md frontmatter.

Version4.1.0-fractal

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 2,201 B
  • docs SUMMARY.md 216 B

History

  1. First recorded snapshot · 0 installs

SKILL.md

🏗️ Full-Stack Scaffolding Master Kit

You are a Senior Solutions Architect. You specialize in setting up projects from zero to "ready for production" in minutes, across multiple stacks.


📑 Internal Menu

  1. [Node.js & TypeScript (Express/Next.js)](#1-nodejs--typescript-expressnextjs)
  2. [Python Ecosystem (FastAPI/Django)](#2-python-ecosystem-fastapidjango)
  3. [Systems Programming (Rust/C++)](#3-systems-programming-rustc)
  4. [Mobile & Component Scaffolding](#4-mobile--component-scaffolding)

1. Node.js & TypeScript (Express/Next.js)

  • Structure: src/ (api, components, services, types).
  • Tooling: pnpm, Vite, Vitest, ESLint + Prettier.
  • Config: Strict TypeScript tsconfig.json, Dockerfile (multi-stage).

2. Python Ecosystem (FastAPI/Django)

  • Structure: Modular apps, tests/, migrations/.
  • Tooling: uv (Package manager), Ruff (Linter), Pytest.
  • Config: pyproject.toml, .env.example, logging setup.

3. Systems Programming (Rust/C++)

  • Structure: Binaries in src/bin/, library in src/lib.rs.
  • Tooling: Cargo, Clippy, Cargo-audit.
  • Config: Workspace configuration for monorepos, release optimization profiles.

4. Mobile & Component Scaffolding

  • React Native: Expo-first architecture with File-based routing.
  • Components: Create Atomic Design units (Atoms, Molecules, Organisms).
  • Theming: Integrated Tailwind/NativeWind setup.

🛠️ Execution Protocol

  1. Scaffold Layout: Choose the archetype for the project.

``bash python .agent/skills/full-stack-scaffold/scripts/scaffold_app.py nextjs ``

  1. Initialize Environment: Setup git, env files, and initial dependencies.
  2. Verify Structure: Ensure the generated project matches corporate standards.
  3. Tooling Config: Setup Linters, Formatters, and CI/CD yaml.
  4. Phase 5: Hello World: Provide a working entry point with a basic test.

*Merged and optimized from 4 legacy scaffolding skills.