edloidas
01Plugin Claude Code
Plugin marketplace listing 10 plugins: plan, build, review, audit, maintain.
Plugin Claude Code
Plugin marketplace listing 10 plugins: plan, build, review, audit, maintain.
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.
Instructions file
Instructions for edloidas/skills, covering edloidas/skills, canonical repo instructions, repository structure, how skills load (progressive disclosure) and skill naming.
Plugin Claude Code
External opinion, assistance, Q&A, and plain restatement tools including Codex CLI integration.
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.
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.
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.
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.
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.
Plugin Claude Code
CI, script, security, skill, workspace, Three.js, React, and test-suite auditing 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.
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.
Skill Claude CodeCodex
Audit package.json scripts for naming, composition, lifecycle hooks, consistency, and performance.
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.
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…
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.
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…
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.
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.
Plugin Claude Code
Agent config, label sync, lint migration, editor config, and repo hardening.
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.
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.
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.
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.