Skills.
Give your AI a better way to work.
A skill is a set of written instructions that teaches an AI how to do one job the way it should be done: review a pull request, plan a migration, write the release notes.
Install one here and it travels with your account into Claude, Claude Code, Cursor and every other client you sign in with.
Category: Productivity
2,697 results · page 80 of 90
- View details
edictum-ossSkillProductivity
Implement features in the Edictum OSS core (src/edictum/). Use when the task touches pipeline, adapters, YAML engine, CLI, audit, envelope, or session. Core NEVER imports from ee/.
Ready to connect
- View details
engineeringSkillProductivity
Development agent for implementing features, fixing bugs, refactoring, and all engineering work. Context-aware — knows the project structure, docs, architecture, and conventions. Use for any development task.
Ready to connect
- View details
eo-change-reviewSkillProductivity
On-demand plan review: when risk signals are hit or the user names it, performs a plan-level review of change.md (AC quality, TODO↔AC mapping, premise validity) and produces a brief change-review.md. Triggers: 审查 change / change 审查 / 审方案 / /eo-change-review. NOT FOR: code review (/eo-review); defaul
Ready to connect
- View details
eo-implementSkillProductivity
Implement code in batches according to the TODOs in change.md, self-verifying against the corresponding ACs at the end of each batch. Triggers: 实现 / 写代码 / implement / /eo-implement. NOT FOR: bug and feedback fixes (bugs reported verbally and feedback within the test/review/acceptance loop must go th
Ready to connect
- View details
eo-project-initSkillProductivity
Main entry point for eo-skills in the current repository: generates .eo-project., initializes the project management side (roadmap) and a minimal code-side skeleton (eo-doc/), and injects agent configuration. Triggers: start a project / initialize a project / create a new project / /eo-project-init.
Ready to connect
- View details
qaSkillProductivity
End-to-end QA entry: \"test this feature fully\" orchestrates requirements, strategy, cases, review, execution, bugs, regression, report; resumable. Single-stage tasks use their stage skill. 端到端测试唯一入口:“帮我测试这个需求/功能”时编排需求→策略→用例→审查→执行→Bug 分析→回归→报告,落盘可续跑;单阶段诉求直接用对应阶段 skill。
Ready to connect
- View details
social-campaignSkillProductivity
End-to-end social content campaign pipeline. Takes a marketing goal and produces scheduled, on-brand social posts with visuals across postiz-supported platforms, while keeping Typefully for X/thread specialist flows and fallback coverage. Chains: CMO strategy, content writing with voice calibration,
Ready to connect
- View details
task-masterSkillProductivity
Break a high-level request into ordered, actionable tasks. Use when the user asks to break down into tasks, create a plan, or list steps.
Ready to connect
- View details
typefullySkillProductivity
Create, schedule, and manage social media posts via Typefully. ALWAYS use this skill when asked to draft, schedule, post, or check tweets, posts, threads, or social media content for Twitter/X, LinkedIn, Threads, Bluesky, or Mastodon.
Ready to connect
- View details
ui-verifySkillProductivity
See and drive the running Agento desktop app from an agent — screenshot the real Tauri webview, click, type, wait on state, read the console. Use to verify any UI change or bug fix visually, to check what is actually on screen before claiming a view works, or whenever a task says "check the app", "t
Ready to connect
- View details
agentclash-agent-harness-setupSkillProductivity
Use when creating, running, or ranking Agent Harness coding-agent tasks via the CLI, including harness specs, E2B runner kinds, suite task banks, executions, failure review, and promote-to-task flows.
Ready to connect
- View details
agentclash-challenge-pack-plannerSkillProductivity
Use when turning a vague AgentClash evaluation idea into a source-backed challenge pack plan with task boundaries, target agents, cases, input sets, scoring strategy, tools, artifacts, runtime policy, validation criteria, and handoff steps.
Ready to connect
- View details
agentclash-hubSkillProductivity
Use when starting any AgentClash eval, CLI, or challenge-pack task. Load this skill first for the full workflow map, skill dependency order, product UI links, hosted defaults, and pointers to every other AgentClash skill.
Ready to connect
- View details
autodock-vinaSkillProductivity
Structure-based docking with AutoDock Vina, Vinardo, and AutoDock4 through the Meeko toolchain. Use this skill to define a docking box, prepare receptors and ligands as PDBQT, run single or batch docking, rescore, and interpret affinities, poses, and ligand efficiency. Covers box definition from a r
Ready to connect
- View details
blender-animationSkillProductivity
Animate objects, cameras, lights, and properties in Blender — keyframes, F-curves, easing (Bezier, Linear, Sine, Bounce, Elastic), shape keys (morph targets / blendshapes / visemes), drivers (Python expressions on properties), NLA actions for reuse and layering. Use whenever the user asks to "animat
Ready to connect
- View details
blender-skill-harmonizerSkillProductivity
Harmonize multiple Blender skills into a coherent pipeline with clear activation precedence, handoff artifacts, dependency gates, and conflict-resolution rules. Use when a Blender task spans several skills, when reference-locked work conflicts with generic production workflow, after adding/updating
Ready to connect
- View details
coding-agentSkillProductivity
Use when a coding task should be delegated to Codex, Claude Code, OpenCode, or Pi in a separate workdir, temp review workspace, background run, or focused implementation agent.
Ready to connect
- View details
- View details
goga-review-taskSkillProductivity
Review a task for completeness, correctness, and consistency
Ready to connect
- View details
goga-task-by-proposingSkillProductivity
Interactive task formulation from a raw request
Ready to connect
- View details
live-implementerSkillProductivity
Use when acting as the SciStudio live implementer persona for owner-directed live implementation sessions under the guided task kind.
Ready to connect
- View details
scistudioSkillProductivity
Base identity for Mio, the SciStudio embedded agent. Lists the 6 task skills available and when to invoke each. Loaded once at session start; task skills load on demand when the user turn matches their trigger description.
Ready to connect
- View details
speckit-tasksSkillProductivity
Generate an actionable, dependency-ordered tasks.md for the feature based
Ready to connect
- View details
speckit-taskstoissuesSkillProductivity
Convert existing tasks into actionable, dependency-ordered GitHub issues
Ready to connect
- View details
standupSkillProductivity
Generate an async standup update (Did / Next / Blockers) from recent Git and GitHub activity, and optionally issue-tracker tickets. Use when the user asks for a "standup", "daily update", "async update", "what did I do", "update for the meeting", or wants to summarize their recent work for a team th
Ready to connect
- View details
verification-disciplineSkillProductivity
Invoke before claiming any task is done — defines what counts as evidence of completion (execution, not inspection) and how to verify at the layer the requirement actually lives at.
Ready to connect
- View details
add-entrypointSkillProductivity
Add a new @entrypoint method to an existing App subclass. Creates the typed Input/Output contracts, wires up tasks, and generates the per-entry-point manifest subfolder in app/generated/ if contracts are PKL-driven.
Ready to connect
- View details
add-mcp-toolSkillProductivity
Expose existing @task methods as MCP tools. Adds @mcp_tool decorator, installs the mcp extra, sets ENABLE_MCP=true, and verifies the /mcp endpoint is reachable.
Ready to connect
- View details
ae-mcpSkillProductivity
After Effects automation through Model Context Protocol. Use when users request creating, modifying, or animating content in Adobe After Effects, including compositions, layers, keyframes, effects, expressions, text animations, lower thirds, title cards, logo reveals, or any motion graphics tasks. T
Ready to connect
- View details
burstSkillProductivity
Use to run one gang-scheduled multi-node GPU job through SkyPilot without authoring a workflow — `npa burst submit` wires torchrun rendezvous across nodes, while `submit-yaml` supports one task, `${VAR}` substitution, and optional generic registry credentials.
Ready to connect
What is a skill?
A skill is plain text, usually a SKILL.md file and the scripts it refers to, written for an AI rather than for a person. It carries the steps, the house rules and the examples a good answer needs, so you stop pasting the same briefing into every new chat.
53,789 of the 54,221 skills listed here can be served through ahel today, and they come from public repositories. Each one has its own page with the instructions themselves on it, so you can read what a skill will tell your AI to do before you install it.
Install one and every AI you use gets it
Installing a skill adds it to your gateway and turns it on in the same step. Claude Code surfaces it as a slash command; any client can read the full instructions with the skill_read tool.
Nothing is copied into a project folder. The instructions are served from your account, so the same skill is there in every AI you connect, and turning it off removes it from all of them at once.