{"id":51492628,"url":"https://github.com/evermind-ai/everos-plugins","last_synced_at":"2026-07-07T12:02:22.318Z","repository":{"id":350022309,"uuid":"1204967950","full_name":"EverMind-AI/everos-plugins","owner":"EverMind-AI","description":"Official EverOS SDK plugin marketplace for Claude Code — auto-migrate between SDK versions.","archived":false,"fork":false,"pushed_at":"2026-06-09T02:00:10.000Z","size":28,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-16T05:11:51.437Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/EverMind-AI.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-04-08T14:03:19.000Z","updated_at":"2026-06-09T02:00:19.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/EverMind-AI/everos-plugins","commit_stats":null,"previous_names":["evermind-ai/everos-plugins"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/EverMind-AI/everos-plugins","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EverMind-AI%2Feveros-plugins","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EverMind-AI%2Feveros-plugins/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EverMind-AI%2Feveros-plugins/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EverMind-AI%2Feveros-plugins/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EverMind-AI","download_url":"https://codeload.github.com/EverMind-AI/everos-plugins/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EverMind-AI%2Feveros-plugins/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35226918,"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-07T02:00:07.222Z","response_time":90,"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":[],"created_at":"2026-07-07T12:02:22.135Z","updated_at":"2026-07-07T12:02:22.313Z","avatar_url":"https://github.com/EverMind-AI.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# everos-plugins\n\nOfficial EverOS SDK tools for AI coding assistants: migration, upgrade, and development skills.\n\n## Available Plugins\n\n### everos-sdk-upgrade\n\nAuto-migrate EverOS SDK between versions. Currently supports Python; Go and TypeScript are planned.\n\n- Detects SDK language and current version automatically\n- Chains migration rules from current to target version\n- Verifies changes with language-specific compile/test tools\n\n## Installation (Claude Code)\n\n```bash\n# 1. Add marketplace (one-time)\n/plugin marketplace add EverMind-AI/everos-plugins\n\n# 2. Install the plugin\n/plugin install everos-sdk-upgrade@everos-plugins\n\n# 3. Use it\n/everos-sdk-upgrade\n\n# 4. Update to latest rules\n/plugin marketplace update\n```\n\n## Repository Structure\n\n```\neveros-plugins/\n├── .claude-plugin/\n│   └── marketplace.json\n├── plugins/\n│   └── everos-sdk-upgrade/\n│       ├── .claude-plugin/\n│       │   └── plugin.json\n│       └── skills/\n│           └── everos-sdk-upgrade/\n│               ├── SKILL.md\n│               ├── migration/\n│               │   └── python/\n│               │       └── v0-to-v1.md\n│               └── examples/\n│                   └── python/\n│                       ├── v0.py\n│                       └── v1.py\n├── .github/\n│   └── workflows/\n│       └── validate-plugins.yml\n├── LICENSE\n└── README.md\n```\n\n## Other AI Tools (Cursor, GitHub Copilot, Codex, Gemini CLI, Cline, Amp, Warp, Goose, Junie, and 45+ supported)\n\nThis skill follows the [Agent Skills](https://agentskills.io) open standard. Install with one command for 45+ supported tools:\n\n```bash\nnpx skills add https://github.com/EverMind-AI/everos-plugins\n```\n\nThe CLI will auto-detect your installed tools and copy the skill to the correct directories.\n\n## Adding Migration Rules\n\nWhen a new SDK version is released:\n\n1. Add `skills/everos-sdk-upgrade/migration/{lang}/vN-to-vN+1.md` with migration rules\n2. Add `skills/everos-sdk-upgrade/examples/{lang}/vN+1.{ext}` for major versions\n3. Update `plugin.json` version field\n4. Push to this repository\n\nUsers run `/plugin marketplace update` to get the latest rules.\n\n## License\n\nApache-2.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevermind-ai%2Feveros-plugins","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fevermind-ai%2Feveros-plugins","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevermind-ai%2Feveros-plugins/lists"}