aminet-browser
Aminet search and browse: full-text search, category tree navigation, architecture filtering, package detail, and curated collections. Use when searching,…
Environment configuration and secrets management. Use when setting up .env files, managing secrets, or configuring environments.
$ npx -y skills add Tibsfox/gsd-skill-creator --skill env-setup --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/env-setupContext preview
The summary Claude sees to decide when to auto-load this skill.
Environment configuration and secrets management. Use when setting up .env files, managing secrets, or configuring environments.
name: env-setup description: Environment configuration and secrets management. Use when setting up .env files, managing secrets, or configuring environments. version: 1.0.0 format: 2025-10-02 triggers: - setting up environment variables updated: 2026-04-25 status: ACTIVE
| Rule | Why | |------|-----| | NEVER commit .env to git | Secrets persist in history forever | | NEVER log secret values | Logs stored in plain text, forwarded | | NEVER hardcode secrets | Source code is widely shared | | ALWAYS use .env.example | Documents vars without exposing values | | ALWAYS add .env* to .gitignore FIRST | Prevents accidental commit | | ALWAYS validate config at startup | Fail fast, not hours into production |
.env .env.* !.env.example *.pem *.key credentials.json
An adaptive learning and coprocessor architecture for Claude Code, built as an extension to GSD (open-gsd)
Repo: Tibsfox/gsd-skill-creator
Aminet search and browse: full-text search, category tree navigation, architecture filtering, package detail, and curated collections. Use when searching,…
FS-UAE emulator configuration and launch: hardware profiles, ROM management, WHDLoad integration, config generation, and state snapshots. Use when configuring…
Manages Aminet INDEX infrastructure: fetch, parse, cache, and incremental update of ~84,000-entry package database. Use when managing INDEX data, checking…
Aminet package installation: LhA/LZX extraction, Amiga filesystem mapping, dependency detection, install tracking, and scan gate enforcement. Use when…
Selective Aminet package mirroring: single-package fetch, integrity verification, mirror state tracking, bulk download, and sync detection. Use when…
Multi-layer virus scanning for Aminet packages. Signature-based detection, heuristic hunk analysis, boot block scanning, quarantine management, and scan…