pproenca/dot-skills

A collection of AI agent skills following the Agent Skills open format

This repository also configures its own agents. See what dot-skills tells them →

205Stars on the repository
201Mods indexed here, across every type
24d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

human-copywrite

121

pproenca/dot-skills

Skill Claude CodeCodex

User-facing copy — UI strings, documentation, marketing, release notes, error messages, onboarding flows, blog posts, or anything that a person will read. Distilled from the Apple Style Guide (June 2025): voice and tone (active voice, present tense, second person, no jargon), punctuation, capitalization, hyphenation…

not rated 205 +4 24d ago A SkillSpector: pass 182 tokens original MIT

humanize

122

pproenca/dot-skills

Skill Claude Code

Remove signs of AI-generated writing from text (formerly human-writing). Use when editing or reviewing text to make it sound more natural and human-written. Based on Wikipedia's comprehensive "Signs of AI writing" guide. Detects and fixes patterns including: inflated symbolism, promotional language, superficial -ing…

not rated 205 +4 24d ago A Socket: passSnyk: pass 96 tokens copy · 83% MIT

pproenca/dot-skills

Skill Claude CodeCodex

Implementation guide for the 22 Gang of Four design patterns in idiomatic modern Python (3.10+), distilled from refactoring.guru. Use when writing, refactoring, or reviewing Python with a pattern-shaped problem — class-explosion from inheritance, conditionals switching on type, tight coupling to concrete classes…

not rated 205 +4 24d ago A SkillSpector: pass 227 tokens original MIT

pproenca/dot-skills

Skill Claude CodeCodex

Inngest event-driven functions in a Next.js (App Router) project — creating the client, the /api/inngest route handler, typed events with Zod schemas, durable event-triggered functions, scheduled cron functions, or fan-out orchestrators. Trigger when scaffolding Inngest patterns — and even if the user just says "add a…

not rated 205 +4 24d ago A SkillSpector: pass 134 tokens original MIT

pproenca/dot-skills

Skill Claude CodeCodex

Processing, transforming, or moving datasets that may exceed RAM on a single low-compute box — covers memory discipline (streaming, generators, dtype shrinkage), I/O access patterns (sequential vs random, mmap, async), data formats (Parquet vs CSV vs JSON, predicate pushdown), chunking & batching, spill-to-disk…

not rated 205 +4 24d ago A SkillSpector: pass 242 tokens original MIT

ios-animations

126

pproenca/dot-skills

Skill Claude CodeCodex

Clinic-architecture-aligned iOS animation craft guidelines for SwiftUI (iOS 26 / Swift 6.2) covering motion tokens, spring physics, gesture continuity, spatial transitions, micro-interactions, and accessibility. Enforces @Equatable on animated views and keeps animation state aligned with Domain/Data feature…

not rated 205 +4 24d ago A SkillSpector: pass 90 tokens original MIT

ios-chaos-monkey

127

pproenca/dot-skills

Skill Claude CodeCodex

Crash-hunter skill for iOS 26 / Swift 6.2 clinic-architecture codebases that finds and fixes concurrency, memory, and I/O bugs using TDD. Covers data races, actor isolation, retain cycles, SwiftData context misuse, and sync-related failures in Domain/Data/App boundaries. Use when debugging crashes or hard-to-reproduce…

not rated 205 +4 24d ago A SkillSpector: warn 86 tokens original MIT

ios-design-system

128

pproenca/dot-skills

Skill Claude CodeCodex

Clinic-architecture-aligned iOS design system engineering for SwiftUI (iOS 26 / Swift 6.2) covering token architecture, color/typography/spacing systems, component style libraries, asset governance, and theming. Enforces @Equatable on views and keeps design-system usage compatible with Feature-to-Domain+DesignSystem…

not rated 205 +4 24d ago A SkillSpector: pass 93 tokens original MIT

ios-design

129

pproenca/dot-skills

Skill Claude CodeCodex

SwiftUI interface implementation patterns aligned with the iOS 26 / Swift 6.2 clinic modular MVVM-C architecture, grounded in Creative Selection and Design Like Apple principles. Use when building new SwiftUI views/screens while respecting Domain/Data boundaries, App-target route-shell navigation, and production-grade…

not rated 205 +4 24d ago A Socket: passSnyk: passSkillSpector: pass 66 tokens original MIT

ios-hig

130

pproenca/dot-skills

Skill Claude CodeCodex

Apple Human Interface Guidelines for iOS 26 / Swift 6.2 clinic-architecture apps. Covers navigation, interaction design, accessibility, feedback states, UX patterns, and visual design for SwiftUI implementations that follow App-target coordinators/route shells and Domain/Data boundaries. Use when designing or…

not rated 205 +4 24d ago A SkillSpector: pass 78 tokens original MIT

ios-navigation

131

pproenca/dot-skills

Skill Claude CodeCodex

Opinionated SwiftUI navigation enforcement for iOS 26 / Swift 6.2 clinic modular MVVM-C apps. Enforces Domain coordinator protocols, App-target DependencyContainer + concrete coordinators + route shells, NavigationPath ownership, coordinator-owned modal state, deep-link/state-restoration readiness, and…

not rated 205 +4 24d ago A SkillSpector: pass 88 tokens original MIT

ios-storyboard

132

pproenca/dot-skills

Skill Claude CodeCodex

Legacy interoperability skill for Storyboard and Interface Builder maintenance in iOS 26 / Swift 6.2 clinic codebases. Use only for migration or maintenance of existing storyboard screens; not for new SwiftUI clinic feature development. Triggers on Auto Layout, segues, size classes, IB accessibility, storyboard merge…

not rated 205 +4 24d ago A SkillSpector: pass 78 tokens original MIT

ios-testing

133

pproenca/dot-skills

Skill Claude CodeCodex

Testing practices for iOS 26 / Swift 6.2 clinic modular MVVM-C applications. Covers unit/UI/snapshot testing, protocol-based mocks, async actor isolation, and dependency-injected test architecture aligned with Domain protocols, App-target composition, and Data-owned I/O boundaries. Use when writing, reviewing, or…

not rated 205 +4 24d ago A SkillSpector: pass 79 tokens original MIT

ios-ui-refactor

134

pproenca/dot-skills

Skill Claude CodeCodex

Principal-level SwiftUI UI review and refactoring patterns for iOS 26 / Swift 6.2 clinic-architecture apps, grounded in Rams, Segall, and Edson principles. Use when auditing or improving existing SwiftUI screens, transitions, animations, and visual systems while preserving brand identity and respecting clinic…

not rated 205 +4 24d ago A SkillSpector: pass 72 tokens original MIT

ios-xcode

135

pproenca/dot-skills

Skill Claude CodeCodex

Xcode setup and tooling guidance for iOS 26 / Swift 6.2 clinic modular MVVM-C projects covering project configuration, SwiftData container wiring, testing, debugging, profiling, and distribution workflows. Use when configuring App-target infrastructure or day-to-day tooling around clinic architecture modules.

not rated 205 +4 24d ago A SkillSpector: pass 62 tokens original MIT

js-google

136

pproenca/dot-skills

Skill Claude CodeCodex

JavaScript style and best practices based on Google's official JavaScript Style Guide. This skill should be used when writing, reviewing, or refactoring JavaScript code to ensure consistent style and prevent common bugs. Triggers on tasks involving JavaScript, ES6, modules, JSDoc, naming conventions, or code…

not rated 205 +4 24d ago A SkillSpector: pass 67 tokens original MIT

jscodeshift

137

pproenca/dot-skills

Skill Claude CodeCodex

Comprehensive best practices guide for jscodeshift codemod development, designed for AI agents and LLMs. Contains 40 rules across 8 categories, prioritized by impact from critical (parser configuration, AST traversal) to incremental (advanced patterns). Each rule includes detailed explanations, real-world examples…

not rated 205 +4 24d ago A Socket: passSnyk: passSkillSpector: pass 61 tokens original MIT

knip-deadcode

138

pproenca/dot-skills

Skill Claude CodeCodex

Knip dead code detection best practices for JavaScript and TypeScript projects. Use when configuring Knip, analyzing unused code, setting up CI integration, or cleaning up codebases. Triggers on knip.json, dead code, unused exports, unused dependencies, bundle optimization.

not rated 205 +4 24d ago A Socket: passSnyk: passSkillSpector: pass 61 tokens original MIT

language-spec-author

139

pproenca/dot-skills

Skill Claude CodeCodex

Turn a rough idea for a language into a complete, implementable specification — a DSL, query, config/data, template, or protocol language — by interviewing the author dimension by dimension until another developer could build a conforming implementation from the document alone. It grills for the decisions authors…

not rated 205 +4 24d ago A SkillSpector: pass 198 tokens original MIT

pproenca/dot-skills

Skill Claude CodeCodex

Methodology for starting a new library-reference distillation skill — one that turns an external library (nuqs, zod, framer-motion, msw, react-hook-form, emilkowal-animations) into an idiomatic-usage rule pack — or evolving one against a new upstream release. Distills the conventions empirically shared across shipped…

not rated 205 +4 24d ago A SkillSpector: pass 217 tokens original MIT

pproenca/dot-skills

Skill Claude CodeCodex

Mapping out an unfamiliar codebase via NLP and graph algorithms — 40 algorithms across topic modelling, semantic embeddings, code graphs, repository mining, clone detection, IR-based bug localization, identifier linguistics, and complexity metrics. Trigger when hunting bugs across many files, scoping a new feature…

not rated 205 +4 24d ago A SkillSpector: pass 130 tokens original MIT

pproenca/dot-skills

Skill Claude CodeCodex

Personalisation and recommendation systems for a two-sided trust marketplace built on AWS Personalize — event tracking, dataset and schema design, two-sided matching, cold start, feedback loops, bias control, recipe selection, serving-time re-ranking, observability, and a diagnostic playbook for existing systems.…

not rated 205 +4 24d ago A SkillSpector: pass 121 tokens original MIT

pproenca/dot-skills

Skill Claude CodeCodex

Pre-member journey of a two-sided trust marketplace — from anonymous landing through onboarding, registration, and the paid-membership paywall. Covers anonymous signal inference, what pet owners specifically need to validate before paying (safety, availability, competence, effort, local cost comparison), what pet…

not rated 205 +4 24d ago A SkillSpector: pass 173 tokens original MIT

pproenca/dot-skills

Skill Claude CodeCodex

Feature engineering for marketplace recommenders — what to extract from raw marketplace assets (listing photos, owner-entered listing metadata, sitter wizard responses) to power item-to-item (similar listings), user-to-item (homefeed ranking), or user-to-user (mutual-fit matching) recommenders. Covers asset auditing…

not rated 205 +4 24d ago A SkillSpector: pass 218 tokens original MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: