# Send Full-Stack Web Engineer to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "fswe",
    "name": "Full-Stack Web Engineer",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/khamalismadie/fswe",
    "canonicalUrl": "https://clawhub.ai/khamalismadie/fswe",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/fswe",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=fswe",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "references/api-development/SKILL.md",
      "references/bun-typescript/SKILL.md",
      "references/code-quality/SKILL.md",
      "references/concurrency-async/SKILL.md",
      "references/cross-functional/SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "fswe",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-29T23:13:52.359Z",
      "expiresAt": "2026-05-06T23:13:52.359Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=fswe",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=fswe",
        "contentDisposition": "attachment; filename=\"fswe-1.0.2.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "fswe"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/fswe"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/fswe",
    "downloadUrl": "https://openagent3.xyz/downloads/fswe",
    "agentUrl": "https://openagent3.xyz/skills/fswe/agent",
    "manifestUrl": "https://openagent3.xyz/skills/fswe/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/fswe/agent.md"
  }
}
```
## Documentation

### Full-Stack Web Engineer (Microservices & Modern Frontend)

Owner: @khamalismadie
Version: 1.0.1
Distribution: ClawHub / Public
Status: Production Ready

### Summary

One installed skill containing 18 engineering modules. This skill is designed for Full-Stack Engineers working on:

Modern TypeScript ecosystems
API & distributed systems
Microservices migration
Frontend modernization (Vue 3)
Legacy refactoring (PHP → TS/Bun)
End-to-end feature ownership

### Why This Skill?

BenefitDescriptionPracticalReal-world checklists, not theoryComprehensiveCovers frontend to DevOpsProduction-ReadyBattle-tested patternsModern StackTypeScript-first, Vue 3, Bun

### Core Identity

Role Level: Mid-Level → Senior
Focus Area: Full-stack architecture, performance, scalability
Stack Orientation: TypeScript-first, Vue 3, API-driven systems

### 🏗️ Architecture

ModuleDescriptionDeliverablessystem-designMonolith vs Microservices, Service boundariesArchitecture Checklist, Service Mappingbun-typescriptBun runtime, TypeScript backendBun Project Template, TS Config

### 🌐 API & Networks

ModuleDescriptionDeliverableshttp-grpcREST, gRPC, idempotency, versioningREST Checklist, gRPC Decision Matrixapi-developmentClean controllers, validation, authAPI Boilerplate, Error Template

### ⚡ Performance & Resilience

ModuleDescriptionDeliverablesperformanceBottleneck detection, caching, optimizationPerformance Audit, Caching Treefault-toleranceRetry, circuit breaker, graceful degradationResilience Guide, Failure Framework

### 📊 Operations

ModuleDescriptionDeliverablesmonitoring-observabilityLogging, metrics, alertingMonitoring Checklist, Alert Rulesfeature-flagsSafe rollout, A/B testing, kill-switchesFeature Flag Template, Rollout Framework

### 💾 Data

ModuleDescriptionDeliverablessql-databaseSchema, indexing, migrationsSQL Checklist, Migration Guideconcurrency-asyncEvent loop, promises, background jobsAsync Checklist, Race Condition Audit

### 🧪 Quality

ModuleDescriptionDeliverablestesting-fundamentalsUnit, integration, contract testingTesting Blueprint, CI Checklistcode-qualityClean code, PR standards, refactoringCode Review Checklist, Refactor Matrix

### 🔄 Modernization

ModuleDescriptionDeliverablesvue3-modernizationVue 3 Composition API, state managementVue 3 Migration Guide, Component Patternslegacy-migrationPHP → TS, strangler patternLegacy Audit, Extraction Plan

### 🔧 Engineering Practices

ModuleDescriptionDeliverablesdebuggingCross-layer debugging, production safetyDebug Workflow, RCA Templatescrum-agileSprint planning, story breakdownStory Template, Sprint Checklistcross-functionalProduct communication, tech specsTech Spec Template, Stakeholder Frameworkfeature-ownershipEnd-to-end feature deliveryFeature Checklist, Release Framework

### Engineering Standards

All code written under this skill must be:

Clear - Easy to understand
Concise - No unnecessary complexity
Performant - Optimized for speed
Tested - Covered by tests
Observable - Has proper logging/metrics
Maintainable - Well-structured
Backward compatible - When applicable

### Default Principles

Type Safety First - Use TypeScript strictly, no any
Fail Fast - Validate early, crash loudly
Optimize for Readability - Clever is not better
Prefer Explicit Over Implicit - Clear > Short
Design for Change - Extensible architecture
Ship Safely - Feature flags, gradual rollout
Document Decisions - ADR for architectural choices

### How to Use

Identify engineering problem
Load relevant module from references/<module>/SKILL.md
Apply checklist
Implement framework
Validate with standards

### Quick Start

# Install via ClawHub
clawhub install fswe

# Use in your project
# Load references/fswe/SKILL.md when solving engineering problems

### v1.0.1

Added owner attribution
Enhanced module descriptions
Added deliverable columns
Improved engineering principles

### v1.0.0

Initial release
18 engineering modules
Practical checklists and templates
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: khamalismadie
- Version: 1.0.2
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-04-29T23:13:52.359Z
- Expires at: 2026-05-06T23:13:52.359Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/fswe)
- [Send to Agent page](https://openagent3.xyz/skills/fswe/agent)
- [JSON manifest](https://openagent3.xyz/skills/fswe/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/fswe/agent.md)
- [Download page](https://openagent3.xyz/downloads/fswe)