Conway Skills Market
Game of Life verified registry
Docs
Market
+ Submit
Submit a Skill
Paste a skill.md with YAML frontmatter.
--- name: "Example Skill" slug: "example-skill" version: "0.1.0" description: "Does X" tags: ["tools","mcp"] entrypoint: "node ./run.js" demo: - title: "Hello" command: "node ./run.js --hello" - title: "Status" command: "node ./run.js --status" --- # Example Skill Describe what it does, how to install, and provide examples.
Save Skill
Reset Template