Skip to content

Releases: Joomla-Bible-Study/joomla-skills

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 05 Sep 04:05
v2.0.0
e56e6b6

⚠️ Upgrading from v1.x? /plugin update is not enough

This release renamed the repository (claude-skill-joomlajoomla-skills). Your marketplace is
registered under the old name, so /plugin update refreshes the marketplace clone but leaves the
installed copy pinned at 1.1.0 — you keep seeing only the single joomla skill, with no error.

Remove and re-add the marketplace:

/plugin marketplace remove joomla-bible-study
/plugin marketplace add Joomla-Bible-Study/joomla-skills
/plugin install joomla@joomla-bible-study
/reload-plugins

/reload-plugins should then report 16 more skills than before. Fresh installs are unaffected.


Install in Claude Code (all skills in this suite):

/plugin marketplace add Joomla-Bible-Study/joomla-skills
/plugin install joomla@joomla-bible-study
/reload-plugins

Install in Claude.ai / Claude Desktop (one zip per skill):

The consumer apps take one skill per upload. Download only the skills you want, then upload each at Claude.ai → Customize → Skills → + → Create skill. Code execution must be enabled first (Settings → Capabilities) or the Skills menu does not appear.

Skill Asset What it does
joomla joomla-skill-v2.0.0.zip Joomla 5+ / 6 / 7 extension development for components, modules, plugins, libraries, and templates using modern MVC with PSR-4, DI, and service providers.
audit-authz audit-authz-skill-v2.0.0.zip Audit Joomla component controllers for missing anti-CSRF token checks, missing authentication, and missing authorisation.
audit-code-execution audit-code-execution-skill-v2.0.0.zip Audit Joomla extensions for attacker-influenced data reaching server-side code, command, or object execution sinks.
audit-controller-exposure audit-controller-exposure-skill-v2.0.0.zip Audit Joomla controllers for privilege checks that target the wrong permission or asset, backend-only tasks reachable from the site or api application, and unsafe file uploads.
audit-file-operations audit-file-operations-skill-v2.0.0.zip Audit attacker-influenced filesystem paths and archive entries in Joomla extensions for traversal, Zip Slip, symlink escape, and arbitrary read/write/delete.
audit-jexec audit-jexec-skill-v2.0.0.zip Audit Joomla extension PHP files for the missing _JEXEC direct-access guard, then add it.
audit-object-access audit-object-access-skill-v2.0.0.zip Audit Joomla record access paths for IDOR, BOLA, ownership bypass, and cross-user data leakage.
audit-package-surface audit-package-surface-skill-v2.0.0.zip Audit what a Joomla extension's build actually distributes and installs.
audit-secrets-crypto audit-secrets-crypto-skill-v2.0.0.zip Audit Joomla extensions for exposed secrets, weak or predictable security tokens, unsafe password handling, and cryptographic designs that do not provide their claimed property.
audit-sensitive-output audit-sensitive-output-skill-v2.0.0.zip Audit Joomla extension responses, logs, exports, errors, mail, and caches for injection into a downstream interpreter or disclosure of sensitive data.
audit-sql-filtering audit-sql-filtering-skill-v2.0.0.zip Audit Joomla filter, user-state, and user-input values that reach SQL queries for unsafe validation, escaping, or parameterisation.
audit-ssrf-redirects audit-ssrf-redirects-skill-v2.0.0.zip Audit Joomla extension URL flows for server-side request forgery and unsafe redirects.
audit-xss audit-xss-skill-v2.0.0.zip Audit Joomla extension output paths for reflected, stored, and DOM-based cross-site scripting.
e2e-tests e2e-tests-skill-v2.0.0.zip Set up or extend end-to-end integration tests that drive a real, disposable Joomla or standalone PHP stack in Docker over real HTTP, with a version matrix derived from what the project actually declares.
joomla-deprecations joomla-deprecations-skill-v2.0.0.zip Find and fix uses of deprecated or removed Joomla core APIs in an extension, sourced from the official Joomla Manual's per-version deprecation lists, while preserving the extension's whole supported Joomla range.
php-conservative php-conservative-skill-v2.0.0.zip Check a Joomla extension or any PHP project for compatibility with every stable PHP version it claims to support, using PHP_CodeSniffer with the PHPCompatibility standard over a testVersion range derived from composer.json.
php-upcoming php-upcoming-skill-v2.0.0.zip Check a Joomla extension or PHP project against the next, not-yet-released PHP version by executing its test suite on that PHP with full error reporting.

Other AI coding tools (Cursor, GitHub Copilot, Windsurf, Cline, Aider, Codex / AGENTS.md):

Download joomla-skill-universal-v2.0.0.zip and follow the install table in its bundled README.md. One file per tool, all sharing the same references/ directory. This package carries the joomla skill only — the audit workflows are interactive and do not translate to always-on rule files.

See the README for full instructions.

What's Changed

  • Release v2.0.0 — 17-skill suite, repo renamed to joomla-skills by @bcordis in #46

Full Changelog: v1.1.0...v2.0.0

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 02 Sep 19:42
v1.1.0
d9192fb

Install in Claude Code:

/plugin marketplace add Joomla-Bible-Study/claude-skill-joomla
/plugin install joomla@joomla-bible-study
/reload-plugins

Install in Claude.ai (consumer app):
Download joomla-skill-v1.1.0.zip below, then upload at https://claude.ai/settings/capabilities → Skills → Create skill.

Other AI coding tools (Cursor, GitHub Copilot, Windsurf, Cline, Aider, Codex / AGENTS.md):
Download joomla-skill-universal-v1.1.0.zip and follow the install table in its bundled README.md. One file per tool, all sharing the same references/ directory.

See README for full instructions.

What's Changed

  • docs(api): document the two authentication gates and API ACL model by @bcordis in #42
  • fix(validate): check the two version files agree by @bcordis in #44
  • Release v1.1.0 — console commands + Web Services API references by @bcordis in #45

Full Changelog: v1.0.3...v1.1.0

v1.0.3

Choose a tag to compare

@github-actions github-actions released this 22 May 03:32
v1.0.3
b792a90

Install in Claude Code:

/plugin marketplace add Joomla-Bible-Study/claude-skill-joomla
/plugin install joomla@joomla-bible-study
/reload-plugins

Install in Claude.ai (consumer app):
Download joomla-skill-v1.0.3.zip below, then upload at https://claude.ai/settings/capabilities → Skills → Create skill.

Other AI coding tools (Cursor, GitHub Copilot, Windsurf, Cline, Aider, Codex / AGENTS.md):
Download joomla-skill-universal-v1.0.3.zip and follow the install table in its bundled README.md. One file per tool, all sharing the same references/ directory.

See README for full instructions.

What's Changed

  • Release v1.0.3 — docs additions (popup pattern + vendor WAM workflow) by @bcordis in #41

Full Changelog: v1.0.2...v1.0.3

v1.0.2

Choose a tag to compare

@github-actions github-actions released this 14 May 21:20
v1.0.2
c83ded0

Install in Claude Code:

/plugin marketplace add Joomla-Bible-Study/claude-skill-joomla
/plugin install joomla@joomla-bible-study
/reload-plugins

Install in Claude.ai (consumer app):
Download joomla-skill-v1.0.2.zip below, then upload at https://claude.ai/settings/capabilities → Skills → Create skill.

Other AI coding tools (Cursor, GitHub Copilot, Windsurf, Cline, Aider, Codex / AGENTS.md):
Download joomla-skill-universal-v1.0.2.zip and follow the install table in its bundled README.md. One file per tool, all sharing the same references/ directory.

See README for full instructions.

What's Changed

  • Release v1.0.2 — docs improvements (4 items) by @bcordis in #40

Full Changelog: v1.0.1...v1.0.2

v1.0.1

Choose a tag to compare

@github-actions github-actions released this 14 May 18:58
v1.0.1
e4bfa00

Install in Claude Code:

/plugin marketplace add Joomla-Bible-Study/claude-skill-joomla
/plugin install joomla@joomla-bible-study
/reload-plugins

Install in Claude.ai (consumer app):
Download joomla-skill-v1.0.1.zip below, then upload at https://claude.ai/settings/capabilities → Skills → Create skill.

Other AI coding tools (Cursor, GitHub Copilot, Windsurf, Cline, Aider, Codex / AGENTS.md):
Download joomla-skill-universal-v1.0.1.zip and follow the install table in its bundled README.md. One file per tool, all sharing the same references/ directory.

See README for full instructions.

What's Changed

  • Release v1.0.1 — joomla-field-fancy-select gotcha by @bcordis in #36

Full Changelog: v1.0.0...v1.0.1

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 14 May 15:50
v1.0.0
be04d70

Install in Claude Code:

/plugin marketplace add Joomla-Bible-Study/claude-skill-joomla
/plugin install joomla@joomla-bible-study
/reload-plugins

Install in Claude.ai (consumer app):
Download joomla-skill-v1.0.0.zip below, then upload at https://claude.ai/settings/capabilities → Skills → Create skill.

Other AI coding tools (Cursor, GitHub Copilot, Windsurf, Cline, Aider, Codex / AGENTS.md):
Download joomla-skill-universal-v1.0.0.zip and follow the install table in its bundled README.md. One file per tool, all sharing the same references/ directory.

See README for full instructions.

What's Changed

  • Release v1.0.0 — first stable release by @bcordis in #34

Full Changelog: v0.5.0...v1.0.0

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 13 May 20:04
v0.5.0
7f7e0c3

Install in Claude Code:

/plugin marketplace add Joomla-Bible-Study/claude-skill-joomla
/plugin install joomla@joomla-bible-study
/reload-plugins

Install in Claude.ai (consumer app):
Download joomla-skill-v0.5.0.zip below, then upload at https://claude.ai/settings/capabilities → Skills → Create skill.

Other AI coding tools (Cursor, GitHub Copilot, Windsurf, Cline, Aider, Codex / AGENTS.md):
Download joomla-skill-universal-v0.5.0.zip and follow the install table in its bundled README.md. One file per tool, all sharing the same references/ directory.

See README for full instructions.

What's Changed

  • Release v0.5.0 — progressive-disclosure refactor + Cursor compatibility by @bcordis in #33

Full Changelog: v0.4.1...v0.5.0

v0.4.1

Choose a tag to compare

@github-actions github-actions released this 13 May 19:40
v0.4.1
48d6196

Install in Claude Code:

/plugin marketplace add Joomla-Bible-Study/claude-skill-joomla
/plugin install joomla@joomla-bible-study
/reload-plugins

Install in Claude.ai (consumer app):
Download joomla-skill-v0.4.1.zip below, then upload at https://claude.ai/settings/capabilities → Skills → Create skill.

Other AI coding tools (Cursor, GitHub Copilot, Windsurf, Cline, Aider, Codex / AGENTS.md):
Download joomla-skill-universal-v0.4.1.zip and follow the install table in its bundled README.md. One file per tool, all sharing the same references/ directory.

See README for full instructions.

What's Changed

  • Release v0.4.1 — Node 24 workflow actions by @bcordis in #31

Full Changelog: v0.4.0...v0.4.1

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 13 May 19:32
v0.4.0
fab2330

Install in Claude Code:

/plugin marketplace add Joomla-Bible-Study/claude-skill-joomla
/plugin install joomla@joomla-bible-study
/reload-plugins

Install in Claude.ai (consumer app):
Download joomla-skill-v0.4.0.zip below, then upload at https://claude.ai/settings/capabilities → Skills → Create skill.

Other AI coding tools (Cursor, GitHub Copilot, Windsurf, Cline, Aider, Codex / AGENTS.md):
Download joomla-skill-universal-v0.4.0.zip and follow the install table in its bundled README.md. One file per tool, all sharing the same references/ directory.

See README for full instructions.

What's Changed

  • Release v0.4.0 — universal AI-tool package by @bcordis in #29

Full Changelog: v0.3.1...v0.4.0

v0.3.1

Choose a tag to compare

@github-actions github-actions released this 07 May 21:28
v0.3.1
7b67df9

Install in Claude Code:

/plugin marketplace add Joomla-Bible-Study/claude-skill-joomla
/plugin install joomla@joomla-bible-study
/reload-plugins

Install in Claude.ai (consumer app):
Download joomla-skill-v0.3.1.zip below, then upload at https://claude.ai/settings/capabilities → Skills → Create skill.

See README for full instructions.

What's Changed

  • Release v0.3.1: trim SKILL.md description to 744 chars by @bcordis in #27

Full Changelog: v0.3.0...v0.3.1