Skip to main content
Repositorio de GitHub

conversion-factory-eds

conversion-factory-eds contiene 26 skills recopiladas de jackzhaojin, con cobertura ocupacional por repositorio y páginas de detalle dentro del sitio.

skills recopiladas
26
Stars
0
actualizado
2026-06-04
Forks
0
Cobertura ocupacional
5 categorías ocupacionales · 100% clasificado
explorador de repositorios

Skills en este repositorio

cro-accessibility-as-conversion
Diseñadores de interfaces web y digitales

CRO lens — are real users excluded from converting by contrast, target size, focus, or semantics? Surveyed by the Analyst.

2026-06-04
cro-copy-messaging
Diseñadores de interfaces web y digitales

CRO lens — does the wording lead with the visitor's value, specifically and concretely? Surveyed by the Analyst.

2026-06-04
cro-cta-clarity
Diseñadores de interfaces web y digitales

CRO lens — is the primary action obvious, singular, and labeled with a value-bearing verb? Surveyed by the Analyst.

2026-06-04
cro-friction-reduction
Desarrolladores de software

CRO lens — what steps, fields, or hesitation points stand between intent and completion? Surveyed by the Analyst.

2026-06-04
cro-performance-as-conversion
Desarrolladores de software

CRO lens — is slowness (LCP/CLS/INP) the thing suppressing conversion? Surveyed by the Analyst.

2026-06-04
cro-social-proof
Desarrolladores de software

CRO lens — does the block show that others already chose this, at the moment of decision? Surveyed by the Analyst.

2026-06-04
cro-urgency-scarcity
Desarrolladores de software

CRO lens — is there an honest reason to act now rather than later? Surveyed by the Analyst.

2026-06-04
cro-visual-hierarchy
Desarrolladores de software

CRO lens — does the eye land on the most important element first? Surveyed by the Analyst.

2026-06-04
analyze-and-plan
Desarrolladores de software

Analyzes development requirements and generates structured acceptance criteria for AEM Edge Delivery Services (EDS) tasks. Use when the user needs to define acceptance criteria, write requirements, scope work, or create a definition of done for EDS blocks, components, variants, bug fixes, or styling changes. Produces task breakdowns, identifies edge cases, and documents analysis for new blocks, variants, behavior modifications, CSS-only changes, and bug fixes.

2026-06-04
authoring-analysis
Desarrolladores de software

Analyze content sequences and determine authoring approach (default content vs blocks). Validates block selection and section styling for import/migration to AEM Edge Delivery Services.

2026-06-04
block-collection-and-party
Desarrolladores de software

The Block Collection and Block Party are repositories for existing AEM blocks, build tools, code snippets, integration patterns, plugins, and more. Use this skill anytime you are developing something and want to find a reference to use as a starting point.

2026-06-04
block-inventory
Desarrolladores de software

Survey available blocks from local AEM Edge Delivery Services project and Block Collection to understand the block palette available for authoring. Returns block inventory with purposes to inform content modeling decisions.

2026-06-04
building-blocks
Desarrolladores de software

Guide for implementing code changes in AEM Edge Delivery Services. Handles block development (new or modified), core functionality changes (scripts.js, styles, delayed.js, etc.), or both. Use this skill for all implementation work guided by the content-driven-development workflow.

2026-06-04
content-modeling
Desarrolladores de software

Create effective content models for your blocks that are easy for authors to work with. Use this skill anytime you are building new blocks, making changes to existing blocks that modify the initial structure authors work with.

2026-06-04
da-auth
Desarrolladores de software

Obtains a valid Adobe IMS access token for the DA (Document Authoring) API. Use this skill as a prerequisite step whenever another skill needs to call admin.da.live — for example, before pushing HTML content, listing documents, or triggering a DA preview. Do NOT use this skill if you already have a valid DA_TOKEN in scope from a previous step in the same session.

2026-06-04
da-content
Desarrolladores de software

Reference for producing Adobe Document Authoring (DA, da.live) and Edge Delivery Services (EDS, aka aem.live/Helix) compatible content. Use whenever generating HTML for DA upload, uploading media binaries to DA, publishing to aem.live, or driving the DA admin API (auth, source PUT, preview/publish). Covers block HTML format (canonical div-class form and accepted table alternate), section structure, page/section metadata, icons, links, images, default content, document skeleton constraints, block cell content normalization, the DA Source API contract, IMS auth, media storage, supported formats, Media Bus vs Content Bus delivery, and silent-failure rules that corrupt content.

2026-06-04
docs-search
Desarrolladores de software

Searches the aem.live documentation for information on AEM Edge Delivery Services features. Use this skill when you need more information about a feature, want guidance on how to implement a feature, and using existing tools you have to search the web isn't turning up relevant results.

2026-06-04
find-test-content
Desarrolladores de software

Search for existing content pages containing a specific block in AEM Edge Delivery Services. Reports URLs with occurrences and variants to help identify test content during development.

2026-06-04
generate-import-html
Desarrolladores de software

Generate structured HTML from authoring analysis for AEM Edge Delivery Services. Creates section structure, applies block tables, handles metadata, and manages images folder.

2026-06-04
identify-page-structure
Desarrolladores de software

Identify section boundaries and content sequences within a scraped webpage for AEM Edge Delivery Services import. Performs two-level analysis (sections, then sequences per section) and surveys available blocks.

2026-06-04
page-decomposition
Desarrolladores de software

Analyze content sequences within a section and provide neutral descriptions for AEM Edge Delivery Services. Invoked per section during page import to identify breaking points between default content and blocks.

2026-06-04
preview-import
Desarrolladores de software

Preview and verify imported content in local AEM Edge Delivery Services dev server. Validates rendering, compares with original page, and troubleshoots common issues.

2026-06-04
scrape-webpage
Desarrolladores de software

Scrape webpage content, extract metadata, download images, and prepare for import/migration to AEM Edge Delivery Services. Returns analysis JSON with paths, metadata, cleaned HTML, and local images.

2026-06-04
slicc-handoff
Otras ocupaciones informáticas

Hand off the current task to the SLICC browser agent, or install a new skill into SLICC from a GitHub repo. Use this skill when the user says things like "handoff to slicc", "move this to slicc", "move to the browser", "test in the browser", "handoff to browser", "install this skill in slicc", "upskill slicc with this repo", "add this skill to slicc", or otherwise asks you to continue the work inside the SLICC browser agent.

2026-06-04
snowflake
Desarrolladores web

Static-to-EDS conversion that preserves the original design while making content authorable in Document Authoring. Two modes — page-level (overlay template with slot markers) and block-level (each section becomes an independent EDS block). Use when converting an AI-generated static HTML page (Stardust, Mobirise, Relume, Lovable, v0, Figma-derived hand-coded, etc.) into an Edge Delivery Services page. Triggers on "convert this page to EDS", "static-to-EDS overlay", "convert to EDS blocks", "next experimentation", "next run", "start run", or when a user provides a source URL and asks to make it editable in DA while keeping the original design intact. Do NOT use for canonical EDS block-rewrite migrations — that's the page-import skill.

2026-06-04
testing-blocks
Analistas de garantía de calidad de software y probadores

Guide for testing code changes in AEM Edge Delivery projects including blocks, scripts, and styles. Use this skill after making code changes and before opening a pull request to validate functionality. Covers unit testing for utilities and logic, browser testing with Playwright, linting, and guidance on what to test and how

2026-06-04