edloidas

52 mods across 1 repository, 2 stars between them.

edloidas

01

edloidas/skills

Plugin Claude Code

Plugin marketplace listing 10 plugins: plan, build, review, audit, maintain.

2 yesterday A tokens not measured original MIT

skills AGENTS.md

02

edloidas/skills

Instructions file CodexOpenCode

Instructions for edloidas/skills, a project described as: Agent skills for planning, building, reviewing, auditing, maintaining, and shipping software — one collection for Claude Code, Codex, OpenCode, and pi.

2 yesterday A 4 tokens copy · 100% MIT

skills CLAUDE.md

03

edloidas/skills

Instructions file

Instructions for edloidas/skills, covering edloidas/skills, canonical repo instructions, repository structure, how skills load (progressive disclosure) and skill naming.

2 yesterday A 9,849 tokens original MIT

assist

04

edloidas/skills

Plugin Claude Code

External opinion, assistance, Q&A, and plain restatement tools including Codex CLI integration.

2 yesterday A tokens not measured original MIT

bro

05

edloidas/skills

Skill Claude CodeCodex

Restate the previous answer — or the connected thread of answers — as something shorter and easier to act on: the bottom line first, only what matters, and anything to decide at the end.

2 yesterday A 41 tokens original MIT

discuss

06

edloidas/skills

Skill Claude CodeCodex

Work through a design question as a dialogue rather than a lecture — investigate the ground, take a position on it, lay out the options with a pick among them, and push back on what will not hold up. Works one part of the design at a time. Reads and verifies; writes nothing.

2 yesterday A 63 tokens original MIT

explain

07

edloidas/skills

Skill Claude CodeCodex

Explain how something actually works — code, a type, an error, a fix, a design — by tracing the mechanism on concrete values instead of describing it. Also checks whether the user's own account of something is correct.

2 yesterday A 47 tokens original MIT

handoff

08

edloidas/skills

Skill Claude CodeCodex

Compact the current conversation into a handoff so a fresh agent, or future-you, can pick up the work cold. With a doc, document, or --doc keyword, writes a per-project handoff file and prints only its path plus a shortcut to start the next session.

2 yesterday A 63 tokens original MIT

outsider

09

edloidas/skills

Skill Claude CodeCodex

Quick opinion from an agent CLI outside this session — ask a specific question with context, or review code changes. Picks an installed agent that is not the one running this skill, so the answer comes from a different model in a different process. Lighter and faster than a full review board.

2 yesterday A 61 tokens original MIT

audit

10

edloidas/skills

Plugin Claude Code

CI, script, security, skill, workspace, Three.js, React, and test-suite auditing skills.

2 yesterday A tokens not measured original MIT

ci-audit

11

edloidas/skills

Skill Claude CodeCodex

Audit GitHub Actions workflows for what costs wall clock, costs money, or lets a pipeline pass without checking anything. Builds the job graph, then runs a catalog covering gating correctness, the critical path, caching effectiveness, and spend. Reads and reports only; never edits a workflow.

2 yesterday A 60 tokens original MIT

react-audit

12

edloidas/skills

Skill Claude CodeCodex

Find the React problems linters cannot see: effects that should not exist or re-run for the wrong reason, memoization that is missing or pointless, state that should be an action or a reducer, and components that have outgrown themselves. Reports, never edits.

2 yesterday A 57 tokens original MIT

scripts-audit

13

edloidas/skills

Skill Claude CodeCodex

Audit package.json scripts for naming, composition, lifecycle hooks, consistency, and performance.

2 yesterday B 21 tokens original MIT

security-audit

14

edloidas/skills

Skill Claude CodeCodex

Audit a repository for security risks — supply chain, CI, release, runtime, secrets, repository settings, and package-manager install-time controls for pnpm and bun. Reads and reports only; never mutates the repo or its GitHub settings. Aggregates findings from focused subagents across whichever areas the repo exposes.

2 yesterday A 67 tokens original MIT

skill-audit

15

edloidas/skills

Skill Claude CodeCodex

Audit Agent Skills for what no validator can decide: whether a description will ever fire, whether the instructions are followable, whether the body earns its token cost, whether compatibility matches what the body requires, and whether mutations are gated. Runs the repo's structural validators first, scores five…

2 yesterday A 77 tokens original MIT

tests-audit

16

edloidas/skills

Skill Claude CodeCodex

Audit an existing test suite for anti-patterns — tautological mock round-trips, weak assertions (toBeDefined / assertNotNull), implementation coupling, flaky timing, snapshot rubber-stamping, and tests claiming guarantees they cannot provide — and report a keep / tighten / rewrite / delete verdict per test.

2 yesterday A 65 tokens original MIT

three-audit

17

edloidas/skills

Skill Claude CodeCodex

Audit Three.js and React Three Fiber code for performance and correctness issues that hurt frame rate in WebGL scenes — uncapped devicePixelRatio, fillrate blowups, missing disposals, render-loop allocations, and similar pitfalls. Walks through detecting each issue, assessing the offending sites in context, and…

2 yesterday A 70 tokens original MIT

tsconfig-audit

18

edloidas/skills

Skill Claude CodeCodex

Audit tsconfig.json against TypeScript 7 and report which compilerOptions are hard errors, which are redundant and safe to drop, and which must now be added.

2 yesterday A 38 tokens original MIT

workspace-audit

19

edloidas/skills

Skill Claude CodeCodex

Audit a pnpm 10+ workspace for configuration and monorepo problems: dependency placement, workspace protocol usage, hoisting, catalog configuration, build order and build hooks, dependency rules, and .npmrc settings that are now defaults. Reads and reports only.

2 yesterday A 57 tokens original MIT

maintain

20

edloidas/skills

Plugin Claude Code

Agent config, label sync, lint migration, editor config, and repo hardening.

2 yesterday A tokens not measured original MIT

agent-config

21

edloidas/skills

Skill Claude CodeCodex

Set up and maintain a repository's agent instruction layer — one real root instruction file, an AGENTS.md symlink so every agent reads the same document, a comment-convention block, and a drift check that catches documented commands, paths, structures, and counts that no longer match the repo.

2 yesterday A 62 tokens original MIT

editor-config

22

edloidas/skills

Skill Claude CodeCodex

Initialize a project with canonical editor configurations (Zed, VSCode). Asks which editors to set up, then writes or merges the bundled settings into the repo. On conflict our values win; keys we do not define are preserved.

2 yesterday A 50 tokens original MIT

labels-sync

23

edloidas/skills

Skill Claude CodeCodex

Synchronize or export GitHub repository labels against a predefined label set. Compares, creates, updates, deletes, or reads labels as reusable JSON definitions.

2 yesterday A 34 tokens original MIT

lint-sync

24

edloidas/skills

Skill Claude CodeCodex

Migrate ESLint and Prettier to Biome or Oxc (including Vite+), or modernize an existing config. Detects source and target configs, compares rules, flags stale nursery rules, suggests new features, and generates actionable config changes.

2 yesterday A 55 tokens original MIT