attentiondotnet

27 mods across 2 repositories, 28 stars between them.

attentiondotnet/davidondrej-skills

Skill Claude CodeCodex

Make an AI agent run on a schedule, loop, or interval — cron, heartbeats, recurring autonomous checks. Use for "run every N minutes", "schedule a task", "run on a loop", "heartbeat". Covers external clocks (Claude Code, Codex, Pi) vs Hermes' built-in scheduler.

9 1mo ago A 69 tokens copy · 84% MIT

cmux

02

attentiondotnet/davidondrej-skills

Skill Claude CodeCodex

MUST be read ANY time you interact with cmux in ANY way — listing/inspecting/creating/closing cmux workspaces, panes, or surfaces; reading or capturing pane/screen output; sending input or keys to a pane/surface; delegating to, polling, or checking on other agents running in cmux panes/surfaces; building or…

9 1mo ago B 183 tokens copy · 86% MIT

codex-subagent

03

attentiondotnet/davidondrej-skills

Skill Claude CodeCodex

Launch OpenAI Codex CLI as a subagent (ChatGPT subscription auth, no API key). Use when delegating a self-contained coding task to Codex from another agent — parallel implementation work, a second opinion, or an independent verification pass.

9 1mo ago A 55 tokens copy · 94% MIT

fable-safe-prompt

04

attentiondotnet/davidondrej-skills

Skill Claude CodeCodex

Rewrite a user's prompt to reduce the chance it trips Claude Fable 5's server-side safety classifiers (cyber/bio guardrails that force-route to Opus 4.8 or return stopreason "refusal"). Use when the user hands you a prompt that touches cybersecurity, auth, exploits, malware, pentesting, or other dual-use topics and…

9 1mo ago A 118 tokens copy · 100% MIT

goal-loop

05

attentiondotnet/davidondrej-skills

Skill Claude CodeCodex

Explain and write effective instructions for the /goal feature — the persistent self-checking agent loop (plan → act → test → review → iterate), available in agents like Codex, Claude Code, and Hermes Agent. Use when the user mentions /goal, "goal loop", "Ralph loop", wants to kick off a long-running autonomous agent…

9 1mo ago A 93 tokens copy · 98% MIT

handoff

06

attentiondotnet/davidondrej-skills

Skill Claude CodeCodex

Compact the current conversation into a single, detailed handoff message — everything that happened, why it happened, and what's left — output in a code block so it can be copy-pasted into a fresh agent session. Use when hitting context limits, switching focus, ending a work session, or partitioning a task across…

9 1mo ago A 69 tokens copy · 100% MIT

markdown-rendering

07

attentiondotnet/davidondrej-skills

Skill Claude CodeCodex

How to reliably open a markdown file in a cmux right pane without it rendering blank. Use whenever opening/showing/rendering a .md file in cmux's right pane via cmux markdown open. Covers the move-surface blank-render bug and the only two reliable approaches — open it correctly the first time, or close the existing…

9 1mo ago A 84 tokens original MIT

run-deep-swe

08

attentiondotnet/davidondrej-skills

Skill Claude CodeCodex

Score any AI model on the DeepSWE coding-agent benchmark via the OpenRouter API. Use when the user wants an independent, reproducible coding-agent eval — "run DeepSWE", "benchmark this model on DeepSWE", "score model X on the coding benchmark", "test a model via OpenRouter on DeepSWE", or to verify vendor-reported…

9 1mo ago A 111 tokens copy · 92% MIT

anti-sleep

09

attentiondotnet/davidondrej-skills

Skill Claude CodeCodex

Keep the user's MacBook awake with macOS caffeinate — prevent sleep, screen dimming, or both, for a set duration or while a process runs. Use when the user says "don't let my mac sleep", "keep the screen on", "anti-sleep", "caffeinate", or wants the machine awake overnight / during a long build.

9 1mo ago A 76 tokens original MIT

pi-custom-model

10

attentiondotnet/davidondrej-skills

Skill Claude CodeCodex

Register a custom or variant model (e.g. an OpenRouter ":nitro" / ":floor" / ":exacto" slug) in the Pi Agent so it can be set as the global default. Use when Pi silently falls back to a different model (e.g. moonshotai/kimi-k2.6) after setting defaultModel, or when a model slug isn't in Pi's bundled list. Triggers on…

9 1mo ago A 116 tokens copy · 100% MIT

setup-help

11

attentiondotnet/davidondrej-skills

Skill Claude CodeCodex

Walk the user through setting up anything step by step. Use when the user asks for help setting up, configuring, installing, or getting something working — "help me set up X", "walk me through this", "setup-help". Differentiator: gives one current step at a time, then always lists every remaining setup step after each…

9 1mo ago A 73 tokens original MIT

browser-harness

12

attentiondotnet/davidondrej-skills

Skill Claude CodeCodex

Direct browser control via CDP. Use when the user wants to automate, scrape, test, or interact with web pages. Connects to the user's already-running Chrome.

9 1mo ago A 38 tokens copy · 97% MIT

deep-research

13

attentiondotnet/davidondrej-skills

Skill Claude CodeCodex

Run a deep, source-backed research query via DeepAPI (go to deepapi.co to get an API key) POST /v1/research/deep. Builds a rigorous one-paragraph research prompt (per research-prompt rules), fires it, and saves a cited markdown report. Use when the user asks for "deep research", "deepapi research", "perplexity deep…

9 1mo ago A 123 tokens original MIT

pi-web-search

15

attentiondotnet/davidondrej-skills

Skill Claude CodeCodex

ONLY for Pi Agents — all other agents have their own web tools. How Pi accesses the web via the pi-web-access package — search, fetch URLs/PDFs/YouTube/GitHub. Use whenever a Pi task needs current info, docs, news, prices, or content from a specific URL.

9 1mo ago A 66 tokens copy · 92% MIT

research-prompt

16

attentiondotnet/davidondrej-skills

Skill Claude CodeCodex

Write a single-paragraph Deep Research prompt to hand to a human researcher (or a deep-research AI). Use when the user wants a research brief, a "deep research prompt", a one-paragraph task for a researcher, or asks "what should our researcher look for". Produces ONE tight paragraph with full context, numbered…

9 1mo ago A 81 tokens copy · 100% MIT

youtube-transcript

17

attentiondotnet/davidondrej-skills

Skill Claude CodeCodex

Use whenever the user needs the transcript of a YouTube video — fetching, extracting, downloading, or pulling captions/subtitles/transcript text from a YouTube URL. Triggers on "get the transcript", "transcript of this video", "pull the captions", "download subtitles", "what does this YouTube video say". Primary path…

9 1mo ago A 95 tokens copy · 88% MIT

attentiondotnet/davidondrej-skills

Skill Claude CodeCodex

Distribute a skill across the 4 agent skill folders (Codex, Claude Code, Pi, Hermes) so all agents see it. Use when the user says "distribute this skill", "sync skills across agents", or after creating/updating a skill that should be global. Covers the symlink layout and the /.pi/agent/skills trap.

9 1mo ago D 81 tokens copy · 98% MIT

attentiondotnet/davidondrej-skills

Skill Claude CodeCodex

How to write effective agent skills — what to do, what not to do, anatomy, progressive disclosure, design patterns, anti-patterns, testing, security. Read this whenever a skill (Claude Skill, Agent Skill, SKILL.md) is being created, edited, reviewed, or debugged. Use when the user says "create a skill", "new skill"…

9 1mo ago B 110 tokens copy · 86% MIT

attentiondotnet/davidondrej-skills

Skill Claude CodeCodex

Create a specialized CLAUDE.md (+ AGENTS.md symlink) inside a specific folder to give future agents folder-scoped context. Use when the user asks to create a CLAUDE.md for a folder, write folder instructions, or add agent context to a directory.

9 1mo ago A 65 tokens copy · 100% MIT

attentiondotnet/davidondrej-skills

Skill Claude CodeCodex

Commit and push agent-skill changes to the user's private skills GitHub repo (your-org/private-skills, rooted at /.agents). Use after creating or updating any skill, when the user says "push the skill", "push skills to github", "save the skill to my repo", or "update the skills repo". Handles staging, committing…

9 1mo ago A 91 tokens original MIT

brain-to-docs

22

attentiondotnet/davidondrej-skills

Skill Claude CodeCodex

Use when the user wants to extract project vision, decisions, and preferences from his head into clear documentation (README + ADRs) through a back-and-forth Q&A loop. Triggers on "brain-to-docs", "build out the docs", "extract the vision", "let's document this project".

9 1mo ago A 68 tokens original MIT

grill-me

23

attentiondotnet/davidondrej-skills

Skill Claude CodeCodex

Interview the user relentlessly about a plan or design until reaching shared understanding, resolving each branch of the decision tree. Use when user wants to stress-test a plan, get grilled on their design, or mentions "grill me".

9 1mo ago A 49 tokens copy · 83% MIT

attentiondotnet/davidondrej-skills

Skill Claude CodeCodex

Use when the user wants to build a structured strategic document by answering questions (life priorities, goals docs, framework files, ranked lists, principles, reviews). Interview one question at a time, patch the file after each answer, then re-ask. Not for day planning (use day-plan).

9 1mo ago A 65 tokens original MIT