tomimor

34 mods across 1 repository, 2 stars between them.

skills AGENTS.md

01

tomimor/skills

Instructions file CodexOpenCode

Instructions for tomimor/skills, covering agents.md, repo structure, adding a new own skill, own skill conventions and adding a new vendor skill set.

2 14d ago A 1,453 tokens original MIT

tomimor/skills

Skill Claude CodeCodex

Bootstrap a complete agent guide system for a repo — generates AGENTS.md (always-on), .agents/{domain}.md (loaded on demand), CLAUDE.md (redirect), and .agents/design-decisions.md using progressive disclosure and canonical references instead of stale embedded code. Use when the user mentions setting up AGENTS.md…

2 14d ago A 102 tokens original MIT

benchmark

03

tomimor/skills

Skill Claude CodeCodex

Performance regression detection for web pages -- captures baselines for page load, Core Web Vitals, and resource sizes, then compares subsequent runs and flags regressions by configurable thresholds. Use when the user mentions benchmark, perf check, performance regression, Core Web Vitals, page speed, or wants to…

2 14d ago A 70 tokens original MIT

create-skill

04

tomimor/skills

Skill Claude CodeCodex

Author or audit agent skills: gather requirements, write SKILL.md with frontmatter, structure supporting files, and verify quality. Use when creating a new skill, reviewing an existing skill, or asking about SKILL.md format and best practices.

2 14d ago A 52 tokens original MIT

gh-issue-creator

05

tomimor/skills

Skill Claude CodeCodex

Create a GitHub issue in the current repo using one of the predefined issue templates (bug, feature, tech debt) or as a blank issue. Fetches available labels dynamically, maps user intent to the right template, and enforces concise problem descriptions. Use when the user mentions creating an issue, filing a bug…

2 14d ago A 79 tokens original MIT

gh-issue-triage

06

tomimor/skills

Skill Claude CodeCodex

Scans the current GitHub repo for open, unassigned issues with no linked PR, scores them against an AI-readiness rubric, and returns the top 3 picks with rationale and a ready-to-paste agent kickoff prompt for each. Use when the user mentions AI triage, AI-ready issues, picking issues for an agent, what to work on…

2 14d ago A 91 tokens original MIT

tomimor/skills

Skill Claude CodeCodex

Fetch the latest PR review comments for the current branch, analyze and summarize feedback, and help the developer plan fixes. Use when the user mentions PR comments, review feedback, reviewer requests, or wants to understand and address PR review comments.

2 14d ago A 53 tokens original MIT

tomimor/skills

Skill Claude CodeCodex

Read or update the PR description for the current branch, strictly following the repo's PR template. Enforces concise bullet points and template compliance. Use when the user mentions PR description, PR body, updating a pull request, or filling in the PR template.

2 14d ago A 57 tokens original MIT

gh-pr-list

09

tomimor/skills

Skill Claude CodeCodex

Generate a short, copy-paste friendly Slack message listing the user's open PRs in the current repo, split into "Ready for review" (non-draft) and "Drafts" sections, each as bullets with custom emoji and markdown-style links. Use when the user mentions PRs ready to review, Slack PR list, share my PRs on Slack, or…

2 14d ago A 86 tokens original MIT

git-worktrees

10

tomimor/skills

Skill Claude CodeCodex

Set up and manage git worktrees so each agent conversation works on its own branch in its own physical directory. Prevents parallel agent chats (Cursor, Claude Code, etc.) from clobbering each other's git state. Use when the user says they're starting a new issue, starting an implementation, picking up a ticket…

2 14d ago C 126 tokens original MIT

goal-cursor

11

tomimor/skills

Skill Claude CodeCodex

Sets a per-workspace completion condition and keeps Cursor auto-iterating across turns until a small-model evaluator confirms the condition holds. Modeled on Anthropic's Claude Code /goal command but adapted to Cursor's stop hook. Use when the user types /goal-cursor, /goal-cursor status, /goal-cursor clear…

2 14d ago A 92 tokens original MIT

governance-message

12

tomimor/skills

Skill Claude CodeCodex

Generate a Slack-ready governance proposal message from a single proposal URL (forum post, Tally vote, Snapshot, etc.). Fetches the page, extracts proposer, summary, context, and risk, then drafts the message using the fixed governance template. Use when the user mentions governance message, gov proposal, gov message…

2 14d ago A 101 tokens original MIT

grid-review

13

tomimor/skills

Skill Claude CodeCodex

Read-only audit of a web page's layout grid. Measures column adherence, baseline rhythm, and optical ink alignment in pixels (Müller-Brockmann), then critiques grid appropriateness, type scale, flush-left, white space, measure, and color-as-identifier (Vignelli). Mechanical px violations first, principled critique…

2 14d ago A 144 tokens original MIT

grill-me

14

tomimor/skills

Skill Claude CodeCodex

Interviews the user relentlessly about a plan or design until reaching shared understanding, walking the decision tree one branch at a time. Use when the user wants to stress-test a plan, get grilled on their design, or mentions "grill me".

2 14d ago A 53 tokens original MIT

improve-prompt

15

tomimor/skills

Skill Claude CodeCodex

Critique and rewrite a prompt using prompt engineering best practices: clarity, examples, XML structure, role, explicit output format, and positive-over-negative instructions. Asks 1-3 targeted questions to fill missing context, then returns a short critique plus a drop-in rewritten prompt. Use when the user wants to…

2 14d ago A 80 tokens original MIT

investigate

16

tomimor/skills

Skill Claude CodeCodex

Systematic root-cause debugging that enforces an "Iron Law" (no fix without a confirmed root cause) and walks investigation through five phases -- collect, pattern-match, hypothesize, fix, verify. Use when the user says debug this, fix this bug, why is this broken, root cause, or investigate.

2 14d ago A 68 tokens original MIT

loop-cve-audit

17

tomimor/skills

Skill Claude CodeCodex

Iterative dependency-CVE remediation loop: scan with ecosystem-native advisory tooling, assess whether each high/critical finding is actually reachable (with call-path evidence, not vibes), fix the highest-risk reachable one with the smallest credible change, re-verify, and repeat. Terminates when no exploitable…

2 14d ago A 121 tokens original MIT

loop-react-doctor

18

tomimor/skills

Skill Claude CodeCodex

Iterative React-health loop: inventory every React app in the repo, baseline with the latest react-doctor (pinned for the rest of the run), fix one root cause per iteration, and re-verify until every app scores 100/100 or every remaining finding has a user-approved written justification. Never silences findings with…

2 14d ago A 119 tokens original MIT

tomimor/skills

Skill Claude CodeCodex

Build Meta Ads Manager bulk-import files (.xlsx + Unicode .txt) from a structured YAML brief, using the bundled v2.3 Ads Manager Template. Expands a creative matrix (titles x bodies x creatives) into one row per ad and validates every field against Meta's enums and 2026 character limits. Use when the user mentions…

2 14d ago A 113 tokens original MIT

miguel-review

20

tomimor/skills

Skill Claude CodeCodex

Opinionated code review that prioritizes minimal diffs, deletions over additions, and zero tolerance for dead code or premature abstractions. Reviews the current branch diff against a base branch. Use when the user mentions miguel review, PR review, diff review, code review, or audit.

2 14d ago A 62 tokens original MIT

office-hours

21

tomimor/skills

Skill Claude CodeCodex

YC-style office hours brainstorm that interrogates the premise of a product idea (or builder side-project) through six forcing questions, generates 2-3 alternative approaches, and ends with a written assignment -- never writes code. Use when the user mentions office hours, brainstorm this, is this worth building…

2 14d ago A 78 tokens original MIT

pr-dashboard

22

tomimor/skills

Skill Claude CodeCodex

Review open PRs authored by the user for a given repo, showing title, status, review state, open comments, CI checks, and recommended next steps. Use when the user mentions PR review, my PRs, open PRs, PR status, PR dashboard, or wants an overview of their pull requests.

2 14d ago A 66 tokens original MIT

qa-manual

23

tomimor/skills

Skill Claude CodeCodex

Drives a local web app through Chrome MCP across the happy path plus 2-3 edge cases, capturing screenshots, console errors, and network failures to produce QA evidence. Use when manually QA'ing a web feature, testing a flow in the browser, exercising a change before claiming it works, or producing evidence for…

2 14d ago A 72 tokens original MIT

review-pr

24

tomimor/skills

Skill Claude CodeCodex

Review a teammate's PR and produce a small list of high-signal, senior-engineer-level review comments ready to paste into GitHub. Aggressively drops nitpicks, style preferences, and "would be nice" suggestions. Output is text-only -- never auto-posts. Use when the user mentions review-pr, reviewing a teammate's PR…

2 14d ago A 86 tokens original MIT