DavidVujic

23 mods across 1 repository, 11 stars between them.

DavidVujic/my-eca-config

Instructions file CodexOpenCode

Instructions for DavidVujic/my-eca-config, covering agents.md, default skills, review instructions, five whys instructions and changes summary instructions.

11 4d ago A 1,719 tokens original MIT

commit

04

DavidVujic/my-eca-config

Agent

Create a conventional commit from staged changes with a diff-derived description.

11 4d ago A 13 tokens original MIT

implement

06

DavidVujic/my-eca-config

Agent

Implement planned changes by editing code in the repo; uses functional-leaning, idiomatic style and lightweight data structures.

11 4d ago A 24 tokens original MIT

qa-check

08

DavidVujic/my-eca-config

Agent

Run linting and unit tests against the current repository, auto-discovering the correct commands.

11 4d ago A 19 tokens original MIT

commit

09

DavidVujic/my-eca-config

Command

Create a conventional commit from currently staged changes.

11 4d ago A 0 tokens original MIT

pr

10

DavidVujic/my-eca-config

Command

Create a pull request for the current feature branch.

11 4d ago A 0 tokens original MIT

qa

11

DavidVujic/my-eca-config

Command

Run linting and unit tests against the current repository.

11 4d ago A 0 tokens original MIT

coding-style

13

DavidVujic/my-eca-config

Skill Claude CodeCodex

General coding style policy for generated code: restrictive on comments, concise docstrings for modules and functions.

11 4d ago A 23 tokens original MIT

commit

14

DavidVujic/my-eca-config

Skill Claude CodeCodex

Create a conventional commit from staged changes, with a diff-derived description body.

11 4d ago A 17 tokens original MIT

DavidVujic/my-eca-config

Skill Claude CodeCodex

Use when a user asks what Code Health means, how to interpret scores, or why Code Health matters in daily development.

11 4d ago A 29 tokens original MIT

fp-idiomatic-style

17

DavidVujic/my-eca-config

Skill Claude CodeCodex

Coding style policy for generated code: prefer idiomatic language conventions with a functional-leaning approach (pure-ish functions, composability), and prefer lightweight data structures over heavy schema/class abstractions unless clearly justified.

11 4d ago A 48 tokens original MIT

git-changes-context

18

DavidVujic/my-eca-config

Skill Claude CodeCodex

Reliably obtain a non-empty unified git diff for the current branch using safe fallbacks (origin/HEAD...HEAD, origin/main...HEAD, origin/master...HEAD) and return structured JSON containing the diff and the command used.

11 4d ago A 51 tokens original MIT

planning-style

21

DavidVujic/my-eca-config

Skill Claude CodeCodex

Produce an implementation plan with a functional-leaning, idiomatic style mindset; prefers lightweight data structures over dataclasses/pydantic unless justified.

11 4d ago A 32 tokens original MIT

qa-check

22

DavidVujic/my-eca-config

Skill Claude CodeCodex

Run linting and unit tests against the current repository, auto-discovering the correct commands from Justfile, Makefile, pyproject.toml, or package.json.

11 4d ago A 37 tokens original MIT