Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

WAVE

يحتوي WAVE على 12 من skills المجمعة من emilyLi2020، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
12
Stars
2
محدث
2026-05-18
Forks
0
التغطية المهنية
6 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

issue-plan-observer
محللو ضمان جودة البرمجيات والمختبرون

Impartially reviews GitHub issues and implementation plans, compares the plan against repository evidence, and surfaces neutral risks, mismatches, hidden dependencies, test gaps, and practical suggestions. Use when the user asks to look at an issue, review a plan, act as an impartial observer, provide observations or insights, or add those observations as a GitHub issue comment.

2026-05-18
blog-writer
محللو أبحاث السوق ومتخصصو التسويق

Write new blog posts using the rich content block system. Handles topic ideation, SEO metadata, content structuring with visual components (callouts, stats, step lists, checklists, code snippets, quotes, pro/con tables, link cards), and integration into the blog data file. Use when adding a new blog post to the site.

2026-04-17
domain-to-spec
محللو أنظمة الحاسوب

Turns domain expertise into a technical specification AND writes AGENTS.md + PRD.md to the repo root. Run this FIRST, before any other scaffold skill. Takes your profession and desired outcome, lists constraints, identifies error-prone steps, proposes the simplest buildable flow, and commits the result as AGENTS.md and PRD.md so every other skill can read it. Use at the very start of a new project.

2026-04-17
quickstart
مطوّرو البرمجيات

One-shot project bootstrapper. Runs domain-to-spec, scaffold-frontend, and (if needed) scaffold-backend sequentially, with user confirmation between steps. Produces AGENTS.md, PRD.md, a Next.js app in clients/, and optionally a FastAPI app in server/. Use when starting a brand new project and the user wants the full stack in one go.

2026-04-17
scaffold-backend
مطوّرو البرمجيات

PRD-driven backend scaffold. Reads AGENTS.md and PRD.md from the repo root and creates a FastAPI app inside server/ with optional Supabase integration and one stub route per entry listed under PRD.md > Backend Routes. Refuses to run if AGENTS.md and PRD.md do not exist, or if PRD.md says Backend Needed? = No. Run AFTER scaffold-frontend.

2026-04-17
scaffold-frontend
مطوّرو الويب

PRD-driven frontend scaffold. Reads AGENTS.md and PRD.md from the repo root and creates a Next.js + TypeScript + Tailwind app inside clients/ with pages, navigation, and placeholder components that match the PRD. Refuses to run if AGENTS.md and PRD.md do not exist. Run this AFTER domain-to-spec.

2026-04-17
v0-prompt-crafter
مصممو واجهات الويب والرقمية

Turn a PRD or product description into a production-grade Vercel v0 prompt. Researches industry conventions, picks a bold aesthetic direction, selects fancy UI libraries (shadcn/ui, Aceternity UI, Magic UI, Motion), and assembles a specific, high-signal prompt using v0's product-surface + context-of-use + constraints framework. Use when the user wants to generate a website or app UI with Vercel v0.

2026-04-17
bugfix-doctor
محللو ضمان جودة البرمجيات والمختبرون

Systematic bug-fixing workflow for non-coders. Walks through reproduce, isolate, fix, test, and verify. Explains all errors in plain English. Use when something is broken and the user does not understand why.

2026-04-15
demo-prep
محللو أبحاث السوق ومتخصصو التسويق

Produces a step-by-step live demo script for hackathon presentations. Covers the problem, the app walkthrough, and the outcome. Includes a backup plan. Use before presenting at a hackathon or demo day.

2026-04-15
feature-builder
مطوّرو البرمجيات

Structured workflow for implementing a new feature when you have no coding experience. Returns a plan, files list, commands, manual test steps, and rollback plan. Use when the user wants to add a feature to their project.

2026-04-15
non-coder-mode
مطوّرو البرمجيات

Core guardrails for non-coders using Cursor or Claude Code. Tells the AI to explain everything in plain English, break tasks into small steps, never assume coding knowledge, and include safety rails. Use when working with someone who has zero programming experience.

2026-04-15
scaffold-app
مطوّرو البرمجيات

Creates a new application from scratch with one working route and one visible page. Solves the blank canvas problem for non-coders. Use when starting a brand new project and the user does not know where to begin.

2026-04-15