Skip to main content
JordanCoin
GitHub creator profile

JordanCoin

Repository-level view of 30 collected skills across 11 GitHub repositories.

skills collected
30
repositories
11
updated
Aug 12, 2026
Showing the top 8 repositories here; full repository list continues below.
repository explorer

Repositories and representative skills

boy-scout-rule
software-developers

When touching existing code and wanting to leave it better. Use when the user says "clean this up while I'm here," "should I fix this," "tech debt," "while I'm in this file," or "incremental improvement." For full refactoring, see solid or…

Feb 28, 2026
convention-over-configuration
software-developers

When organizing project structure, establishing patterns, or reducing configuration overhead. Use when the user says "how should I organize this," "what's the convention," "too much config," "project structure," "naming pattern," or "standardize this." For…

Feb 28, 2026
detect-stack
software-developers

Analyze a codebase to detect its language, framework, conventions, and CI gates. Run this on first use in a project to generate stack context that all coding principle skills reference. Use when the user says "detect stack," "analyze this project," or "what's…

Feb 28, 2026
dry
software-developers

When writing or reviewing code to eliminate duplicated knowledge and business logic. Use when the user says "this is duplicated," "we have this in two places," "single source of truth," "DRY this up," or "shotgun surgery." For premature abstraction concerns,…

Feb 28, 2026
kiss
software-developers

When writing or reviewing code to reduce complexity and improve readability. Use when the user says "simplify this," "too complex," "hard to read," "clean up," "what does this do," or "can't follow this code." For over-engineering concerns, see yagni. For…

Feb 28, 2026
law-of-demeter
software-developers

When reviewing code for excessive coupling and deep object chains. Use when the user says "too coupled," "train wreck," "chained calls," "feature envy," "mocking is painful," or "this reaches too deep." For broader structural coupling, see solid.

Feb 28, 2026
separation-of-concerns
software-developers

When structuring code into layers and modules with clear boundaries. Use when the user says "this function does too much," "fat controller," "mixed concerns," "where should this logic go," or "separate the layers." For interface-level design, see solid. For…

Feb 28, 2026
solid
software-developers

When designing module boundaries, interfaces, or class hierarchies for maintainable architecture. Use when the user says "how should I structure this," "too coupled," "hard to test," "dependency injection," "single responsibility," or "interface design." For…

Feb 28, 2026
Showing 8 of 9 collected skills.
ios-skills-router
software-developers

Always use when working on any iOS, macOS, Swift, SwiftUI, Xcode, or Apple platform project. Routes to the correct specialized skills based on development phase and task context. This collection contains 210 skills from 28 authors covering the full iOS…

Mar 31, 2026
xcode-preview-capture
software-developers

Build and capture Xcode/SwiftUI previews for visual analysis. Use when you need to see rendered UI output, verify layouts, or inspect visual components.

Mar 30, 2026
apple-docs-mcp
software-developers

MCP server for Apple Developer Documentation. Search iOS/macOS/SwiftUI/UIKit docs, WWDC videos with transcripts, sample code, and framework APIs. Use when you need to look up Apple APIs, check platform compatibility, find WWDC sessions, or browse framework…

Mar 30, 2026
cleanse
software-developers

Review code for readability, then simplify it to be easy to follow and understand. Use this skill when the user wants to simplify code, improve readability, clean up for handoff, make code skimmable, reduce complexity, refactor for clarity, strip boilerplate,…

Mar 30, 2026
figma-to-swiftui
software-developers

Translate Figma designs into production-ready SwiftUI code with 1:1 visual fidelity using the Figma MCP workflow. Trigger when the user provides Figma URLs or node IDs and wants iOS/SwiftUI implementation, asks to implement a design or component from Figma…

Mar 30, 2026
appkit-accessibility-auditor
software-quality-assurance-analysts-and-testers

Audit macOS AppKit interfaces for accessibility, focusing on VoiceOver, keyboard navigation, and semantics

Mar 30, 2026
swiftui-accessibility-auditor
software-quality-assurance-analysts-and-testers

Audit SwiftUI views for accessibility (iOS + macOS) with patch-ready fixes

Mar 30, 2026
uikit-accessibility-auditor
software-quality-assurance-analysts-and-testers

Audit UIKit-based screens for accessibility issues with concrete VoiceOver and Dynamic Type fixes

Mar 30, 2026
Showing 11 of 11 repositories
All repositories loaded