agent-ideas
01Skill Claude CodeCodex
Harvest agent-tooling ideas from prominent developers.
Skill Claude CodeCodex
Harvest agent-tooling ideas from prominent developers.
Skill Claude CodeCodex
Type-safe CLI argument parsing with cleye, the standard parser for this repo's Bun scripts. Use when writing or editing any script that takes arguments (flags, positional parameters, subcommands, --help) instead of reading existing scripts for the pattern.
Skill Claude CodeCodex
Report real device usage from ActivityWatch. Covers per-app time, window titles, and active vs idle spans. Use when asked "what apps did I use", "how long was I in X", "what did I work on today", "how much was I active vs idle", or to mine usage patterns for automation.
Skill Claude CodeCodex
Report shell history from atuin's local capture. Covers what commands ran, when, where, and how they exited. Use when asked "what commands did I run", "what was I working on in the terminal", "have I ever run X", "how do I usually invoke X", or about recent shell activity, command frequency, or failed commands.
Skill Claude CodeCodex
Bun runtime patterns. Use when running bun commands, working with package.json/bun.lock, writing TypeScript scripts under Bun, or developing Claude Code plugins.
Skill Claude CodeCodex
Orchestrating Claude Code agent teams. Use when creating teams, spawning teammates, assigning tasks, configuring teammate modes, or setting up team quality gate hooks.
Skill Claude CodeCodex
Hand the current conversation off to a fresh background agent that picks up the work immediately, so you can step away and track it independently. Use when the user wants to background the current work, keep going without them, continue in a separate session, or says "hand this off", "run this in the background"…
Skill Claude CodeCodex
Configure, create, or troubleshoot Claude Code hooks (PreToolUse, PostToolUse, UserPromptSubmit), debug hook failures, or set up any automation within Claude Code. Examples include "I want to run tests before every file edit", "My hook isn't firing", "1 out of 2 hooks ran", or "How do I create a hook that formats JSON…
Skill Claude CodeCodex
Query Claude Code session history via a DuckDB index over /.claude/projects/. Use when asked about Claude Code activity ("how many tokens today?", "what did I work on this week?") or instead of reading, grepping, or jq-ing session transcripts. Not for codebase search, git log queries, or arbitrary databases.
Skill Claude CodeCodex
Live inbox for reviewing inbound pull requests across forges.
Skill Claude CodeCodex
Review a pull request when requested by a peer.
Skill Claude CodeCodex
Entry skill whose name matches its plugin.
Skill Claude CodeCodex
A project-level skill with no observed calls.
Skill Claude CodeCodex
A personal skill that never fires.
Skill Claude CodeCodex
Creating and optimizing Claude Code Skills including activation patterns, content structure, and development workflows. Use when creating new skills, converting memory files to skills, debugging skill activation, or understanding skill architecture and best practices.
Skill Claude CodeCodex
A skill with an invalid name format.
Skill Claude CodeCodex
This skill has no description.
Skill Claude CodeCodex
Fixture exercising the prefer-headers rule across its boundary cases.
Skill Claude CodeCodex
A valid skill for testing purposes.
Skill Claude CodeCodex
See the language guide for more details.
Skill Claude CodeCodex
Audit code comments for AI slop: restatement, narration/decision-log, self-praise, docstring-scope, and section-divider banners. Audits a diff (the comments a change introduced) or a whole repo, ranks by intrinsic complexity, fans out judging agents, and applies the trims to a fresh branch. Use when asked to audit…
Skill Claude CodeCodex
Resolving git merge conflicts during rebase, merge, or cherry-pick. Use when conflicts arise. Can also drive the operation to completion and push when asked (e.g. "fix conflicts and push").
Skill Claude CodeCodex
Monitor GitHub Actions runs and extract failure diagnostics. Use when watching PR CI, branch builds, or specific workflow runs.
Skill Claude CodeCodex
Upload a local image or video to GitHub and reference it so it renders inline in an issue, pull request, comment, or review. Use when attaching a screenshot, screen recording, or generated diagram to GitHub content, or when a body would otherwise link a local path the reader cannot open. Load before posting to…