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

momentum-cms

يحتوي momentum-cms على 30 من skills المجمعة من DonaldMurillo، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
30
Stars
7
محدث
2026-06-14
Forks
1
التغطية المهنية
5 فئات مهنية · 100% مصنفة
مستكشف المستودعات

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

cms-feature-red-team
محللو أمن المعلومات

Adversarial review checklist for stateful Momentum CMS features (workflow, versions, scheduled publish, permissions inheritance, branches, anything that adds writeable state + access control). Use BEFORE merging a feature that introduces new mutating routes, new system-managed columns, new access functions, or new audit trails. Trigger phrases include "red-team this", "adversarial review", "security review of <feature>", "before merging <feature>", "/cms-feature-red-team".

2026-06-14
mcp-setup
مطوّرو البرمجيات

Set up the Momentum CMS MCP server plugin and generate Claude Code MCP config for AI tool integration. Use when connecting Claude Code (or any MCP client) to a Momentum CMS instance.

2026-05-02
collection
مطوّرو البرمجيات

Generate a new Momentum CMS collection with fields, access control, and hooks

2026-03-19
component
مطوّرو الويب

Generate an Angular component with signals, OnPush, and host-based styling following Momentum CMS conventions. Use when creating new UI components in any library.

2026-03-19
e2e-test
محللو ضمان جودة البرمجيات والمختبرون

Write and validate Playwright E2E tests for Momentum CMS features. UI tests ALWAYS start from /admin dashboard and navigate via sidebar/dashboard — never go directly to deep URLs. Always starts the server and inspects the actual UI before writing assertions. Triggers include "write e2e tests for...", "add e2e tests", "test the admin UI for...", or "/e2e-test <feature>".

2026-03-19
migrations
مصممو قواعد البيانات

Run migrations, generate schemas, and manage code generation for Momentum CMS. Use when working with database migrations, Drizzle schema generation, type generation, or Angular schematics.

2026-03-19
momentum-api
مطوّرو الويب

Work with Momentum API for data operations in Angular components

2026-03-19
skill-eval
محللو ضمان جودة البرمجيات والمختبرون

Run structured evaluations comparing skill vs no-skill performance. Measures assertion pass rates, timing, and output quality to systematically improve skills.

2026-03-19
skill-improve
مطوّرو البرمجيات

Self-improving skill loop. Analyzes eval failures, rewrites the skill, re-evaluates, and repeats until convergence. Run after /skill-eval produces baseline results.

2026-03-19
test-all
محللو ضمان جودة البرمجيات والمختبرون

Run the FULL Momentum CMS test suite — every single suite, no skips. Triggers on "test all", "test everything", "run all tests", "run the test all script", "test-all script", "run the full suite", "run every test", "test the whole thing", "make sure everything passes", "run test:all", or ANY variation asking to run all/every/full tests. Also triggers on typos like "test al", "tets all", "tes all". NEVER skip suites unless the user EXPLICITLY names suites to skip.

2026-03-19
add-plugin
مطوّرو البرمجيات

Add and configure a Momentum CMS plugin in the monorepo

2026-03-13
admin-config
مطوّرو الويب

Wire admin routes, configure browser-safe plugin imports, and create custom field renderers. Use when setting up momentumAdminRoutes, browserImports, or FieldRendererRegistry.

2026-03-13
stroll-test
محللو ضمان جودة البرمجيات والمختبرون

End-to-end CLI stroll test of npm-published Momentum CMS packages. Scaffolds a fresh project with create-momentum-app, adds all plugins, runs migrations, starts server, and verifies everything works. Triggers include "stroll test", "cli stroll", "test published packages", or "/stroll-test".

2026-03-10
headless-ui
مطوّرو الويب

Use @momentumcms/headless inside generated Momentum apps. Use when building custom public UI, composing accessible primitives, configuring global styles for hdl-* elements, or adding app-level tests around headless interactions.

2026-03-09
headless-primitive
مطوّرو الويب

Author, extend, or repair primitives in libs/headless. Use when adding a new headless primitive, changing its accessibility contract, updating slots/state attrs, wiring overlay behavior, or expanding the example styling lab and tests.

2026-03-09
admin-config
مطوّرو الويب

Wire admin routes, configure browser-safe plugin imports, and create custom field renderers. Use when setting up momentumAdminRoutes, browserImports, or FieldRendererRegistry.

2026-03-07
admin-customize
مطوّرو الويب

Customize the admin UI with swappable pages and layout slots. Use when replacing built-in pages (dashboard, list, edit, view), injecting content into layout slots (header, footer, sidebar, before/after), or registering per-collection overrides.

2026-03-07
admin-customize
مطوّرو الويب

Customize the admin UI with swappable pages and layout slots. Use when replacing built-in pages (dashboard, list, edit, view), injecting content into layout slots (header, footer, sidebar, before/after), or registering per-collection overrides.

2026-03-07
prepare-release
مطوّرو البرمجيات

Prepare a patch/minor/major version release for all Momentum CMS packages. Bumps versions, generates changelogs, verifies builds/tests, adds new packages to Nx release config, and commits. Triggers include "prepare release", "bump version", "release patch", or "/prepare-release".

2026-03-07
add-plugin
مطوّرو البرمجيات

Add and configure a Momentum CMS plugin

2026-03-05
api-route
مطوّرو البرمجيات

Generate API route handlers for Express, NestJS, or Analog.js

2026-03-05
collection
مطوّرو البرمجيات

Generate a new Momentum CMS collection with fields, access control, and hooks

2026-03-05
component
مطوّرو البرمجيات

Generate an Angular component with signals, OnPush, and host-based styling following Momentum CMS conventions.

2026-03-05
e2e-test
محللو ضمان جودة البرمجيات والمختبرون

Write and validate Playwright E2E tests for Momentum CMS features. UI tests start from /admin dashboard and navigate via sidebar — never go directly to deep URLs.

2026-03-05
migrations
مصممو قواعد البيانات

Run migrations, generate schemas, and manage code generation for Momentum CMS.

2026-03-05
momentum-api
مطوّرو البرمجيات

Work with Momentum API for data operations in Angular components

2026-03-05
doc-visual
مطوّرو الويب

Generate visual documentation (screenshots, videos) for Momentum CMS features and flows. Use when asked to document, capture, screenshot, record, or visually demonstrate any application flow. Captures admin dashboard, auth flows, CRUD operations, responsive views, dark/light themes, Storybook components, and kitchen sink. Triggers include "document the login flow", "capture screenshots of the admin", "create visual docs", "record a video of the CRUD flow", "/doc-visual auth", "/doc-visual all".

2026-02-22
api-route
مطوّرو البرمجيات

Generate API route handlers for Express or Analog.js

2026-02-16
agent-browser
مطوّرو الويب

Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task. Triggers include requests to "open a website", "fill out a form", "click a button", "take a screenshot", "scrape data from a page", "test this web app", "login to a site", "automate browser actions", or any task requiring programmatic web interaction.

2026-02-04
ui-audit
مطوّرو الويب

Comprehensive UI component audit for Momentum CMS. Use when asked to audit, review, check, or validate a UI component. Checks Storybook stories, interaction tests, variants, kitchen sink integration, admin dashboard usage, accessibility, and responsive design (mobile-first). AUTOMATICALLY FIXES issues found and verifies with visual inspection. Triggers include "audit button", "review the card component", "check accessibility of tabs", or "/ui-audit <component-name>".

2026-02-04