Source

pproenca/dot-skills

265 skills · 65.1K combined installs

Skills from this source

#
Skill
Source
8W Activity
Installs
1
ios-animations Clinic-architecture-aligned iOS animation craft guidelines for SwiftUI (iOS 26 / Swift 6.2) covering motion tokens, s…
pproenca/dot-skills
296
2
skill-authoring Design and development best practices for Claude Code skills, MCP tools, and AI agent capabilities. Use when creating…
pproenca/dot-skills
293
3
orval Orval OpenAPI TypeScript client generation best practices. This skill should be used when configuring Orval, generati…
pproenca/dot-skills
289
4
37signals-rails 37signals Rails coding principles and conventions from DHH, Jorge Manrubia, and the Fizzy/Basecamp/HEY codebase. This…
pproenca/dot-skills
288
5
nginx-c-module-design nginx C module directive design guidelines for creating admin-friendly configuration interfaces. This skill should be…
pproenca/dot-skills
288
6
vhs VHS terminal recording best practices from Charmbracelet (formerly charmbracelet-vhs). This skill should be used when…
pproenca/dot-skills
288
7
python Python 3.11+ performance optimization guidelines (formerly python-311). This skill should be used when writing, revie…
pproenca/dot-skills
285
8
nginx-c-modules nginx C module development guidelines based on the official nginx development guide. This skill should be used when w…
pproenca/dot-skills
284
9
unix-cli UNIX command-line interface guidelines for building tools that follow POSIX conventions, proper exit codes, stream ha…
pproenca/dot-skills
284
10
rust-refactor Decision frameworks for Rust refactoring, simplification, module decomposition, and incremental migration. Use this s…
pproenca/dot-skills
281
11
12-factor-app The Twelve-Factor App methodology for building scalable, maintainable cloud-native applications. Use when designing b…
pproenca/dot-skills
280
12
js-google JavaScript style and best practices based on Google's official JavaScript Style Guide. This skill should be used when…
pproenca/dot-skills
280
13
tailwind-refactor Tailwind CSS code refactoring patterns for v4 migration and anti-pattern cleanup. This skill should be used when refa…
pproenca/dot-skills
280
14
audio-voice-recovery Audio forensics and voice recovery guidelines for CSI-level audio analysis. This skill should be used when recovering…
pproenca/dot-skills
279
15
pulumi Pulumi infrastructure as code performance and reliability guidelines. This skill should be used when writing, reviewi…
pproenca/dot-skills
276
16
ios-design-system Clinic-architecture-aligned iOS design system engineering for SwiftUI (iOS 26 / Swift 6.2) covering token architectur…
pproenca/dot-skills
271
17
think Deep strategic thinking mode that finds the single highest-leverage, most innovative action by blending concepts acro…
pproenca/dot-skills
267
18
harness-engineering Set up or update the agent-first engineering harness for any repository. Implements the complete scaffolding that mak…
pproenca/dot-skills
266
19
restful-hateoas RESTful API design guidelines following the Richardson Maturity Model through to Level 3 (HATEOAS) for Ruby on Rails.…
pproenca/dot-skills
265
20
ios-xcode Xcode setup and tooling guidance for iOS 26 / Swift 6.2 clinic modular MVVM-C projects covering project configuration…
pproenca/dot-skills
262
21
ruby-refactor Ruby refactoring guidelines from community best practices. This skill should be used when refactoring, reviewing, or …
pproenca/dot-skills
262
22
rails-dev Ruby on Rails performance and maintainability optimization guidelines for building backend APIs and frontend web appl…
pproenca/dot-skills
258
23
rails-testing Ruby on Rails testing best practices for writing effective, maintainable test suites with RSpec. This skill should be…
pproenca/dot-skills
258
24
ios-hig Apple Human Interface Guidelines for iOS 26 / Swift 6.2 clinic-architecture apps. Covers navigation, interaction desi…
pproenca/dot-skills
256
25
ruby-optimise Ruby performance optimization guidelines. This skill should be used when writing, reviewing, or refactoring Ruby code…
pproenca/dot-skills
248
26
ios-ui-refactor Principal-level SwiftUI UI review and refactoring patterns for iOS 26 / Swift 6.2 clinic-architecture apps, grounded …
pproenca/dot-skills
243
27
swift-optimise Swift 6.2 and SwiftUI performance optimization for iOS 26 clinic architecture codebases. Covers async/await concurren…
pproenca/dot-skills
241
28
swift-refactor Swift and SwiftUI refactoring patterns aligned with the iOS 26 / Swift 6.2 clinic modular MVVM-C architecture (Airbnb…
pproenca/dot-skills
240
29
dev-rfc Create well-structured RFCs and technical proposals for software projects. Use this skill whenever the user wants to …
pproenca/dot-skills
238
30
ios-testing Testing practices for iOS 26 / Swift 6.2 clinic modular MVVM-C applications. Covers unit/UI/snapshot testing, protoco…
pproenca/dot-skills
238
31
rails-design-system Ruby on Rails design system guidelines for building consistent, maintainable UI with minimal abstraction. This skill …
pproenca/dot-skills
235
32
ios-storyboard Legacy interoperability skill for Storyboard and Interface Builder maintenance in iOS 26 / Swift 6.2 clinic codebases…
pproenca/dot-skills
233
33
swift-ui-architect Opinionated SwiftUI architecture enforcement for iOS 26 / Swift 6.2 clinic modular MVVM-C apps using local SPM packag…
pproenca/dot-skills
233
34
swift-data SwiftData persistence and data-layer architecture for iOS 26 / Swift 6.2 clinic modular MVVM-C apps. Use when writing…
pproenca/dot-skills
231
35
ios-navigation Opinionated SwiftUI navigation enforcement for iOS 26 / Swift 6.2 clinic modular MVVM-C apps. Enforces Domain coordin…
pproenca/dot-skills
228
36
ios-chaos-monkey Crash-hunter skill for iOS 26 / Swift 6.2 clinic-architecture codebases that finds and fixes concurrency, memory, and…
pproenca/dot-skills
227
37
nginx-c-module-perf nginx C module performance optimization and reliability guidelines based on the official nginx development guide. Thi…
pproenca/dot-skills
226
38
ios-taste Designs iOS 18+ SwiftUI experiences with real taste — starting from user goals, not pixels. Use this skill whenever t…
pproenca/dot-skills
223
39
react-native-elements React Native Elements UI component library best practices for performance, theming, and proper component usage. Use w…
pproenca/dot-skills
223
40
effect-ts Effect-TS library usage in TypeScript — Effect.gen generators, Schema.Struct/Schema.Class definitions, Layer/Context.…
pproenca/dot-skills
222
41
nginx-c-module-debug nginx C module debugging guidelines based on the official nginx development guide. This skill should be used when deb…
pproenca/dot-skills
219
42
rails-application-ui-blocks Compose new Rails backend pages and refactor existing Rails UI to use premium blocks from templates/application-ui. U…
pproenca/dot-skills
219
43
bug-review Use this skill when a user asks to review a pull request for bugs, wants AI code review focused on correctness issues…
pproenca/dot-skills
217
44
rust-write-tests Expert-level Rust testing — the "What Could Break?" framework, five transformations from superficial to expert tests,…
pproenca/dot-skills
211
45
rust-implement Write production-grade Rust code using a multi-pass approach. Design types first, then implement, then simplify, then…
pproenca/dot-skills
210
46
app-planner Produces a design-plan (living document like an exec-plan) that maps an app domain to feature groups using Apple Desi…
pproenca/dot-skills
202
47
opencode-ts Write and refactor TypeScript code in repos that use Effect-TS services, Effect Schema, event-sourced persistence, an…
pproenca/dot-skills
202
48
domain-architect Discovers business domains in a Swift codebase by tracing what users can DO — not by reading folder names or architec…
pproenca/dot-skills
201
49
graph-schema Graph database schema design and data modeling expert. Use when designing, reviewing, or refactoring graph database s…
pproenca/dot-skills
199
50
exec-plan Manage the lifecycle of ExecPlans — self-contained, living specifications for multi-step work. Creates plans in the c…
pproenca/dot-skills
198
Page 2 · 265 total Previous Next