4 skills found
ridafkih / keeper.shOpen-source calendar sync tool & universal calendar MCP server. Aggregate, sync and control calendars on Google, Outlook, Office 365, iCloud, CalDAV or ICS.
cporter202 / vibe-coding-for-dummiesA beginner-friendly guide to building real software using vibe coding. Learn how to ship apps without traditional coding by using Firebase Studio, GitHub, and Cursor. No gatekeeping. No fluff. Just building. 👉 For daily lessons and real-world builds, join the Vibe Coding with Chris skool community.
TUAN130294 / apiAPI Design Rules (REST) Naming & Versioning - RESTful, noun-based: `/api/v1/users/:id`, `/api/v1/reports/daily`. - Version in path (`/api/v1`); keep breaking changes behind new version. Requ
SwiftStrike24 / CORE-PRINCIPLESCORE PRINCIPLES Follow this list of coding principles to keep in mind for my programming and SaaS and app building journey. As of late 2025, these are the gold standards. 1. DRY (Don't Repeat Yo