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

mrdulasolutions

عرض على مستوى المستودعات لـ 55 skills مجمعة عبر 9 مستودعات GitHub.

skills مجمعة
55
مستودعات
9
محدث
2026-06-26
نعرض هنا أهم 8 مستودعات؛ تستمر القائمة الكاملة أدناه.
مستكشف المستودعات

المستودعات و skills الممثلة

devlearn-analyze-website
مطوّرو البرمجيات

Teaches how a live webpage was built from a URL the user provides. Inspects HTML structure, CSS layout, typography, responsiveness, and JavaScript behavior; maps patterns to skills (html-css, javascript, react, next). Use when user pastes a link and asks how a site works, how it was made, reverse engineer a page, learn from a website, or recreate a layout. Voice triggers: "analyze this site", "how was this built", "break down this page", "teach me from this URL".

2026-05-24
devlearn-curriculum-router
متخصصو التدريب والتطوير

Maps the user's learning goal to an ordered DevLearn skill chain, suggested weekend project, and depth setting. Use when the user asks what to learn next, "I'm new where do I start", "I want a webpage/app/live site", or feels lost in the curriculum. Voice triggers: "what should I learn", "learning path".

2026-05-24
devlearn-onboard
مطوّرو البرمجيات

Guided 60-second DevLearn setup. Asks persona, goal, depth, and stack; writes DEVLEARN.md, initializes .devlearn/ artifacts, runs install reminder, and gives a copy-paste first prompt. Use when user says "set up devlearn", "help me get started learning", first time using DevLearn, or DEVLEARN.md is missing. Voice triggers: "onboard", "devlearn setup", "get started with devlearn".

2026-05-24
devlearn-teach-while-coding
مطوّرو البرمجيات

Ambient teaching layer for vibe coders and seasoned devs. After substantive changes, emits persona-aware lesson or decision blocks without blocking shipping. Use when user says "teach me while you work", "learn while I vibe", or when DEVLEARN.md exists with enabled true. Proactively apply after edit batches. Supports viber (What/Why/How) and seasoned (Decision/Alternatives/Risk) personas. Voice triggers: "teach me", "explain while you build", "explain like PR review".

2026-05-24
devlearn-apis
مطوّرو البرمجيات

Teaches APIs, REST, JSON, env vars, auth basics, and error handling while wiring real client-server or localStorage persistence. Use when the user wants to save data, fetch from a server, login, fix CORS, or curriculum routes here. Proactively suggest when adding fetch, routes, .env, or API handlers and DEVLEARN.md is enabled.

2026-05-24
devlearn-before-you-ship
مطوّرو البرمجيات

Pre-coding plain-English plan before large refactors or multi-file changes. Use when >5 files will change, architecture shifts, new dependencies, or user asks "what will you change before you do it". NOT the release checklist — use devlearn-pre-ship before merge/deploy. Pairs with devlearn-teach-while-coding when before_big_changes is true. Lifecycle: shared/ship-lifecycle.md. Voice triggers: "plan first", "before you refactor", "what are you about to change".

2026-05-24
devlearn-debugging
مطوّرو البرمجيات

Teaches debugging while fixing real errors: reproduce, read stack/console, trace root cause, minimal fix, verify. Use when user pastes an error, "it's broken", blank page, failed test, or unexpected behavior. Proactively suggest when console/stack trace appears and DEVLEARN.md is enabled. Pairs with devlearn-apis (CORS/404), devlearn-react/next (hooks), devlearn-security (auth failures). Voice triggers: "debug this", "why is it broken".

2026-05-24
devlearn-deploy
مطوّرو البرمجيات

Teaches deployment: build, hosting, environment on production, and what users actually hit when they open a URL. Use when the user wants to go live, share a link, set up CI, Docker, Vercel/Netlify/Fly, or curriculum routes here. Proactively suggest when adding deploy config and DEVLEARN.md is enabled.

2026-05-24
عرض أهم 8 من أصل 21 skills مجمعة في هذا المستودع.
box-mcp-check
مطوّرو البرمجيات

Verify the connected Box MCP server. Confirms whether the user is on Box's official remote MCP at mcp.box.com (recommended; required for Box AI tools) or a community/deprecated Box MCP. Reports OAuth scopes granted and tool coverage. Surfaces harness-specific setup steps (Hermes, OpenClaw, Codex, Cursor, custom) when Box OAuth needs manual configuration. Use when setting up box-memory for the first time, when AI tools fail with tool-not-found errors, when OAuth fails with 401 or no-auth symptoms, or when the user asks which Box MCP they are using.

2026-05-25
box-ai-agent
مطوّرو البرمجيات

Create, update, or invoke a persistent Box AI Studio agent for memory recall. The "memory librarian" agent has locked instructions ("answer only from the indexed workspace, cite file IDs, never speculate"). Enterprise Advanced only. Use when the user wants a fixed-behavior AI assistant over their memory workspace, with locked guardrails instead of ad-hoc prompts.

2026-05-24
box-ai-extract
مطوّرو البرمجيات

Extract structured metadata from a binary file in Box using Box AI Extract Structured. Replaces "couldn't parse this format" stubs in companions with OCR + schema-driven extraction for PDFs / TIFF / PNG / JPEG. Returns extracted fields with confidence scores and source-text citations. Use during companion generation or when the user explicitly wants metadata extracted from a file.

2026-05-24
box-ai-recall
مطوّرو البرمجيات

Semantic Q&A over box-memory contents using Box AI. Wraps the Box AI /ai/ask endpoint - multi-doc Q&A across up to 25 files (Business+) or Hub-indexed Q&A across up to 20,000 files (Enterprise Plus). Returns answers with citations. Use when the user asks an open-ended question, box-recall returns sparse results, or when the user wants fuzzy semantic search instead of exact match.

2026-05-24
box-companion
مطوّرو البرمجيات

Generate a paired companion markdown file for a binary in Box. The companion describes what the file is - summary, key facts, classification, related memories - pinned to a specific version via SHA256 hash. This is the no-chunking, no-embedding alternative to RAG. Use when the user uploads a binary and asks to remember what it is, describe a file, make a companion, or review a PDF/CAD/Office document.

2026-05-24
box-init
مطوّرو البرمجيات

Bootstrap a Box.com workspace for agent memory and file storage. Creates folder structure (or a Box Hub on Enterprise Plus), writes workspace config, detects tier and capabilities, defines the boxMemory metadata template (Business+) so Box AI Extract can target it. Use when the user wants to set up box-memory, initialize a workspace, or create a Box vault for the first time.

2026-05-24
box-recall
مطوّرو البرمجيات

Find memories in a box-memory workspace by ID, wikilink, slug, structured filters, or free-text. Bypasses Box's 10-minute search indexing lag by reading the per-folder index files. Use when the user asks "what do I know about X", "what did we decide", "find memories tagged Y", "recall", or "search my Box memory".

2026-05-24
box-team
مطوّرو البرمجيات

Add or manage a team subtree in a box-memory workspace. Creates team folders with their own memories, files, and index - and tracks teams in workspace config. Box folder ACLs are the real isolation boundary; this skill creates structure only. Use when the user wants to create a team, list teams, inspect a team's contents, find cross-team conflicts, or remove a team.

2026-05-24
عرض أهم 8 من أصل 12 skills مجمعة في هذا المستودع.
box-airgap-status
مطوّرو البرمجيات

Report the air-gap trust boundaries for the current session. Confirms Box Drive backend state, disk encryption posture, and identifies which LLM provider is handling agent prompts. Read-only. Use at the start of any sensitive workflow, or when an auditor asks what's closed vs open in the trust model.

2026-05-24
box-companion
مطوّرو البرمجيات

Generate a paired companion markdown file for a binary in the local Box Drive workspace. Describes the file contents, key facts, hash-anchored to the current SHA256 of the binary. No chunking, no embedding - the binary stays whole, the companion describes it. FS-only, no Box API. Use when the user references a binary file (PDF, CAD, image, Office doc) and asks to describe, remember, or review it.

2026-05-24
box-drive-detect
مطوّرو البرمجيات

Probe the local Box Drive desktop-app mount to confirm the air-gapped backend is ready. Checks the mount path exists, is writable, Box Drive process is running, and reports the linked Box account email. Use when the user wants to verify Box Drive is set up, before running box-init for the first time, or when another skill needs the mount path. Never falls back to the network.

2026-05-24
box-index-rebuild
مطوّرو البرمجيات

Rebuild a folder's _index.json (or the whole workspace's indexes) by walking the local Box Drive filesystem and re-reading every memory's frontmatter. Also resolves Box Drive .conflict files that arise when two clients write the same index, and detects stale companions whose binary changed. FS-only, no Box API.

2026-05-24
box-init
مطوّرو البرمجيات

Bootstrap a box-memory workspace on the local Box Drive mount. Creates folder structure, writes workspace config, seeds index files. FS-only - no Box API calls, no metadata template creation (the on-prem variant runs Personal-tier behavior; Business+ metadata templates are out of scope for air-gap mode). Use when the user wants to set up a Box-memory workspace under their local Box Drive folder.

2026-05-24
box-recall
مطوّرو البرمجيات

Find memories in a local box-memory workspace by ID, wikilink, slug, structured filters, or free text. Reads only from local _index.json files - no Box Search, no Metadata Query API, no network. Use when the user asks what do I know about X, what did we decide, find memories tagged Y, recall, or search my Box memory.

2026-05-24
box-status
مطوّرو البرمجيات

Report the local box-memory workspace state - Box Drive backend health, teams, memory counts by kind/status, recent activity, index health. Read-only. Use when the user asks what's in their workspace, wants a status report, asks if Box Drive is syncing, or wants a sanity check before a heavy operation.

2026-05-24
box-team
مطوّرو البرمجيات

Manage team subtrees in a local box-memory workspace. Create, list, inspect, find cross-team conflicts, or remove a team from config. Folder ACLs are configured in Box (web UI or admin) - this skill creates filesystem structure only and cannot set permissions. FS-only, no Box API.

2026-05-24
عرض أهم 8 من أصل 9 skills مجمعة في هذا المستودع.
عرض 9 من أصل 9 مستودعات
تم تحميل كل المستودعات