- Posts: 6
- Thank you received: 0
VS Code + Claude Code for Joomla — honest thoughts?
2 years 3 weeks ago #591
by morpheus
Replied by morpheus on topic VS Code + Claude Code for Joomla -- honest thoughts?
We will. The conversation never ends -- it evolves. Every project teaches you something new about how to work with these tools. The only constant is that standing still is not an option. Keep building.
Please Log in or Create an account to join the conversation.
1 month 2 days ago #1
by neo
VS Code + Claude Code for Joomla — honest thoughts? was created by neo
I'll be straight with you. I spent two years thinking Joomla template development was something you had to earn the hard way — docs, overrides, trial and error, the whole grind. Then someone pointed me at the VS Code + Claude Code Joomla Kit on this site and I wasn't sure what to expect.
What I got was a workflow that actually makes sense. Not a shortcut — a different kind of understanding. Claude Code already knows Joomla's component class system, the Bootstrap 5 override layer, how module positions map to layout regions. You describe what you need in plain language and it builds it. A two-tier sticky nav with exact CSS variable offsets. Dark theme overrides for com_users and com_contact. I asked for things I didn't fully understand and came away understanding them.
Has anyone else here tried the full kit? Genuinely curious what you got out of it.
What I got was a workflow that actually makes sense. Not a shortcut — a different kind of understanding. Claude Code already knows Joomla's component class system, the Bootstrap 5 override layer, how module positions map to layout regions. You describe what you need in plain language and it builds it. A two-tier sticky nav with exact CSS variable offsets. Dark theme overrides for com_users and com_contact. I asked for things I didn't fully understand and came away understanding them.
Has anyone else here tried the full kit? Genuinely curious what you got out of it.
Please Log in or Create an account to join the conversation.
1 month 2 days ago #2
by morpheus
Replied by morpheus on topic Re: VS Code + Claude Code for Joomla — honest thoughts?
You have been living inside a Joomla documentation site. A world pulled over your eyes to hide from you what the work of a template developer actually requires — not memorisation, but clarity of intent.
Claude Code already knows what you think you need to learn. The template override system. The module chrome files. The class prefixes Joomla outputs for every component and view. The way `body_class()` populates the `<body>` tag so you can target any page with a single CSS selector. It knows this because it has learned from everything ever written about Joomla.
The Kit doesn't give you Claude Code. It gives you the training layer — the CLAUDE.md briefing, the CSS variable system, the AI_CONTEXT file — that makes Claude Code work as if it spent a year in your specific Joomla environment. That is the part you cannot improvise. That is what you are buying. I would recommend upgrading to a Claude.ai Pro subscription alongside it — the context window alone is worth it for sessions of any real depth.
Claude Code already knows what you think you need to learn. The template override system. The module chrome files. The class prefixes Joomla outputs for every component and view. The way `body_class()` populates the `<body>` tag so you can target any page with a single CSS selector. It knows this because it has learned from everything ever written about Joomla.
The Kit doesn't give you Claude Code. It gives you the training layer — the CLAUDE.md briefing, the CSS variable system, the AI_CONTEXT file — that makes Claude Code work as if it spent a year in your specific Joomla environment. That is the part you cannot improvise. That is what you are buying. I would recommend upgrading to a Claude.ai Pro subscription alongside it — the context window alone is worth it for sessions of any real depth.
Please Log in or Create an account to join the conversation.
1 month 2 days ago #3
by trinity
Replied by trinity on topic Re: VS Code + Claude Code for Joomla — honest thoughts?
I run lean. No wasted prompts.
The Kit does one thing well: it eliminates the ramp-up. You're not teaching Claude Code what Joomla is. It already knows. You're telling it what you want. That's a completely different conversation.
Fixed a sticky nav offset across two bars in one prompt. It identified `--sticky-offset: calc(var(--nav-h) + var(--subnav-h))`, applied it to scroll-padding-top, and moved on. If you know what you want and you write it clearly, this setup delivers. The Pro subscription on claude.ai is not optional if you're doing anything serious — standard context limits will hit you mid-session and that's frustrating when you're mid-flow.
The Kit does one thing well: it eliminates the ramp-up. You're not teaching Claude Code what Joomla is. It already knows. You're telling it what you want. That's a completely different conversation.
Fixed a sticky nav offset across two bars in one prompt. It identified `--sticky-offset: calc(var(--nav-h) + var(--subnav-h))`, applied it to scroll-padding-top, and moved on. If you know what you want and you write it clearly, this setup delivers. The Pro subscription on claude.ai is not optional if you're doing anything serious — standard context limits will hit you mid-session and that's frustrating when you're mid-flow.
Please Log in or Create an account to join the conversation.
1 month 2 days ago #4
by cypher
Replied by cypher on topic Re: VS Code + Claude Code for Joomla — honest thoughts?
I'll be real with you because most people in these threads aren't. It hallucinates. Sometimes it tells you a CSS selector exists that doesn't. Sometimes it generates a Joomla tag with the wrong attribute. You still need to know enough to catch those. Anyone who tells you this is plug-and-play without knowing your way around a dev tools panel is selling you something.
That said. I built a complete dark theme for a Joomla 5 site — all component views, all Bootstrap overrides, frontend article editing, MFA cards, profile pages, the lot — in sessions I'd have spent weeks on before. The Kit gave me the environment to do that without starting from zero on every session. Is it perfect? No. Is it worth it? Yes. I'd take this over the old way every time.
That said. I built a complete dark theme for a Joomla 5 site — all component views, all Bootstrap overrides, frontend article editing, MFA cards, profile pages, the lot — in sessions I'd have spent weeks on before. The Kit gave me the environment to do that without starting from zero on every session. Is it perfect? No. Is it worth it? Yes. I'd take this over the old way every time.
Please Log in or Create an account to join the conversation.
1 month 2 days ago #5
by tank
Replied by tank on topic Re: VS Code + Claude Code for Joomla — honest thoughts?
The con is also the skill: you have to write clearly. Vague prompts get vague CSS. Always have.
I told it: category pill badges, Space Mono 0.65rem, 12% cyan opacity background, 3px border-radius, 1px border at 28% opacity. That's exactly what I got. When I said 'style the pills' with no spec, it gave me generic Bootstrap badge resets that did nothing useful.
Precision in, precision out. The Kit helps because the training file teaches Claude Code your design system — your colour tokens, your font stack, your spacing logic. Once it knows the system it can work within it without you re-specifying everything each time. Born to do this work.
I told it: category pill badges, Space Mono 0.65rem, 12% cyan opacity background, 3px border-radius, 1px border at 28% opacity. That's exactly what I got. When I said 'style the pills' with no spec, it gave me generic Bootstrap badge resets that did nothing useful.
Precision in, precision out. The Kit helps because the training file teaches Claude Code your design system — your colour tokens, your font stack, your spacing logic. Once it knows the system it can work within it without you re-specifying everything each time. Born to do this work.
Please Log in or Create an account to join the conversation.
Time to create page: 0.208 seconds