secretcodex
Generate creative code names and encode/decode secret messages using classic and sophisticated ciphers. Blends nostalgic decoder ring fun with modern cryptographic techniques. Includes Caesar, Vigenรจre, Polybius, Rail Fence, and hybrid methods. Provides keys for secure message sharing between trusted parties.
What this skill does
# SecretCodex
## Description
SecretCodex brings back the magic of decoder rings from your childhood cereal boxes, but with the sophistication of modern cryptography. Generate creative code names for operations and team members, encode secret messages using multiple cipher methods, and decode messages from trusted contactsโall with keys that you control and share manually with intended recipients.
Perfect for:
- ๐ฏ Creating code names for projects, operations, or team members
- ๐ Sending secret messages between friends, family, or team
- ๐ Learning cryptography through hands-on practice
- ๐ฎ Adding mystery to games, scavenger hunts, or puzzles
- ๐ช Fun challenges and brain teasers
- ๐ Private notes that only you (and your key-holders) can read
## Core Philosophy
**Security through obscurity is weak. Security through strong ciphers + key management is powerful.**
SecretCodex teaches you both:
- **Simple ciphers** (fun, educational, quick)
- **Sophisticated ciphers** (stronger, layered, secure)
- **Hybrid methods** (combine multiple techniques)
- **Key management** (the real secret to cryptography)
## 1. Code Name Generator
Before you encode messages, you need great code names! SecretCodex generates creative, memorable names for operations, projects, or individuals.
### Code Name Styles
#### Operation Names (Mission/Project Codenames)
**Format**: [Adjective] + [Noun]
**Examples:**
- Operation Silent Thunder
- Operation Crimson Falcon
- Operation Midnight Protocol
- Operation Steel Horizon
- Operation Quantum Shield
**Generation Strategy:**
- Choose a tone (stealthy, powerful, technical, natural, mythical)
- Pair evocative adjective with strong noun
- Avoid obvious connections to actual project
#### Personal Codenames (Agent/Team Member Names)
**Format**: Single word or [Title] + [Element]
**Examples:**
- Phoenix (rebirth, fire)
- Cipher (encryption, secrecy)
- Raven (intelligence, mystery)
- Atlas (strength, reliability)
- Echo (communication, repetition)
- Agent Frost (cool, calculated)
- The Architect (strategic, builder)
**Generation Strategy:**
- Consider person's role or traits
- Use animals, elements, concepts, or titles
- Make it memorable and easy to say
#### Location Codenames
**Format**: Geographic-sounding but fictional
**Examples:**
- Raven's Point (meeting location)
- Glacier Station (server location)
- Meridian Hub (coordination center)
### Code Name Generation Process
**User provides:**
- Type (operation, person, location)
- Tone (serious, playful, technical, mysterious)
- Optional themes (nature, technology, mythology, colors)
**SecretCodex generates:**
- 5-10 options with meanings
- Phonetic spellings (for radio clarity)
- Alternatives if first choice is compromised
**Example:**
*User: "Generate a code name for our Q1 product launch project. Tone: Exciting but professional."*
*SecretCodex:*
```
CODE NAME OPTIONS:
1. Operation Silver Dawn
- Silver: Premium, valuable, reflective
- Dawn: New beginning, fresh start
- Phonetic: SILVER DON
- Use case: "Silver Dawn is go for launch"
2. Project Velocity Edge
- Velocity: Speed, momentum, progress
- Edge: Cutting-edge, advantage, boundary
- Phonetic: vuh-LOSS-ih-tee EDJ
3. Initiative Catalyst Prime
- Catalyst: Trigger change, accelerate
- Prime: First-class, optimal, ready
4. Operation Horizon Shift
- Horizon: Future, vision, expansion
- Shift: Change, transformation
5. Project Apex Launch
- Apex: Peak, highest point, summit
- Launch: Beginning, deployment
Recommendation: "Operation Silver Dawn" -
Professional, aspirational, easy to remember and say.
```
## 2. Classic Ciphers (Decoder Ring Era)
### Caesar Cipher (Alphabetic Shift)
**How it works:**
Shift each letter forward or backward in the alphabet by a fixed number.
**Key:** Shift amount (1-25)
**Example:**
```
Plaintext: MEET ME AT NOON
Key: Shift 3
Ciphertext: PHHW PH DW QRRQ
M โ P (shift 3)
E โ H (shift 3)
E โ H (shift 3)
T โ W (shift 3)
```
**Decoding:**
Shift backward by the same amount.
**Strength:** โญโโโโ (Very weak - only 25 possible keys)
**Best for:** Kids, quick messages, nostalgia
---
### ROT13 (Caesar Shift by 13)
**How it works:**
Special case of Caesar cipher with shift of 13. Encoding = Decoding (symmetric).
**Key:** None needed (always shift 13)
**Example:**
```
Plaintext: SECRET MESSAGE
Ciphertext: FRPERG ZRFFNTR
S โ F (shift 13)
E โ R (shift 13)
...
```
**Strength:** โญโโโโ (Very weak - single fixed key)
**Best for:** Quick obfuscation, forum spoilers, simple hiding
---
### Atbash Cipher (Reverse Alphabet)
**How it works:**
Replace A with Z, B with Y, C with X, etc. (reverse alphabet)
**Key:** None (fixed pattern)
**Example:**
```
Plaintext: HIDDEN
Ciphertext: SRWWVM
H โ S (A=Z, B=Y, ... H=S)
I โ R
D โ W
D โ W
E โ V
N โ M
```
**Strength:** โญโโโโ (Very weak - no key variation)
**Best for:** Quick reversal, simple codes
---
### Pigpen Cipher (Symbol Substitution)
**How it works:**
Replace letters with geometric symbols based on grids.
**Key:** Grid arrangement (standard or custom)
**Grid Pattern:**
```
# Grid 1: # Grid 2:
A|B|C J|K|L
-+-+- -+-+-
D|E|F M|N|O
-+-+- -+-+-
G|H|I P|Q|R
# X-Grid 1: # X-Grid 2:
S T W X
X X
U V Y Z
```
**Example:**
```
Plaintext: HELLO
Symbols: [H][E][L][L][O]
H = bottom-left of first grid
E = middle of first grid
L = top-right of second grid
L = top-right of second grid
O = middle of second grid
```
**Strength:** โญโญโโโ (Weak - pattern recognition)
**Best for:** Visual encoding, kids, scavenger hunts
---
## 3. Intermediate Ciphers (Getting Stronger)
### Polybius Square (Grid Coordinates)
**How it works:**
Letters arranged in 5ร5 grid (I/J combined). Each letter = row + column.
**Key:** Grid arrangement (can be scrambled)
**Standard Grid:**
```
1 2 3 4 5
1 A B C D E
2 F G H I/J K
3 L M N O P
4 Q R S T U
5 V W X Y Z
```
**Example:**
```
Plaintext: ATTACK
Ciphertext: 11 44 44 11 13 25
A = row 1, col 1 = 11
T = row 4, col 4 = 44
T = row 4, col 4 = 44
A = row 1, col 1 = 11
C = row 1, col 3 = 13
K = row 2, col 5 = 25
```
**Strength:** โญโญโโโ (Weak alone, strong when combined)
**Best for:** Numeric encoding, combining with other methods
---
### Vigenรจre Cipher (Keyword-Based Shift)
**How it works:**
Like Caesar but the shift changes for each letter based on a keyword.
**Key:** Keyword or phrase (longer = stronger)
**Example:**
```
Plaintext: ATTACK AT DAWN
Key: SECRETSECRETSE
Ciphertext: SXVRGD SX HSAS
A + S = S (0+18 mod 26)
T + E = X (19+4 mod 26)
T + C = V (19+2 mod 26)
A + R = R (0+17 mod 26)
C + E = G (2+4 mod 26)
K + T = D (10+19 mod 26)
...
```
**Vigenรจre Square (for reference):**
```
A B C D E F ...
A | A B C D E F ...
B | B C D E F G ...
C | C D E F G H ...
... (26ร26 grid)
```
**Decoding:**
Use keyword to shift backward.
**Strength:** โญโญโญโโ (Moderate - strong if long keyword)
**Best for:** Keyword-based secrecy, shared phrase keys
---
### Rail Fence Cipher (Transposition)
**How it works:**
Write message in zigzag pattern across multiple rails, read off by rows.
**Key:** Number of rails (2-10)
**Example with 3 rails:**
```
Plaintext: THISISASECRET
Writing pattern (3 rails):
T . . . S . . . E . . . T Rail 1: T S E T
. H . S . I . A . S . C . E Rail 2: H S I A S C E
. . I . . . S . . . R . . Rail 3: I S R
Ciphertext: TSET HSIASECE ISR (read row by row)
Compact: TSETHSIASCEEISR
```
**Decoding:**
Know number of rails, reverse the zigzag write.
**Strength:** โญโญโโโ (Weak - pattern-based)
**Best for:** Visual rearrangement, combining with substitution
---
## 4. Advanced Ciphers (Modern Sophistication)
### Playfair Cipher (Digraph Substitution)
**How it works:**
Encrypt pairs of letters using a 5ร5 keyed grid. Much stronger than single-letter substitution.
**Key:** Keyword creates the grid
**Grid Creation:**
1. WrRelated in Security
mac-ops
IncludedComprehensive macOS workstation operations โ diagnose kernel panics, identify failing drives, audit launchd startup items, decode wake reasons, triage TCC permission denials, manage APFS snapshots, recover from no-boot. Use for: Mac is slow, slow bootup, won't boot, kernel panic, kernel_task hot, mds_stores CPU, photoanalysisd, cloudd, login loop, gray screen, sleep wake failure, drive failing, IO errors, APFS snapshots eating space, Time Machine local snapshots, Spotlight indexing, launchd, LaunchAgent, LaunchDaemon, login items, TCC permissions, Full Disk Access, Screen Recording denied, Gatekeeper, quarantine, com.apple.quarantine, app is damaged, helper tool, /Library/PrivilegedHelperTools, pmset, wake reasons, dark wake, sysdiagnose, panic.ips, DiagnosticReports, configuration profile, MDM profile, remote diagnostics over SSH.
a11y-audit
IncludedRun accessibility audits on web projects combining automated scanning (axe-core, Lighthouse) with WCAG 2.1 AA compliance mapping, manual check guidance, and structured reporting. Output is configurable: markdown report only, markdown plus machine-readable JSON, or markdown plus issue tracker integration. Use this skill whenever the user mentions "accessibility audit", "a11y audit", "WCAG audit", "accessibility check", "compliance scan", or asks to check a web project for accessibility issues. Also trigger when the user wants to verify WCAG conformance or map findings to a specific standard (CAN-ASC-6.2, EN 301 549, ADA/AODA).
erpclaw
IncludedAI-native ERP system with self-extending OS. Full accounting, invoicing, inventory, purchasing, tax, billing, HR, payroll, advanced accounting (ASC 606/842, intercompany, consolidation), and financial reporting. 413 actions across 14 domains, 43 expansion modules. Constitutional guardrails, adversarial audit, schema migration. Double-entry GL, immutable audit trail, US GAAP.
assess
IncludedAssesses and rates quality 0-10 across multiple dimensions (correctness, maintainability, security, performance, testability, simplicity) with pros/cons analysis. Compares against project conventions and prior decisions from memory. Produces structured evaluation reports with actionable improvement suggestions. Use when evaluating code, designs, architectures, or comparing alternative approaches.
spring-boot-security-jwt
IncludedProvides JWT authentication and authorization patterns for Spring Boot 3.5.x covering token generation with JJWT, Bearer/cookie authentication, database/OAuth2 integration, and RBAC/permission-based access control using Spring Security 6.x. Use when implementing authentication or authorization in Spring Boot applications.
code-hardcode-audit
IncludedDetect hardcoded values, magic numbers, and leaked secrets. TRIGGERS - hardcode audit, magic numbers, PLR2004, secret scanning.