Back to categories
Category

Agent Skills in category: Uncategorized

85239 skills match this category. Browse curated collections and explore related Agent Skills.

brainstorming

You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.

thoreinstein
thoreinstein
51

capacity

Analyze service capacity, load patterns, and scaling requirements

thoreinstein
thoreinstein
51

code-review

Code review mode - comprehensive review with security, performance, and maintainability focus

thoreinstein
thoreinstein
51

commit

Analyze unstaged changes and suggest atomic commit groups with messages

thoreinstein
thoreinstein
51

content-research-writer

Assists in writing high-quality content by conducting research, adding citations, improving hooks, iterating on outlines, and providing real-time feedback on each section. Transforms your writing process from solo effort to collaborative partnership.

thoreinstein
thoreinstein
51

data-model

Generate comprehensive data model documentation with ERD, DTOs, and data flow diagrams

thoreinstein
thoreinstein
51

debug

Guide systematic debugging through hypothesis generation and verification

thoreinstein
thoreinstein
51

deploy

Generate deployment checklist with pre-flight checks and rollout strategy

thoreinstein
thoreinstein
51

deps

Analyze dependencies for security vulnerabilities, outdated packages, and license compliance

thoreinstein
thoreinstein
51

enhance

Enhance frontend to pixel-perfect standards with mobile responsiveness and industry-leading design quality

thoreinstein
thoreinstein
51

file-organizer

Intelligently organizes your files and folders across your computer by understanding context, finding duplicates, suggesting better structures, and automating cleanup tasks. Reduces cognitive load and keeps your digital workspace tidy without manual effort.

thoreinstein
thoreinstein
51

fix

Diagnose and fix bugs with architecture-aware analysis and diagnostic-first approach

thoreinstein
thoreinstein
51

implement

Full implementation mode - end-to-end feature implementation with parallel agent orchestration

thoreinstein
thoreinstein
51

meeting-insights-analyzer

Analyzes meeting transcripts and recordings to uncover behavioral patterns, communication insights, and actionable feedback. Identifies when you avoid conflict, use filler words, dominate conversations, or miss opportunities to listen. Perfect for professionals seeking to improve their communication and leadership skills.

thoreinstein
thoreinstein
51

postmortem

Generate blameless postmortem with root cause analysis

thoreinstein
thoreinstein
51

refactor

Analyze code and suggest refactoring opportunities with rationale

thoreinstein
thoreinstein
51

research

Research the codebase to find and explain specific topics

thoreinstein
thoreinstein
51

rollback

Analyze deployment or change for rollback safety and generate checklist

thoreinstein
thoreinstein
51

incident

Analyze production incidents and generate prioritized triage checklists

thoreinstein
thoreinstein
51

indexes

Analyze database queries and recommend missing indexes with performance impact analysis

thoreinstein
thoreinstein
51

runbook

Generate operational runbooks for services, procedures, or incident response

thoreinstein
thoreinstein
51

search

Deep search mode - parallel multi-source search across codebase, docs, and web

thoreinstein
thoreinstein
51

security-review

Perform enterprise security review of the codebase

thoreinstein
thoreinstein
51

seo

Implement SEO optimizations for specified pages or entire site

thoreinstein
thoreinstein
51

think

Extended thinking mode - deep reasoning for complex problems requiring careful analysis

thoreinstein
thoreinstein
51

ultrathink

Ultra-deep multi-perspective analysis for complex architectural and strategic decisions

thoreinstein
thoreinstein
51

mastering-langgraph

Build stateful AI agents and agentic workflows with LangGraph in Python. Covers tool-using agents with LLM-tool loops, branching workflows, conversation memory, human-in-the-loop oversight, and production monitoring. Use when - (1) building agents that use tools and loop until task complete, (2) creating multi-step workflows with conditional branches, (3) adding persistence/memory across turns with checkpointers, (4) implementing human approval with interrupt(), (5) debugging via time-travel or LangSmith. Covers StateGraph, nodes, edges, add_conditional_edges, MessagesState, thread_id, Command objects, and ToolMessage handling. Examples include chatbots, calculator agents, and structured workflows.

SpillwaveSolutions
SpillwaveSolutions
413

bacchus

Multi-agent coordination for parallel development. Use when asked to parallelize work, coordinate multiple agents, or manage tasks across a codebase.

vu1n
vu1n
0

ship-review

Pre-ship deep review pass. Runs the ambitious structural quality review (thermo-nuclear, advisory) then bug review (code-review) on the settled diff, with a human checkpoint between. Use once before opening a PR. Invoke for "ship review", "deep review before PR", "review before shipping".

vu1n
vu1n
0

tighten

Per-iteration code-tightening pass optimized for an AI-maintained codebase. Strips slop (deslop), applies local simplifications (simplify), then invests context the next agent needs (contextualize). Use after a round of iteration to keep the working tree tight before continuing. Invoke for "tighten", "tighten this up", "clean pass".

vu1n
vu1n
0

leychile

Queries Chilean legislation from the Biblioteca del Congreso Nacional using SPARQL and Linked Data. Use when searching for Chilean laws, decrees, regulations, congressional information, or when user mentions specific Chilean legal codes.

tcapelle
tcapelle
0

mis-documentos

Manages client case database in mis_documentos/ directory. Use when starting new legal work, creating documents, or generating proposals to find similar cases and maintain consistent style.

tcapelle
tcapelle
0

vlex

Interacts with vLex legal APIs for document search, anonymization, citation extraction, and classification. Use when needing international legal documents, PII removal, or legal text analysis. Requires VLEX_API_KEY environment variable.

tcapelle
tcapelle
0

mastering-aws-cli

|

Spillwave
Spillwave
82

code-reviewer

Reviews code for style, bugs, and best practices. Use when asked to review or analyze code quality.

skillhelper-dev
skillhelper-dev
0

hello-world

A minimal test skill that demonstrates the basic skill structure

LA3D
LA3D
0

pi-extensions

>-

OscSer
OscSer
0

update-agent-tools

Update curated agent CLIs and binaries used by these dotfiles.

OscSer
OscSer
0

agents-md

>-

OscSer
OscSer
0

code-review

Review the changes since a fixed point (commit, branch, tag, or merge-base) along two axes: Standards (does the code follow this repo''s documented coding standards?) and Spec (does the code match what the originating issue/spec asked for?). Runs both reviews in parallel sub-agents and reports them side by side. Use when the user wants to review a branch, a PR, work-in-progress changes, or asks to "review since X".

OscSer
OscSer
0

codebase-design

Shared vocabulary for designing deep modules. Use when the user wants to design or improve a module's interface, find deepening opportunities, decide where a seam goes, make code more testable or AI-navigable, or when another skill needs the deep-module vocabulary.

OscSer
OscSer
0

commit

Stage all changes, commit, then push.

OscSer
OscSer
0

domain-modeling

Build and sharpen a project's domain model. Use when discussing codebase terminology, writing or editing a CONTEXT.md, or recording or editing an ADR.

OscSer
OscSer
0

grill-with-docs

A relentless interview to sharpen a plan or design, which also creates docs (ADR's and glossary) as we go.

OscSer
OscSer
0

grilling

Grill the user relentlessly about a plan, decision, or idea. Use when the user wants to stress-test their thinking, or uses any 'grill' trigger phrases.

OscSer
OscSer
0

handoff

Compact the current conversation into a handoff document for another agent to pick up.

OscSer
OscSer
0

improve-codebase-architecture

Scan a codebase for deepening opportunities, present them as a visual HTML report, then grill through whichever one you pick.

OscSer
OscSer
0

land-worktree

Land a git worktree โ€” push, merge PR, sync main, teardown environment.

OscSer
OscSer
0

playwriter

Control the user own Chrome browser via Playwriter extension with Playwright code snippets in a stateful local js sandbox. Use this over other Playwright MCPs to automate the browser โ€” it connects to the user's existing Chrome instead of launching a new one. Use this cli for navigating JS-heavy websites (Instagram, Twitter, cookie/login walls, lazy-loaded UIs) instead of webfetch/curl. ALWAYS load this skill before using any playwriter commands

OscSer
OscSer
0

prototype

Build a throwaway prototype to answer a design question. Use when the user wants to sanity-check whether a state model or logic feels right, or explore what a UI should look like.

OscSer
OscSer
0

Page 8 of 1705 ยท 85239 results