wendylabsincwendylabsincOfficialยท14 Agent Skills Included

claude-skills

Swift server development guidance, linting, and edge deployment

Guides Swift server development with expert patterns for SwiftNIO, Hummingbird, PostgresNIO, Valkey, and Swift Concurrency. Enforces best practices automatically through a built-in linting tool that blocks bad code after every build. Covers edge deployment to WendyOS devices, GitHub Actions workflows, GCP infrastructure, and pull request conventions. Eliminates repeated code review corrections by encoding rules once and reusing them forever.
npx skills add wendylabsinc/claude-skills --all -g -y

All Skills in This Repository (14)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
wendylabsincwendylabsinc

database-driver-design

Design Swift database client libraries including wire protocol implementation and Swift Concurrency integration.

Official
Advanced
๐Ÿ“ฆ In Repo
wendylabsincwendylabsinc

swift-library-design

Guide Swift library design with protocol-oriented architecture and API patterns.

Official
Advanced
๐Ÿ“ฆ In Repo
wendylabsincwendylabsinc

linear

Manage Linear issues and create linked pull requests via CLI.

Official
Intermediate
๐Ÿ“ฆ In Repo
wendylabsincwendylabsinc

wendy-contributing

Guide developers through WendyOS contributions including Yocto builds and E2E testing.

Official
Advanced
๐Ÿ“ฆ In Repo
wendylabsincwendylabsinc

wendy-swift

Catalog Swift packages and verify Linux compatibility for server and edge development.

Official
Intermediate
๐Ÿ“ฆ In Repo
wendylabsincwendylabsinc

wendy-lite

Deploy WebAssembly applications on ESP32-C6 microcontrollers with Wendy Lite firmware.

Official
Advanced
๐Ÿ“ฆ In Repo
wendylabsincwendylabsinc

postgres-nio

Guide asynchronous PostgreSQL interactions in Swift using postgres-nio.

Official
Advanced
๐Ÿ“ฆ In Repo
wendylabsincwendylabsinc

hummingbird

Guide Swift web server and API development with the Hummingbird framework.

Official
Intermediate
๐Ÿ“ฆ In Repo
wendylabsincwendylabsinc

swift-nio

Guide SwiftNIO networking code with non-blocking I/O and Swift Concurrency.

Official
Advanced
๐Ÿ“ฆ In Repo
wendylabsincwendylabsinc

swift-concurrency

Guide Swift Concurrency patterns including async/await, actors, tasks, and Sendable conformance.

Official
Advanced
๐Ÿ“ฆ In Repo
wendylabsincwendylabsinc

deckset

Generate presentations from Markdown files using the Deckset application.

Official
Intermediate
๐Ÿ“ฆ In Repo
wendylabsincwendylabsinc

swift

Guide Swift development with best practices for configuration, logging, and memory safety.

Official
Intermediate

Frequently Asked Questions

FAQPage Schema
How to install claude-skills?โ–ผ

Run `npx skills add wendylabsinc/claude-skills --all -g -y` in your terminal to install all skills globally.

What does the swift-server-lint tool do?โ–ผ

It automatically checks generated Swift code against the best practices in these skills after every build, blocking code that violates the rules before it gets committed.

Which Swift frameworks are covered?โ–ผ

The skills cover SwiftNIO, Hummingbird 2, PostgresNIO, Valkey, Swift Concurrency, Swift Testing, swift-log, and OpenTelemetry, plus library and database driver design patterns.

Can these skills help deploy to edge devices?โ–ผ

Yes. Dedicated skills cover building and deploying apps to WendyOS on NVIDIA Jetson, Raspberry Pi, and ESP32 microcontrollers, including entitlements, remote debugging, and Yocto builds.

Do these skills work with Claude Code and Cursor?โ–ผ

Yes. All skills follow the universal SKILL.md standard and load automatically in Claude Code, Cursor, and other compatible coding environments.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’