desktop-apps
π―Skillfrom miles990/claude-software-skills
Generates cross-platform desktop application architectures and boilerplate code using modern frameworks like Electron, Qt, or .NET MAUI.
Installation
npx skills add https://github.com/miles990/claude-software-skills --skill desktop-appsSkill Details
Overview
# Claude Software Skills
> 55 modular software development skills for Claude Code - from architecture to deployment
[](./README.md)
[](./README.md)
[](https://code.claude.com/docs/en/discover-plugins)
```
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β Claude Software Skills β
β β
β ββββββββββββββββ ββββββββββββββββ ββββββββββββββββ β
β β Software β β Software β β Development β β
β β Design β β Engineering β β Stacks β β
β β 6 β β 8 β β 8 β β
β ββββββββββββββββ ββββββββββββββββ ββββββββββββββββ β
β β
β ββββββββββββββββ ββββββββββββββββ ββββββββββββββββ β
β β Tools & β β Domain β β Programming β β
β β Integrations β β Applications β β Languages β β
β β 9 β β 12 β β 12 β β
β ββββββββββββββββ ββββββββββββββββ ββββββββββββββββ β
β β
β AI θͺεθε₯δ»»ε β θΌε ₯ε°ζι εη₯θ β
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
```
Features
- MCP Compatible - Works with Claude Code, Cursor, and other MCP clients
- Semantic Search - Claude automatically finds relevant skills for your task
- Cross-Domain Integration - Skills work together seamlessly
- Best Practices Built-In - Each skill includes patterns and anti-patterns
- Modular Architecture - Use only what you need
- Sharp Edges - Proactive warnings about common pitfalls with detection patterns
- Validations - Executable code quality rules with regex/ast patterns
- Collaboration - Skills declare relationships for smart delegation and context passing
Installation
Plugin Marketplace (Recommended)
```bash
# 1. Add marketplace (GitHub format: owner/repo)
/plugin marketplace add miles990/claude-software-skills
# 2. Open plugin management interface, view available plugins in Discover tab
/plugin
# 3. Install specific skills (choose what you need)
/plugin install frontend@claude-software-skills
/plugin install backend@claude-software-skills
/plugin install api-design@claude-software-skills
# Or mention skill name in conversation, Claude will auto-load
```
Supported GitHub formats:
```bash
# Short format (recommended)
/plugin marketplace add miles990/claude-software-skills
# HTTPS URL
/plugin marketplace add https://github.com/miles990/claude-software-skills.git
# Specify branch or tag
/plugin marketplace add miles990/claude-software-skills#main
```
Plugin commands:
| Command | Description |
|---------|-------------|
| /plugin | Open interactive plugin management interface |
| /plugin install | Install specific plugin |
| /plugin disable | Temporarily disable plugin |
| /plugin uninstall | Completely remove plugin |
Available Skills
Software Design (6 skills)
| Skill | Description |
|-------|-------------|
| architecture-patterns | Software architecture patterns and best practices |
| design-patterns | Classic and modern software design patterns |
| api-design | RESTful, GraphQL, gRPC, and API best practices |
| system-design | Scalability, availability, and distributed systems design |
| data-design | Data modeling, schema design, and data architecture |
| ux-principles | User experience design principles for developers |
Software Engineering (8 skills)
| Skill | Description |
|-------|-------------|
| code-quality | Clean code principles, SOLID, and co
More from this repository10
Identifies and recommends security best practices, vulnerability detection patterns, and proactive risk mitigation strategies for software development projects.
Automates and guides developers through common Git workflow patterns, providing best practices, branch management strategies, and collaborative code integration techniques.
Automates continuous integration and deployment workflows, generating pipeline configurations, scripts, and best practices for streamlining software delivery across different cloud and container pl...
Provides intelligent shell and Bash scripting assistance, offering code generation, syntax validation, and best practice recommendations for command-line and scripting tasks.
Provides comprehensive developer productivity tools and utilities for streamlining software development workflows, configuration management, and environment setup.
Develops and configures IoT edge computing solutions, focusing on device connectivity, data processing, and deployment strategies for distributed edge networks.
Automates repetitive development tasks by generating, managing, and executing cross-platform scripting workflows with intelligent task recognition and template-based generation.
Provides comprehensive Swift programming language expertise, including best practices, code generation, architecture guidance, and quality validation for iOS and macOS development.
claude-code-plugin skill from miles990/claude-software-skills
Generates, validates, and manages API-related artifacts like OpenAPI/Swagger specifications, request/response schemas, and provides tools for API documentation and testing workflows.