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

eds-skills

يحتوي eds-skills على 33 من skills المجمعة من Netcentric، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
33
Stars
2
محدث
2026-04-17
Forks
0
التغطية المهنية
7 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

athenai-assets
مطوّرو البرمجيات

Manual asset processing skill for Figma layers. Accepts layer URLs and writes deterministic files to drafts/media using curl+sips, with optional get_screenshot fallback.

2026-04-17
athenai-build
مطوّرو البرمجيات

Phase 3 of athenai-implement pipeline — execute tasks from plan.md and produce working block code. Includes lint-aware CSS generation and mandatory design compliance check when design.md exists.

2026-04-17
athenai-design
فنانو المؤثرات الخاصة والمحركون

Phase 0 of athenai-implement pipeline — conditionally produce design.md from Figma. Includes decision logic, extraction-only rules, manual asset handoff, and Phase 1 context pre-loading optimization.

2026-04-17
athenai-implement
مطوّرو البرمجيات

End-to-end implementation pipeline — design, plan, tasks, implement, test cases, test content. Demo mode: skips unit tests and research deep-dives. Records phase wall times via `.specify/scripts/phase-timer.py` (per-phase start/end, subagent logs + merge when parallel). Explicit invocation only — never load from context or topic. Optional flags: --no-parallel (run all phases sequentially in main agent, no subagents), --no-test-cases (skip Phase 4 test case generation).

2026-04-17
athenai-plan
مطوّرو البرمجيات

Phase 1-2 of athenai-implement pipeline — produce plan.md with authored HTML structure, parsing logic, and tasks section. Includes draft test content generation with mandatory edge case coverage.

2026-04-17
athenai-testcases
محللو ضمان جودة البرمجيات والمختبرون

Phase 4 of athenai-implement pipeline — generate testcases.csv from spec.md. Includes guard for --no-test-cases flag and coverage requirements for user journeys, acceptance criteria, and edge cases.

2026-04-17
athenai-verify
مطوّرو البرمجيات

Phase 5 of athenai-implement pipeline — verify local draft HTML exists, validate .plain.html structure, and print pipeline summary with execution time report.

2026-04-17
building-blocks
مطوّرو البرمجيات

Guide for creating new AEM Edge Delivery blocks or modifying existing blocks. Use this skill whenever you are creating a new block from scratch or making significant changes to existing blocks that involve JavaScript decoration, CSS styling, or content model changes.

2026-04-17
using-content-driven-development
مطوّرو البرمجيات

Apply a Content Driven Development process to AEM Edge Delivery Services development. Use for all development tasks, including building new blocks, modifying existing blocks, making changes to core decoration functionality, etc.

2026-04-17
create-component
مطوّرو البرمجيات

Scaffold a new AEM component folder structure with all required XML, HTL, and clientlib files. Use when asked to create a new component, scaffold a component, or generate component boilerplate.

2026-04-17
eds-analytics
مطوّرو البرمجيات

EDS analytics data layer integration. Trigger when implementing analytics events, Google Analytics/Adobe Data Layer tracking, or creating analytics for AEM Edge Delivery blocks.

2026-04-17
eds-documentation
مطوّرو البرمجيات

EDS block documentation authoring. Trigger when creating or updating block README files, authoring guides, or technical docs for AEM Edge Delivery blocks.

2026-04-17
eds-naming
مطوّرو البرمجيات

EDS label naming conventions and design compliance testing. Trigger when naming label/ARIA identifiers in HTML/JS, creating design-expectations.json, or running assert-design-compliance.js CSS checks.

2026-04-17
eds-styles
مطوّرو البرمجيات

EDS block CSS styling. Trigger when writing CSS for AEM Edge Delivery blocks, using shared tokens (--dxn-* or project vars), or applying block-scoped (BEM-like) class naming.

2026-04-17
eds-wcag
مطوّرو البرمجيات

WCAG 2.2 AA accessibility for AEM Edge Delivery blocks. Trigger when implementing ARIA attributes, keyboard navigation, focus management, live regions, or accessibility features in HTML/JS/CSS.

2026-04-17
figma-screenshot
المصممون الجرافيكيون

Fetches a Figma node screenshot via MCP and saves it to disk. Use when the user asks to save a Figma design reference, capture a design for specs, or store a screenshot for verification.

2026-04-17
pr-review
محللو ضمان جودة البرمجيات والمختبرون

Strict pull request code review for aem-code (and related AEM repos). Trigger when reviewing a PR from GitHub workflows, when the user asks for a PR review, or when performing regression-safe code review.

2026-04-17
server-first-minimal-code
مطوّرو البرمجيات

Enforces server-side rendering over JavaScript DOM manipulation for AEM components. Use when generating HTL templates, component JavaScript, or SCSS for any component where content is available from the Sling Model at page load.

2026-04-17
speckit-analyze
مطوّرو البرمجيات

Analyze cross-artifact consistency across spec.md, plan.md, and tasks.md. Explicit invocation only — never load from context or topic. Use only when the user types the exact command "speckit-analyze".

2026-04-17
speckit-checklist
مطوّرو البرمجيات

Generate requirements quality checklists for a speckit feature. Explicit invocation only — never load from context or topic. Use only when the user types the exact command "speckit-checklist".

2026-04-17
speckit-clarify
مطوّرو البرمجيات

Clarify ambiguous requirements in a speckit feature spec. Explicit invocation only — never load from context or topic. Use only when the user types the exact command "speckit-clarify".

2026-04-17
speckit-da-upload
مطوّرو الويب

Upload a speckit block's draft HTML to the DA Library and register it in blocks.json. Atomic skill — invoke manually after speckit-fast (or any pipeline that produced a local draft HTML file). Reads drafts/{blockname}.plain.html, wraps it, uploads to DA, and updates blocks.json. Explicit invocation only.

2026-04-17
speckit-design-compliance
مطوّرو البرمجيات

Generate design-expectations.json from design.md and run assert-design-compliance CSS checks. Explicit invocation only — never load from context or topic. Use only when the user types the exact command "speckit design-compliance".

2026-04-17
speckit-document
مطوّرو البرمجيات

Generate or update the component authoring guide after implementation. Explicit invocation only — never load from context or topic. Use only when the user types the exact command "speckit-document".

2026-04-17
speckit-figma-specify
مصممو واجهات الويب والرقمية

Extract visual design context from Figma and save it as design.md. Explicit invocation only — never load from context or topic. Use only when the user types the exact command "speckit figma-specify".

2026-04-17
speckit-implement
مطوّرو البرمجيات

Execute the implementation plan for a speckit feature. Explicit invocation only — never load from context or topic. Use only when the user types the exact command "speckit-implement".

2026-04-17
speckit-plan
مطوّرو البرمجيات

Generate an implementation plan for a speckit feature. Explicit invocation only — never load from context or topic. Use only when the user types the exact command "speckit-plan".

2026-04-17
speckit-specify
مطوّرو البرمجيات

Create a new feature specification from a natural language description. Explicit invocation only — never load from context or topic. Use only when the user types the exact command "speckit-specify".

2026-04-17
speckit-tasks
متخصصو إدارة المشاريع

Generate a tasks.md for a speckit feature. Explicit invocation only — never load from context or topic. Use only when the user types the exact command "speckit-tasks".

2026-04-17
speckit-testcases
محللو ضمان جودة البرمجيات والمختبرون

Generate a testcases.csv from a speckit feature spec. Explicit invocation only — never load from context or topic. Use only when the user types the exact command "speckit-testcases".

2026-04-17
speckit-testcontent
مطوّرو البرمجيات

Upload block test content to the DA Library via MCP. Uses speckit draft or user-specified HTML.

2026-04-17
speckit-validate
محللو ضمان جودة البرمجيات والمختبرون

Validate implementation by running CDD Phase 3 (validate portion): test with real content, comprehensive testing, and PR preparation. Explicit invocation only — never load from context or topic. Use only when the user types the exact command "speckit-validate".

2026-04-17
testing-blocks
محللو ضمان جودة البرمجيات والمختبرون

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/Puppeteer, linting, performance validation, and guidance on which tests to maintain vs use as throwaway validation.

2026-04-17