swift-concurrency-expert
Safe 71Review and fix Swift concurrency issues
by Dimillian
Swift concurrency code often produces compiler errors that are difficult to resolve. This skill provides systematic triage and safe fix patterns for Swift 6.2+ concurrency compliance with minimal behavior changes.
macos-spm-app-packaging
Low Risk 74Package macOS apps with Swift Package Manager
by Dimillian
Build and distribute macOS applications without Xcode. This skill scaffolds SwiftPM projects, creates .app bundles, handles code signing, and manages Apple notarization for distribution outside the Apple ecosystem.
ios-debugger-agent
Safe 71Debug iOS Apps on Simulators
by Dimillian
Building and testing iOS apps on simulators requires navigating XcodeBuild commands, simulator controls, and debugging workflows. This skill provides step-by-step guidance for building, running, and debugging iOS apps using XcodeBuildMCP tools.
gh-issue-fix-flow
Safe 71Fix GitHub issues end-to-end
by Dimillian
Manually resolving GitHub issues requires navigating multiple tools and remembering each step. This skill provides a structured workflow that guides AI assistants from issue intake through code changes, testing, and git push with consistent results.
backend-dev-guidelines
Safe 70Apply backend development best practices
by diet103
Create consistent, maintainable backend services with proven Node.js/Express/TypeScript patterns. This skill provides architectural guidance, code templates, and security-aware patterns for microservices development.
subagent-orchestration
Safe 71Coordinate Multiple AI Subagents in Parallel
by DieGopherLT
Managing multiple AI subagents can lead to conflicting changes and scope creep. This skill provides structured guidelines for orchestrating parallel agent workflows with clear boundaries, file scopes, and task isolation.
tanstack-integration
Safe 69Analyze code for TanStack library adoption opportunities
by Dicklesworthstone
Web applications often overuse libraries before understanding their actual benefits. This skill provides strategic prompts to identify where TanStack libraries (Query, Table, Form, Router) genuinely improve working code.
github
Safe 68Manage GitHub repositories from terminal
by Dicklesworthstone
Managing GitHub repositories, issues, and pull requests through the web interface is slow and error-prone. This skill provides comprehensive gh CLI commands for faster workflows directly from your terminal.
cursor
Safe 68Control Cursor editor from your terminal
by Dicklesworthstone
Switching between terminal and GUI to open files slows your development flow. This skill provides all Cursor CLI commands to open files, compare code, and manage extensions directly from command line.
cm
Low Risk 67Build persistent cross-agent memory with CM
by Dicklesworthstone
AI coding agents accumulate valuable knowledge but lose it between sessions. CM captures patterns and learnings across all your agents, turning scattered experiences into persistent procedural memory that improves over time with confidence scoring.
caam
Safe 68Switch AI accounts instantly
by Dicklesworthstone
Managing multiple AI coding subscriptions is frustrating when you hit rate limits. CAAM switches accounts in sub-100ms by backing up and restoring OAuth tokens locally. No browser OAuth friction required.
testing-test-writing
Safe 70Write Pest Tests for Critical User Flows
by DevanB
Writing comprehensive tests for Laravel applications can be time-consuming and unclear. This skill provides focused guidance on writing meaningful tests that cover core user workflows using the Pest framework, ensuring quality without over-testing.
global-tech-stack
Safe 69Enforce Your Laravel and React Tech Stack Standards
by DevanB
When working on projects with specific technology requirements, Claude Code needs guidance to make consistent architectural decisions. This skill ensures Claude Code adheres to your established Laravel, PHP, React, PostgreSQL, and tooling standards across all development tasks.
global-error-handling
Safe 70Implement Robust Error Handling in Your Code
by DevanB
Managing errors in production code is complex and error-prone. This skill guides Claude Code to implement comprehensive error handling with specific exception types, centralized error management, graceful degradation, and proper resource cleanup.
global-commenting
Safe 70Write better code comments with AI guidance
by DevanB
Code comments often become outdated or state the obvious. This skill helps you write meaningful, evergreen comments that explain complex logic and reduce maintenance burden.
global-coding-style
Safe 71Enforce Code Formatting Standards
by DevanB
Inconsistent code styles create technical debt and slow down team collaboration. This skill provides Claude Code with comprehensive coding standards for PHP and TypeScript, ensuring every file follows uniform formatting, naming conventions, and type safety rules.
frontend-responsive
Safe 71Implement mobile-first responsive designs
by DevanB
Building responsive web interfaces that work across all device sizes is challenging without clear guidelines. This skill provides AI assistants with specific guidance on implementing mobile-first responsive designs using fluid layouts, breakpoints, and touch-friendly patterns.
frontend-css
Safe 71Write Consistent, Maintainable CSS with Tailwind
by DevanB
Writing CSS without standards leads to inconsistent styling, bloated stylesheets, and maintenance challenges across a codebase. This skill guides AI assistants to use Tailwind utility classes, follow design system tokens, and maintain styling consistency across all components.
frontend-components
Safe 71Build Reusable React Components with Best Practices
by DevanB
Creating maintainable frontend components can be challenging without clear standards. This skill guides Claude Code to build React components with single responsibilities, clean prop interfaces, and proper composition patterns.
backend-queries
Safe 69Write Secure Database Queries
by DevanB
Database queries often suffer from security vulnerabilities and performance issues. This skill provides expert guidance on writing parameterized queries to prevent SQL injection, optimizing with eager loading to eliminate N+1 problems, and implementing transactions for data integrity.