Yomiamy Claude Code Skill
yomiamy-claude-code-skill is a Claude Code plugin for the Build phase that registers a community skill collection marketplace so agents can load bundled example skills from one install.
Install a community Claude Code skill collection marketplace so your agent can load bundled example and reusable skills from one manifest.
Add it to Claude Code
Install the plugin in Claude Code. One command, paste-ready.
/plugin install yomiamy-claude-code-skill@Yomiamy/claude-code-skillBuilt to be called by your agent
Skillselion is itself an MCP server. Your agent can pull this entry and a paste-ready install config straight from the API - no copy-paste.
Retrieve this entry with skillselion.get_details("plugin:Yomiamy/claude-code-skill") and the paste-ready config with skillselion.get_install_config("plugin:Yomiamy/claude-code-skill").
What it does
yomiamy-claude-code-skill packages a collection of Claude Code skills behind one marketplace manifest. Solo builders experimenting with agent workflows install it to sample community skill patterns—examples and reusable triggers—without authoring every SKILL.md from zero. The listing is community category with one plugin slot, so scope is educational and starter-oriented rather than a guaranteed production playbook. Use it when you are expanding what your agent can do across brainstorming, coding, and light review tasks, then keep only the skills that match your journey. It works best with Claude Code and builders comfortable auditing third-party skill content. Skip it if you need audited DevOps deploy plugins or narrowly scoped commercial integrations with SLAs.
Highlights
- Community-category marketplace listing for Claude Code skills (pluginCount: 1).
- Described as a collection of Claude Code skill assets with example skills keywords.
- Single-plugin manifest from Yomiamy/claude-code-skill for batch discovery.
- Useful template for structuring your own skill packs in a marketplace repo.
- Community-sourced patterns rather than vendor-shipped enterprise tooling.
Why builders use it
You want more agent behaviors in Claude Code but copying scattered skill files into every repo is slow and inconsistent.
After registering the manifest, you get a packaged skill collection entry point so Claude Code can draw on bundled community skills instead of one-off manual imports.
At a glance
- Type - Plugin in AI Agents.
- Adoption - 0 installs, 0 stars, 0 votes.
FAQ
Who is yomiamy-claude-code-skill for?
Indie developers and Claude Code users who want a starter collection of community skills and example patterns from Yomiamy’s marketplace repo.
When should I use yomiamy-claude-code-skill?
Use it during Build when you are wiring agent-tooling, learning skill structure, or seeding your project with reusable Claude Code skills before custom authoring.
How do I add yomiamy-claude-code-skill to my agent?
Install the plugin marketplace manifest from Yomiamy/claude-code-skill in Claude Code, enable the bundled plugin, then invoke or enable the packaged skills per your project’s skill configuration.
Comments
Share how you use yomiamy-claude-code-skill, gotchas, or tips for other indie builders.
No comments yet - be the first to share how you use it.