Skillscode-signing-setup
C

code-signing-setup

Configure code signing for macOS and Windows binaries with notarization.

a5c-ai
11 stars
1.2k downloads
Updated 6d ago

Readme

code-signing-setup follows the SKILL.md standard. Use the install command to add it to your agent stack.

---
name: code-signing-setup
description: Configure code signing for macOS and Windows binaries with notarization.
allowed-tools: Read, Write, Edit, Bash, Glob, Grep
---

# Code Signing Setup

Configure code signing for binaries.

## Generated Patterns

```yaml
# macOS notarization with electron-builder/notarize
notarize:
  appBundleId: com.myorg.myapp
  appleId: $APPLE_ID
  appleIdPassword: $APPLE_ID_PASSWORD
  teamId: $APPLE_TEAM_ID

# Windows signing
signtool:
  certificateFile: $CERTIFICATE_FILE
  certificatePassword: $CERTIFICATE_PASSWORD
  timestampServer: http://timestamp.digicert.com
```

## Target Processes

- cli-binary-distribution
- package-manager-publishing

Install

Requires askill CLI v1.0+

Metadata

LicenseUnknown
Version-
Updated6d ago
Publishera5c-ai

Tags

api