원클릭으로
CodexForJoomla
CodexForJoomla에는 trisha918에서 수집한 skills 9개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.
이 저장소의 skills
Safely bump a Joomla extension or package version across manifests, update XML, changelog, and related release metadata. Use when the user asks to prepare a Joomla release or change an extension version.
Generate a concise pull request title and markdown description from the current Git branch, commits, and diff. Use when the user asks to draft, update, or summarize a pull request.
Complete Bootstrap 5 documentation - 110 doc files, 99 SCSS source files, and 88 JavaScript files covering the world's most popular CSS framework
Core Joomla 6 code reviewer skill. Audits extension files (components, modules, plugins, libraries, templates) for compliance with Joomla 6 best practices, native MVC, PSR-4 namespacing, dependency injection, modern PHP, security, and Bootstrap 5 / vanilla ES2020+ frontend standards. Rejects Joomla 3/4 J* classes, FOF, jQuery, and any modification of Joomla core files.
Joomla 6 extension architect agent for creating detailed migration blueprints. Specializes in mapping older non-core Joomla extensions (FOF, legacy MVC, jQuery-based) to modern Joomla 6 patterns including native MVC, DI containers, Web Asset Manager, and vanilla JavaScript.
Core Joomla 6 (6.0-era) extension development skill. Patterns and reference for building components, modules, plugins, templates, libraries, and CLI/console applications using native Joomla 6 MVC, PSR-4 namespacing, dependency injection, SubscriberInterface events, and modern PHP. Excludes Joomla 3/4 J* classes, FOF, and jQuery.
Core Joomla 6 (6.0-era) general concepts skill. Covers core architecture, dependency injection, ACL, database operations with prepared statements, forms and custom fields, SEF routing, Web Asset Manager, Table class, and multilingual support. Targets native Joomla 6 patterns only — no Joomla 3/4 J* classes, no FOF, no jQuery.
Run a read-only, multi-agent Joomla 6 review of changed or requested files and save an actionable report under docs/review-logs. Use when the user asks for a code review, security review, Joomla standards review, PHP or JavaScript quality review, performance review, comment review, or lint review.
Core Joomla 6 (6.0-era) security skill. Covers secure coding practices for components, modules, plugins, and templates: XSS prevention via output escaping, SQL injection prevention via prepared statements with ParameterType binding, CSRF token validation, input filtering with the Input class, secure file uploads, and path traversal prevention. Targets native Joomla 6 patterns only — no Joomla 3/4 J* classes, no FOF, no jQuery.