Mattwoodco Skills
mattwoodco-skills is a Claude Code plugin for the Build phase that helps you manufacture reusable agent skills and project-oriented skill bundles from a factory-style repository.
Bootstrap new Claude Code agent skills from a factory-style repo instead of copying one-off SKILL.md files by hand.
Add it to Claude Code
Install the plugin in Claude Code. One command, paste-ready.
/plugin install mattwoodco-skills@mattwoodco/skillsBuilt 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:mattwoodco/skills") and the paste-ready config with skillselion.get_install_config("plugin:mattwoodco/skills").
What it does
mattwoodco-skills is a Claude Code plugin bundle billed as an agent skill factory: a starter system for solo builders who want to mint structured agent skills tied to features and projects instead of ad-hoc prompts. It sits in the Build phase under agent tooling because its job is to accelerate how you define, name, and ship skills your agent can invoke later. Indie developers shipping with Claude Code, Cursor, or Codex use it when they have repeated workflows—scaffolding modules, documenting invoke rules, or standardizing how agents touch a repo—and need a factory mindset rather than a one-off integration. The listing emphasizes agent, development, feature, project, and skills keywords, which signals templates and conventions over hosted APIs. It is not a marketplace or MCP server; it is authoring infrastructure. Expect to bring your own domain content and verify each generated skill against your stack before you rely on it in production.
Highlights
- Agent skill factory pattern for repeatable SKILL.md and plugin bundles
- Oriented to development, feature, and project workflows named in the marketplace metadata
- Single-plugin bundle focused on skill creation rather than runtime integrations
- Community-sourced repo (mattwoodco/skills) aimed at builders extending Claude Code
- Pairs with catalog discovery when you need a starting template before custom skills
Why builders use it
You keep rewriting SKILL.md patterns for every feature and waste time keeping agent instructions consistent across projects.
After you add the plugin, you have a repeatable skill-factory workflow so new agent capabilities follow the same structure and are faster to ship.
At a glance
- Type - Plugin in Development Tools.
- Adoption - 0 installs, 3 stars, 0 votes.
FAQ
Who is mattwoodco-skills for?
It is for indie and solo developers who build with Claude Code and want a structured way to generate or standardize multiple agent skills for features and projects.
When should I use mattwoodco-skills?
Use it during Build when you are defining agent-tooling—before you scale past a handful of bespoke SKILL.md files and need repeatable skill packaging.
How do I add mattwoodco-skills to my agent?
Register the mattwoodco/skills Claude Code plugin from the repo listing in Skillselion, install it in Claude Code per the plugin manifest, then follow the factory workflow inside the bundled skill to create new skills.
Comments
Share how you use mattwoodco-skills, gotchas, or tips for other indie builders.
No comments yet - be the first to share how you use it.