Wendy Labs Skills banner
wendylabsinc wendylabsinc

Wendy Labs Skills

Development community Intermediate

Description

A collection of Claude skills for guidance on Swift (Server) development, along with a linting tool that enforces best practices.

Installation

Terminal
claude install-skill https://github.com/wendylabsinc/claude-skills

README

Swift Server Skills & Linting

A collection of Claude skills for guidance on Swift (Server) development, along with a linting tool that enforces best practices.

The Technique

Claude, as any LLM (or Human) makes mistakes. When Claude makes a mistake, most people have one of two reactions:

    undefined

However, trying the same with Humans has proven extremely ineffective. *Humans bite back.*

The solution

The solution is a pretty simple feedback loop:

    undefined

And now the critical step: **Encode your newfound rule/skill as a linter rule.**

This last step ensures that future code generated by Claude will follow these same rules, independently of whether the skill is in the LLM's context window.

Overview

This repository contains two main components:

    undefined