
oscabriel/skills
2 skills2 installs106 starsGitHub
Install
npx skills add https://github.com/oscabriel/skillsSkills in this repo
1Docs To Typesdocs-to-types is a scope-bound reference skill for agents codifying approved documentation into TypeScript-shaped architecture: domain types, parsers, brands, discriminated unions, smart constructors, service interfaces, typed results and errors, and composition topology with memory or no-op adapters for typecheck and architecture tests. It tells the agent what depth is allowed—contracts, import boundaries, lint rules, and NotImplemented stubs—and what is out of scope unless the user expands it, including real queries, HTTP handlers beyond boundaries, and after-the-fact refactors. Solo builders use it when a spec or ADR exists and the next step is honest types and module seams before feature code. It pairs with strict architecture tests and import-boundary checks rather than replacing implementation skills. Invoke only when SKILL.md or the user needs concrete examples or scope boundaries for type-first builds.1installs2ReplicantReplicant is an agent skill for managing a long-lived library of Git clones that both people and coding agents can find and reuse. It has no separate CLI; first-run behavior is driven from the skill’s REPLICANT_CONFIG block and a deliberate setup conversation where the agent presents recommended options and waits for explicit confirmation—or a single “accept recommendations”—before applying anything. Builders choose where clones live, how existing clones are updated, whether history is shallow or full, transport preference, and where inventory is recorded. That matters for solo and indie builders who juggle many repos across Cursor, Claude Code, or Codex sessions: you avoid duplicate shallow clones inside random project folders and get predictable pull behavior when trees are dirty. Use it when you want a human-findable clone depot (for example ~/clones) as the single source of truth for upstream repos your agents reference during build, ship, and operate work.1installs