← all publishers

edloidas

@edloidas source repo

34 published skills

  1. Bro · edloidas bundle
    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.
    0
    installs
  2. Doubt · edloidas bundle
    Rule on a set of claims that already exists — review findings, a plan's assumptions, an analysis, a reviewer's objection — before anyone acts on them. Every claim gets exactly one verdict: it holds, it holds only in a narrower case, it is true but not worth the fix, it falls, or nobody can settle it. Whoever judges never sees the reasoning that produced the claim. Reads and reasons; changes nothing.
    0
    installs
  3. Skills Release · edloidas bundle
    Release workflow for the edloidas/skills collection. Validates git state, analyzes commits since the last tag, recommends a version bump (major/minor/patch), updates Claude and Codex packaging metadata, commits, tags, and pushes.
    0
    installs
  4. Discuss · edloidas bundle
    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.
    0
    installs
  5. Explain · edloidas bundle
    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.
    0
    installs
  6. Handoff · edloidas bundle
    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.
    0
    installs
  7. CI Audit · edloidas bundle
    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.
    0
    installs
  8. Outsider · edloidas bundle
    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.
    0
    installs
  9. Issue Flow · edloidas bundle
    Full GitHub issue lifecycle: pick an issue, create it, branch, commit, squash, push, PR, merge. Owns every git and gh write in the pipeline. Handles project board integration, base branch detection (main/master/epic-*), and compact step reports. Supports entering at any step.
    0
    installs
  10. Consilium · edloidas bundle
    Approach board for a problem or a decision. Dispatches independent seats — some generating candidate approaches, including one agent outside this process entirely, some attacking the assembled set comparatively — then verifies the surviving objections and reports a ranked recommendation with its trade-offs. An approach already on the table enters as one candidate among several. Autonomous; changes nothing.
    0
    installs
  11. Pr Review · edloidas bundle
    Handle a pull request from whichever side you are on. On someone else's branch it attacks the diff through changes-review, then publishes a real review with per-line comments and a verdict. On your own it works the threads people and bots left — decides its standing in each, verifies the claim before answering, runs the project's checks, then replies and resolves. Changes no code unless asked.
    0
    installs
  12. NPM Release · edloidas bundle
    Release an npm, pnpm, or bun package: version bump, validation, git tagging, and publishing, with safety checks and explicit user approval before anything is pushed.
    0
    installs
  13. React Audit · edloidas bundle
    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.
    0
    installs
  14. Skill Audit · edloidas bundle
    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 six judgment categories with cited evidence, and returns a PASS / FAIL verdict.
    0
    installs
  15. Tests Audit · edloidas bundle
    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.
    0
    installs
  16. Three Audit · edloidas bundle
    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 reporting findings grouped by severity.
    0
    installs
  17. Issue Writer · edloidas bundle
    Draft or update a GitHub issue. Analyzes the description, asks clarifying questions, and produces a well-structured title and body following the project's template. Can update an existing issue or prepare a draft for filing later.
    0
    installs
  18. Lint Sync · edloidas bundle
    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.
    0
    installs
  19. Issue Analyze · edloidas bundle
    Fetch a GitHub issue by number or URL, analyze its scope of work, cross-reference local project docs and repo instruction files, check blocking relationships, and produce a structured implementation analysis with a task list.
    0
    installs
  20. Scripts Audit · edloidas bundle
    Audit package.json scripts for naming, composition, lifecycle hooks, consistency, and performance.
    0
    installs
  21. Code Cleanup · edloidas bundle
    Post-implementation cleanup of correct code. Prunes comments aggressively: deletes what restates the code, files design rationale to the commit message and wider context to the PR or an issue, collapses one mechanism explained in three places, strips issue and PR references that make a file unreadable on its own, compacts genuine gotchas, renames unclear symbols so a comment is not needed, checks the code against the project's conventions, and simplifies what is more complicated than it needs to be. Tightens docs without gutting them. Auto-applies and reports.
    0
    installs
  22. Code To Spec · edloidas bundle
    Extract a behavioral specification from a source-code bundle — a handful of files up to a whole 500+ file application. Produces reproducible, stack-neutral specs another engineer or LLM could use to rebuild the same observable behavior without reading the original source.
    0
    installs
  23. Security Audit · edloidas bundle
    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.
    0
    installs
  24. Tsconfig Audit · edloidas bundle
    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.
    0
    installs
  25. Labels Sync · edloidas bundle
    Synchronize or export GitHub repository labels against a predefined label set. Compares, creates, updates, deletes, or reads labels as reusable JSON definitions.
    0
    installs
  26. Solve Issue · edloidas bundle
    End-to-end GitHub issue workflow: analyze the issue, plan and implement, verify with available tests/build/lint and an optional live observation, simplify, audit the tests it added, attack the change with parallel adversarial reviewers and fix what they find, trim comments and artifacts, then choose a push / PR / merge endgame — holding the merge while Copilot and other automated reviewers report, and answering and resolving their threads. The lifecycle's git and GitHub writes are delegated to `issue-flow`, the review threads to `pr-review`.
    0
    installs
  27. Workspace Audit · edloidas bundle
    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.
    0
    installs
  28. Agent Config · edloidas bundle
    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.
    0
    installs
  29. Working Docs · edloidas bundle
    Manage working documents in an Obsidian vault using a two-tier system — Inbox for quick dumps, Dev/Claude for persistent docs. Creates, finds, promotes, updates, and completes working documents with proper naming, headers, and lifecycle.
    0
    installs
  30. Changes Review · edloidas bundle
    Attack a code change and report what survives. Dispatches independent reviewers in parallel, each with a single job and no access to the implementer's reasoning: one hunts correctness bugs blind to the issue, one hunts requirement gaps against the issue text, one runs outside the process entirely. Optionally re-attacks its own findings, then synthesizes what is left. Returns findings and changes nothing — no tooling, no autofix, no edits. On request it publishes to the author, gated on demonstrated evidence. Every phase is configurable.
    0
    installs
  31. Editor Config · edloidas bundle
    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.
    0
    installs
  32. Markdown Writing · edloidas bundle
    Write Markdown that people actually read — READMEs, docs, PR bodies, issue bodies and comments, release notes, changelogs. Covers GitHub-flavored extras (alerts, collapsible sections, task lists, mermaid), prose that leads with the point instead of burying it, and a README skeleton.
    0
    installs
  33. Repo Hardening · edloidas bundle
    Apply a security hardening baseline to a GitHub repository via gh api — branch and tag rulesets, Actions token defaults, secret scanning, Dependabot, private vulnerability reporting, CodeQL, immutable releases, and branch-restricted environments for deploy secrets. The write half of the pair with audit:security-audit, which finds the same gaps read-only.
    0
    installs
  34. Stale Process Cleanup · edloidas bundle
    Find and kill stale, leftover, or orphaned developer processes owned by the current user — abandoned dev servers (Vite / Vite+), editor LSP servers (oxlint), and duplicate or zombie MCP servers (playwright, context7, obsidian) left running after a shell, editor, or agent session exited.
    0
    installs