Prompts

Prompt engineering and templates

Showing 1081-1104 of 4548 skills
intellectronica

gpt-image-1-5

by intellectronica

Generate and edit images using OpenAI's GPT Image 1.5 model. Use when the user asks to generate, create, edit, modify, change, alter, or update images. Also use when user references an existing image file and asks to modify it in any way (e.g., "modify this image", "change the background", "replace X with Y"). Supports text-to-image generation and image editing with optional mask. DO NOT read the image file first - use this skill directly with the --input-image parameter.

Code Gen 286 7mo ago
intellectronica

gpt-image-1-5

by intellectronica

Generate and edit images using OpenAI's GPT Image 1.5 model. Use when the user asks to generate, create, edit, modify, change, alter, or update images. Also use when user references an existing image file and asks to modify it in any way (e.g., "modify this image", "change the background", "replace X with Y"). Supports text-to-image generation and image editing with optional mask. DO NOT read the image file first - use this skill directly with the --input-image parameter.

Code Gen 286 7mo ago
varunr89

Resume Tailoring Skill

by varunr89

AI-powered resume tailoring skill for Claude Code

Automation 701 10mo ago
SalesforceCommerceCloud

b2c-isml

by SalesforceCommerceCloud

Work with ISML templates in B2C Commerce. Use when writing storefront templates, using isprint/isset/isloop tags, understanding ISML expressions (${...}), or creating custom template modules. Covers tag syntax, expression language, and template includes.

Code Gen 52 7mo ago
mlflow

mlflow-onboarding

by mlflow

Onboards users to MLflow by determining their use case (GenAI agents/apps or traditional ML/deep learning) and guiding them through relevant quickstart tutorials and initial integration. If an experiment ID is available, it should be supplied as input to help determine the use case. Use when the user asks to get started with MLflow, set up tracking, add observability, or integrate MLflow into their project. Triggers on "get started with MLflow", "set up MLflow", "onboard to MLflow", "add MLflow to my project", "how do I use MLflow".

Processing 71 7mo ago
mlflow

searching-mlflow-docs

by mlflow

Searches and retrieves MLflow documentation from the official docs site. Use when the user asks about MLflow features, APIs, integrations (LangGraph, LangChain, OpenAI, etc.), tracing, tracking, or requests to look up MLflow documentation. Triggers on "how do I use MLflow with X", "find MLflow docs for Y", "MLflow API for Z".

Agents 71 7mo ago
fabio-rovai

brain-in-the-fish

by fabio-rovai

Universal document evaluation engine — evaluate any document against any criteria using cognitively-modelled AI agents with ontology-grounded scoring

Legal 84 5mo ago
glittercowboy

create-subagents

by glittercowboy

Expert guidance for creating, building, and using Claude Code subagents and the Task tool. Use when working with subagents, setting up agent configurations, understanding how agents work, or using the Task tool to launch specialized agents.

Agents 2K 9mo ago
glittercowboy

create-hooks

by glittercowboy

Expert guidance for creating, configuring, and using Claude Code hooks. Use when working with hooks, setting up event listeners, validating commands, automating workflows, adding notifications, or understanding hook types (PreToolUse, PostToolUse, Stop, SessionStart, UserPromptSubmit, etc).

CLI Tools 2K 9mo ago
glittercowboy

create-mcp-servers

by glittercowboy

Create Model Context Protocol (MCP) servers that expose tools, resources, and prompts to Claude. Use when building custom integrations, APIs, data sources, or any server that Claude should interact with via the MCP protocol. Supports both TypeScript and Python implementations.

Code Gen 2K 7mo ago
glittercowboy

create-plans

by glittercowboy

Create hierarchical project plans optimized for solo agentic development. Use when planning projects, phases, or tasks that Claude will execute. Produces Claude-executable plans with verification criteria, not enterprise documentation. Handles briefs, roadmaps, phase plans, and context handoffs.

Code Gen 2K 9mo ago
glittercowboy

create-meta-prompts

by glittercowboy

Create optimized prompts for Claude-to-Claude pipelines with research, planning, and execution stages. Use when building prompts that produce outputs for other prompts to consume, or when running multi-stage workflows (research -> plan -> implement).

Academic 2K 9mo ago
Nevaberry

python-knowledge-patch

by Nevaberry

This skill should be used when writing Python code, using t-strings (template strings), deferred annotation evaluation, free-threaded Python, subinterpreters, zstd compression, or any Python features from 3.13+ (2024-2026).

Code Gen 24 7mo ago
atrislabs

engines

by atrislabs

"Dispatch work to an installed terminal agent or named Atris engine profile. Supports Atris Fast, Claude, Codex, Cursor, Fable, Composer, Haiku, Devin, Grok, and Antigravity (agy). Triggers on: use codex, use cursor, use devin, use grok, use agy, use antigravity, use fable, use claude, use atris, engine, dispatch to, worker agent, second opinion build."

CLI Tools 67 21d ago
smallnest

nano-banana-pro

by smallnest

Generate or edit images via Gemini 3 Pro Image (Nano Banana Pro).

CLI Tools 601 6mo ago
htlin222

add-skill

by htlin222

Create new Claude Code skills with proper structure. Use when user wants to add a skill, create a slash command, or automate a workflow. Fetches official docs and guides through skill creation.

Code Gen 79 7mo ago
htlin222

all_tools

by htlin222

List All Tools. Use when user wants to see available tools or needs a tool reference.

Linting 79 7mo ago
htlin222

makefile-for-telegram

by htlin222

Generate a Makefile for Telegram bot projects with LaunchAgent service management. Use when setting up a new Telegram bot project or adding service management to an existing one.

Code Gen 79 7mo ago
htlin222

checkpoint

by htlin222

Git checkpoint management - create, list, restore checkpoints. Invoke when starting risky changes or needing safe recovery points.

Code Gen 79 7mo ago
RHEcosystemAppEng

job-template-creator

by RHEcosystemAppEng

Create AAP (Ansible Automation Platform) job templates for executing playbooks. Use when users request: - "Create a job template for this playbook" - "Set up a template to run remediation playbooks" - "Configure AAP to execute this playbook" - "Add a new job template for CVE remediation" This skill guides through adding playbooks to Git projects and creating job templates via AAP Web UI.

Code Gen 50 6mo ago
Dianel555

ace-tool

by Dianel555

Semantic codebase search, code indexing, and prompt enhancement via standalone CLI. Use when: (1) Semantic code search with natural language queries, (2) Code indexing for remote codebase retrieval, (3) Prompt enhancement with codebase context, (4) Before grep/find/glob operations for better accuracy, (5) Complex requirements clarification, (6) Large codebase navigation. Triggers: "search context", "enhance prompt", "find code that", "index project", "clarify requirements". IMPORTANT: Always use ace-tool BEFORE grep/find/glob for semantic-level code location.

Embeddings 65 7mo ago
laurigates

blueprint-promote

by laurigates

"Move generated artifact to custom layer to preserve modifications"

CLI Tools 53 6mo ago
obra

finding-duplicate-functions

by obra

Use when auditing a codebase for semantic duplication - functions that do the same thing but have different names or implementations. Especially useful for LLM-generated codebases where new functions are often created rather than reusing existing ones.

Analytics 419 8mo ago
Jamie-BitFlight

add-doc-updater

by Jamie-BitFlight

Add automated documentation updater to any Claude skill. Creates a Python sync script that downloads upstream docs, processes markdown for AI consumption, and maintains local cache with configurable refresh. Collects template variables, then delegates implementation through 5-phase workflow. Use when adding auto-updating reference documentation to plugins or skills.

Automation 64 6mo ago