Agent Skills catalog · page 191
Standard HTML pagination keeps the complete catalog discoverable. Use the main directory for search, filtering, and comparison.
- Current page
- 191/209
- Entries on page
- 24
- URL status
- Self-canonical
zgbrenner/agentcounsel
Coverage Issue Spotter
Use when issue-spotting insurance coverage questions from a policy, claim facts, tender, pleadings, and correspondence into a source-cited coverage issue matrix for attorney review.
zgbrenner/agentcounsel
DMCA Takedown
Use when preparing a takedown notice for infringing content or evaluating a takedown notice received against the user's content, including whether a counter-notice may be appropriate.
zgbrenner/agentcounsel
Equity Incentive Plan Review
Use when reviewing an equity incentive plan and its award agreements (options, RSUs, restricted stock, phantom units, or SARs) to record plan-capacity and share-counting provisions, map vesting and termination-treatment matrices as drafted, organize the securities-law and governance-approval hooks as questions, and flag tax hooks for tax counsel — without computing shares, vesting outcomes, or asserting exemption or tax treatment.
eugenelim/agent-ready-repo
flow-metrics
Use this skill when the user asks for DORA / Flow Framework metrics over a Jira scope -- "what's our cycle time this quarter for PROJ", "give me throughput and WIP for the Foo team", "compare flow efficiency before/after the AI-pairing rollout via a cohort split", "rollup flow metrics across program 42". Computes cycle time, lead time, throughput, WIP, flow load, rework rate, flow efficiency, flow distribution, and defect ratio from Jira changelogs (optionally joined with Jira Align for program
artalis-io/hull
js-audit
Audit JavaScript stdlib code for security, correctness, and sandbox safety. Use when reviewing or hardening JS modules.
artalis-io/hull
lua-audit
Audit Lua stdlib code for security, correctness, and sandbox safety. Use when reviewing or hardening Lua modules.
zgbrenner/agentcounsel
Post-Closing Obligations Tracker
Use when extracting and organizing the post-closing covenants and obligations from an M&A acquisition agreement and its ancillary documents into a tracked, source-cited obligation list.
zgbrenner/agentcounsel
Reduction in Force Review
Use when organizing a proposed group termination or reduction in force for counsel — the selection process and criteria, adverse-impact questions, group-notice obligations, group-release formalities, severance consistency, and the communication plan — before the reduction proceeds.
zgbrenner/agentcounsel
Restructuring Term Sheet Review
Use when reviewing a restructuring support agreement, forbearance agreement, workout term sheet, or related restructuring document into a source-cited key terms table and issue list for attorney review.
zgbrenner/agentcounsel
SEC Filing Consistency Check
Use when checking a set of SEC filings (10-K, 10-Q, 8-K, S-1/3/4, proxy, Form D) for cross-filing consistency to produce a draft cross-reference matrix flagging numerical, narrative, and defined-term discrepancies for attorney review, without concluding adequacy or correctness.
mikeprasad/aria-knowledge
setup
Configure ARIA for Codex using the shared ARIA config file, knowledge folder, template diffs, audit cadences, project tier, and shared-knowledge settings. Trigger on /setup or setup aria-knowledge.
zgbrenner/agentcounsel
SOW Review
Use when reviewing a statement of work or work order to assess scope clarity, deliverables, acceptance criteria, timeline, pricing, and — critically — consistency with the governing master agreement.
zgbrenner/agentcounsel
Templated Legal Response
Use when drafting a response to a routine, recurring legal inquiry from a configured template, with a built-in escalation gate that stops the templated path when the matter shows characteristics that require individualized counsel review.
reddb-io/red-skills
triage
Triage issues through a state machine driven by triage roles. Use when user wants to create an issue, triage issues, review incoming bugs or feature requests, prepare issues for an AFK agent, or manage issue workflow.
NintendaDev/unikit-ai
unikit-docs
Generate and maintain the project's TECHNICAL documentation from its codebase — scans the project structure, tech stack, and module boundaries, then writes a lean README landing page plus detailed topic pages (architecture, modules, setup, build, APIs), only the docs that are relevant. Use whenever the user wants to create, update, or validate documentation of the CODE or the project itself, e.g. "generate documentation", "create docs", "write the README", "update the project docs", "document th
moonlight-lupin/agent-skills
deep-research
Autonomous multi-step deep research engine implementing an iterative Think → Search → Extract → Synthesize → Stop loop. The LLM drives every decision: what to search, what's relevant, what's missing, and when to stop. Produces a cited, magazine-quality report with inline citations, category- specific formatting, and research stats. Trigger when the user asks for "deep research", "research report on", "comprehensive analysis of", "look into X in depth", "write a report on X", or any question need
reddb-io/red-skills
go
Middle tier of the dispatch spectrum — `/goal` → `/go` → `/afk`. Use for genuinely untracked, ad-hoc, one-off demands only; anything that is or should be a tracked issue belongs to `/afk`. Mints a disposable issue, spins a dedicated worker, and brings back a PR. Add `--scout "<question>"` for a read-only investigation that posts a report comment and mutates nothing.
reddb-io/red-skills
start
Grilling session that challenges your plan against the existing domain model, sharpens terminology, and updates documentation (.red/CONTEXT.md, ADRs) inline as decisions crystallise. Use when user wants to stress-test a plan against their project's language and documented decisions.
th3vib3coder/vibe-science
vibe-science
Scientific research engine v6.0 NEXUS — adversarial review (Reviewer 2), 32 quality gates, tree search, serendipity tracking, confounder harness, cross-session learning. Use for ANY scientific analysis, hypothesis testing, data validation, literature review, or task where correctness > speed.
th3vib3coder/vibe-science
vibe-science
Scientific research engine for hypothesis testing, literature gap analysis, experimental validation, and data-driven discovery. Enforces adversarial review (Reviewer 2), 32 quality gates, tree search over hypotheses, confounder harness for quantitative claims, and serendipity detection. TRIGGER when: user asks to analyze scientific data, test hypotheses, validate findings, search for research gaps, design experiments, or investigate results. DO NOT TRIGGER when: pure code review, documentation w
moonlight-lupin/agent-skills
input-token-overheads
Use when context window is filling up too fast or input token cost is too high. Audits overhead sources.
moonlight-lupin/agent-skills
model-compare
Blind side-by-side multi-model comparison. Send one prompt to 2-4 models simultaneously, present responses anonymously (Model A / B / C / D), let the user pick a winner, then reveal identities and show which model won. Supports custom evaluation criteria, synthesis of responses, and vote history logging. Trigger when the user says "compare models", "test these models", "which model is better for", "A/B test", "blind comparison", "model evaluation", or wants to see how different AI models handle
moonlight-lupin/agent-skills
travel-itinerary
Create, update, sanitize, route, and export structured business-trip itineraries from booking confirmations, emails, tickets, PDFs, screenshots, calendar invites, or notes. Use for day-by-day itinerary generation, privacy-safe sharing, route links, and Markdown/PDF/DOCX/Google Doc/ICS exports.
NintendaDev/unikit-ai
unikit-implement
Execute the tasks from an already-created feature plan in .unikit/code/plans/ — read the plan (TASKS.md + PLAN-BRIEF.md), work through the uncompleted tasks in order, write the code, mark progress, and resume across sessions. Supports selective runs by phase or by task numbers, and continuing from where the last session stopped. Use whenever a plan exists and the user wants to build it, e.g. "implement", "implement the plan", "start coding", "execute the plan", "run the plan", "do the next task"