Back to categories
Category

Agent Skills in category: Uncategorized

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

figma

Translate Figma designs into production-ready code using the Figma MCP server. Trigger on: Figma URLs, node IDs, 'implement design', 'design to code', Figma MCP setup/troubleshooting, or any Figma-related task.

jjeremycai
jjeremycai
0

github

Use when working with GitHub PRs via the gh CLI: fixing failing CI checks, addressing review comments, inspecting PR status, or debugging GitHub Actions workflows. Trigger on: fix CI, failing checks, PR comments, address review, GitHub Actions.

jjeremycai
jjeremycai
0

himalaya

Use when the user asks to read, send, search, or manage email from the terminal. Himalaya is a CLI email client supporting IMAP, Maildir, Notmuch, SMTP, and Sendmail backends. Trigger on: email, inbox, send email, check mail, reply to email, forward email, email folders.

jjeremycai
jjeremycai
0

imagegen

Use when the user asks to generate or edit images via the OpenAI Image API (for example: generate image, edit/inpaint/mask, background removal or replacement, transparent background, product shots, concept art, covers, or batch variants); run the bundled CLI (`scripts/image_gen.py`) and require `OPENAI_API_KEY` for live calls.

jjeremycai
jjeremycai
0

investment

|

jjeremycai
jjeremycai
0

missive

This skill should be used when the user asks to "check inbox", "triage inbox", "prioritize emails", "draft reply", "reply all", "label conversation", "tag email", "assign to team", "delegate email", "organize contacts", "add contact", "find contact", "manage contacts", "email management", "route conversation", "organize inbox", "what needs my attention", or any Missive-related task.

jjeremycai
jjeremycai
0

openai-docs

Use when the user asks how to build with OpenAI products or APIs and needs up-to-date official documentation with citations (for example: Codex, Responses API, Chat Completions, Apps SDK, Agents SDK, Realtime, model capabilities or limits); prioritize OpenAI docs MCP tools and restrict any fallback browsing to official OpenAI domains.

jjeremycai
jjeremycai
0

pdf

Use when tasks involve reading, creating, reviewing, filling, or signing PDF/Word documents. Covers rendering (Poppler), generation (reportlab), extraction (pdfplumber, pypdf), form filling (pymupdf), and e-signature placement. Also trigger on: fill this form, sign this document, complete this PDF.

jjeremycai
jjeremycai
0

playwright

Use when the task requires automating a real browser from the terminal (navigation, form filling, snapshots, screenshots, data extraction, UI-flow debugging) via `playwright-cli` or the bundled wrapper script.

jjeremycai
jjeremycai
0

shaping

Use this methodology when collaboratively shaping a solution with the user - iterating on problem definition (requirements) and solution options (shapes). Includes breadboarding to map affordances and wiring, and slicing into vertical implementation increments.

jjeremycai
jjeremycai
0

spreadsheet

Use when tasks involve creating, editing, analyzing, or formatting spreadsheets (`.xlsx`, `.csv`, `.tsv`) using Python (`openpyxl`, `pandas`), especially when formulas, references, and formatting need to be preserved and verified.

jjeremycai
jjeremycai
0

transcribe

Transcribe audio files to text with optional diarization and known-speaker hints. Use when a user asks to transcribe speech from audio/video, extract text from recordings, or label speakers in interviews or meetings.

jjeremycai
jjeremycai
0

vercel-deploy

Deploy applications and websites to Vercel using the bundled `scripts/deploy.sh` claimable-preview flow. Use when the user asks to deploy to Vercel, wants a preview URL, or says to push a project live on Vercel.

jjeremycai
jjeremycai
0

yeet

Use only when the user explicitly asks to stage, commit, push, and open a GitHub pull request in one flow using the GitHub CLI (`gh`).

jjeremycai
jjeremycai
0

search

Unified web search with automatic provider selection (Kagi, Brave Search, Claude Code, Codex CLI). Use for searching documentation, facts, or current information.

goncalossilva
goncalossilva
243

browser-tools

Interactive browser automation via Chrome DevTools Protocol. Use when you need to interact with web pages, test frontends, or when user interaction with a visible browser is required.

goncalossilva
goncalossilva
243

git-clean-history

Reimplement the current Git branch on a fresh branch off `main` with a clean, narrative-quality commit history.

goncalossilva
goncalossilva
243

git-commit

Commit changes with an emphasis on tidiness and reviewability: small, focused commits, with clear rationale in messages.

goncalossilva
goncalossilva
243

homeassistant-ops

Operate a Home Assistant instance via the official REST/WebSocket APIs and backups, with safe plan/apply workflows for bulk, reviewable changes.

goncalossilva
goncalossilva
243

openscad

Create and render OpenSCAD 3D models. Generate preview images from multiple angles, extract customizable parameters, validate syntax, and export STL files for 3D printing platforms like Printables.

goncalossilva
goncalossilva
243

oracle

Get a second opinion by bundling a prompt + a curated file set, then asking another powerful LLM for debugging, refactor advice, design checks, or code reviews.

goncalossilva
goncalossilva
243

sentry

Fetch and analyze Sentry issues, events, transactions, and logs. Helps agents debug errors, find root causes, and understand what happened at specific times.

goncalossilva
goncalossilva
243

update-changelog

Update CHANGELOG.md following Keep a Changelog (https://keepachangelog.com/en/1.1.0/)

goncalossilva
goncalossilva
243

web-design

Design and implement distinctive, production-ready web interfaces with strong aesthetic direction. Use when asked to create or restyle web pages, components, or applications (HTML/CSS/JS, React, Vue, etc.).

goncalossilva
goncalossilva
243

email-voice-draft

Draft an email reply in the user's voice using their business context and Notion knowledge

sofer
sofer
0

skill-creator

Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Codex's capabilities with specialized knowledge, workflows, or tool integrations.

sofer
sofer
0

skill-installer

Install Codex skills into $CODEX_HOME/skills from a curated list or a GitHub repo path. Use when a user asks to list installable skills, install a curated skill, or install a skill from another repo (including private repos).

sofer
sofer
0

anonymise

Anonymise CSV files by removing personal identifying information and adding datetime stamps. Use when user wants to process a new CSV file or strip PII from data.

sofer
sofer
0

calendar-fetch

Fetch upcoming calendar events from Google Calendar

sofer
sofer
0

code-review

Review code for quality, security, and standards compliance. Works as a pipeline gate after refactor phase, or standalone against PR URLs, branch names, commit ranges, or file lists.

sofer
sofer
0

commit

Git workflow operations with Conventional Commits. Supports subcommands - branch (create feature branch), commit (stage and commit changes), pr (create pull request), merge (merge PR). Automatically available when the current directory is a git repository. Use when user needs git operations during development workflow.

sofer
sofer
0

contact-research

Research a person given their name and email, returning a brief profile with role, company, LinkedIn summary, and previous interactions

sofer
sofer
0

deploy

Ship code to target environment. Use after code is merged to deploy to staging or production. Handles build, artifact creation, and deployment orchestration.

sofer
sofer
0

design-review

Validate design before implementation. Use after design phase to ensure architecture meets standards, spec requirements, and quality criteria. Gates progression to stubs phase.

sofer
sofer
0

design

Plan architecture and components for a single user story. Use after spec phase to create a technical design before implementation. Produces design documents that guide stubs and implementation.

sofer
sofer
0

distribution-channel

Identify and evaluate distribution channels for the ML engineer apprenticeship

sofer
sofer
0

distribution-strategist

Discuss and evolve distribution strategy for the ML engineer apprenticeship

sofer
sofer
0

draft-post

Guide the user through creating a blog post draft for Substack (200-500 words) and LinkedIn (100-300 words). Use when user wants to draft a post or share work.

sofer
sofer
0

email-drafter

Fetch unread emails, triage them, draft replies in the user's voice, and save as Gmail drafts for human review

sofer
sofer
0

feature

Implement a feature using TDD. Works standalone (user describes what to build) or as part of the orchestrated pipeline (story and context provided). Handles complexity scaling, design, stubs, tests, implementation, migrations, refactoring, and review. Use when building a feature in an existing codebase.

sofer
sofer
0

gmail-draft

Create a draft email in Gmail from provided email data

sofer
sofer
0

gmail-fetch

Fetch recent emails from Gmail with sender, subject, body, and thread context

sofer
sofer
0

implement

Write code to pass all tests (TDD green phase). Expect 100% test pass rate. Use after tests are written to implement the actual functionality.

sofer
sofer
0

init-override

Create a symlink from AGENTS.md to CLAUDE.md in the current project directory. Use when the user wants to initialise a project to use AGENTS.md as the memory file instead of CLAUDE.md.

sofer
sofer
0

intent

Interactive conversation to clarify user intent step-by-step before creating specifications or solutions. Use when requirements are unclear or user has a new idea to explore.

sofer
sofer
0

meeting-context

Determine why a meeting is happening and what should be discussed

sofer
sofer
0

meeting-prep

Check calendar, research attendees, and produce a briefing document for each upcoming meeting

sofer
sofer
0

monitor

Observe application health and gather feedback after deployment. Use to validate success criteria, collect metrics, and feed issues back to the backlog. Closes the feedback loop.

sofer
sofer
0

notion-query

Search and retrieve content from a Notion workspace

sofer
sofer
0

orchestrate

Coordinate full SDLC pipeline for software projects. Manages backlog, spawns phase agents with minimal context, gates transitions, and handles checkpoints. Use when starting a new project, picking up the next story, or resuming pipeline work.

sofer
sofer
0

Page 1670 of 1705 · 85236 results