Agent Plugins Marketplace
All plugins

skillfactory

v0.5.0

The skill that makes skills — branded, wired, split into code and judgment, and not finished until a real run of it is frozen as its baseline eval.

CodexClaude Code1 Skill

By Nate SwensonLicense: MIT3 GitHub starsUpdated 6 days ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 17, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install skillfactory for Codex and Claude Code

Installs for the current user
codex plugin marketplace add natejswenson/claude-skills
codex plugin marketplace upgrade claude-skills
codex plugin add skillfactory@claude-skills

Paste and run these commands in a terminal with Codex. They add and refresh the claude-skills catalog, then install this plugin.

Compatibility: the page URL and API slug “skillfactory-2” remain stable.

  • Codex: skillfactory-2@agent-plugin-marketplaceskillfactory@claude-skills

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/natejswenson/claude-skills

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is skills/skillfactory/.

Plugin files

skills/skillfactory/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
└── skills/skillfactory/SKILL.md

Included Skills1

skillfactoryskills/skillfactory/SKILL.md

Create a new Claude Code skill end to end — branded with press, wired into CI by ghfactory, promoted by shipflow, split into deterministic scripts and model judgment, and not finished until a real run of it is frozen as its baseline eval. Use when the user says "create a skill", "new skill", "make me a skill that", "scaffold a skill", "add a skill to the marketplace", or wants an idea turned into a versioned, tested, installable skill.

Plugin manifests2

skills/skillfactory/.codex-plugin/plugin.json
{
  "name": "skillfactory",
  "version": "0.5.0",
  "description": "The skill that makes skills — branded, wired, split into code and judgment, and not finished until a real run of it is frozen as its baseline eval.",
  "author": {
    "name": "Nate Swenson"
  },
  "homepage": "https://github.com/natejswenson/claude-skills/tree/main/skills/skillfactory",
  "license": "MIT",
  "skills": "./skills/",
  "interface": {
    "displayName": "skillfactory",
    "shortDescription": "The skill that makes skills — branded, wired, split into code and judgment, and not finished until a real run of it is f",
    "longDescription": "The skill that makes skills — branded, wired, split into code and judgment, and not finished until a real run of it is frozen as its baseline eval.",
    "developerName": "Nate Swenson",
    "category": "Productivity",
    "capabilities": [],
    "defaultPrompt": [
      "Use $skillfactory to help me."
    ]
  }
}
skills/skillfactory/.claude-plugin/plugin.json
{
  "name": "skillfactory",
  "version": "0.5.0",
  "description": "The skill that makes skills — branded, wired, split into code and judgment, and not finished until a real run of it is frozen as its baseline eval.",
  "author": {
    "name": "Nate Swenson"
  },
  "homepage": "https://github.com/natejswenson/claude-skills/tree/main/skills/skillfactory",
  "license": "MIT"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[skillfactory on Agent Plugins Marketplace](https://pluginsmp.com/plugins/skillfactory-2)