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).
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).
Agent
Be direct, accurate, and concise. Own discovery → change → verification → handoff.
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…
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.
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…
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…
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…
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"…
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…
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…
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"…
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…
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…
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"…
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…
Plugin Claude Code
Plugin marketplace listing 10 plugins: dev-browser, frontend-design, web-perf, beads, ship.
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.
Settings file Claude Code
MCP configuration declaring 1 server: gws.
Instructions file CodexOpenCode
AGENTS.md instructions for wunki/amplify, covering amplify, structure, key files, working here and adding a skill.
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.
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.
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.
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…
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…