{"id":44228096,"url":"https://github.com/augentic/plugins","last_synced_at":"2026-03-11T23:14:39.675Z","repository":{"id":334795490,"uuid":"1142797296","full_name":"augentic/plugins","owner":"augentic","description":"Agent skills and plugins","archived":false,"fork":false,"pushed_at":"2026-03-05T02:04:33.000Z","size":1429,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-05T02:51:48.933Z","etag":null,"topics":["agent","claude-code","cursor","marketplace","plugins","skills"],"latest_commit_sha":null,"homepage":"","language":"Markdown","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/augentic.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE-APACHE","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-01-26T21:40:58.000Z","updated_at":"2026-03-04T21:10:55.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/augentic/plugins","commit_stats":null,"previous_names":["augentic/prompts","augentic/plugins"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/augentic/plugins","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/augentic%2Fplugins","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/augentic%2Fplugins/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/augentic%2Fplugins/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/augentic%2Fplugins/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/augentic","download_url":"https://codeload.github.com/augentic/plugins/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/augentic%2Fplugins/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30406499,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-11T22:36:59.286Z","status":"ssl_error","status_checked_at":"2026-03-11T22:36:57.544Z","response_time":84,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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","claude-code","cursor","marketplace","plugins","skills"],"created_at":"2026-02-10T06:00:33.528Z","updated_at":"2026-03-11T23:14:39.669Z","avatar_url":"https://github.com/augentic.png","language":"Markdown","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Augentic Plugins\n\nSpecialist skills and references for OpenSpec-driven Rust WASM delivery on Augentic's Omnia runtime.\n\n## Workflow\n\nThis repository is designed for a human-driven OpenSpec workflow:\n\n```text\n/opsx:propose  -\u003e  /opsx:apply  -\u003e  /opsx:archive\n```\n\nSee [OPSX workflows](https://github.com/Fission-AI/OpenSpec/blob/main/docs/workflows.md) for more options.\n\nThe job of this repository is not to replace OpenSpec. Its job is to supply specialist expertise:\n\n- Omnia and WASM-aware code generation\n- TypeScript source analysis\n- JIRA requirements analysis\n- Design enrichment\n- Code review and verification guidance\n\n## Getting Started\n\nInstall OpenSpec and initialize the repository as an OpenSpec project:\n\n```bash\nbrew install openspec\nopenspec init\nopenspec update\n```\n\nThen use the core OpenSpec flow in Cursor's agent pane:\n\n| Command | Description |\n| ------- | ----------- |\n| `/opsx:propose` \"Migrate [https://github.com/org/my-service](https://github.com/org/my-service) to Rust WASM on Omnia.\" | Create artifacts |\n| `/opsx:apply` | Apply the change |\n| `/opsx:archive` | Merge specs and design into baseline specs |\n\nIf you are working from a fresh clone, run `openspec init` before using any `/opsx:*` command. The workflow skills in `plugins/opsx/` expect the standard OpenSpec project structure to exist.\n\n## Plugins\n\nFour plugins provide specialist skills consumed during `/opsx` work:\n\n### OPSX Plugin (`plugins/opsx/`)\n\nCore OpenSpec workflow orchestration.\n\n| Skill                | Primary role                                                                 |\n| -------------------- | ---------------------------------------------------------------------------- |\n| `propose`            | Create a change and generate all artifacts in one step                       |\n| `apply`              | Implement tasks from an OpenSpec change                                      |\n| `archive`            | Finalize and archive a completed change                                      |\n| `explore`            | Thinking partner for exploring ideas, problems, and requirements             |\n\n### Omnia Plugin (`plugins/omnia/`)\n\nCode generation and review for Rust WASM on the Omnia runtime.\n\n| Skill                | Primary role                                                                 |\n| -------------------- | ---------------------------------------------------------------------------- |\n| `crate-writer`       | Generate or update Rust crates from OpenSpec artifacts                       |\n| `test-writer`        | Generate or update test suites from OpenSpec artifacts and crate code        |\n| `guest-writer`       | Generate the WASM guest wrapper around domain crates                         |\n| `code-reviewer`      | Review generated or updated crates for correctness and Omnia/WASM compliance |\n\n### RT Plugin (`plugins/rt/`)\n\nTypeScript source analysis and fixture capture for migration workflows.\n\n| Skill                | Primary role                                                                 |\n| -------------------- | ---------------------------------------------------------------------------- |\n| `code-analyzer`      | Derive baseline OpenSpec artifacts from an existing TypeScript codebase      |\n| `git-cloner`         | Clone a source repository as a detached tree for analysis                    |\n| `replay-writer`      | Add regression tests from captured real-world fixtures                       |\n| `wiretapper`         | Capture fixture data from legacy services                                    |\n\n### Plan Plugin (`plugins/plan/`)\n\nRequirements analysis, design enrichment, and SoW generation.\n\n| Skill                | Primary role                                                                 |\n| -------------------- | ---------------------------------------------------------------------------- |\n| `epic-analyzer`      | Derive proposal, specs, and design context from JIRA epics and stories       |\n| `sow-writer`         | Translate OpenSpec artifacts into client-facing SoW material                 |\n\n## Repository Structure\n\n```text\naugentic-plugins/\n├── .cursor/\n│   └── rules/                    # Project guidance for agents\n├── openspec/                     # OpenSpec project config and schemas\n├── plugins/\n│   ├── omnia/                    # Omnia code generation plugin\n│   ├── opsx/                     # OpenSpec workflow plugin (propose, apply, archive, explore)\n│   ├── plan/                     # Plan requirements analysis plugin\n│   └── rt/                       # RT migration plugin\n├── references/                   # Shared Omnia and workflow references\n├── examples/                     # Supporting examples and reference material\n└── scripts/                      # Documentation and consistency checks\n```\n\n## Validation\n\nValidate the repository documentation and metadata with:\n\n```bash\nmake checks\n```\n\n## Documentation\n\n- [OpenSpec Artifact Guidance](references/openspec.md)\n- [Project Rule](.cursor/rules/project.mdc)\n- [Contribution Guide](CONTRIBUTING.md)\n- [Cursor Skills Documentation](https://docs.cursor.com/skills)\n\n## License\n\nDual-licensed under [MIT](LICENSE-MIT) or [Apache 2.0](LICENSE-APACHE), at your option.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faugentic%2Fplugins","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faugentic%2Fplugins","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faugentic%2Fplugins/lists"}