create-smart-app

Featured

Create or update a Wework Smart app based on DeepSeek Harness, including environment preparation, DSH plugin discovery, composition, built-in-browser verification, packaging, and local installation handoff.

AI & Automation 848 stars 139 forks Updated today Apache-2.0

Install

View on GitHub

Quality Score: 89/100

Stars 20%
98
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Create a Wework Smart app Use this workflow when the user wants to build, modify, test, add plugins to, or package a Wework Smart app. A Smart app is an external DeepSeek Harness plugin bundle; never modify the DeepSeek Harness source tree to add the app. ## Contract - Keep the Smart app in the user's workspace or a directory they explicitly chose. - When Wework supplies an existing Smart app directory, treat it as the durable project. Inspect and edit it in place; never replace it with a new scaffold. - Pin the DSH version in `plugin-manifest.json` and package dependencies. - Treat Wework's selected model as the runtime model. Do not bake model credentials into the package. - A distributable ZIP must contain `plugin-manifest.json`, `PLUGIN.md`, `INSTALL.zh-CN.md`, the profile bundle `cordis.patch.yml`, source, and built output. - Installation into Wework always ends with the native preview and model-selection confirmation. Do not bypass that confirmation by editing Wework data files. - For a Wework-linked project, Wework Host is the only authority for Smart app inspection, verification, and distributable ZIP creation. Do not replace it with local manifest checks, ad-hoc DSH commands, or a fallback packer. ## Workflow Use this state machine: **inspect → contract → doctor → verify → preview → pack**. 1. Run `inspect` first. If it returns `stale`, `failed`, or no report, read the structured error code and fix that exact boundary; do not guess from UI text...

Details

Author
wecode-ai
Repository
wecode-ai/Wegent
Created
8 months ago
Last Updated
today
Language
TypeScript
License
Apache-2.0

Similar Skills

Semantically similar based on skill content — not just same category

Web & Frontend Featured

create-app

Guided journey from a raw app idea to a validated, cleanly architected first version that ships on a sustainable cadence. Orchestrates ten skills phase by phase - lean-startup, design-sprint, clean-architecture, domain-driven-design, clean-code, pragmatic-programmer, system-design, ios-hig-design, 37signals-way, software-design-philosophy - asking the user questions at every decision point and recording results in the project docs/ folder (PRODUCT.md, ARCHITECTURE.md, EXPERIMENTS.md, CREATE-APP-PLAN.md) so the journey resumes across sessions. Use when the user wants to build a new app, validate an idea before writing code, architect an MVP that will not need a rewrite, or says 'help me build my app the right way'. App already exists: use improve-app or grow-app. Business idea not yet validated: run create-business first. Marketing site only: use create-website. Architecture-only question: design-code-architecture. For one framework in isolation, invoke that skill directly.

2,147 Updated today
wondelai
AI & Automation Listed

new-expo-app

Use when creating a new Expo/React Native app from the agent-harness template ("new expo app", "new mobile app", "scaffold an app with payments"). Scaffolds, stamps provenance, and verifies guardrails.

2 Updated 1 weeks ago
ryan75195
AI & Automation Featured

develop-wework-plugin

Create, extend, and debug Wework Core DSH plugins and their optional nested Codex plugins. Use when the user asks to develop a Wework plugin, add a Wework UI extension, create a Skill inside that plugin, or diagnose it in the isolated plugin-development instance.

848 Updated today
wecode-ai