By mjmorales
Personal collection of reusable Claude Code skills, slash commands, subagents, prompts, and scripts.
A personal Claude Code plugin bundling reusable skills, slash commands, subagents, prompts, and scripts so they travel together and install in one step.
.claude-plugin/
plugin.json # plugin manifest (name, version, author)
marketplace.json # lets this repo be added as a marketplace
commands/ # slash commands → /claude-skills:<name>
skills/ # auto-loaded skills (one dir each, with SKILL.md)
agents/ # subagent definitions (*.md with frontmatter)
prompts/ # reusable prompt snippets (not auto-loaded)
scripts/ # helper scripts referenced by skills/commands
Claude Code auto-discovers commands/, skills/, and agents/. prompts/ and scripts/ are conveniences for the contents above to reference.
From a local checkout:
/plugin marketplace add ~/dev/claude-skills
/plugin install claude-skills@claude-skills
Or once pushed to GitHub:
/plugin marketplace add <user>/claude-skills
/plugin install claude-skills@claude-skills
skills/<name>/SKILL.md with name + a trigger-rich description in frontmatter. The description is the only signal Claude uses to decide when to load it.commands/<name>.md with a description frontmatter; the body is the prompt. Invoked as /claude-skills:<name>. $ARGUMENTS interpolates user input.agents/<name>.md with frontmatter (name, description, optional tools).See the example-* entries for working templates — delete them once you have real ones. Bump version in both plugin.json and marketplace.json on release.
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.
npx claudepluginhub mjmorales/claude-skills --plugin claude-skillsPlan, Research, Orchestrate, Validate, Execute — a complete lifecycle plugin for Claude Code, for any tech stack.
Write deterministic, agent-first games in funpack. Skills for the language, the engine.* stdlib, the things/behaviors/pipelines model, project layout, the bake pipelines, and the fixed-point determinism contract; commands to scaffold, build, test, run, and query a game; and funpack-author / funpack-reviewer agents.
Write deterministic, agent-first games in funpack. Skills for the language, the engine.* stdlib, the things/behaviors/pipelines model, project layout, the bake pipelines, and the fixed-point determinism contract; commands to scaffold, build, test, run, and query a game; and funpack-author / funpack-reviewer agents.
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Frontend design skill for UI/UX implementation
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Memory compression system for Claude Code - persist context across sessions
Marketing skills for AI agents — conversion optimization, copywriting, SEO, paid ads, ad creative, and growth
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.