Skip to main content
Execute qualquer Skill no Manus
com um clique
mrdulasolutions
Perfil de criador do GitHub

mrdulasolutions

Visão por repositório de 55 skills coletadas em 9 repositórios do GitHub.

skills coletadas
55
repositórios
9
atualizado
2026-06-26
Os 8 principais repositórios são exibidos aqui; a lista completa continua abaixo.
explorador de repositórios

Repositórios e skills representativas

devlearn-analyze-website
Desenvolvedores de software

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
Especialistas em treinamento e desenvolvimento

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Mostrando as 8 principais de 21 skills coletadas neste repositório.
box-mcp-check
Desenvolvedores de software

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Mostrando as 8 principais de 12 skills coletadas neste repositório.
box-airgap-status
Desenvolvedores de software

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Mostrando as 8 principais de 9 skills coletadas neste repositório.
Mostrando 9 de 9 repositórios
Todos os repositórios foram exibidos