Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

text-format

text-format 收录了来自 outwebfeng 的 9 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
9
Stars
4
更新
2026-06-16
Forks
4
职业覆盖
3 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

clone-website
网页开发工程师

Reverse-engineer and clone one or more websites in one shot — extracts assets, CSS, and content section-by-section and proactively dispatches parallel builder agents in worktrees as it goes. Use this whenever the user wants to clone, replicate, rebuild, reverse-engineer, or copy any website. Also triggers on phrases like "make a copy of this site", "rebuild this page", "pixel-perfect clone". Provide one or more target URLs as arguments.

2026-06-16
deploy-cloudflare
软件开发工程师

Deploy this project to Cloudflare Workers (nitro cloudflare_module preset + wrangler). Auto-handles D1 setup, secrets, schema push, and redeploy. Use when the user says 'deploy to cloudflare', 'ship to workers', 'push to cf', '部署到 cloudflare', or asks how to publish to Workers.

2026-06-16
generate-image
网页开发工程师

Generate an AI image (hero visual, feature illustration, empty-state graphic, blog cover, etc.) from a text prompt using Pollinations.ai. Free, no API key. Saves to public/imgs/generated/ and returns a Next.js-ready URL like /imgs/generated/<file>.png that can be dropped into <Image src=...> immediately. Use whenever a page or block needs a decorative visual and the user hasn't provided one.

2026-06-16
new-module
软件开发工程师

Create a new business module with service layer and API routes following the ShipAny module pattern. Use when the user needs new backend functionality — a new service, a new data model, a new API. Triggers on: 'add a module for...', 'I need backend for...', 'create a service for...'

2026-06-16
new-page
网页开发工程师

Create a new page in the dashboard with proper patterns — client component, API integration, nav entry. Use when the user asks to add a page, create a view, build a dashboard section, or says 'I need a page for...'

2026-06-16
new-static-page
网页开发工程师

Create a static content page (privacy policy, refund policy, cookies, about, etc.) as MDX in the (pages) route group. Use when the user asks for a legal page, info page, static page, or says 'add a page for...', 'I need a refund policy', 'create an about page'.

2026-06-16
quick-start
软件开发工程师

Build a complete SaaS project from a brief, reference URL, or content source. Handles everything: project config, pixel-perfect landing page (cloned from reference or generated), content extraction, dashboard pages, module wiring. Use when the user says they want to build something, gives a reference URL, provides a GitHub repo, or describes a product idea. Triggers on: 'new project', 'build a site for...', 'make it look like...', 'clone this...', 'I want to build...', any URL + product description combo.

2026-06-16
security-scan
信息安全分析师

Pre-commit security audit of pending changes — secrets about to be leaked, injection vulnerabilities (SQL/XSS/command/prompt injection), auth and business-logic flaws, and .gitignore/.dockerignore coverage gaps. Run BEFORE EVERY git commit in this repo, and whenever the user asks for a security check of changes ("扫一下安全问题", "check this is safe to commit", "security scan").

2026-06-16
sync-upstream
软件开发工程师

Port the latest ShipAny Next template changes from the upstream repo (git@github.com:shipany-ai/shipany-next, main branch) into this TanStack Start repo, adapting framework-coupled code (next-intl→paraglide, app router→file routes) along the way. Use when the user asks to "update from upstream", "sync the template", "拉取上游更新", "更新模板", or wants the newest ShipAny features in shipany-tanstack.

2026-06-16