Browse Skills
44358 skills found
agent-skill-creator.md
172
1
export
agent-skill-creator
2
from
"FrancyJGLisboa/agent-skill-creator"
from
"FrancyJGLisboa/agent-skill-creator"
3
This enhanced skill should be used when the user asks to create an agent, automate a repetitive workflow, create a custom skill, or needs advanced agent creation capabilities. Activates with phrases like every day, daily I have to, I need to repeat, create agent for, automate workflow, create skill for, need to automate, turn process into agent. Supports single agents, multi-agent suites, transcript processing, template-based creation, and interactive configuration. Claude will use the enhanced protocol to research APIs, define analyses, structure everything, implement functional code, and create complete skills autonomously with optional user guidance.
2026-01-09
canvas-design.md
172
1
export
canvas-design
2
from
"ylsdamxssjxxdd/eva"
from
"ylsdamxssjxxdd/eva"
3
Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.
2026-01-08
skill-creator.md
172
1
export
skill-creator
2
from
"ylsdamxssjxxdd/eva"
from
"ylsdamxssjxxdd/eva"
3
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 Claude's capabilities with specialized knowledge, workflows, or tool integrations.
2026-01-08
pptx.md
172
1
export
pptx
2
from
"ylsdamxssjxxdd/eva"
from
"ylsdamxssjxxdd/eva"
3
Presentation creation, editing, and analysis. When Claude needs to work with presentations (.pptx files) for: (1) Creating new presentations, (2) Modifying or editing content, (3) Working with layouts, (4) Adding comments or speaker notes, or any other presentation tasks
2026-01-08
algorithmic-art.md
172
1
export
algorithmic-art
2
from
"ylsdamxssjxxdd/eva"
from
"ylsdamxssjxxdd/eva"
3
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.
2026-01-08
docx.md
172
1
export
docx
2
from
"ylsdamxssjxxdd/eva"
from
"ylsdamxssjxxdd/eva"
3
Comprehensive document creation, editing, and analysis with support for tracked changes, comments, formatting preservation, and text extraction. When Claude needs to work with professional documents (.docx files) for: (1) Creating new documents, (2) Modifying or editing content, (3) Working with tracked changes, (4) Adding comments, or any other document tasks
2026-01-08
pdf.md
172
1
export
pdf
2
from
"ylsdamxssjxxdd/eva"
from
"ylsdamxssjxxdd/eva"
3
Comprehensive PDF manipulation toolkit for extracting text and tables, creating new PDFs, merging/splitting documents, and handling forms. When Claude needs to fill in a PDF form or programmatically process, generate, or analyze PDF documents at scale.
2026-01-08
internal-comms.md
172
1
export
internal-comms
2
from
"ylsdamxssjxxdd/eva"
from
"ylsdamxssjxxdd/eva"
3
A set of resources to help me write all kinds of internal communications, using the formats that my company likes to use. Claude should use this skill whenever asked to write some sort of internal communications (status reports, leadership updates, 3P updates, company newsletters, FAQs, incident reports, project updates, etc.).
2026-01-08
artifacts-builder.md
172
1
export
artifacts-builder
2
from
"ylsdamxssjxxdd/eva"
from
"ylsdamxssjxxdd/eva"
3
Suite of tools for creating elaborate, multi-component EVA.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS, shadcn/ui). Use for complex artifacts requiring state management, routing, or shadcn/ui components - not for simple single-file HTML/JSX artifacts.
2026-01-08
opus-4-5-migration.md
169
1
export
opus-4-5-migration
2
from
"gotalab/skillport"
from
"gotalab/skillport"
3
Migrate prompts and code from Claude Sonnet 4.0, Sonnet 4.5, or Opus 4.1 to Opus 4.5. Use when the user wants to update their codebase, prompts, or API calls to use Opus 4.5. Handles model string updates and prompt adjustments for known Opus 4.5 behavioral differences. Does NOT migrate Haiku 4.5.
2026-01-09
skill-evaluator.md
169
1
export
skill-evaluator
2
from
"gotalab/skillport"
from
"gotalab/skillport"
3
Evaluates agent skills against Anthropic's best practices. Use when asked to review, evaluate, assess, or audit a skill for quality. Analyzes SKILL.md structure, naming conventions, description quality, content organization, and identifies anti-patterns. Produces actionable improvement recommendations.
2026-01-09
git-branch-cleanup.md
169
1
export
git-branch-cleanup
2
from
"gotalab/skillport"
from
"gotalab/skillport"
3
Analyzes and safely cleans up local Git branches. Categorizes branches by merge status,
staleness, and remote tracking. Provides interactive selection with safety guards.
Use when the user wants to clean up branches, delete old branches, organize Git branches,
or asks about which branches can be safely deleted.
2026-01-09
Adding a Metric.md
168
1
export
Adding a Metric
2
from
"microbus-io/fabric"
from
"microbus-io/fabric"
3
Creates or modify a metric of a microservice. Use when explicitly asked by the user to create or modify a custom metric for a microservice, or when it makes sense measure a certain operation taken by the microservice.
2025-12-29
Externalizing and Translating Text.md
168
1
export
Externalizing and Translating Text
2
from
"microbus-io/fabric"
from
"microbus-io/fabric"
3
Externalizes user-facing text to a resource bundle where they can be easily translated. Use to externalize static strings that are shown to the end user.
2025-12-29
Adding an Event Sink Endpoint.md
168
1
export
Adding an Event Sink Endpoint
2
from
"microbus-io/fabric"
from
"microbus-io/fabric"
3
Creates or modify an event sink endpoint of a microservice. Use when explicitly asked by the user to create or modify an inbound event sink endpoint of a microservice.
2025-12-29
Adding a Configuration Property.md
168
1
export
Adding a Configuration Property
2
from
"microbus-io/fabric"
from
"microbus-io/fabric"
3
Creates or modify a configuration property of a microservice. Use when explicitly asked by the user to create or modify a configuration property of a microservice, or when it makes sense to externalize a certain setting of the microservice.
2025-12-29
Removing a Feature of a Microservice.md
168
1
export
Removing a Feature of a Microservice
2
from
"microbus-io/fabric"
from
"microbus-io/fabric"
3
Removes a configuration property, functional endpoint, event source, event sink, web handler endpoint, ticker or metric, from a microservice. Use when explicitly asked by the user to remove a feature of a microservice.
2025-12-29
Adding a Ticker.md
168
1
export
Adding a Ticker
2
from
"microbus-io/fabric"
from
"microbus-io/fabric"
3
Creates or modify a ticker of a microservice. Use when explicitly asked by the user to create or modify a ticker or a recurring operation for a microservice.
2025-12-29
Adding a Web Handler Endpoint.md
168
1
export
Adding a Web Handler Endpoint
2
from
"microbus-io/fabric"
from
"microbus-io/fabric"
3
Creates or modify a web handler endpoint of a microservice. Use when explicitly asked by the user to create or modify a web handler endpoint of a microservice.
2025-12-29
Adding an Event Endpoint.md
168
1
export
Adding an Event Endpoint
2
from
"microbus-io/fabric"
from
"microbus-io/fabric"
3
Creates or modify an event endpoint of a microservice. Use when explicitly asked by the user to create or modify an outbound event endpoint of a microservice.
2025-12-29
Adding a new microservice.md
168
1
export
Adding a new microservice
2
from
"microbus-io/fabric"
from
"microbus-io/fabric"
3
Creates and initializes a new microservice. Use when explicitly asked by the user to create a new microservice.
2025-12-29
Adding a Functional Endpoint.md
168
1
export
Adding a Functional Endpoint
2
from
"microbus-io/fabric"
from
"microbus-io/fabric"
3
Creates or modify a functional endpoint of a microservice. Use when explicitly asked by the user to create or modify a functional or RPC endpoint of a microservice.
2025-12-29
convergence-debugger.md
166
1
export
convergence-debugger
2
from
"blueman82/ai-counsel"
from
"blueman82/ai-counsel"
3
Expert debugging guide for AI Counsel's convergence detection system. Use when deliberations aren't converging as expected, early stopping fails, semantic similarity seems wrong, or voting vs semantic status conflicts occur.
2026-01-09
mcp-server-enhancement.md
166
1
export
mcp-server-enhancement
2
from
"blueman82/ai-counsel"
from
"blueman82/ai-counsel"
3
Guide for safely adding new MCP tools to the AI Counsel server
2026-01-09