mryll

19 mods across 3 repositories, 65 stars between them.

claudebar CLAUDE.md

01

mryll/claudebar

Instructions file

Instructions for mryll/claudebar, covering claude.md, tooling, non-obvious rules, hardening rules — the widget runs inside omarchy-shell and release.

48 4d ago A 2,034 tokens original MIT

codexbar CLAUDE.md

02

mryll/codexbar

Instructions file

Instructions for mryll/codexbar, covering claude.md, tooling, non-obvious rules and release.

14 4d ago A 849 tokens original MIT

mryll-skills

03

mryll/skills

Plugin Claude Code

Plugin marketplace listing 1 plugin: mryll-skills.

3 12d ago A tokens not measured original MIT

skills AGENTS.md

04

mryll/skills

Instructions file CodexOpenCode

Instructions for mryll/skills, covering agents.md, skill file format and non-obvious rules.

3 12d ago A 222 tokens original MIT

skills CLAUDE.md

05

mryll/skills

Instructions file

Instructions for mryll/skills, a project described as: Portable agent skills for AI coding agents — works with Claude Code, OpenAI Codex CLI, Gemini CLI, Cursor & GitHub Copilot: code review, vertical-slice architecture, Go testing strategy, low cognitive-complexity & AGENTS.md generation. Markdown-only — install with…

3 12d ago C 89 tokens original MIT

ste-writer

06

mryll/skills

Agent

Runs the ste skill's draft-check-fix loop (Steps 3-5) on a cheaper model tier when the ste skill delegates in economy mode. Receives the source text or request, the target language, and the compliance level already chosen by the user; returns the final STE deliverable, the checker report summary, and the TN/TV…

3 12d ago A 87 tokens original MIT

agentmd

07

mryll/skills

Skill Claude CodeCodex

Generate a single canonical AGENTS.md context file plus minimal CLI-specific shim files that @-import it for coding agents that do not read AGENTS.md natively (Claude Code, Gemini CLI, Qwen Code). Based on "Evaluating AGENTS.md" (ETH Zurich, Feb 2026) which found auto-generated context files DECREASE performance by 3%…

3 12d ago C 175 tokens original MIT

c4-model

08

mryll/skills

Skill Claude CodeCodex

Create or review C4 model architecture documentation (official c4model.com notation) as diagrams-as-code in Markdown — C4-PlantUML where the target renders it (GitLab.com does; verify Self-Managed instances), Mermaid flowchart/sequence conventions otherwise. Use whenever the user wants to visualize or document the…

3 12d ago A 180 tokens original MIT

codex-discuss

09

mryll/skills

Skill Claude CodeCodex

Iterative non-code discussion between the local agent and Codex CLI on any open-ended topic: diet, fitness, writing, decisions, strategy, study plans, life choices, brainstorming. Orchestrates an automatic back-and-forth debate where both agents critique, propose alternatives, and iterate on the user's idea until…

3 12d ago D 196 tokens original MIT

codex-review

10

mryll/skills

Skill Claude CodeCodex

Iterative code review and planning discussion between the local agent and Codex CLI. Orchestrates an automatic back-and-forth debate where both agents discuss findings, architecture decisions, or implementation plans until reaching consensus. Codex CLI runs READ-ONLY and never modifies files; model and reasoning…

3 12d ago D 198 tokens original MIT

mryll/skills

Skill Claude CodeCodex

Explain anything — code, an error, a concept, or a non-technical topic — in the simplest, most plain-language way possible, ELI5-style, with a natural Río de la Plata (Argentine) voice that puts clarity first. Use ONLY when the user explicitly asks to have something dumbed down or simplified. Triggers (Spanish +…

3 12d ago A 235 tokens original MIT

dual-testing

12

mryll/skills

Skill Claude CodeCodex

Language-agnostic strategy for testing code at the boundary with external infrastructure (databases, APIs, queues): integration tests with real infrastructure (e.g. Testcontainers) prove the full chain works for happy paths; unit/slice tests with mocks prove error-handling and mapping logic (domain error to status…

3 12d ago A 208 tokens original MIT

explain-pr

13

mryll/skills

Skill Claude CodeCodex

Explain a GitHub Pull Request (PR) or GitLab Merge Request (MR) to the user in plain, easy-to-understand language: WHAT was done, WHY/what for, and HOW — with the relevant code snippets embedded. Invoke this proactively and automatically right after creating or finishing a PR/MR (e.g. after running gh pr create, glab…

3 12d ago C 197 tokens original MIT

low-complexity

14

mryll/skills

Skill Claude CodeCodex

Enforce low Cognitive Complexity (SonarSource) and low Cyclomatic Complexity in ALL code written or modified, in any programming language, framework, or platform. This skill MUST activate automatically whenever code is being written, generated, modified, or refactored — no explicit trigger needed. Triggers include…

3 12d ago A 153 tokens original MIT

pr-quiz

15

mryll/skills

Skill Claude CodeCodex

Use when a PR/MR explanation was just delivered (e.g. right after the explain-pr skill finishes) and the change was substantially agent-written, or whenever the user asks to be quizzed on a change: 'quiz me on this change', 'tomame el quiz', 'quiz del MR', 'tomame la lección', '/pr-quiz'. Counters comprehension debt…

3 12d ago A 129 tokens original MIT

ste

16

mryll/skills

Skill Claude CodeCodex

Write, rewrite, translate, or check content in Simplified Technical English (ASD-STE100), with four compliance levels (verified / marked / clean / raw) backed by the official dictionary and a checker script. Explicit invocation only: run this skill ONLY when the user types /ste. NEVER auto-invoke it on mentions of…

3 12d ago A 96 tokens original MIT

study-session

17

mryll/skills

Skill Claude CodeCodex

Use when the user asks for a guided comprehension/study session over existing code: '/study-session', 'study session', 'sesión de estudio', 'repasemos ', 'help me understand ', or a recurring comprehension-recovery ritual. Recovers AND measures the mental model of code the user delegated to coding agents. Two modes…

3 12d ago A 117 tokens original MIT

test-namer

18

mryll/skills

Skill Claude CodeCodex

Guide for writing expressive, behavior-focused tests following Vladimir Khorikov's testing principles. Apply when writing, reviewing, or renaming any test (unit, integration, e2e) in any programming language. Triggers: writing tests, creating test files, adding test cases, reviewing test names, 'test naming', 'rename…

3 12d ago A 116 tokens original MIT

mryll/skills

Skill Claude CodeCodex

Enforce Vertical Slice Architecture (VSA) when building applications in any language (Go, .NET/C#, Java, Kotlin, TypeScript, Python, etc.) and any type (web API, mobile backend, CLI, event-driven). Organize code by feature/use-case instead of technical layers. Each feature is a self-contained vertical slice with a…

3 12d ago A 150 tokens original MIT