Help us improve
Share bugs, ideas, or general feedback.
Auto-discovered marketplace from humanmade/claude-code-standards
npx claudepluginhub humanmade/claude-code-standardsHuman Made coding standards, conventions, and development workflows for WordPress and Altis projects
Open Design — local-first design app exposed to coding agents over MCP. Install once with your agent's plugin command and projects/files/skills are reachable through stdio.
Claude Code plugins for the Slidev presentation framework
Bundled plugins for actuating and debugging the Chrome browser.
Share bugs, ideas, or general feedback.
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.