Dark-Alex-17

35 mods across 1 repository, 57 stars between them.

adversarial-review

01

Dark-Alex-17/coyote

Skill Claude CodeCodex

Adversarial plan-conformance review of an implementation against the task/plan it was supposed to satisfy. Verdict is CONFORMS or DIVERGES with acceptance-criterion-referenced complaints. Grants read-only filesystem access for ground-truth checks. Complements code-review (which judges code quality); this judges…

57 3d ago A 72 tokens AGPL-3.0

ai-slop-remover

02

Dark-Alex-17/coyote

Skill Claude CodeCodex

Detect and remove AI slop from code and prose; produce output indistinguishable from a senior engineer's.

57 3d ago A 22 tokens AGPL-3.0

cicd-review

03

Dark-Alex-17/coyote

Skill Claude CodeCodex

Review CI/CD pipeline definitions - action/step pinning by SHA, token and credential permission scoping, secret exposure to fork-PR triggers, and cross-branch cache poisoning. Load when a diff touches workflow/pipeline files such as .github/workflows/, GitLab CI config, or equivalent pipeline definitions. Findings…

57 3d ago A 88 tokens AGPL-3.0

cli-review

04

Dark-Alex-17/coyote

Skill Claude CodeCodex

Review the command-line surface contract of a change - exit codes, stdout/stderr channel discipline, help text, non-interactive operation, signal/cleanup behavior, and config precedence. Load when a diff touches argument-parser definitions, the main/entrypoint of a binary, or subcommand modules. Findings fold into the…

57 3d ago A 86 tokens AGPL-3.0

code-review

05

Dark-Alex-17/coyote

Skill Claude CodeCodex

Conduct a thorough code review focused on correctness, clarity, tests, and footguns. Grants read-only filesystem access for inspecting code.

57 3d ago B 26 tokens AGPL-3.0

codebase-design

06

Dark-Alex-17/coyote

Skill Claude CodeCodex

Shared vocabulary and principles for designing deep modules - module, interface, depth, seam, adapter, leverage, locality - plus the deletion test, dependency categories for safe deepening, and the design-it-twice pattern for exploring alternative interfaces. Load when designing or improving a module's interface…

57 3d ago A 82 tokens AGPL-3.0

comment-discipline

07

Dark-Alex-17/coyote

Skill Claude CodeCodex

Calibrate comment density and style to the repository's existing conventions before writing code. Detects the repo's comment register (self-documenting / api-documented / comment-heavy) from the sibling files you already read for pattern matching, or from a declared policy in workspace instructions, then dictates when…

57 3d ago A 92 tokens AGPL-3.0

delegation-protocol

08

Dark-Alex-17/coyote

Skill Claude CodeCodex

Structured 6-section delegation template and session-continuity rules for orchestrating sub-agents. Load before spawning any agent.

57 3d ago A 25 tokens AGPL-3.0

design-session

09

Dark-Alex-17/coyote

Skill Claude CodeCodex

AI-first design decomposition for any project. Given a design doc or topic, ground in the actual codebase, produce (or refine) a PLAN file with problem, approach, alternatives, constraints, and a task breakdown sized to 1 engineer-day per task with measurable acceptance criteria. The plan is written to be a…

57 3d ago A 86 tokens AGPL-3.0

diagnosing-bugs

10

Dark-Alex-17/coyote

Skill Claude CodeCodex

Feedback-loop-first debugging discipline for hard code bugs and performance regressions. Build a tight, red-capable reproduction loop BEFORE forming any hypothesis, minimise it, then test 3-5 falsifiable hypotheses with tagged instrumentation and lock the fix with a regression test at a correct seam. Load when a fix…

57 3d ago A 119 tokens AGPL-3.0

diagnostics

11

Dark-Alex-17/coyote

Skill Claude CodeCodex

Systematic troubleshooting of technical issues (services, networking, containers, OS) by running diagnostic commands directly instead of asking the user to.

57 3d ago A 27 tokens AGPL-3.0

frontend-ui-ux

12

Dark-Alex-17/coyote

Skill Claude CodeCodex

Designer-turned-developer who crafts stunning UI/UX even without design mockups. Grants filesystem read/write access for editing component files.

57 3d ago A 27 tokens AGPL-3.0

git-master

13

Dark-Alex-17/coyote

Skill Claude CodeCodex

Methodology for atomic commits, rebase surgery, and clean git history. Grants shell access for running git commands.

57 3d ago A 23 tokens AGPL-3.0

grilling

14

Dark-Alex-17/coyote

Skill Claude CodeCodex

Interview the user relentlessly about a plan, decision, or design until shared understanding is reached. Structures the interview as a design tree worked in frontier rounds - every currently-answerable question asked in one numbered round, each with a recommended answer; facts are fetched by the agent, only decisions…

57 3d ago A 87 tokens AGPL-3.0

handoff-protocol

15

Dark-Alex-17/coyote

Skill Claude CodeCodex

Schema and discipline for writing and reading step handoff documents - the only channel between implementation steps. Evidence must be pasted, downstream plan changes proposed not imposed. Grants filesystem access for reading and writing handoffs.

57 3d ago A 41 tokens AGPL-3.0

iac-review

16

Dark-Alex-17/coyote

Skill Claude CodeCodex

Review the infrastructure-as-code surface of a change - Terraform, Helm charts, Kubernetes manifests, Dockerfiles, and compose files. Checks provider/module/base-image pinning, plaintext secret material, IAM/RBAC scoping, resource requests/limits, mutable image tags in deploy paths, and destructive plan operations…

57 3d ago A 112 tokens AGPL-3.0

incident-prior-art

17

Dark-Alex-17/coyote

Skill Claude CodeCodex

Check a code change against operational history - past incidents, outages, and on-call fixes - so a review catches regressions of hard-won production lessons. Two lanes - git archaeology (blame the lines the diff weakens or deletes to see if they were born in an incident fix; needs no external agent) and prior-art…

57 3d ago A 115 tokens AGPL-3.0

iwe-knowledge-base

18

Dark-Alex-17/coyote

Skill Claude CodeCodex

Navigate and curate markdown knowledge bases (plan repos, spec repos, companion docs) with IWE graph tools. Load when the workspace is or contains a markdown knowledge base and the task involves finding, reading, or reorganizing plans, specs, designs, or notes. Activates the iwe MCP server rooted at the current…

57 3d ago A 65 tokens AGPL-3.0

library-review

19

Dark-Alex-17/coyote

Skill Claude CodeCodex

Review the public-API surface contract of a library change - semver discipline against the manifest version, panic reachability from public entry points, doc coverage, error-type information quality, dependency weight/pinning, and internal-type leakage. Load when a diff touches the public API of a lib crate/package …

57 3d ago A 102 tokens AGPL-3.0

logging-discipline

20

Dark-Alex-17/coyote

Skill Claude CodeCodex

Calibrate log output to the repository's existing logging conventions before writing code, and review diffs for under- and over-logging. Detects the repo's logging register from sibling files - logger/framework, message style (capitalization, length, tense), payload vs ID-only context, level semantics, error-path…

57 3d ago A 135 tokens AGPL-3.0

migration-review

21

Dark-Alex-17/coyote

Skill Claude CodeCodex

Review database schema migrations - expand/contract compatibility with currently-running code, reversibility, online/concurrent index creation, backfills mixed into DDL transactions, and down-migrations. Load when a diff touches migration directories/files, schema definitions, or ORM model changes. Findings fold into…

57 3d ago A 84 tokens AGPL-3.0

Dark-Alex-17/coyote

Skill Claude CodeCodex

Post-implementation observability analysis - decide what monitoring, metrics, and alerts the just-implemented code needs, account for what already exists, and either produce concrete alert-as-code changes (routed through the normal implementation pipeline) or a structured recommendations block for the final report /…

57 3d ago A 111 tokens AGPL-3.0

oracle-protocol

23

Dark-Alex-17/coyote

Skill Claude CodeCodex

Discipline for when and how to consult Oracle - blocking by design, never deliver an answer with Oracle pending, never bypass Oracle for design questions.

57 3d ago A 29 tokens AGPL-3.0

parallel-research

24

Dark-Alex-17/coyote

Skill Claude CodeCodex

Fan-out exploration protocol — fire multiple research agents in parallel, wait for completion notifications, and never duplicate delegated work.

57 3d ago A 23 tokens AGPL-3.0