# fernandoartalf

> Open-source publisher. Listings imported from github.com/fernandoartalf — credited to the original author with their license.

- **Listings:** 35
- **Total installs:** 0
- **Profile:** https://agentstack.voostack.com/s/fernandoartalf
- **Website:** https://github.com/fernandoartalf

## Published listings

- [Bc Agent Instructions Debugger](https://agentstack.voostack.com/l/skill-fernandoartalf-al-copilot-skills-collection-bc-agent-instructions-debugger) — Skill · Free · security-reviewed — `agentstack add skill-fernandoartalf-al-copilot-skills-collection-bc-agent-instructions-debugger`
  Audits and diagnoses Business Central agent instruction files (InstructionsV1.txt or InstructionsV2.txt) to identify why an agent is not behaving as expected, and produces a structured diagnosis report plus a corrected version of the instructions. Covers pre-publication review (catch issues before deploying) and post-deployment debugging (diagnose a live agent that is failing). Analyzes instructi…
- [Bc Job Queue](https://agentstack.voostack.com/l/skill-fernandoartalf-al-copilot-skills-collection-bc-job-queue) — Skill · Free · security-reviewed — `agentstack add skill-fernandoartalf-al-copilot-skills-collection-bc-job-queue`
  >
- [Bc Dataverse Entity Generator](https://agentstack.voostack.com/l/skill-fernandoartalf-al-copilot-skills-collection-bc-dataverse-entity-generator) — Skill · Free · security-reviewed — `agentstack add skill-fernandoartalf-al-copilot-skills-collection-bc-dataverse-entity-generator`
  Generates AL CDS integration table objects from Dataverse entities using ALTPGen with PowerShell automation scripts. REQUIRES terminal tools. Automatically determines next available table ID, EXECUTES the generation script via terminal, monitors for errors (especially ALTPGen path issues), auto-fixes configuration problems, handles post-generation file organization to src/Table/ with BCS prefix n…
- [Documentation Bc Ccn Generator](https://agentstack.voostack.com/l/skill-fernandoartalf-al-copilot-skills-collection-documentation-bc-ccn-generator) — Skill · Free · security-reviewed — `agentstack add skill-fernandoartalf-al-copilot-skills-collection-documentation-bc-ccn-generator`
  >-
- [Bc Pricing Refactor](https://agentstack.voostack.com/l/skill-fernandoartalf-al-copilot-skills-collection-bc-pricing-refactor) — Skill · Free · security-reviewed — `agentstack add skill-fernandoartalf-al-copilot-skills-collection-bc-pricing-refactor`
  >
- [Bc Upgrade Codeunit Generator](https://agentstack.voostack.com/l/skill-fernandoartalf-al-copilot-skills-collection-bc-upgrade-codeunit-generator) — Skill · Free · security-reviewed — `agentstack add skill-fernandoartalf-al-copilot-skills-collection-bc-upgrade-codeunit-generator`
  Generates upgrade codeunits (Subtype = Upgrade) for Business Central extensions that run data migration code when upgrading to a new version. Creates codeunits with OnUpgradePerCompany and OnUpgradePerDatabase triggers, precondition checks via OnCheckPreconditionsPerCompany and OnCheckPreconditionsPerDatabase, post-upgrade validation via OnValidateUpgradePerCompany and OnValidateUpgradePerDatabas…
- [Bc Setup Table Generator](https://agentstack.voostack.com/l/skill-fernandoartalf-al-copilot-skills-collection-bc-setup-table-generator) — Skill · Free · security-reviewed — `agentstack add skill-fernandoartalf-al-copilot-skills-collection-bc-setup-table-generator`
  Generates setup table and page objects for Business Central following singleton pattern. Creates setup tables with single-record pattern, primary key field, setup page with auto-initialization on OnOpenPage, GetRecordOnce codeunit helper for performance, and common setup field patterns (Enable/Disable toggles, Default values, Number Series references, Path fields, User IDs). Handles DrillDownPage…
- [Documentation Bc Technical Spec Generator](https://agentstack.voostack.com/l/skill-fernandoartalf-al-copilot-skills-collection-documentation-bc-technical-spec-generator) — Skill · Free · security-reviewed — `agentstack add skill-fernandoartalf-al-copilot-skills-collection-documentation-bc-technical-spec-generator`
  Create well-structured Business Central technical specifications in the `openspec/specs/` folder from approved user stories, following the SPEC-001 template structure. Decomposes an approved user story into a complete technical design with architecture overview, AL object inventory (tables, enums, pages, page extensions, codeunits, permission sets) with allocated IDs from the workspace `app.json`…
- [Bc Cds Page Generator](https://agentstack.voostack.com/l/skill-fernandoartalf-al-copilot-skills-collection-bc-cds-page-generator) — Skill · Free · security-reviewed — `agentstack add skill-fernandoartalf-al-copilot-skills-collection-bc-cds-page-generator`
  Automatically generate AL list page objects for CDS (Dataverse) tables with standard CRM integration patterns. Creates list pages with proper field layouts, CRM integration actions, coupling procedures, and initialization triggers. Use when user requests to create, generate, or build a list page for a CDS/Dataverse table, or mentions creating UI for Dataverse entities. Trigger phrases include "cr…
- [Bc Api Page Generator](https://agentstack.voostack.com/l/skill-fernandoartalf-al-copilot-skills-collection-bc-api-page-generator) — Skill · Free · security-reviewed — `agentstack add skill-fernandoartalf-al-copilot-skills-collection-bc-api-page-generator`
  Generates RESTful API page objects for Business Central following API v2.0 and OData best practices. Creates API pages with proper field mappings, navigation properties, custom actions, validation, and permission sets. Generates both simple single-table pages and header-lines patterns. Use when asked to create an API page, generate an API endpoint, build a REST API, expose a table via API, or imp…
- [Bc Api Query Generator](https://agentstack.voostack.com/l/skill-fernandoartalf-al-copilot-skills-collection-bc-api-query-generator) — Skill · Free · security-reviewed — `agentstack add skill-fernandoartalf-al-copilot-skills-collection-bc-api-query-generator`
  Generates API query objects for Business Central that expose data via OData/REST endpoints using the QueryType = API pattern. Creates queries with single or multiple dataitems (table joins), proper API properties, column mappings, aggregation methods (Sum, Count, Average, Min, Max), filters, DataItemLink joins (InnerJoin, LeftOuterJoin, CrossJoin), and DataItemTableFilter. Supports multi-version…
- [Documentation Bc Phase Plan Generator](https://agentstack.voostack.com/l/skill-fernandoartalf-al-copilot-skills-collection-documentation-bc-phase-plan-generator) — Skill · Free · security-reviewed — `agentstack add skill-fernandoartalf-al-copilot-skills-collection-documentation-bc-phase-plan-generator`
  Create the full set of per-phase implementation plan files in the `openspec/plans/` folder from an approved Business Central technical spec, following the PLAN-PHASE template structure. For each phase listed in the spec's §8 Phase Overview, generates one `SPEC-NNN-phase-<N>-<phase-name>.plan.md` file with frontmatter (id, title, version, spec, user_story, ccn, phase, status, estimated_hours, bran…
- [Bc Telemetry Generator](https://agentstack.voostack.com/l/skill-fernandoartalf-al-copilot-skills-collection-bc-telemetry-generator) — Skill · Free · security-reviewed — `agentstack add skill-fernandoartalf-al-copilot-skills-collection-bc-telemetry-generator`
  Instruments Business Central AL codeunits with Application Insights telemetry using the System Application Telemetry codeunit. Analyzes an existing codeunit supplied by the user, generates a dedicated Feature Usage Telemetry codeunit (or extends an existing one) with helper procedures for LogStart/LogEnd with automatic duration, LogError with call stack, LogFeatureUsage, and LogPerformanceWarning…
- [Skill Contribution Assistant](https://agentstack.voostack.com/l/skill-fernandoartalf-al-copilot-skills-collection-skill-contribution-assistant) — Skill · Free · security-reviewed — `agentstack add skill-fernandoartalf-al-copilot-skills-collection-skill-contribution-assistant`
  Guides contributors to design, polish, and submit high-quality skills for AL Copilot Skill Collection. Use when creating a new community skill, improving a draft skill, or evaluating whether a user request can become a reusable skill. Includes non-intrusive opportunity detection and mandatory onboarding questions once the author confirms they want to build the skill.
- [Bc Setup Wizard Generator](https://agentstack.voostack.com/l/skill-fernandoartalf-al-copilot-skills-collection-bc-setup-wizard-generator) — Skill · Free · security-reviewed — `agentstack add skill-fernandoartalf-al-copilot-skills-collection-bc-setup-wizard-generator`
  Generates assisted setup wizard pages for Business Central setup tables following Guided Experience patterns. Creates NavigatePage with step-based navigation using visibility controls, banner images (WIP/Finished from Media Repository), temporary source table, footer actions (Back/Next/Finish with InFooterBar), OnOpenPage trigger (InitRecord, EnableControls, LoadSetupBanner), OnQueryClosePage tri…
- [Bc Test Codeunit Generator](https://agentstack.voostack.com/l/skill-fernandoartalf-al-copilot-skills-collection-bc-test-codeunit-generator) — Skill · Free · security-reviewed — `agentstack add skill-fernandoartalf-al-copilot-skills-collection-bc-test-codeunit-generator`
  Generates test codeunits (Subtype = Test) for Business Central extensions that verify existing module functionality including page navigation, codeunit logic, setup validation, and data operations. Creates test codeunits with [Test] attribute methods following Given/When/Then naming, handler methods ([MessageHandler], [ConfirmHandler], [PageHandler], [ModalPageHandler], [HyperlinkHandler], [SendN…
- [Bc Dataverse Mapping Generator](https://agentstack.voostack.com/l/skill-fernandoartalf-al-copilot-skills-collection-bc-dataverse-mapping-generator) — Skill · Free · security-reviewed — `agentstack add skill-fernandoartalf-al-copilot-skills-collection-bc-dataverse-mapping-generator`
  Generates AL event subscriber code for Dataverse/CDS integration table and field mappings in Business Central. Creates all required event subscribers in the BCS Dataverse Events codeunit and lookup procedures in BCS Dataverse Support Funct. codeunit. Handles TWO distinct scenarios — (1) NEW CUSTOM entities (bcs_ prefix, custom BC table paired with CDS table, requiring full mapping with OnGetCDSTa…
- [Documentation Bc Architecture Generator](https://agentstack.voostack.com/l/skill-fernandoartalf-al-copilot-skills-collection-documentation-bc-architecture-generator) — Skill · Free · security-reviewed — `agentstack add skill-fernandoartalf-al-copilot-skills-collection-documentation-bc-architecture-generator`
  Create well-structured Business Central architecture documents in the `openspec/architecture/` folder as the long-lived companion to an existing approved technical spec, following the ARCH-001 template structure. Captures business and technical context, architectural drivers traced back to user-story ACs, numbered Architecture Decision Records (ADR-N) with Context/Decision/Consequence/Alternative…
- [Bc Manifest Handoff Generator](https://agentstack.voostack.com/l/skill-fernandoartalf-al-copilot-skills-collection-bc-manifest-handoff-generator) — Skill · Free · security-reviewed — `agentstack add skill-fernandoartalf-al-copilot-skills-collection-bc-manifest-handoff-generator`
  Generates a handoff manifest at the end of the ALDC pipeline so that CIRCE and/or DELFOS can consume the extension's published surface without sharing a workspace. Creates a single markdown manifest containing MCP connection context for CIRCE, published API pages and queries for DELFOS, data structure details, and star schema hints. Use when the conductor pipeline is complete, all tests pass, and…
- [Bc Install Codeunit Generator](https://agentstack.voostack.com/l/skill-fernandoartalf-al-copilot-skills-collection-bc-install-codeunit-generator) — Skill · Free · security-reviewed — `agentstack add skill-fernandoartalf-al-copilot-skills-collection-bc-install-codeunit-generator`
  Generates install codeunits (Subtype = Install) for Business Central extensions that run code during first install or reinstall. Creates codeunits with OnInstallAppPerCompany and OnInstallAppPerDatabase triggers, fresh install vs reinstall detection using ModuleInfo.DataVersion, initial data seeding (setup records, default configuration, permission assignments), precondition checks, telemetry log…
- [Documentation Bc Md To Docx Converter](https://agentstack.voostack.com/l/skill-fernandoartalf-al-copilot-skills-collection-documentation-bc-md-to-docx-converter) — Skill · Free · security-reviewed — `agentstack add skill-fernandoartalf-al-copilot-skills-collection-documentation-bc-md-to-docx-converter`
  >-
- [Bc Field Propagation](https://agentstack.voostack.com/l/skill-fernandoartalf-al-copilot-skills-collection-bc-field-propagation) — Skill · Free · security-reviewed — `agentstack add skill-fernandoartalf-al-copilot-skills-collection-bc-field-propagation`
  Propagates custom fields from source documents and journal lines to posted documents, archived documents, and ledger entries in Business Central. Selects between Pattern A (TransferFields — zero code, same Field ID on all TableExts) or Pattern B (EventSubscriber with dedicated codeunit per module) based on whether the posting codeunit uses TransferFields. Use when asked to add a field to Sales/Pu…
- [Bc Al Project Context](https://agentstack.voostack.com/l/skill-fernandoartalf-al-copilot-skills-collection-bc-al-project-context) — Skill · Free · security-reviewed — `agentstack add skill-fernandoartalf-al-copilot-skills-collection-bc-al-project-context`
  Maintains persistent project context for Business Central AL extensions across sessions, developers, and AI agents. Combines two complementary mechanisms: Architecture Decision Records (ADRs) that capture why technical decisions were made, and Session Handoff documents that capture where the project is right now. Generates, updates, and queries both document types. Use this skill whenever startin…
- [Bc Isolated Storage Generator](https://agentstack.voostack.com/l/skill-fernandoartalf-al-copilot-skills-collection-bc-isolated-storage-generator) — Skill · Free · security-reviewed — `agentstack add skill-fernandoartalf-al-copilot-skills-collection-bc-isolated-storage-generator`
  >-
- [Onprem Remote Deploy](https://agentstack.voostack.com/l/skill-fernandoartalf-al-copilot-skills-collection-onprem-remote-deploy) — Skill · Free · security-reviewed — `agentstack add skill-fernandoartalf-al-copilot-skills-collection-onprem-remote-deploy`
  AL app deployment to remote Business Central OnPrem servers. Use when deploying .app files from VS Code to a BC server via WinRM, SSH, SMB, or RDP tsclient-pull when network access is restricted.
- [Bc Approval Workflow Generator](https://agentstack.voostack.com/l/skill-fernandoartalf-al-copilot-skills-collection-bc-approval-workflow-generator) — Skill · Free · security-reviewed — `agentstack add skill-fernandoartalf-al-copilot-skills-collection-bc-approval-workflow-generator`
  >-
- [Bc Attachments Generator](https://agentstack.voostack.com/l/skill-fernandoartalf-al-copilot-skills-collection-bc-attachments-generator) — Skill · Free · security-reviewed — `agentstack add skill-fernandoartalf-al-copilot-skills-collection-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 (OnAfterGetRecRefFail, OnAfterOpenForRecRef, OnAfterInitFieldsFromRecRef) in attachment management codeunit, adds table lifecycle triggers for orphan prevention on delete/rename, and extends ca…
- [Bc Reports](https://agentstack.voostack.com/l/skill-fernandoartalf-al-copilot-skills-collection-bc-reports) — Skill · Free · security-reviewed — `agentstack add skill-fernandoartalf-al-copilot-skills-collection-bc-reports`
  Standards and guardrails for authoring Business Central reports in AL and RDLC. Use when creating or modifying Report objects (.Report.al), RDLC layouts (.rdlc/.rdl), or request pages. Covers AL report structure, DataItem hierarchy, RDLC layout sizing, SetData/GetData index management, body width validation, and rendering best practices.
- [Documentation Bc Analysis Generator](https://agentstack.voostack.com/l/skill-fernandoartalf-al-copilot-skills-collection-documentation-bc-analysis-generator) — Skill · Free · security-reviewed — `agentstack add skill-fernandoartalf-al-copilot-skills-collection-documentation-bc-analysis-generator`
  Create well-structured Business Central feasibility analysis documents in the `openspec/analysis/` folder as the AL Analyst's working artefact backing a CCN, following the ANALYSIS-001 template structure. Captures references to the source user story / spec / CCN, change summary, scope & impact (objects added/modified, LoC, ID range usage), phased time estimate (Optimistic / Expected / Pessimistic…
- [Documentation Bc User Story Generator](https://agentstack.voostack.com/l/skill-fernandoartalf-al-copilot-skills-collection-documentation-bc-user-story-generator) — Skill · Free · security-reviewed — `agentstack add skill-fernandoartalf-al-copilot-skills-collection-documentation-bc-user-story-generator`
  Create well-structured Business Central user stories in the `openspec/user-stories/` folder following the US-001 template structure. Drives a grouped interview to capture role, business context, pain points, current standard BC behavior (verified via Microsoft Learn), acceptance criteria, out-of-scope items, and open questions, then writes the file as `US-NNN-kebab-title.userstory.md` with frontm…
- [Bc Al Code Reviewer](https://agentstack.voostack.com/l/skill-fernandoartalf-al-copilot-skills-collection-bc-al-code-reviewer) — Skill · Free · security-reviewed — `agentstack add skill-fernandoartalf-al-copilot-skills-collection-bc-al-code-reviewer`
  Reviews Business Central AL extension code against a prioritized convention stack: AppSource validation requirements, CodeCop/PerTenantExtensionCop analyzer rules, alguidelines.dev community standards, and al-copilot-skills catalogue patterns. Audits five categories that the AL compiler does not catch: naming and structure, performance anti-patterns, extensibility contract, SaaS readiness, and Ap…
- [Bc Al Bug Fix](https://agentstack.voostack.com/l/skill-fernandoartalf-al-copilot-skills-collection-bc-al-bug-fix) — Skill · Free · security-reviewed — `agentstack add skill-fernandoartalf-al-copilot-skills-collection-bc-al-bug-fix`
  Diagnoses and fixes bugs in Business Central AL extensions following a structured investigation workflow. Covers the full fix cycle: symptom triage, root cause identification, minimal targeted fix, and regression test. Maps BC-specific symptoms to their most likely root causes before touching code — including FlowField miscalculation, SetLoadFields data truncation, event subscriber ordering, trig…
- [Bc Business Events Generator](https://agentstack.voostack.com/l/skill-fernandoartalf-al-copilot-skills-collection-bc-business-events-generator) — Skill · Free · security-reviewed — `agentstack add skill-fernandoartalf-al-copilot-skills-collection-bc-business-events-generator`
  Implements external business events for Business Central enabling Power Automate and external system integrations. Creates EventCategory enum extensions with custom categories, business events codeunit with ExternalBusinessEvent attribute procedures (eventName, displayName, description, category parameters), event subscriber procedures listening to IntegrationEvent publishers, and IntegrationEven…
- [Documentation Bc Release Note Generator](https://agentstack.voostack.com/l/skill-fernandoartalf-al-copilot-skills-collection-documentation-bc-release-note-generator) — Skill · Free · security-reviewed — `agentstack add skill-fernandoartalf-al-copilot-skills-collection-documentation-bc-release-note-generator`
  Create well-structured Business Central release notes in the `docs/releasenotesmd/` folder from an approved spec, change-control note (CCN), or set of merged AL changes. Produces a single markdown release note with frontmatter (id, title, version, status, clientName, ccnNumber, issueNumber, releaseDate, releasedBy, module, createdDate, approvedDate), a fixed set of sections (Release Summary, Scop…
- [Bc Number Series Generator](https://agentstack.voostack.com/l/skill-fernandoartalf-al-copilot-skills-collection-bc-number-series-generator) — Skill · Free · security-reviewed — `agentstack add skill-fernandoartalf-al-copilot-skills-collection-bc-number-series-generator`
  Implements automatic number series assignment for custom tables in Business Central following BC standard patterns. Creates setup tables with number series fields, table extensions with AssistEdit procedures, OnBeforeInsert/OnBeforeRename triggers, and page extensions with AssistEdit integration. Handles both manual and automatic number assignment with support for related series. Use when asked t…

---
Seller on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Install any with `agentstack add <slug>`.
