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

studio

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

skills مجمعة
12
Stars
388
محدث
2026-06-25
Forks
49
التغطية المهنية
4 فئات مهنية · 100% مصنفة
مستكشف المستودعات

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

slides
مطوّرو الويب

Create and edit presentation decks as single self-contained HTML files with a live, editable preview and print-to-PDF export. Use when the user wants slides, a deck, or a presentation.

2026-06-25
templating
مطوّرو البرمجيات

Render any text file (HTML, markdown, config, SQL, email) from a mustache template plus JSON data. Use when an output's shape is fixed ahead of time and only the values change.

2026-06-25
docx
موظفو المكاتب العامون

Read and extract text, tables, and structure from .docx Word documents. Use when the user uploads or references a Word file to read or summarize.

2026-06-25
pdf
موظفو المكاتب العامون

Read and extract text from .pdf files, page by page. Use when the user uploads or references a PDF to read or summarize.

2026-06-25
pptx
موظفو المكاتب العامون

Read and inspect existing .pptx PowerPoint files (text, speaker notes, slide images). Use only for reading uploaded PowerPoint files — to AUTHOR a deck use the slides skill instead.

2026-06-25
xlsx
موظفو المكاتب العامون

Read and extract cell data from .xlsx Excel spreadsheets as TSV. Use when the user uploads or references an Excel file to read or summarize.

2026-06-25
file-reading
موظفو المكاتب العامون

Route a file to the right reader by extension (pptx, docx, xlsx, pdf, and plain text). Use as the entry point when asked to read or summarize an uploaded file of unknown type.

2026-06-22
add-mcp-tools
مطوّرو البرمجيات

Guide for adding new MCP tools with consistent patterns for schemas, tool definitions, registry updates, and Better Auth integration

2026-06-03
review-plan
مطوّرو البرمجيات

Spawn parallel subagents to criticize implementation plans from multiple perspectives (duplication, correctness, security, performance, testing, architecture, scope), then improve the plan based on feedback. Use when reviewing a plan before implementation or when stress-testing a plan for gaps.

2026-06-03
review-pr
محللو ضمان جودة البرمجيات والمختبرون

Analyze the git diff between the current branch and main from multiple perspectives (duplication, correctness, security, performance, testing, architecture, scope) using parallel subagents, then produce a remediation plan for issues found. Use when reviewing branch changes before merge, after implementation, or when the user asks to critique or review current code changes.

2026-06-03
respond-to-pr-review
محللو ضمان جودة البرمجيات والمختبرون

Use when PR review comments need to be processed and responded to, when the user says "respond to review", "handle PR comments", "address review feedback", or after receiving code review on a pull request

2026-03-06
commit
مطوّرو البرمجيات

Prepare code for review by running quality checks, creating conventional commits, and opening pull requests. Use when the user wants to commit changes, create a PR, prepare for code review, or asks to commit their work.

2026-02-03