Skip to main content
Run any Skill in Manus
with one click
GitHub repository

agent-skills

agent-skills contains 32 collected skills from PaulRBerg, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
32
Stars
63
updated
2026-06-26
Forks
3
Occupation coverage
2 occupation categories · 31% classified
repository explorer

Skills in this repository

todo-archive
unclassified

Use only when explicitly asked to archive/prune/compact/roll over checked tasks from TODO.md into `.ai/todos/TODO_UNTIL_YYYY_MM_DD.md`, leaving unchecked tasks.

2026-06-26
commit
unclassified

Use only when explicitly invoked for Git commit workflows: stage intended changes, craft Conventional Prefix Format messages by default, Natural Language messages with --natural or configured repos, commit, and optionally --all, --staged, --deep, --close, or --push.

2026-06-26
bump-deps
unclassified

Use for dependency updates: update/bump deps, npm/pnpm/yarn/bun package upgrades, outdated checks, package.json updates, or taze.

2026-06-24
bump-release
unclassified

Use for release versioning: bump/cut/tag a release, bump version, create a release, changelog updates, or version tagging.

2026-06-24
yeet
unclassified

Use for GitHub PR/issue/discussion workflows: create/update PRs or issues, post comments, start discussions; triggers include create/open PR, file/update issue, yeet.

2026-06-23
code-polish
unclassified

Use to polish recently changed code: simplify for readability/maintainability and run a risk-profiled review that autonomously applies fixes. Default runs both passes; pass --simplify or --review for one. Covers code/PR review, audits, bug/security checks, reviewing diffs or changes, cleanup, refactoring, and reducing complexity.

2026-06-22
cli-gh
unclassified

Use for GitHub CLI automation: gh commands, repo info, workflow triggers, GitHub search, codespaces, PR status, issues, repo browsing, or command-line GitHub tasks.

2026-06-22
autoresearch
unclassified

Use for autoresearch, autonomous experiments, optimization loops, "optimize X overnight/in a loop", or "experiment loop"; sets up iterative trials for an optimization target.

2026-06-22
cli-just
unclassified

Use for just/justfile task automation: create justfiles, write recipes, configure settings, add modules/attributes, or set up command-runner workflows.

2026-06-22
coingecko-historical
unclassified

Use to open CoinGecko historical-data pages in the default browser for a coin/date or to show historical price on date X.

2026-06-22
effect-ts
unclassified

Use for nontrivial Effect-TS work including services/layers, typed errors, Schema/JSONSchema, Config, runtime/concurrency, @effect/vitest, @effect/ai, @effect/sql, or @prb/effect-next.

2026-06-22
agents-introspection
unclassified

Use to retrospect on a task against historical Codex and Claude Code chat transcripts in the current project, identify recurring agent mistakes, and recommend or apply durable fixes such as AGENTS.md updates or new skills.

2026-06-22
skill-doctor
unclassified

Use to audit Agent Skills catalogs or installed skill roots: validate SKILL.md frontmatter, Codex openai.yaml metadata, README catalog coverage, cli-* version pins, and relative resource links; optionally apply conservative --fix-safe metadata repairs.

2026-06-22
cli-cast
unclassified

Use for Foundry cast/on-chain actions: send tx, call contract, sign message, cast send/call/wallet, encode/decode ABI/calldata, or RPC interactions. For read-only balances/history, prefer evm-atlas.

2026-06-20
evm-atlas
unclassified

Use for targeted EVM chain, account, transaction, RPC, explorer, and bridge data: chain name/ID, native symbol, RouteMesh, balances, token/NFT holdings/transfers, tx history, funding origin via Etherscan/Blockscout/Chainscout; Bungee, LayerZero, LI.FI, Socket enrichment.

2026-06-20
skill-map
unclassified

Use to find agent skill installs, duplicate skills, cross-dependencies, invocations, and cross-references across the local machine. Scans broadly while ignoring macOS protected home paths, agent home install/state directories (~/.agents, ~/.claude, ~/.codex, ~/.local/state/skills), transcript/history/state directories, dependency folders, and backups.

2026-06-20
repo-rename
unclassified

Use only when explicitly invoked to rename a GitHub upstream repo and matching local project folder, update the local origin remote, and preserve Codex CLI and Claude Code thread continuity references.

2026-06-20
spreadsheets
unclassified

Use when CSV, TSV, or Excel (.xlsx) is the primary input/output: inspect, clean, transform, dedupe, merge, validate, convert, recalc formulas, or create/fix spreadsheets. Do not trigger when tabular data is incidental.

2026-06-20
agents-context-management
unclassified

Use to create or polish repo agent context files: README.md, AGENTS.md/CLAUDE.md symlinks, and existing project .agents/skills/SKILL.md files. Updates existing skills only; do not create skills.

2026-06-18
create-skill
unclassified

Use to create/scaffold/init a new agent skill in `.agents/skills` by default or `~/.agents/skills` with `--global`.

2026-06-17
loop-skill
unclassified

Explicit-only meta skill for running another agent skill repeatedly, defaulting to 3 iterations, with one final net report.

2026-06-17
grill-me
unclassified

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".

2026-06-17
debrief
software-developers

Use for debriefs or saved findings/reports from the current task. Creates `.ai/debriefs/<slug>/index.html`; `--md` writes `index.md` instead.

2026-06-17
find-tool
software-developers

Use to find, compare, and recommend current tools, packages, libraries, CLIs, VSCode extensions, agent skills, databases, or infrastructure options for a development task.

2026-06-17
coingecko-cli
software-developers

Use for CoinGecko/cg CLI crypto market data: prices, market cap, trending coins, top gainers/losers, coin search, historical data, or OHLC.

2026-06-12
playground
software-developers

Use to create interactive single-file HTML playgrounds/explorers/tools with visual controls, live preview, and prompt copy-out.

2026-06-12
tailwind-css
software-developers

Use for Tailwind v4 styling: add/fix classes, configure or migrate Tailwind, use tailwind-variants, or tw-animate-css.

2026-06-12
vitest
software-quality-assurance-analysts-and-testers

Use for Vitest in TypeScript React/Next.js: write, run, or debug unit/component tests, mocks, testing utilities, and coverage.

2026-06-12
diagram-monochrome
software-developers

This skill should be used when the user asks to create a monochrome technical diagram, schematic, or systems/architecture diagram in black-and-white line-art style. Trigger phrases include "create a diagram", "monochrome diagram", "systems diagram", "draw a schematic".

2026-06-12
oracle-codex
software-developers

This skill should be used when the user asks to consult Codex/GPT for planning or code review, or wants a second opinion on code. Trigger phrases include "ask Codex", "consult Codex", "second opinion on code", "consult the oracle". NOT for implementation tasks.

2026-06-12
git-squash
software-developers

Use to squash a feature branch into one commit and rebase onto base: squash commits/branch, clean up commits, flatten branch history, prepare clean PR commit.

2026-06-12
work
software-developers

Run only on explicit invocation. Orchestrates end-to-end implementation, scales from direct work to subagents, and finishes with code-polish.

2026-06-12