universal-skills-marketplace
- Repo stars 0
- Author updated Live
- Author repo skills-registry
- Domain
- Design
- Compatible agents
-
- Claude Code
- Cursor
- Cline
- Codex
- Windsurf
- Gemini CLI
- +20
- Trust score
- 88 / 100 · community maintained
- Author / version / license
- @tomevault-io · no license declared
- Token usage
- Lean
- Setup complexity
- Plug-and-play
- External API key
- Not required
- Operating systems
- macOS · Linux · Windows
- Runtime requirements
- No special requirements
- Permissions
-
- Read-only
- Write / modify
- Network behavior
- External requests
- Install commands
- 26 variants
Profile is derived at build time from SKILL.md and install vectors. Subject to drift from author intent.
Heads up: 未限定 allowed-tools,默认拥有全部工具权限。
---
name: universal-skills-marketplace
description: Use when building, designing, extending, or consuming the ClaudOpenAI unofficial cross-ecosystem…
category: design
runtime: no special runtime
---
# universal-skills-marketplace output preview
## PART A: Task fit
- Use case: Use when building, designing, extending, or consuming the ClaudOpenAI unofficial cross-ecosystem skills marketplace — a Context7-pattern MCP server that bridges Claude Code (.claude-plugin) and OpenAI Codex (.codex-plugin) skill catalogs. Triggers on "universal skills", "skills marketplace", "cross-ecosystem skill", "agentskills", "codex skill", "claude plugin", "plugin.json translator", "skill registry", "skill discovery", "publish skill to both claude and codex", "ClaudOpenAI", "bridge claude and codex"..
- Inputs: target material, constraints, expected output, and acceptance criteria.
- Evidence boundary: follow “Mission / Routing table — pick the right reference / Phase dispatcher” and do not present inference as author intent.
## PART B: Execution result
- **01** The card summarizes the use case; runtime output centers on “Use when building, designing, extending, or consuming the ClaudOpenAI unofficial cross-ecosystem skills marketplace — a Context7-pattern MCP server that bridges Claude Code (.claude-plugin) and OpenAI Codex (.codex-plugin) skill catalogs. Triggers on "universal skills", "skills marketplace", "cross-ecosystem skill", "agentskills", "codex skill", "claude plugin", "plugin.json translator", "skill registry", "skill discovery", "publish skill to both claude and codex", "ClaudOpenAI", "bridge claude and codex".”.
- **02** When the source has headings, the agent prioritizes “Mission / Routing table — pick the right reference / Phase dispatcher” so the result follows the author’s structure.
- **03** Typical output includes task judgment, concrete steps, required commands or file edits, validation, and follow-up options.
- **04** Risk context follows the fingerprint: read files, write/modify files; may access external network resources; usually needs no extra API key.
## Running Rules
- read files, write/modify files; may access external network resources; usually needs no extra API key.
- Validate with a small sample before expanding scope.
- Return the result, validation criteria, and next iteration options. The source mentions slash commands such as `/docs`; use them first when your agent supports command triggers.
Name target files or source material, expected output, forbidden changes, and whether network or shell access is allowed. Permission fingerprint: read files, write/modify files.
Start with a small task and check whether the result follows “Mission / Routing table — pick the right reference / Phase dispatcher”. Inspect diffs, logs, previews, or tests before expanding scope.
Confirm the final output includes a concrete result, evidence, and next action. If it stays generic, tighten inputs, boundaries, and acceptance criteria.
---
name: universal-skills-marketplace
description: Use when building, designing, extending, or consuming the ClaudOpenAI unofficial cross-ecosystem…
category: design
source: tomevault-io/skills-registry
---
# universal-skills-marketplace
## When to use
- Use when building, designing, extending, or consuming the ClaudOpenAI unofficial cross-ecosystem skills marketplace —…
- Use it when the task has clear inputs, repeatable steps, and validation criteria.
## What to provide
- Target material, scope, expected result, and forbidden changes.
- Whether network, commands, file writes, or external services are allowed.
## Execution rules
- Organize steps around “Mission / Routing table — pick the right reference / Phase dispatcher” and keep inference separate from source facts.
- read files, write/modify files; may access external network resources; usually needs no extra API key.
- Validate with a small sample before expanding the task.
## Output requirements
- Return the deliverable, key evidence, validation method, and next action.
- Mark missing information as unknown; do not invent commands, platforms, or dependencies. The author source anchors workflow facts; repository files anchor sources and commands; Fluxly only adds fit, limitations, and quality judgment.
skill "universal-skills-marketplace" {
input -> user goal + target files + boundaries + acceptance criteria
context -> Mission / Routing table — pick the right reference / Phase dispatcher
rules -> SKILL.md triggers / order / output contract
runtime -> no special runtime | read files, write/modify files | may access external network resources
guardrails -> usually needs no extra API key + small-sample validation + diff/log review
output -> copyable result + checklist + next iteration
} Universal Skills Marketplace
Context7 for skills, not docs. One MCP server. Two ecosystems. Unofficial.
Mission
Build, maintain, or extend an unofficial bridge that lets any Claude Code or OpenAI Codex session search one registry for skills originating in either ecosystem, get them back with quality scores + install commands for both CLIs, and load them on demand.
Not affiliated with Anthropic or OpenAI. Identity details in references/00-architecture-overview.md.
Routing table — pick the right reference
| I want to… | Primary reference | Supporting asset / script |
|---|---|---|
| Understand the whole system | references/00-architecture-overview.md |
assets/diagrams/system-topology.png |
| Learn the SKILL.md open standard | references/01-agentskills-io-spec-walkthrough.md |
assets/templates/standalone-SKILL.md.template |
| Author a Claude plugin | references/02-claude-plugin-format.md |
assets/templates/claude-plugin.json.template, assets/real-examples/context7-plugin.json |
| Author a Codex plugin | references/03-codex-plugin-format.md |
assets/templates/codex-plugin.json.template, assets/real-examples/openai-canva-plugin.json |
| Design MCP tools | references/04-mcp-tool-design.md |
assets/templates/mcp-server-index.ts.template |
| Deploy Cloudflare Workers | references/05-cloudflare-workers-playbook.md |
assets/templates/wrangler.toml.*.template |
| Design the D1 catalog | references/06-d1-schema-design.md |
assets/templates/d1-schema.sql.template |
| Plan R2 content storage | references/07-r2-storage-patterns.md |
— |
| Build the upstream indexer | references/08-github-indexer-design.md |
scripts/fetch-upstream-catalog.sh |
| Score skill quality 0-100 | references/09-quality-scoring-rubric.md |
assets/fixtures/known-good/ |
| Copy what Context7 got right | references/10-context7-architectural-analysis.md |
assets/real-examples/context7-*.json |
| Translate between manifest formats | references/11-manifest-translator-algorithm.md |
scripts/test-translator.ts, assets/fixtures/lossy-cases/ |
| Verify end-to-end | references/12-verification-playbook.md |
scripts/validate.sh |
Phase dispatcher
- Planning / just arrived → read
00-architecture-overview.md, then10-context7-architectural-analysis.md, thenreferences/11-manifest-translator-algorithm.md(the three anchoring docs) - Phase 0 — spikes complete → evidence in
/docs/spikes/(upstream URLs verified, Codex schema derived, rate limits mapped, iCloud strategy documented) - Phase 1 — schemas + this skill → you are here; running this skill IS Phase 1's deliverable
- Phase 2 — npm package →
packages/mcp-server/implementation driven by04-mcp-tool-design.md+11-manifest-translator-algorithm.md - Phase 3 — Cloudflare backend → three Workers driven by
05-cloudflare-workers-playbook.md+06-d1-schema-design.md+08-github-indexer-design.md
Hard rules (inherited from ../../CLAUDE.md)
- Anti-Fabrication — if a URL, field, or behavior isn't verified against installed plugins or a live upstream, it does NOT ship.
- Anti-Mock-Data — no hardcoded skills anywhere except
assets/fixtures/andpackages/*/tests/fixtures/. - Verification — "build passed" ≠ acceptance;
curl+ fresh Claude Code AND Codex session required. - Translator loudness — no silent field drops; every lossy translation logs + shims.
- context7 fidelity — plugin wrapper stays trivial; all logic in the npm package.
- Identity — unofficial, independent, community project. Never imply endorsement from either company.
Run before any commit
bash skills/universal-skills-marketplace/scripts/validate.sh
Must exit 0. Checks: frontmatter valid, SKILL.md ≤100 lines, all 12 references present, all templates parse, no broken intra-skill links.
Source: ahump20/ClaudOpenAI — distributed by TomeVault.
Decide Fit First
Design Intent
How To Use It
Boundaries And Review