{"id":51702368,"url":"https://github.com/reaatech/sl-skills","last_synced_at":"2026-07-16T12:30:58.972Z","repository":{"id":359480399,"uuid":"1246137345","full_name":"reaatech/sl-skills","owner":"reaatech","description":"Agent-consumable skills for the REAA Standard Library — auto-generated from the live catalog at reaatech.com","archived":false,"fork":false,"pushed_at":"2026-06-17T08:54:27.000Z","size":261,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-17T10:27:09.433Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://reaatech.com/products/mcp-infrastructure/sl-skills","language":null,"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/reaatech.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-05-21T23:01:47.000Z","updated_at":"2026-06-17T08:54:58.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/reaatech/sl-skills","commit_stats":null,"previous_names":["reaatech/sl-skills"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/reaatech/sl-skills","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reaatech%2Fsl-skills","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reaatech%2Fsl-skills/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reaatech%2Fsl-skills/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reaatech%2Fsl-skills/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/reaatech","download_url":"https://codeload.github.com/reaatech/sl-skills/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reaatech%2Fsl-skills/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35544514,"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-16T02:00:06.687Z","response_time":83,"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-16T12:30:58.188Z","updated_at":"2026-07-16T12:30:58.964Z","avatar_url":"https://github.com/reaatech.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# REAA Standard Library — Skills for AI coding agents\n\nAgent-consumable skills for the **REAA Standard Library** (SL) — the `@reaatech` collection of [MIT-licensed TypeScript packages for production AI](https://reaatech.com/products/packages).\n\nEach `\u003cskill-name\u003e/SKILL.md` follows Anthropic's progressive-disclosure pattern:\n\n- The **frontmatter `description`** always loads. Agents use it to decide whether the skill is relevant to the current task.\n- The **body** loads on demand when the agent reaches for the skill. It lists the packages, install command, when to use them, and where to file issues.\n\n42 skills shipping today, one per `@reaatech` repo with published packages. The catalog continues to grow; this repo regenerates on every catalog change.\n\n## Quick start\n\nThe full per-agent installation guide will land at [reaatech.com/install](https://reaatech.com/install) (planned). For now:\n\n### Claude Code (skill files)\n\n```bash\n# Clone alongside your project\ngit clone https://github.com/reaatech/sl-skills.git ~/.claude/skills/reaatech-sl\n```\n\nClaude Code auto-discovers SKILL.md files in `~/.claude/skills/`. Restart Claude Code to pick them up.\n\n### MCP server (also in flight)\n\nFor agents that prefer live catalog access over local skill files, the REAA SL MCP server at `mcp.reaatech.com/sl` will expose the same catalog with `search_packages`, `get_package`, `list_categories`, and `report_issue` tools. See the brief in the [website repo](https://github.com/reaatech/website/blob/main/docs/SL_DISTRIBUTION.md) for status.\n\n## File layout\n\n```\n.\n├── README.md                                  # this file\n├── LICENSE                                    # MIT\n├── index.json                                 # machine-readable catalog of all skills\n└── reaatech-\u003crepo-slug\u003e/\n    └── SKILL.md                               # the skill itself\n```\n\n`index.json` lists every skill with its frontmatter description, repo, category, and package count — handy for skill-aggregator MCP servers that want the full catalog in one fetch.\n\n## Source of truth\n\nThese files are **generated**, not hand-edited. The source of truth is the live catalog at [reaatech.com](https://reaatech.com), which in turn syncs from package READMEs and `package.json` keywords in the [github.com/reaatech](https://github.com/reaatech) org.\n\nThe generator lives in the [website repo](https://github.com/reaatech/website/tree/main/scripts/sl-skills-generate). Regeneration cadence:\n\n- **Nightly** via GitHub Actions (planned).\n- **On catalog change** via `repository_dispatch` webhook from the catalog-sync pipeline.\n\nIf you edit a SKILL.md by hand, the next regen will overwrite it. Edits belong upstream — in the package's README or the catalog's editorial fields.\n\n## What's \"skeleton\" today vs. coming next\n\nThe opening paragraph, packages table, and metadata land directly from the catalog. Four editorial sections currently emit `_pending_` placeholders:\n\n- \"When to use this\" (beyond the category hint)\n- \"Quick start\" (the install line is there; the code example is pending)\n- \"Don't reach for this when\"\n\nThese will be filled by **Phase 3.5** — DeepSeek-v4-Flash drafts the editorial copy from package READMEs, then drafts land in an admin review queue before publication. See [`SL_DISTRIBUTION.md`](https://github.com/reaatech/website/blob/main/docs/SL_DISTRIBUTION.md) Phase 3.5 for the spec.\n\n## License\n\nMIT. Every package linked from a SKILL.md is also MIT.\n\n## Issues + feedback\n\n- **Issues with a specific `@reaatech` package**: file in that package's repo (linked from each SKILL.md). The MCP server's `report_issue` tool will eventually file these on agents' behalf.\n- **Issues with the skill files themselves** (wrong package list, broken link, generator bug): file in this repo.\n- **Suggestions for new categories or refactors**: open a discussion in the [website repo](https://github.com/reaatech/website/discussions).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freaatech%2Fsl-skills","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freaatech%2Fsl-skills","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freaatech%2Fsl-skills/lists"}