{"id":50490864,"url":"https://github.com/melonask/orchestrator-skills","last_synced_at":"2026-06-02T02:31:18.615Z","repository":{"id":355532844,"uuid":"1219420281","full_name":"melonask/orchestrator-skills","owner":"melonask","description":"A specialized \"glue\" skill for building dynamic, secure, and distributed Rust microservices.","archived":false,"fork":false,"pushed_at":"2026-05-04T03:44:39.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-04T05:26:59.344Z","etag":null,"topics":["rust","skills"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/melonask.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-23T21:26:28.000Z","updated_at":"2026-05-04T03:44:42.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/melonask/orchestrator-skills","commit_stats":null,"previous_names":["melonask/orchestrator-skills"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/melonask/orchestrator-skills","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/melonask%2Forchestrator-skills","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/melonask%2Forchestrator-skills/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/melonask%2Forchestrator-skills/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/melonask%2Forchestrator-skills/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/melonask","download_url":"https://codeload.github.com/melonask/orchestrator-skills/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/melonask%2Forchestrator-skills/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33803734,"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-06-02T02:00:07.132Z","response_time":109,"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":["rust","skills"],"created_at":"2026-06-02T02:31:17.953Z","updated_at":"2026-06-02T02:31:18.608Z","avatar_url":"https://github.com/melonask.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# orchestrator-skills\n\nA specialized \"glue\" skill for building dynamic, secure, and distributed Rust microservices. This skill bridges the gap between individual component libraries (Axum, Apalis, SQLx) by providing production-grade integration patterns for distributed architectures.\n\n## Overview\n\nModern Rust backends—especially those using zero-account designs, dynamic pricing catalogs, and separated API/Worker containers—require specific integration patterns to function securely and reliably.\n\nThis skill provides those exact patterns:\n\n- **Crypto Auth**: Fast $O(1)$ database lookups without timing leaks, using HMAC-SHA256 indexes and Argon2id.\n- **Dynamic Config**: Parsing complex, nested TOML manifests into application state, and building robust CLI routers for multi-mode execution (Monolith vs. Microservice).\n- **Distributed SSE**: Bridging background workers to user-facing HTTP streams using Redis Pub/Sub and Axum.\n- **SSRF Protection**: Guarding external reqwest/Hyper RPC clients with connector-level IP filtering.\n- **ULID SQLx Mapping**: Using ULID task IDs as 16-byte database values without string storage.\n- **S3 Bucket Policies**: Enforcing presigned PUT upload size limits with prefix-scoped bucket policies.\n\n## Installation\n\n```bash\nnpx skills add melonask/orchestrator-skills\n```\n\n## File Structure\n\n```\norchestrator/\n├── SKILL.md                          # Core overview and routing\n└── references/\n    ├── crypto-auth.md                # HMAC-SHA256 indexing, Argon2id, Constant-Time checks\n    ├── config-dynamic.md             # TOML parsing, Serde, Clap CLI routing\n    ├── distributed-sse.md            # Redis Pub/Sub to Axum Server-Sent Events (SSE)\n    ├── ssrf-protection.md            # Reqwest/Hyper external RPC IP filtering\n    ├── ulid-sqlx.md                  # ULID to uuid::Uuid and SQLx 16-byte storage\n    └── s3-bucket-policy.md           # Presigned PUT size limits via bucket policy\n```\n\n## License\n\nProvided as-is for development with LLM assistants.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmelonask%2Forchestrator-skills","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmelonask%2Forchestrator-skills","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmelonask%2Forchestrator-skills/lists"}