.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/friendsofredaxo/claude-marketplace
home/skills/friendsofredaxo/claude-marketplace
friendsofredaxo avatar

friendsofredaxo/claude-marketplace

47 skills

View on GitHub
$npx skills add friendsofredaxo/claude-marketplace
SkillInstalls
api-extendingAdding custom REST routes to the FriendsOfRedaxo/api addon (v1.2+) from your own addon — building a RoutePackage subclass, registering routes, scope…—api-routesCalling the FriendsOfRedaxo/api REST endpoints (v1.2+) — Bearer + Backend-Session auth, the route table for…—mform-basicsBuilding REDAXO module inputs with MForm – MForm::factory(), all add*Field() methods (text, textarea, select, radio, checkbox, link, media, hidden, headline,…—mform-flex-repeaterDynamic list / repeater fields in REDAXO modules with MForm – addFlexRepeaterElement(), addRepeaterElement(), nested repeaters, supported widget types inside…—mform-outputReading MForm field values in REDAXO module OUTPUT PHP – MFormOutputHelper::createLinkData(), normalizeLinkData(), normalizeRepeaterItems(),…—mform-widgetsAdvanced MForm widget fields – Custom-Link (addCustomLinkField, addCustomLinkMultipleField, addMFormLinkField), Media picker (addMediaField,…—mform-yformUsing MForm-provided YForm value types in YForm table definitions and YForm forms – custom_link, custom_link_multi, color_swatch, imagelist, medialist,…—multiglossar-configuration-exclusionsMultiGlossar configuration and exclusion rules - glossar_starttag/glossar_endtag scope selection, glossar_ignoretags with tag/class locks,…—multiglossar-content-managementMultiGlossar backend data management - creating terms and term_alt aliases, activating/deactivating terms, multi-language behavior with clang tabs, and editor…—multiglossar-replacement-engineMultiGlossar replacement engine internals - boot.php OUTPUT_FILTER hook, the (internal) MultiGlossar\\Parser in lib/glossar/multiglossar.php, DOMDocument…—redaxo-addon-developmentBuilding and maintaining custom REDAXO addons – package.yml, boot.php, install/update/uninstall, lang files, fragments, backend pages, the assets pipeline (and…—redaxo-api-functionsBuilding HTTP/AJAX endpoints in REDAXO using rex_api_function – the lib/ class location, naming convention, $published flag for frontend access, JSON…—redaxo-architectureREDAXO project structure, request lifecycle, and core classes.—redaxo-console-commandsBuilding CLI / diagnostic / maintenance commands for REDAXO addons using Symfony Console (rex_console_command).—redaxo-extension-pointsREDAXO Extension Points – the hook system for modifying core/addon behavior without patching files.—redaxo-metainfo-fieldsDefining and managing REDAXO metainfo fields (cat_*, art_*, med_*) – the SELECT/RADIO/CHECKBOX `params` separator rules (| between options, : inside an…—redaxo-modulesAuthoring REDAXO modules (input/output PHP) and using REX_VALUE / REX_MEDIA / REX_LINK / REX_LINKLIST / REX_MEDIALIST placeholders.—redaxo-sql-patternsDatabase access in REDAXO using rex_sql – queries, prepared statements, transactions, and proper escaping.—redaxo-templatesREDAXO template authoring – page layouts that wrap article content.—rex-create-addonScaffold a complete REDAXO addon skeleton — package.yml, boot.php, install/uninstall.php, lang files, optional backend page — under redaxo/src/addons/.—rex-create-moduleScaffold a new REDAXO module with input/output PHP, REX_VALUE placeholders, and proper escaping. Asks for a name and the fields it should contain.—search-it-configurationSearch It backend configuration – search modes (LIKE/MATCH, AND/OR), text modes, highlight settings, additional index sources (DB columns, media, files),…—search-it-extension-pointsSearch It extension points – SEARCH_IT_INDEX_ARTICLE, SEARCH_IT_PLAINTEXT, SEARCH_IT_SEARCH_EXECUTED.—search-it-indexingSearch It indexing – generating and managing the search index, reindex articles, index database columns, index files and PDFs, console commands…—search-it-modulesREDAXO search modules for Search It – building search form input modules, search result output modules, pagination modules, media search, file/PDF results, URL…—search-it-searchSearchIt full-text search class – executing searches, filtering by categories/articles/columns, result array structure, hit types (article/db_column/file/url),…—structure-articlesWorking with REDAXO articles via rex_article – fetching, listing, status, dates, URLs, and the start/notfound/site articles.—structure-categoriesWorking with REDAXO categories via rex_category – tree traversal, navigation building, parents/children, current path.—structure-contentSlice management in REDAXO – the content blocks that make up an article.—structure-meta-infoAdding custom fields to articles, categories, media, and clang via the REDAXO meta_info plugin.—ycom-extension-pointsYCom extension points (YCOM_CONFIG, YCOM_AUTH_INIT, YCOM_AUTH_LOGIN, YCOM_USER_CREATE, etc.), the injection system for intercepting the auth flow (OTP,…—ycom-external-authExternal authentication for YCom – SAML, OAuth2, and CAS. Covers config files (data/addons/ycom/saml.php, oauth2.php, cas.php), the ycom_auth_saml/oauth2/cas…—ycom-formsReady-to-use YCom form recipes – login, logout, registration with email confirmation, profile edit, password change (with and without old-password check),…—ycom-otpYCom OTP / two-factor authentication setup – TOTP and email-based OTP, the otp_article_id setup article, ycom_auth_otp setup field, OTP email template,…—ycom-overviewYCom architecture for REDAXO – core classes, user model (rex_ycom_user), authentication API (rex_ycom_auth), status constants, config keys (article_id_login,…—ycom-permissionsArticle and media permissions in YCom – the group plugin (group-based article/media access, group permission types) and the media_auth plugin (media-pool file…—ycom-quickstartOne-shot recipe to bootstrap a complete YCom community frontend on a REDAXO instance that has the FriendsOfREDAXO `api` addon installed.—ycom-tokensYCom's token system for direct login links, password reset links, and registration confirmation links.—yform-datasetsORM-style read/write on YForm tables using rex_yform_manager_dataset and the query builder (rex_yform_manager_query).—yform-email-templatesYForm email templates – placeholder syntax, sending mails from forms via tpl2email, sending mails programmatically from PHP, attachments, and using…—yform-fieldsYForm field types, validators, and actions – the building blocks for forms and tables.—yform-frontendBuilding public-facing YForm forms in REDAXO – contact forms, registrations, surveys, edit forms loading existing records, file uploads with email attachments,…—yform-rest-apiYForm's built-in REST API – exposing YForm tables as JSON:API endpoints.—yform-tablesDefining and managing YForm tables in REDAXO – Table Manager backend UI, rex_yform_manager_table::ensure() in install.php, schema migrations, and tableset…—yrewrite-domainsYRewrite domain configuration in REDAXO – mapping hostnames to category trees, multi-language sites, and fetching URLs via rex_yrewrite.—yrewrite-redirectsConfiguring redirects and forwards in YRewrite – internal redirects via rex_yrewrite_forward, .htaccess rules, choosing between 301 and 302.—yrewrite-seoSEO helpers in YRewrite – meta tags via rex_yrewrite_seo, sitemap.xml generation, robots.txt, canonical and hreflang tags.—