wunki

50 mods across 2 repositories, 66 stars between them.

dotfiles AGENTS.md

01

wunki/dotfiles

Instructions file CodexOpenCode

AGENTS.md instructions for wunki/dotfiles, covering agents.md - dotfiles repository guide, build, lint, and test commands, code style guidelines, general and shell scripts (fish/zsh).

47 4d ago A 290 tokens

AGENTS

02

wunki/dotfiles

Agent

Be direct, accurate, and concise. Own discovery → change → verification → handoff.

47 4d ago A 0 tokens

wunki/dotfiles

Skill Claude CodeCodex

Pauses to ask focused clarifying questions when a request lacks enough information to execute correctly. Use when the task is vague, has multiple plausible interpretations, is missing acceptance criteria, or when wrong assumptions would produce significant wasted work. Don't use when the request is already…

47 4d ago A 108 tokens

ast-grep

04

wunki/dotfiles

Skill Claude CodeCodex

Use ast-grep for syntax-aware structural code search, analysis, linting, and safe rewrite planning. Load this when a task asks to find code by shape/AST, refactor repeated code patterns, inspect function/component/import usage structurally, write ast-grep rules, or when ripgrep would be too imprecise.

47 4d ago A 70 tokens

code-simplifier

05

wunki/dotfiles

Skill Claude CodeCodex

Refines existing code for clarity, readability, and maintainability without changing behavior, interfaces, or outputs. Use when asked to "simplify", "clean up", "refactor for readability", "reduce complexity", or polish code without adding features. Don't use when the request involves changing behavior, adding…

47 4d ago A 90 tokens

devlog

06

wunki/dotfiles

Skill Claude CodeCodex

Keep DEVLOG.md up to date and use it to resume project context in the user's personal developer-log style. Use when the user asks to update, write, continue, summarize, resume, catch up from, or maintain @DEVLOG.md / DEVLOG.md after or before a work session, or asks to capture what they did, learned, decided, got…

47 4d ago A 89 tokens

fetch-github-file

07

wunki/dotfiles

Skill Claude CodeCodex

Fetches and displays source code from GitHub file and directory URLs using the gh CLI. Use when the user shares a github.com/owner/repo/blob/... or github.com/owner/repo/tree/... URL, a raw.githubusercontent.com URL, a GitHub Enterprise URL (e.g. github.mycompany.com/...), or explicitly asks to read, fetch, or show…

47 4d ago A 199 tokens

interview

08

wunki/dotfiles

Skill Claude CodeCodex

Conducts exhaustive requirements-gathering interviews for software features or systems. Reads existing context, then asks structured numbered questions covering purpose, technical design, UI/UX, edge cases, security, and rollout. Use when the user says "interview me", "deep dive on requirements", "spec this out"…

47 4d ago A 157 tokens

petar-writing

09

wunki/dotfiles

Skill Claude CodeCodex

Drafts, rewrites, and reviews prose in Petar's personal voice while removing generic AI writing patterns. Use whenever writing on Petar's behalf - blog posts, technical notes, documentation, proposals, PR descriptions, emails, Slack messages, or when asked to "write this like me", "make this sound human", "de-slop…

47 4d ago A 93 tokens

pr-description

10

wunki/dotfiles

Skill Claude CodeCodex

Draft or update clear, reviewer-centered pull request descriptions. Use when the user asks for a PR description/body, GitHub PR body, PR summary, context-first PR narrative, to update an existing PR description, or to turn commits/diffs into a consistent PR narrative. Do not use for commit messages unless the user is…

47 4d ago A 73 tokens

remarkable

11

wunki/dotfiles

Skill Claude CodeCodex

Render a Markdown or Org document to a PDF for reading on Petar's reMarkable Paper Pure, in the clean classic CS/Lisp-paper aesthetic (Computer Modern Book, small-caps numbered sections, monochrome code, links as footnotes), using pandoc and tectonic. Use when the user asks for a PDF for the reMarkable, a "paper PDF"…

47 4d ago A 122 tokens

smart-commit

12

wunki/dotfiles

Skill Claude CodeCodex

Analyzes all uncommitted changes (staged and unstaged), groups them into atomic commits by logical purpose, and generates clear conventional commit messages with practical, context-rich bodies. Use when the user asks to "smart commit", "group my commits", "split into atomic commits", "organize my changes into…

47 4d ago A 134 tokens

tech-docs-writer

13

wunki/dotfiles

Skill Claude CodeCodex

Writes and rewrites technical documentation for software projects: README files, API references, architecture docs, user guides, and inline doc comments. Use when the user wants to create, improve, or restructure documentation for a codebase, library, CLI tool, or API. Also use when the user wants to audit existing…

47 4d ago A 110 tokens

tutor

14

wunki/dotfiles

Skill Claude CodeCodex

Coach the user through implementing, debugging, or learning a task themselves so they build a working mental model. Use when the user explicitly wants to remain the actor and learn while doing: "guide me", "teach me", "help me learn", "I want to understand how to do this", "don't do it for me", "let me figure it out"…

47 4d ago A 143 tokens

update-deps

15

wunki/dotfiles

Skill Claude CodeCodex

Upgrades Elixir Mix/Hex dependencies safely, covering patch/minor bumps, major-version migrations with changelog research, and post-update verification. Use when the user asks to update deps, bump packages, upgrade a specific Hex package, or run mix hex.outdated. Don't use for: adding a new dependency, removing a…

47 4d ago A 97 tokens

amplify

16

wunki/amplify

Plugin Claude Code

Plugin marketplace listing 10 plugins: dev-browser, frontend-design, web-perf, beads, ship.

19 5mo ago A tokens not measured

amplify

17

wunki/amplify

Plugin Claude Code

A curated collection of AI coding agent skills for browser automation, frontend design, performance auditing, task tracking, and structured problem-solving workflows.

19 5mo ago A tokens not measured

amplify

18

wunki/amplify

Settings file Claude Code

MCP configuration declaring 1 server: gws.

19 5mo ago A tokens not measured

amplify AGENTS.md

19

wunki/amplify

Instructions file CodexOpenCode

AGENTS.md instructions for wunki/amplify, covering amplify, structure, key files, working here and adding a skill.

19 5mo ago A 422 tokens

create-plan

20

wunki/amplify

Agent

Create a plan for a coding task. Interviews to extract intent, thinks deeply before planning, writes a plan file. Use when asked to "create a plan", "make a plan for", "plan out", "help me plan", or when user needs structured approach to a task.

19 5mo ago A 60 tokens

execute-plan

21

wunki/amplify

Agent

Execute PLAN.md tasks one at a time with human oversight. Triggers on "execute", "execute plan", "execute the plan", "continue", "continue the plan", "continue to plan", "next task", "work on the plan", "pick up where I left off", "resume", or any request to make progress on PLAN.md.

19 5mo ago A 74 tokens

plan-reviewer

22

wunki/amplify

Agent

Deep analysis of PLAN.md before execution. Validates against codebase reality, checks task decomposition, identifies risks and gaps. Use after create-plan, before execute-plan.

19 5mo ago A 37 tokens

wunki/amplify

Skill Claude CodeCodex

Pauses to ask focused clarifying questions when a request lacks enough information to execute correctly. Use when the task is vague, has multiple plausible interpretations, is missing acceptance criteria, or when wrong assumptions would produce significant wasted work. Don't use when the request is already…

19 5mo ago A 108 tokens

browse-site

24

wunki/amplify

Skill Claude CodeCodex

Navigates and interacts with websites using the agent-browser CLI, including clicking elements, filling forms, taking screenshots, extracting page content, and automating multi-step browser workflows. Use when the user asks to open a URL, click something on a page, fill out a web form, take a page screenshot, scrape…

19 5mo ago A 119 tokens