The-Artificer-of-Ciphers-LLC

41 mods across 1 repository, 4 stars between them.

artifact-gates

01

The-Artificer-of-Ciphers-LLC/skills-from-the-artificer

Skill Claude CodeCodex

Make workflow steps enforceable by giving each one a file it must produce. Use when an agent skips steps in a long directive, playbook, or slash command despite them being marked MANDATORY/ABSOLUTE/BLOCKING; when writing or reviewing a multi-step workflow that must not be short-circuited; when a review, design, or…

not rated 4 2d ago A 151 tokens original MIT

The-Artificer-of-Ciphers-LLC/skills-from-the-artificer

Skill Claude CodeCodex

Apply the "Choose Boring Technology" principle when evaluating tech stack decisions, adding new tools or frameworks, proposing a rewrite, or debating between a familiar vs. cutting-edge approach. Use this skill whenever someone is considering adopting a new library, language, database, or service—even if they frame it…

not rated 4 2d ago A 101 tokens original MIT

ci-preflight

03

The-Artificer-of-Ciphers-LLC/skills-from-the-artificer

Skill Claude CodeCodex

Run before pushing any branch that adds shipped files, hooks, or platform-specific code. Prevents the CI-whiplash pattern — multiple red pushes that could have been caught locally.

not rated 4 2d ago A 40 tokens original MIT

bug-fixer

04

The-Artificer-of-Ciphers-LLC/skills-from-the-artificer

Command

Engineering Workflow Directive — Bug Remediation & Diagnostics. Sweeps every open confirmed-bug issue unattended, Memtrace-first, and runs each end to end THROUGH MERGE — diagnosis → failing-first TDD via gsd-test → two orthogonal reviews → PR → CI watch → merge. Per-issue artifact gates make each blocking step…

not rated 4 2d ago C 92 tokens original MIT

feature-builder

05

The-Artificer-of-Ciphers-LLC/skills-from-the-artificer

Command

Engineering Workflow Directive — Feature Implementation & Integrations. Implements a feature-request epic or single feature issue, Memtrace-first. Graph-backed research, recorded-decision + known-defect gauntlets, epic detection with seam-validated multi-PR decomposition (stacked or Fleet-parallel), then a…

not rated 4 2d ago A 102 tokens original MIT

review-open-prs

06

The-Artificer-of-Ciphers-LLC/skills-from-the-artificer

Command

Command "review-open-prs" from The-Artificer-of-Ciphers-LLC/skills-from-the-artificer, covering batch pr review directive — all open prs i did not author, phase a — enumerate target prs & build the queue, phase b — per-pr directive (runs once per queued $pr), 0. context anchoring and 1. preconditions.

not rated 4 2d ago A 0 tokens original MIT

triage-review

08

The-Artificer-of-Ciphers-LLC/skills-from-the-artificer

Command

Batch-triage every open needs-triage + needs-reproduction issue, Memtrace-first. Route by classification — defect → diagnose + Agent Brief + confirmed-bug (ready for agent); enhancement → interactive digest + prior-denial check + your approve/deny; feature request → augmented Feature Review Report + your Go/No-go.

not rated 4 2d ago B 68 tokens original MIT

conways-law

09

The-Artificer-of-Ciphers-LLC/skills-from-the-artificer

Skill Claude CodeCodex

Apply Conway's Law when discussing system architecture, team structure, org design, microservices, API ownership, or any situation where communication patterns and software design intersect. Trigger on phrases like "who owns this service?", "our teams keep stepping on each other", "how should we split up this…

not rated 4 2d ago A 107 tokens original MIT

cost-routing

10

The-Artificer-of-Ciphers-LLC/skills-from-the-artificer

Skill Claude CodeCodex

Top-level dispatcher that classifies every incoming request into scout / coder / architect tiers BEFORE any tool call. Routes Read, Grep, Glob, file-search, symbol-lookup, "where is X", and "list files matching Y" to haiku-scout. Routes known-location Edit, Write, multi-file refactor, test authoring, and bounded code…

not rated 4 2d ago B 133 tokens original MIT

cost-tier-routing

11

The-Artificer-of-Ciphers-LLC/skills-from-the-artificer

Skill Claude CodeCodex

Use BEFORE doing direct file search, bulk reads, data import/export, or routine coding edits in the main conversation. Routes work to the cheapest model that can do it correctly — haiku for search/IO, sonnet for coding, opus for orchestration/architecture. Triggers when about to call Read on >2 files, Grep/Glob across…

not rated 4 2d ago A 127 tokens original MIT

haiku-importer

12

The-Artificer-of-Ciphers-LLC/skills-from-the-artificer

Agent

Cheap data import/export and bulk file-IO worker. Use for reading CSV/JSON/YAML/SQL dumps, transforming between formats, extracting fields, splitting/merging files, downloading and parsing fixtures, generating boilerplate scaffolds from a template, batch-renaming, and any mechanical "shuffle bytes around" task. Do NOT…

not rated 4 2d ago A 94 tokens original MIT

haiku-scout

13

The-Artificer-of-Ciphers-LLC/skills-from-the-artificer

Agent

Cheap file-search and code-location worker. Use for "where is X defined", "which files reference Y", "list files matching pattern", "read file Z and report Q", "count LOC", "find the symbol that does W". Reads files, runs grep/glob, returns excerpts and paths. Do NOT use for code review, design analysis, cross-file…

not rated 4 2d ago A 105 tokens original MIT

sonnet-coder

14

The-Artificer-of-Ciphers-LLC/skills-from-the-artificer

Agent

Mid-tier coding worker. Use for writing, editing, and refactoring code once the design is decided and the location is known. Receives a precise instruction ("edit file X at function Y to do Z, here are the constraints") and executes it with tests. Do NOT use for architectural decisions, multi-system design, or…

not rated 4 2d ago A 117 tokens original MIT

cunninghams-law

15

The-Artificer-of-Ciphers-LLC/skills-from-the-artificer

Skill Claude CodeCodex

Apply Cunningham's Law when someone wants to elicit information, feedback, or corrections from others—especially online. Trigger on phrases like "how do I get people to respond?", "nobody is answering my question", "I want to get feedback on this", or when someone is drafting a question for Stack Overflow, a forum, a…

not rated 4 2d ago A 118 tokens original MIT

doerrs-law

16

The-Artificer-of-Ciphers-LLC/skills-from-the-artificer

Skill Claude CodeCodex

Apply Doerr's Law when discussing product team culture, motivation, team engagement, hiring philosophy, outsourcing decisions, or the difference between intrinsically motivated vs. extrinsically motivated teams. Trigger on phrases like "how do we get our team more engaged?", "should we outsource this?", "our team…

not rated 4 2d ago A 106 tokens original MIT

fitts-law

17

The-Artificer-of-Ciphers-LLC/skills-from-the-artificer

Skill Claude CodeCodex

Apply Fitts's Law whenever someone is designing or critiquing a user interface—button placement, click targets, menu design, touch UI, navigation, or any interactive element. Trigger on phrases like "where should I put this button?", "users are missing this control", "the click target feels small", "how should I…

not rated 4 2d ago A 110 tokens original MIT

galls-law

18

The-Artificer-of-Ciphers-LLC/skills-from-the-artificer

Skill Claude CodeCodex

Apply Gall's Law when someone proposes building a complex system from scratch, planning a big-bang rewrite, designing a greenfield platform, or debating whether to "just rebuild it the right way." Trigger on phrases like "let's rewrite this properly", "we need to start fresh", "the architecture is too complex to fix"…

not rated 4 2d ago A 114 tokens original MIT

goodharts-law

19

The-Artificer-of-Ciphers-LLC/skills-from-the-artificer

Skill Claude CodeCodex

Apply Goodhart's Law when designing metrics, OKRs, KPIs, performance reviews, engineering productivity measures, or any system where people are evaluated by a number. Trigger on phrases like "how should we measure this?", "our metrics aren't capturing what we want", "people are gaming the metric", "velocity doesn't…

not rated 4 2d ago A 102 tokens original MIT

The-Artificer-of-Ciphers-LLC/skills-from-the-artificer

Skill Claude CodeCodex

Apply Greenspun's Tenth Rule when reviewing complex codebases that have grown their own configuration systems, rule engines, templating languages, scripting layers, or workflow DSLs. Trigger on phrases like "we built our own config language", "we have a custom rules engine", "this template system has gotten really…

not rated 4 2d ago A 112 tokens original MIT

hofstadters-law

21

The-Artificer-of-Ciphers-LLC/skills-from-the-artificer

Skill Claude CodeCodex

Apply Hofstadter's Law when estimating project timelines, discussing why software projects are always late, helping someone plan a sprint or roadmap, or coaching on estimation techniques. Trigger on phrases like "how long will this take?", "why does everything take longer than we plan?", "our estimates are always…

not rated 4 2d ago A 98 tokens original MIT

hyrums-law

22

The-Artificer-of-Ciphers-LLC/skills-from-the-artificer

Skill Claude CodeCodex

Apply Hyrum's Law when discussing API design, backward compatibility, deprecation, versioning, or any situation where a system has enough users that its observable behavior—not just its documented interface—has become depended upon. Trigger on phrases like "can we change this behavior?", "is this a breaking change?"…

not rated 4 2d ago A 115 tokens original MIT

The-Artificer-of-Ciphers-LLC/skills-from-the-artificer

Skill Claude CodeCodex

Apply Kerckhoffs's Principle when reviewing security designs, authentication systems, encryption implementations, or any situation where someone relies on keeping an algorithm, method, or system architecture secret for security. Trigger on phrases like "security through obscurity", "we keep the algorithm secret"…

not rated 4 2d ago A 117 tokens original MIT

kernighans-law

24

The-Artificer-of-Ciphers-LLC/skills-from-the-artificer

Skill Claude CodeCodex

Apply Kernighan's Law when reviewing code, discussing code complexity, advising on coding style, or coaching developers on how to write maintainable code. Trigger on phrases like "this clever solution", "I wrote a really elegant piece of code", "look at this one-liner", "why is this code hard to debug?", or any…

not rated 4 2d ago A 105 tokens original MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: