{"id":51337491,"url":"https://github.com/wvdsh/ai","last_synced_at":"2026-07-02T04:03:19.991Z","repository":{"id":367601394,"uuid":"1280714787","full_name":"wvdsh/ai","owner":"wvdsh","description":"Official Wavedash plugins and agent skills for AI coding tools.","archived":false,"fork":false,"pushed_at":"2026-06-26T17:43:15.000Z","size":20,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-26T18:20:25.362Z","etag":null,"topics":["agent-skills","ai-agents","claude-code-plugin","codex-plugin","cursor-plugin","game-development","gamedev","gemini-cli-extension","wavedash"],"latest_commit_sha":null,"homepage":"https://docs.wavedash.com","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wvdsh.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-06-25T21:41:50.000Z","updated_at":"2026-06-26T17:42:52.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/wvdsh/ai","commit_stats":null,"previous_names":["wvdsh/ai"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/wvdsh/ai","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvdsh%2Fai","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvdsh%2Fai/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvdsh%2Fai/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvdsh%2Fai/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wvdsh","download_url":"https://codeload.github.com/wvdsh/ai/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvdsh%2Fai/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35032145,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-02T02:00:06.368Z","response_time":173,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["agent-skills","ai-agents","claude-code-plugin","codex-plugin","cursor-plugin","game-development","gamedev","gemini-cli-extension","wavedash"],"created_at":"2026-07-02T04:03:19.460Z","updated_at":"2026-07-02T04:03:19.979Z","avatar_url":"https://github.com/wvdsh.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Wavedash AI\n\nAI integration assets for Wavedash.\n\nThe canonical skill source lives in the Wavedash docs repo under `skills/` and\nis served from `https://docs.wavedash.com/.well-known/skills/index.json`.\nThis repo syncs that source into `skills/` so agent platforms can install or\nindex the published assets from GitHub.\n\nThe `mcp/` package contains a read-only, unauthenticated remote MCP server for\npublic Wavedash docs. It does not access user accounts, local files, builds, or\nprivate Wavedash data.\n\nProvider plugins include Wavedash skills and, where supported, bundled config\nfor the hosted remote MCP server.\n\n## Layout\n\n- `skills/` - synced canonical skills for platforms that consume skills directly.\n- `providers/claude/plugin/` - Claude Code plugin package.\n- `providers/cursor/plugin/` - Cursor plugin package.\n- `providers/openai/plugin/` - Codex plugin package.\n- `mcp/` - read-only remote MCP server for public Wavedash docs.\n- `.claude-plugin/marketplace.json` - Claude Code marketplace manifest.\n- `.cursor-plugin/marketplace.json` - Cursor marketplace manifest.\n- `.agents/plugins/marketplace.json` - Codex marketplace manifest.\n- `gemini-extension.json` - Gemini CLI extension manifest using the root\n  `skills/` directory.\n\n## Sync skills\n\nPull from the public docs endpoint:\n\n```bash\nnpm run sync:skills\n```\n\nPull from a local docs checkout:\n\n```bash\nWAVEDASH_SKILLS_SOURCE_DIR=/path/to/wvdsh/docs/skills npm run sync:skills\n```\n\nGitHub Actions runs the same sync daily and commits changes when docs updates\nchange the generated skill files.\n\n## MCP server\n\nThe Wavedash remote MCP server is live at:\n\n```text\nhttps://mcp.wavedash.com/mcp\n```\n\nIt is read-only and unauthenticated. It exposes public Wavedash docs, SDK\nguidance, engine setup help, and publishing checklists for agents.\n\nRemote MCP clients that support Streamable HTTP can connect directly to the\nendpoint above.\n\nRun the docs-only MCP server locally:\n\n```bash\ncd mcp\nnpm install\nnpm start\n```\n\nThe endpoint is `http://localhost:3000/mcp`.\n\nValidate the Cloudflare Worker bundle without publishing:\n\n```bash\nnpm run mcp:deploy:dry-run\n```\n\nDeploy the MCP Worker from an environment that provides Cloudflare credentials:\n\n```bash\nnpm run mcp:deploy\n```\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwvdsh%2Fai","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwvdsh%2Fai","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwvdsh%2Fai/lists"}