no-problem-dev/claude-code-plugins
Skill Claude CodeCodex
A Go build-running skill that detects a Go project and follows its build workflow. Go is a programming language, and go.mod is the file that identifies a Go project and its dependencies.
Claude Code plugins for iOS/Go development, Firebase Emulator, release automation, and notifications
no-problem-dev/claude-code-plugins
Skill Claude CodeCodex
A Go build-running skill that detects a Go project and follows its build workflow. Go is a programming language, and go.mod is the file that identifies a Go project and its dependencies.
no-problem-dev/claude-code-plugins
Skill Claude CodeCodex
A Go test-running skill that detects a Go project and follows its test workflow. Go is a programming language, and go.mod identifies a Go project and its dependencies.
no-problem-dev/claude-code-plugins
Skill Claude CodeCodex
An iOS and Swift build-running skill for command-line use. It detects Xcode workspaces, which are project files that group Apple app code and its dependencies.
no-problem-dev/claude-code-plugins
Skill Claude CodeCodex
A command-line skill for testing iOS and Swift projects. It detects the project type, chooses a testing approach, and finds the available schemes, which are Xcode build-and-test configurations.
no-problem-dev/claude-code-plugins
Skill Claude CodeCodex
A workflow guide for managing changelogs, which are records of changes made in each software version.
no-problem-dev/claude-code-plugins
Skill Claude CodeCodex
A design-system workflow guide covering Swift design systems, required dependencies, design principles, a three-layer token system, and environment-based access.
no-problem-dev/claude-code-plugins
Skill Claude CodeCodex
A skill for operating the Firebase Emulator Suite, which runs local versions of Firebase services for development and testing.
no-problem-dev/claude-code-plugins
Skill Claude CodeCodex
A skill describing a Firebase Emulator workflow, including project-directory detection and environment variables. Firebase Emulator lets you test Firebase services locally instead of using a live project.
no-problem-dev/claude-code-plugins
Skill Claude CodeCodex
A structured workflow for developing Go backends, including project detection, recommended development steps, and related quality and maintenance skills. A backend is the server-side part of an application.
no-problem-dev/claude-code-plugins
Skill Claude CodeCodex
A development-server helper for Go projects, including finding the project and its main.go entry file.
no-problem-dev/claude-code-plugins
Skill Claude CodeCodex
A maintenance helper for Go projects that finds the project and organizes its dependencies.
no-problem-dev/claude-code-plugins
Skill Claude CodeCodex
A Go code-quality workflow that detects the project, runs lint checks with golangci-lint, and checks Swagger-related quality.
no-problem-dev/claude-code-plugins
Skill Claude CodeCodex
A guide for structuring iOS applications using clean architecture, an approach that separates user-interface code, business rules, and external services. It also covers local Swift packages and package dependencies.
no-problem-dev/claude-code-plugins
Skill Claude CodeCodex
A workflow guide for building and testing iOS apps, including a choice between MCP-based and command-line steps. MCP is a standard way for an agent to use external tools.
no-problem-dev/claude-code-plugins
Skill Claude CodeCodex
A workflow for diagnosing problems in iOS applications, including checking available MCP tools and using command-line tools when they are unavailable.
no-problem-dev/claude-code-plugins
Skill Claude CodeCodex
A skill for maintaining iOS projects, including detecting projects, clearing build caches, performing basic cleanup, managing simulators, and running Xcode clean operations.
no-problem-dev/claude-code-plugins
Skill Claude CodeCodex
A development guide for using SwiftUI previews and a Swift read-eval-print loop (REPL), with documentation through MCP.
no-problem-dev/claude-code-plugins
Skill Claude CodeCodex
A command-line guide for finding information about an iOS project, including its schemes, targets, and destinations.
no-problem-dev/claude-code-plugins
Skill Claude CodeCodex
A release-preparation workflow for getting software ready to publish, with an explicit-invocation rule and a check of the latest remote changes.
no-problem-dev/claude-code-plugins
Skill Claude CodeCodex
A release workflow guide covering version 2.0, skills, reference documents, and semantic versioning, a standard way to label software releases.
no-problem-dev/claude-code-plugins
Skill Claude CodeCodex
A project conversion tool that changes Claude Code files in `.claude/`—including skills, agents, and contexts—into the `.agents/` format used by Codex CLI.
no-problem-dev/claude-code-plugins
Skill Claude CodeCodex
A converter for turning Claude Code plugins into a format compatible with Codex CLI. It maps skills and agents into .agents/skills/ files and can generate AGENTS.md.
no-problem-dev/claude-code-plugins
Skill Claude CodeCodex
A helper for creating QA test cases for iOS applications. QA test cases are written checks used to confirm that software behaves correctly.
no-problem-dev/claude-code-plugins
Skill Claude CodeCodex
A test-execution step for iOS quality checks. It runs each test through a runner and a judge while tracking the app’s state and collecting results.