Joseph Murphy
Community@murphyjoseph
I simplify things for a living. Engineer, community builder, and pizza cartographer.
Agent Skills by Joseph Murphy
Showing 20 vetted skills indexed across 2 GitHub repositories.
agent-browser
Automate web browser navigation, form filling, and data extraction via CLI.
web-design-guidelines
Audit UI code against official web interface guidelines and accessibility standards.
frontend-design
Generate frontend code with distinctive aesthetic direction across HTML/CSS/JS, React, and Vue.
plugin-structure
Scaffold Claude Code plugins with standardized directory layouts and plugin.json manifests.
hook-development
Implement event-driven PreToolUse, PostToolUse, Stop, and SessionStart hooks for Claude Code plugins.
skill-creator
Guide drafting, evaluating, and refining SKILL.md files for Claude skills.
skill-development
Create and organize Claude Code plugin skills with SKILL.md frontmatter and progressive disclosure.
claude-md-improver
Audit CLAUDE.md files, generate quality reports, and apply targeted updates.
Plugin Settings
Store per-project plugin settings in YAML frontmatter files under .claude with .local.md suffix.
writing-hookify-rules
Define hookify rules with YAML frontmatter for bash, file, stop, and prompt events.
mcp-builder
Automate MCP server design and implementation with official MCP SDKs.
agent-development
Convert user needs into agent specifications for Claude Code plugins.
command-development
Design and validate Claude Code slash commands with YAML frontmatter and dynamic arguments.
claude-automation-recommender
Analyze codebases to identify automation opportunities for Claude Code workflows.
project-standards
Enforce project hygiene rules for dependencies, packaging, naming, and tooling.
planning
Create a written plan in docs/plans/ before multi-file coding.
ui-patterns
Enforce a four-layer pattern separating data handling, business logic, and presentation in React components.
architecture
Enforce downward-only imports across app, features, shared, and platform boundaries.
data-flow
Enforce a four-stage API pipeline with typed error handling.
scaffolding
Orchestrate frontend feature scaffolding with architecture and UI patterns.