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

javiarmesto

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

skills مجمعة
83
مستودعات
6
محدث
2026-06-12
خريطة المستودعات

أين توجد skills

أهم المستودعات حسب عدد skills المجمعة، مع حصتها من كتالوج هذا المنشئ وانتشارها المهني.

مستكشف المستودعات

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

add-action
مطوّرو البرمجيات

Guide users through adding a new connector action to a Copilot Studio agent. Connector actions require UI-based connection setup, so this skill walks users through the Copilot Studio portal steps, then delegates to edit-action for YAML modifications.

2026-03-28
add-adaptive-card
مطوّرو البرمجيات

Generate and insert an Adaptive Card into a Copilot Studio topic using AdaptiveCardPrompt. Use when the user asks to add an adaptive card, rich card, form card, info card, confirmation card, or interactive card to a topic.

2026-03-28
add-generative-answers
مطوّرو البرمجيات

Add generative answer nodes (SearchAndSummarizeContent or AnswerQuestionWithAI) to a Copilot Studio topic. Use this instead of /add-node when the user asks to add grounded answers, knowledge search, generative answers, or AI-powered responses — these nodes require specific patterns (ConditionGroup follow-up, knowledge source references, autoSend, responseCaptureType) that /add-node does not cover.

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

Add a knowledge source (public website or SharePoint) to a Copilot Studio agent. Use when the user asks to add a knowledge source, documentation URL, website, or SharePoint site for the agent to search.

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

Add or modify a node in an existing Copilot Studio topic. Use when the user asks to add a question, message, condition, variable, or other node to a topic. Do NOT use this for generative answers or knowledge search — use /add-generative-answers instead.

2026-03-28
add-other-agents
مطوّرو البرمجيات

Add child agents, connected agents, or other multi-agent patterns to a Copilot Studio agent. Use when the user asks to create a sub-agent, child agent, connected agent, or call another agent.

2026-03-28
bc-action-templates
محللو أبحاث السوق ومتخصصو التسويق

Pre-built TaskDialog templates for common Business Central MCP operations. Provides ready-to-use action YAML files for customer balance, overdue invoices, payment creation, sales orders, incident creation, and item availability.

2026-03-28
bc-agent-blueprints
مطوّرو البرمجيات

Complete agent blueprints for typical Business Central scenarios — ready-to-implement specifications that combine all BC Extension Pack skills (MCP setup, instructions, actions, topics) into end-to-end agent definitions. Covers collections, sales assistant, and customer support agents.

2026-03-28
عرض أهم 8 من أصل 40 skills مجمعة في هذا المستودع.
skill-extension-manifest
مطوّرو البرمجيات

Generates a handoff manifest at the end of the ALDC pipeline, enabling CIRCE and/or DELFOS to consume the extension's published surface without sharing a workspace. Activates after the Conductor pipeline completes successfully.

2026-06-12
skill-manifest
مطوّرو البرمجيات

Generates a handoff manifest at the end of the ALDC pipeline so CIRCE and DELFOS can consume the extension's published surface without sharing a workspace. Use when the Conductor pipeline has completed successfully (extension compiles, all tests pass, all HITL gates cleared) and you need to emit the extension manifest from al-spec.md and the compiled .al objects.

2026-06-12
skill-api
مطوّرو البرمجيات

AL API development patterns for Business Central. Use when creating OData/REST API pages, HttpClient integrations, webhook implementations, or any external system integration via API.

2026-06-10
skill-copilot
مطوّرو البرمجيات

AL Copilot capability development for Business Central. Use when implementing PromptDialog pages, AI generation features, or integrating with the Copilot toolkit.

2026-06-10
skill-debug
مطوّرو البرمجيات

AL debugging and diagnostics for Business Central. Use when performing snapshot debugging, CPU profiling, analyzing telemetry, or troubleshooting runtime issues.

2026-06-10
skill-events
مطوّرو البرمجيات

AL event-driven architecture for Business Central. Use when creating EventSubscribers, IntegrationEvents, BusinessEvents, or implementing publisher/subscriber patterns in extensions.

2026-06-10
skill-migrate
مطوّرو البرمجيات

AL version migration for Business Central. Use when upgrading extensions between BC versions, handling breaking changes, or implementing rollback strategies.

2026-06-10
skill-pages
مطوّرو البرمجيات

AL page design patterns for Business Central. Use when creating Card, List, ListPart, Document pages, implementing page extensions, or designing UX layouts.

2026-06-10
عرض أهم 8 من أصل 31 skills مجمعة في هذا المستودع.
github-scaffold
مطوّرو البرمجيات

Seeds the ALDC project setup that apm install does not deploy (Copilot entrypoint, aldc.yaml, plans/memory.md, tools/). Use when initializing a new Business Central project with ALDC, right after apm install, on any OS including Claude Code.

2026-06-10
skill-manifest
مطوّرو البرمجيات

Generates a handoff manifest at the end of the ALDC pipeline so CIRCE and DELFOS can consume the extension's published surface without sharing a workspace. Use when the Conductor pipeline has completed successfully (extension compiles, all tests pass, all HITL gates cleared) and you need to emit the extension manifest from al-spec.md and the compiled .al objects.

2026-06-08
skill-sdd-contracts
المهن الحاسوبية الأخرى

Spec-Driven Development (SDD) contract templates for the ALDC framework. Use when an ALDC agent or workflow needs the canonical document template for an architecture doc, spec, test plan, planning findings, code review render, BCQuality task-context, phase/plan completion report, delivery note, or memory file. Loads the immutable template from assets/ on demand. Never edit a template in place — copy it to the target path and fill it.

2026-06-06
skill-testing
محللو ضمان جودة البرمجيات والمختبرون

AL test development patterns for Business Central. Use when creating test codeunits, writing Given/When/Then test procedures, using Library Assert, configuring test projects, or implementing TDD workflows.

2026-06-06
skill-diagnostics
محللو ضمان جودة البرمجيات والمختبرون

Perform a static audit of an AL workspace for Business Central against the project's copilot-instructions.md contract. Reports findings by class (Compliance, Code quality, Test coverage, Permissions) and severity (Blocker, Major, Minor, Nit) with file:line citations. Never modifies code. Never invents rules. Use when asked to audit a workspace, run a compliance check, review before PR, or diagnose contract drift.

2026-04-26
bc-attachments-generator
مطوّرو البرمجيات

Implements standard document attachments, links, and notes on custom Business Central tables. Creates setup fields for visibility control, extends Attachment Document Type enum, generates event subscribers (OnBeforeDrillDown, OnAfterOpenForRecRef, OnAfterInitFieldsFromRecRef) in attachment management codeunit, adds table lifecycle triggers for orphan prevention on delete/rename, and extends card and list pages with both legacy and modern factboxes. Handles SubPageLink configuration, control ID mapping for Links (Control1900383207) and Notes (Control1905767507) factboxes. Use when adding attachments to custom tables, implementing document management, enabling factboxes for documents, creating attachment integration on entities, adding links and notes to records, or preventing orphan attachment records on table operations.

2026-04-26
skill-test-project-layout
مطوّرو البرمجيات

AL App/Test project layout diagnosis for Business Central. Use when the main app compiles test sources, AL0297 appears on test object IDs, Library Assert or Library - Sales is missing, test/app.json is not recognized, or a multi-root workspace with app and test projects needs diagnosis.

2026-04-26
عرض 6 من أصل 6 مستودعات
تم تحميل كل المستودعات