Wendy Labs Skills — Development skill for Claude Code
Professional development skills collection.
How to install Wendy Labs Skills
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open wendylabsinc/claude-skills and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Wendy Labs Skills does
A collection of Claude skills for guidance on Swift (Server) development, along with a linting tool that enforces best practices.
Alternatives in Development
- Contributing To Career-Ops — Thanks for your interest in contributing 32.5k ★
- SuperClaude Framework — A configuration framework that enhances Claude Code with specialized commands, cognitive personas, and develop 22k ★
- Feature Dev — Comprehensive feature development with specialized agents 14k ★
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:
- Tell Claude it sucks, and let it try again.
- Open up some social media, and vent about how Claude sucks.
However, trying the same with Humans has proven extremely ineffective. *Humans bite back.*
The solution
The solution is a pretty simple feedback loop:
- Whenever you generate code, read it before you commit.
- If you see a mistake, try to articulate what should be improved and why.
- Iterate 2. until you have a rationale Claude can follow easily.
- Add the rationale with a small code sample to a Claude skill, to ensure future iterations have the same context.
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:
- Skills - Knowledge bases that provide expert guidance on Swift server topics
- swift-server-lint - A linting tool that enforces best practices from the skills
Related Skills
Claudekit Backend Tools
Backend development tools collection
Claudekit Web Dev Tools
Web development tools collection
Frontend Dev Pack
Frontend development skills collection
Backend Dev Pack
Backend development skills collection
Claude Code Subagents
A comprehensive collection of 100+ production-ready development subagents for Claude Code.
Claude Code Magento Agents
Collection of Claude Code Subagents designed to be used for Magento (2) development.
Related Agents
Part 11: Auto-Capture Hook (Stop Manually Writing Memory)
By Terp - Terp AI Labs --- The vault system from Part 9 is powerful, but there's a gap: you have to manually w
Design Md Consumer
Load when the user's project ships a design contract — a .design file (schema design.v1) or a DESIGN.md (the G
Design Archeologist
Long-running codebase scan. Extracts de-facto design tokens from existing UI code, clusters them by frequency,