Skip to content
OpenSmartRoute
Skillv1.0.0

artifact-creator

Create or revise Agent Skills, host plugins and subagents, MCP servers and client configurations, hooks, and marketplace catalogs against their actual specifications. Use when building reusable agent

by jeremylongshore(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from jeremylongshore/tons-of-skills-marketplace (skills/.curated/artifact-creator/SKILL.md). Install upstream with npx skills add jeremylongshore/tons-of-skills-marketplace --skill artifact-creator. Copyright stays with the author (MIT).

Artifact Creator

Create the smallest complete artifact that satisfies the user's requested runtime and security boundary. Keep portable instructions separate from host packaging.

Overview

There is one portable Agent Skills contract, one open MCP protocol, and many different plugin, agent, hook, permission, and marketplace formats. This skill selects the correct authority before writing files and prevents host-specific details from leaking into the portable core.

When to use

Use for a new or substantially revised skill, subagent, plugin, MCP integration, hook, or marketplace entry. For a production modernization involving research, migration, security review, and release evidence, use production-upgrade instead. For review without changes, use artifact-validator.

Prerequisites

  • The requested outcome and target repository or destination.
  • Existing project instructions and the target host's current specification.
  • Authorization for any local writes. Creation does not imply permission to install, publish, deploy, open a PR, or merge.

The pre-authorized Read, Write, and Edit capabilities apply only to local files inside the user-selected target. Every network, shell, installation, and external mutation capability remains behind host and project approval.

Instructions

  1. Read project instructions and inspect the target tree before choosing a format. Preserve generated-file ownership and existing public identifiers.
  2. Classify the artifact using references/artifact-contracts.md. If the request mixes a portable skill with host wiring, design the portable skill first and the host adapter second.
  3. Establish the current authority:
    • Agent Skill: the open Agent Skills specification plus any declared local overlay.
    • MCP server: the Model Context Protocol specification and selected SDK.
    • Plugin, subagent, hook, command, or catalog: the target host's current specification.
    • This marketplace: repository instructions and its canonical validators.
  4. Derive least privilege from the actual workflow. Do not copy a broad tool list from another artifact. Separate read-only analysis from mutations.
  5. Create only useful files. A skill requires SKILL.md; add scripts when deterministic execution matters, references for conditional depth, assets for output material, and evals for behavior that needs proof.
  6. For MCP work, define tools around bounded user outcomes. Validate every input, cap output and retries, redact secrets, separate reads from writes, and require explicit confirmation for high-impact mutations.
  7. For host adapters, follow references/host-adapters.md. Do not claim another runtime is supported merely because it can read Markdown.
  8. Validate with artifact-validator, run focused tests, and report unresolved assumptions and operations that still require approval.

Output

Return the created paths, the authority used for each artifact, validation commands and results, support limitations, and the next authorization boundary.

Error handling

  • If the target host is unknown, create only the portable Agent Skill and leave host packaging unclaimed.
  • If current official documentation conflicts with repository policy, stop and surface the conflict at the owning authority.
  • If a secret, destructive default, unbounded retry, path escape, or unsupported runtime claim appears, fail closed and do not scaffold around it.
  • If the destination already exists, preserve it and propose an update or migration; never overwrite without explicit authorization.

Examples

  • "Create a skill that audits release readiness" produces one portable skill and only the resources required by its checks.
  • "Build a Goose skill" produces a portable Agent Skill and verifies Goose's native path before offering installation instructions.
  • "Create an MCP server and Claude plugin" designs the server against MCP and treats the Claude plugin configuration as a separate adapter.

Resources

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/jeremylongshore-tons-of-skills-marketplace-artifact-creator/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

jeremylongshore-tons-of-skills-marketplace-artifact-creator.ocm.jsonjson
{
  "ocm": "1",
  "id": "jeremylongshore-tons-of-skills-marketplace-artifact-creator",
  "kind": "skill",
  "name": "artifact-creator",
  "description": "Create or revise Agent Skills, host plugins and subagents, MCP servers and client configurations, hooks, and marketplace catalogs against their actual specifications. Use when building reusable agent capabilities or consolidating creator tooling without inventing a universal host format. Trigger with \"create an agent skill\", \"build a plugin\", \"create an MCP server\", \"add a subagent\", or \"scaffold an agent integration\".",
  "publisher": "jeremylongshore",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "agent-skills",
      "creation",
      "plugins",
      "agents",
      "mcp",
      "hooks",
      "skills-sh"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Create or revise Agent Skills, host plugins and subagents, MCP servers and client configurations, hooks, and marketplace catalogs against their actual specifications. Use when building reusable agent capabilities or consolidating creator tooling without inventing a universal host format. Trigger with \"create an agent skill\", \"build a plugin\", \"create an MCP server\", \"add a subagent\", or \"scaffold an agent integration\"."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "skills.sh",
      "repository": "https://github.com/jeremylongshore/tons-of-skills-marketplace",
      "path": "skills/.curated/artifact-creator/SKILL.md",
      "ref": "HEAD",
      "url": "https://github.com/jeremylongshore/tons-of-skills-marketplace/blob/HEAD/skills/.curated/artifact-creator/SKILL.md",
      "key": "jeremylongshore/tons-of-skills-marketplace/skills/.curated/artifact-creator/SKILL.md"
    },
    "compatibility": "Agent Skills-compatible hosts; host-specific artifacts require their native specification",
    "allowed_tools": [
      "Read,Write,Edit"
    ],
    "license": "MIT"
  },
  "instructions": "# Artifact Creator\n\nCreate the smallest complete artifact that satisfies the user's requested\nruntime and security boundary. Keep portable instructions separate from host\npackaging.\n\n## Overview\n\nThere is one portable Agent Skills contract, one open MCP protocol, and many\ndifferent plugin, agent, hook, permission, and marketplace formats. This skill\nselects the correct authority before writing files and prevents host-specific\ndetails from leaking into the portable core.\n\n## When to use\n\nUse for a new or substantially revised skill, subagent, plugin, MCP integration,\nhook, or marketplace entry.",
  "cost": {
    "context_tokens": 1055
  }
}

Fetch it by URL: GET /api/v1/registry/jeremylongshore-tons-of-skills-marketplace-artifact-creator/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.