Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By humanmade
Human Made coding standards, conventions, and development workflows for WordPress and Altis projects
npx claudepluginhub humanmade/claude-code-standards --plugin human-made-standardsAltis DXP development environment and architecture. Apply when working on Altis projects, running local development commands, or understanding Altis project structure. Covers local server commands, mu-plugins architecture, asset handling, and deployment.
Human Made CSS and SCSS standards. Apply when writing styles, reviewing CSS/SCSS, or working on theme styling. Covers BEM naming, CSS custom properties, theme.json integration, and Stylelint configuration.
Human Made engineering principles and code quality standards. Apply when writing code, reviewing code, planning implementations, or discussing architecture. Covers code quality priorities, simplicity over complexity, and avoiding over-engineering.
Human Made JavaScript coding standards. Apply when writing JavaScript or TypeScript, reviewing JS code, or working on frontend features. Covers ES6+ conventions, modern patterns, and ESLint configuration.
Human Made PHP coding standards for WordPress development. Apply when writing PHP, reviewing PHP code, or working on WordPress plugins and themes. Covers PHPCS HM-Minimum ruleset, namespacing conventions, bootstrap patterns, type hints, and file organization.
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Agent Skills and specialist agents for Drupal and WordPress. PR workflows, accessibility / performance / security / quality audits, design-to-code (Figma → blocks/paragraphs), FRD generation with story points, CSV export, strategist UX audits, PM workflows (triage, meeting prep, heartbeats, QA), Drupal.org contribution, and Drupal/Pantheon DevOps. Skills use MCP servers (Teamwork, Slack, Gmail, Fathom, CoWork, GitHub) directly from the main session.
Skills for development standards: commit messages, code review, testing, documentation, and more. Supports 25 comprehensive skills for the full development lifecycle.
A plugin to create a new WordPress plugin
PHP and WordPress development capabilities
WordPress skills and commands for Claude Code
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer
Your Accelerate site already knows what to fix. Ask it — get a diagnosis, a recommended A/B test, and a verdict on whether it worked.
Claude Code plugin containing Human Made coding standards, conventions, and development workflows for WordPress and Altis projects.
In your project's .claude/settings.json:
{
"extraKnownMarketplaces": {
"hm-standards": {
"source": { "source": "github", "repo": "humanmade/claude-code-standards" }
}
}
}
Run in Claude Code:
/plugin install human-made-standards@hm-standards
Or add to project settings for automatic prompting:
{
"extraKnownMarketplaces": {
"hm-standards": {
"source": { "source": "github", "repo": "humanmade/claude-code-standards" }
}
},
"enabledPlugins": {
"human-made-standards@hm-standards": true
}
}
Skills are loaded on-demand based on context. Claude reads the skill descriptions and loads relevant skills when:
php-human-madereact-human-madecomposer server commands → loads altis-developmentrun-lintersThe hm-coding-philosophy skill has a broad description and loads more frequently for general code quality guidance.
/plugin update human-made-standards@hm-standards
In Claude Code, go to /plugin → Marketplaces → select hm-standards → Enable auto-update
For Altis projects, add to your project's .claude/CLAUDE.md:
# Project: Client Name
Platform: Altis DXP
## Quick Reference
- Local dev: `composer server start`
- Tests: `composer test`
- Build: `npm run build`
For VIP projects:
# Project: Client Name
Platform: WordPress VIP
App ID: your-app-id
## Quick Reference
- Local dev: `vip dev-env start`
- Production CLI: `vip @your-app.production -- wp`
skills/*/SKILL.md.claude-plugin/plugin.jsonTeam members can update to get the latest changes.
See CHANGELOG.md for version history.