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

OfficePlane

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

skills مجمعة
60
Stars
3
محدث
2026-06-11
Forks
1
التغطية المهنية
18 فئات مهنية · 100% مصنفة
مستكشف المستودعات

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

generate-docx
مطوّرو البرمجيات

Generate a Word document from ingested source documents using the agnostic Document tree (CommonMark/Pandoc-aligned)

2026-06-11
generate-from-collection
مطوّرو البرمجيات

Generate a single Document (Word/PowerPoint) from all source documents in a collection, with attributions back to each source

2026-06-11
generate-pdf
مطوّرو البرمجيات

Generate a PDF from ingested source documents using the agnostic Document tree

2026-06-11
generate-pptx
مطوّرو البرمجيات

Generate a PowerPoint deck from ingested source documents using the agnostic Document tree (parametrised by slide_count, style, audience, tone)

2026-06-11
generate-xlsx
مطوّرو البرمجيات

Generate an Excel workbook (.xlsx) from ingested source documents — tabular with charts, formulas, KPI cells

2026-06-11
detect-pii
محللو أمن المعلومات

Find PII (emails, phones, SSN, credit cards, IBANs, names, addresses, DOB) in an ingested document; return redaction plan

2026-05-11
populate-xlsx-from-source
مشغلو إدخال البيانات

Extract tabular data from one or more source documents and populate a saved xlsx template — composes extract-tabular-data + xlsx-template-apply

2026-05-11
extract-tabular-data
مشغلو إدخال البيانات

Walk an ingested document's pages and extract every detected table into a canonical {name, headers, rows} structure with source attributions

2026-05-11
xlsx-template-apply
موظفو مسك الدفاتر والمحاسبة والمراجعة

Apply a saved xlsx template with new data — fills each table by name, renders .xlsx

2026-05-11
xlsx-template-save
موظفو مسك الدفاتر والمحاسبة والمراجعة

Save a generated workbook's shape (headers, formats, charts, KPIs) as a reusable template — strips data rows

2026-05-11
analyze-xlsx
موظفو مسك الدفاتر والمحاسبة والمراجعة

Analyze an ingested .xlsx document for formula errors, suspected typos, outliers, missing totals, and dead references

2026-05-11
rewrite-node
الكتّاب التقنيون

Rewrite a single node in a generated document using DeepSeek, given a user instruction and surrounding context. Does NOT mutate the document — caller applies the new node via document-edit replace.

2026-05-11
citation-validator
مدقّقو النصوص ومحرّروها

Validate that each attribution in a generated document is actually supported by the cited source span; flag unsupported claims

2026-05-11
document-edit
عمال معالجة النصوص والطباعة

Apply insert/replace/delete operations to a workspace document.json by node_id

2026-05-11
auto-categorize
موظفو الملفات

Suggest which existing Collection an ingested document belongs to, and propose a new Collection name if none fit

2026-05-11
vector-search
موظفو الملفات

Semantic search across ingested documents. Returns top-k passages.

2026-05-11
coding
مديرو الشبكات وأنظمة الحاسوب

Linux environment reference — pre-installed tools (LibreOffice, Chromium, Node.js, pptxgenjs, python-pptx, matplotlib), useful commands, and packaging workflow.

2026-05-10
course-document
منسّقو التدريس

Block-based course content generation — schema v1.0 (modules → lessons → blocks). Use when writing course_content.json with text/title/table/image blocks grouped by lesson.

2026-05-10
frontend-design
مطوّرو الويب

Create distinctive HTML slide presentations with reveal.js. Custom themes, Google Fonts, Playwright screenshots for verification.

2026-05-10
image-generation
الفنانون التشكيليون بمن فيهم الرسامون والنحاتون والرسامون التوضيحيون

Generate educational illustrations via Google Gemini. Use the pre-installed /app/scripts/generate_image.py — never draw with matplotlib or PIL.ImageDraw for illustrations.

2026-05-10
presentation-design
أمناء سر المدراء والمساعدون الإداريون التنفيذيون

Create polished PPTX presentations with pptxgenjs. Includes color palettes, typography rules, layout patterns, QA workflow, and rendering commands.

2026-05-10
audit-query
المحاسبون والمراجعون

Read-only query over the ExecutionHistory table with structured filters.

2026-05-10
collection-manage
موظفو الملفات

Create folders, move documents between folders, and manage ACL inheritance.

2026-05-10
document-classify
موظفو الملفات

Apply a taxonomy label, sensitivity, and retention bucket to a document.

2026-05-10
document-export
السكرتيرون والمساعدون الإداريون (باستثناء القانوني والطبي والتنفيذي)

Render a document to a requested output format and return a download path.

2026-05-10
document-extract
موظفو الملفات

Extract structured fields from a document using a caller-supplied JSON schema.

2026-05-10
document-ingest
موظفو الملفات

Upload, vision-parse, and persist a document with multi-level summaries.

2026-05-10
document-redact
موظفو الملفات

Strip PII and sensitive entities from a document and store a redacted derivative.

2026-05-10
document-relate
موظفو الملفات

Create or query directed relations between documents as graph edges.

2026-05-10
document-search
موظفو الملفات

Hybrid vector + full-text search across the document store with hierarchical context.

2026-05-10
document-summarize
موظفو المراسلات

Generate or refresh document, chapter, and section summaries top-down.

2026-05-10
document-version
موظفو الملفات

Create a new document version, diff against the prior version, or roll back to a previous version.

2026-05-10
document-workflow
السكرتيرون والمساعدون الإداريون (باستثناء القانوني والطبي والتنفيذي)

Drive an approval or sign-off state machine on a document through defined workflow actions.

2026-05-10
example
موظفو المكاتب العامون

Test fixture skill — do not invoke in production

2026-05-10
ddd-architect
مطوّرو البرمجيات

Design and build Python systems using Domain-Driven Design (DDD), Clean Architecture, and SOLID principles. Uses FastAPI and SQLAlchemy.

2026-03-28
dev-loop
مطوّرو البرمجيات

The full develop-validate-test-review-improve loop. Use as the primary workflow after implementing any feature or fix.

2026-03-28
entropy-sweep
مطوّرو البرمجيات

Run an entropy sweep to detect and fix code drift — duplication, naming inconsistencies, dead code, pattern divergence, file bloat, and doc content staleness. Use weekly or after major features.

2026-03-28
fsd-architect
مطوّرو البرمجيات

Design and structure React applications using Feature-Sliced Design (FSD). Enforces strict unidirectional data flow, layer isolation, and business-value slicing.

2026-03-28
harness
مطوّرو البرمجيات

Improve and maintain the agent harness — hooks, checks, skills, agents, contracts, enforcement architecture. Use when adding rules, fixing enforcement gaps, or auditing harness compliance.

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

Run all 5 specialized reviewers on recent changes and aggregate results.

2026-03-28
عرض أهم 40 من أصل 60 skills مجمعة في هذا المستودع.