julien777z

70 mods across 2 repositories, 7 stars between them.

agent-browser

01

julien777z/agent-sync-action

Skill Claude CodeCodex

Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task. Triggers include requests to "open a website", "fill out a form", "click a…

5 2d ago A 200 tokens copy · 98% MIT

julien777z/agent-sync-action

Skill Claude CodeCodex

Master Python asyncio, concurrent programming, and async/await patterns for high-performance applications. Use when building async APIs, concurrent systems, or I/O-bound applications requiring non-blocking operations.

5 2d ago A 42 tokens copy · 92% MIT

ci-watch

03

julien777z/agent-sync-action

Skill Claude CodeCodex

Find and watch a GitHub pull request for review findings, investigate each finding, fix and push legitimate issues, and stop once checks are green and review threads are resolved. Use when asked to watch, monitor, poll, babysit, or keep checking a PR for review comments or automated review feedback.

5 2d ago A 63 tokens original MIT

code-review

04

julien777z/agent-sync-action

Skill Claude CodeCodex

Code review a pull request or the current working changes with independent reviewer lenses, validated findings, and severity-rated results. Establishes a branch and a draft pull request when none exists yet. Accepts an effort level, an optional fix mode that applies the smallest complete correction for each confirmed…

5 2d ago A 129 tokens original MIT

code-simplify

05

julien777z/agent-sync-action

Skill Claude CodeCodex

Strictly review the branch's changes for reuse, simplification, abstraction quality, and maintainability, then fix the issues. An ambitious code-quality pass that hunts for structural simplifications (code-judo moves), giant files, and spaghetti-condition growth.

5 2d ago A 55 tokens original MIT

julien777z/agent-sync-action

Skill Claude CodeCodex

Coordinate one authorized task across a bounded collection of local repositories and caller-selected existing user-level installations while preserving unrelated work. Use when a task spans repositories, when repository-neutral changes must remain converged, or when propagation must also update matching editable local…

5 2d ago A 54 tokens original MIT

cr

07

julien777z/agent-sync-action

Skill Claude CodeCodex

Run the multi-subagent code-review workflow at high effort with fix mode, repair and retry failed checks until they pass, then ready, squash-merge, and verify the current pull request.

5 2d ago A 40 tokens original MIT

generic-push

08

julien777z/agent-sync-action

Skill Claude CodeCodex

Keep repository publishing metadata generic and isolated. Use when a user requests generic delivery metadata, invokes generic-push, or applies generic publishing rules across multiple repositories.

5 2d ago A 35 tokens original MIT

grade-plans

09

julien777z/agent-sync-action

Skill Claude CodeCodex

Compare, grade, rate, rank, or choose between two implementation plans written for the same goal or original agent prompt. Use when the user invokes /grade-plans followed by a goal or asks for a consistent evidence-based comparison of two plans, including weighted scores, strengths, weaknesses, a winner or tie, and…

5 2d ago A 75 tokens original MIT

i-have-adhd

10

julien777z/agent-sync-action

Skill Claude CodeCodex

Shape output for a reader with ADHD: lead with the next action, number multi-step work, restate state across turns, suppress tangents, give specific time estimates, make wins visible. Invoke with /i-have-adhd; stays on until "stop adhd mode".

5 2d ago C 62 tokens copy · 97% MIT

list-prs

11

julien777z/agent-sync-action

Skill Claude CodeCodex

List the pull request URLs for every currently open pull request changed during the entire current session, including drafts. Use when the user invokes /list-prs or $list-prs, or asks for links to open pull requests created or updated during the session.

5 2d ago A 55 tokens original MIT

list-repos

12

julien777z/agent-sync-action

Skill Claude CodeCodex

List the repository web URLs for every repository changed during the entire current session. Use when the user invokes /list-repos or $list-repos, or asks for links to all repositories touched, modified, committed, pushed, or otherwise changed during the session.

5 2d ago A 56 tokens original MIT

list-rules

13

julien777z/agent-sync-action

Skill Claude CodeCodex

List and reconcile canonical rules across a bounded collection of local repositories. Use when the user asks which rules repositories have, where they occur, or whether a shared rule has conflicting language.

5 2d ago A 40 tokens original MIT

list-skills

14

julien777z/agent-sync-action

Skill Claude CodeCodex

List and reconcile canonical skills across a bounded collection of local repositories. Use when the user asks which skills repositories have, where they occur, or whether a shared skill has conflicting language.

5 2d ago A 40 tokens copy · 88% MIT

no-ai-slop

15

julien777z/agent-sync-action

Skill Claude CodeCodex

Edit drafts into sharper, more human writing while preserving the writer's personal voice, or detect AI-slop patterns without rewriting. Use when the user wants a draft clearer, more direct, more opinionated, or less AI-sounding, or asks whether writing reads as AI.

5 2d ago A 60 tokens copy · 100% MIT

plan-change

16

julien777z/agent-sync-action

Skill Claude CodeCodex

Present plans for explicit approval and implement approved plans without silently ignoring encountered issues. Use whenever an agent presents a plan, resumes after a plan timeout or missing response, or implements an approved plan with incidental fixes, mandatory code simplification, and independent delivery metadata…

5 2d ago A 57 tokens original MIT

propagate-skill

17

julien777z/agent-sync-action

Skill Claude CodeCodex

List canonical skills or propagate requested skills, rules, dependencies, and applicable repository-neutral agent guidance across the user's repository collection and matching existing user-level installations, bootstrapping Agent Sync when needed. Use when the user invokes /propagate-skill or $propagate-skill alone…

5 2d ago A 71 tokens original MIT

julien777z/agent-sync-action

Skill Claude CodeCodex

Use this skill when reviewing Python code for common anti-patterns to avoid. Use as a checklist when reviewing code, before finalizing implementations, or when debugging issues that might stem from known bad practices.

5 2d ago A 46 tokens copy · 89% MIT

julien777z/agent-sync-action

Skill Claude CodeCodex

Python background job patterns including task queues, workers, and event-driven architecture. Use when implementing async task processing, job queues, long-running operations, or decoupling work from request/response cycles.

5 2d ago A 45 tokens copy · 95% MIT

julien777z/agent-sync-action

Skill Claude CodeCodex

Python configuration management via environment variables and typed settings. Use when externalizing config, setting up pydantic-settings, managing secrets, or implementing environment-specific behavior.

5 2d ago A 36 tokens original MIT

julien777z/agent-sync-action

Skill Claude CodeCodex

Python design patterns including KISS, Separation of Concerns, Single Responsibility, and composition over inheritance. Use this skill when designing a new service or component from scratch and choosing how to layer responsibilities, when refactoring a God class or monolithic function that has grown too large, when…

5 2d ago A 121 tokens copy · 97% MIT

julien777z/agent-sync-action

Skill Claude CodeCodex

Python error handling patterns including input validation, exception hierarchies, and partial failure handling. Use when implementing validation logic, designing exception strategies, handling batch processing failures, or building robust APIs.

5 2d ago A 43 tokens copy · 92% MIT

julien777z/agent-sync-action

Skill Claude CodeCodex

Profile and optimize Python code using cProfile, memory profilers, and performance best practices. Use when debugging slow Python code, optimizing bottlenecks, or improving application performance.

5 2d ago A 40 tokens copy · 88% MIT

julien777z/agent-sync-action

Skill Claude CodeCodex

Python project organization, module architecture, and public API design. Use when setting up new projects, organizing modules, defining public interfaces with all, or planning directory layouts.

5 2d ago A 39 tokens original MIT