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: Media
5,209 results · page 64 of 174
- View details
kc-entrypoint-changeSkillMedia
Safely edit the workspace pod's boot scripts (start.sh, the entrypoint/ssh-server configmaps) in kube-coder. Use when changing anything that runs at pod start — credential wiring, service launch, tmux/ttyd config, symlinks — where the two-home layout and Helm templating have non-obvious footguns.
Ready to connect★ 361
- View details
reading-deduction-certSkillMedia
Reads images of deduction certificates (life insurance premiums, earthquake insurance premiums, etc.) and returns structured data. Can be invoked by other skills or called directly by the user.
Ready to connect★ 360
- View details
reading-invoiceSkillMedia
Reads invoice images and returns structured data. Can be called from other skills or directly by the user.
Ready to connect★ 360
- View details
reading-payment-statementSkillMedia
Reads images of payment statements (payment records) and returns structured data. Can be called by other skills or directly by the user.
Ready to connect★ 360
- View details
reading-receiptSkillMedia
Reads images of receipts, invoices, and furusato nozei (hometown tax) donation certificates and returns structured data. Can be called by other skills or directly by the user.
Ready to connect★ 360
- View details
reading-withholdingSkillMedia
Reads an image of a withholding tax slip (gensen choshuhyo) and returns structured data. It can be called from other skills, and users can also invoke it directly.
Ready to connect★ 360
- View details
snapshotSkillMedia
Use swift-snapshot-testing to visually verify SwiftUI views during implementation. Renders views to PNG for comparison against design references. Fast feedback loop (~25s/cycle).
Ready to connect★ 359
- View details
V3 DDD ArchitectureSkillMedia
Domain-Driven Design architecture for claude-flow v3. Implements modular, bounded context architecture with clean separation of concerns and microkernel pattern.
Ready to connect★ 357
- View details
arrangeSkillMedia
Lets your agent follow a set of design guidelines so the interfaces and layouts it produces look polished.
Ready to connect★ 358
- View details
captureSkillMedia
Record already-confirmed multi-context designs into a handoff-ready, controllably revisable SPEC. Use when work needs to span sessions or agents, or when design decisions must be preserved; do not use it to redo decisions on the user's behalf.
Ready to connect★ 358
- View details
robot-perceptionSkillMedia
Comprehensive best practices for robot perception systems covering cameras, LiDARs, depth sensors, IMUs, and multi-sensor setups. Use this skill when working with RGB image processing, depth maps, point clouds, sensor calibration (intrinsic, extrinsic, hand-eye), object detection, semantic segmentat
Ready to connect★ 358
- View details
robotics-design-patternsSkillMedia
Architecture patterns, design principles, and proven recipes for building robust robotics software. Use this skill when designing robot software architectures, choosing between behavioral frameworks, structuring perception-planning-control pipelines, implementing state machines, designing safety sys
Ready to connect★ 358
- View details
robotics-software-principlesSkillMedia
Foundational software design principles applied specifically to robotics module development. Use this skill when designing robot software modules, structuring codebases, making architecture decisions, reviewing robotics code, or building reusable robotics libraries. Trigger whenever the user mention
Ready to connect★ 358
- View details
generate-scss-variablesSkillMedia
Quickly generate SCSS variable definition code that complies with the design system specification for new components or features, or check whether existing variables are compliant.
Ready to connect★ 356
- View details
optimize-page-stylesSkillMedia
Optimize the styles in the subPages demo page, replacing hardcoded colors, font sizes, spacing, border radii, etc. with wot-ui design system semantic variables. May directly use the globally injected variable.scss Sass variables, or use CSS custom properties; no need to import variable.scss addition
Ready to connect★ 356
- View details
color-palette-generatorSkillMedia
Create an HTML color palette from a mood, description, or image, with swatches, color codes, pairings, and contrast checks. Use for color schemes or brand colors.
Ready to connect★ 353
- View details
daily-briefSkillMedia
Operational knowledge for the daily-brief digest pipeline (this project). RSS/API fetchers, pluggable LLM enrichment (default claude CLI on Max; also anthropic/openai/deepseek/minimax API), trading section, HTML rendering, cross-platform scheduler integration (Windows Task Scheduler / macOS launchd
Ready to connect★ 354
- View details
product-image-processorSkillMedia
Download, resize, and remove backgrounds from product images at scale. Use when the user asks to "process product images", batch-download images from the schedule, strip backgrounds, or standardize product photos.
Ready to connect★ 353
- View details
product-matchSkillMedia
Find visually or functionally similar products from an image, name, or description. Use when the user asks to "find something like this", match a product from a photo, or source alternates to a given item.
Ready to connect★ 353
- View details
streaming-ssrSkillMedia
Add streaming SSR to a merjs page. Use when the user wants shell-first rendering, skeleton placeholders, or parallel data fetching that resolves inline.
Ready to connect★ 354
- View details
motion-principlesSkillMedia
Motion design foundation - timing, easing, enter/exit patterns, accessibility, performance.
Ready to connect★ 348
- View details
paintSkillMedia
Paint a complete visual universe with genjutsu - art direction brainstorm, design system, implementation, audit. Anti-AI-slop design pipeline. Adapts to Web, Android (Compose), Apple (SwiftUI).
Ready to connect★ 348
- View details
solidity-codingSkillMedia
Write production-quality Solidity contracts. Trigger phrases - write contract, implement function, add feature, add error, gas optimization, event design, contract architecture, or when working in src/ directories.
Ready to connect★ 352
- View details
video-cutSkillMedia
Cuts long videos into short clips based on the source segments the Agent selects. Serves as the editing step in a two-stage creation workflow: it reads clip_plan.json and the source video, and outputs edited_source.mp4; the Agent then writes narration.json based on the output timeline. When called s
Ready to connect★ 347
- View details
video-recapSkillMedia
Generates a Chinese-narrated recap video end-to-end from an input video. Use when the user provides a .mp4 / .mov / .mkv / .webm and asks for narration, voiceover, a summary, or recap-style commentary for short dramas, TV series, movies, documentaries, or educational content. Orchestrates the video-
Ready to connect★ 347
- View details
video-voiceoverSkillMedia
Synthesizes Chinese narration audio from a timestamped narration.. Uses MiMo TTS (mimo-v2.5-tts) or Fish Audio (s2.1-pro-free) to generate speech segment by segment, dynamically adapting speech rate to time windows and handling loudness; takes narration on the input/output timeline, producing tts_se
Ready to connect★ 347
- View details
frames-cliSkillMedia
Frame screenshots and screen recordings with the `frames` CLI. Use this skill when the user asks to add Apple device bezels, frame screenshots or videos, create device mockups, inspect screenshot/device matches, or batch-process screenshot/video folders with the command line.
Ready to connect★ 346
- View details
clean-architectureSkillMedia
Provides implementation patterns for Clean Architecture, Hexagonal Architecture (Ports & Adapters), and Domain-Driven Design in PHP 8.3+ with Symfony 7.x. Use when architecting enterprise PHP applications with entities/value objects/aggregates, refactoring legacy code to modern patterns, implementin
Ready to connect★ 345
- View details
dynamodb-toolbox-patternsSkillMedia
Provides TypeScript patterns for DynamoDB-Toolbox v2 including schema/table/entity modeling, .build() command workflow, query/scan access patterns, batch and transaction operations, and single-table design with computed keys. Use when implementing type-safe DynamoDB access layers with DynamoDB-Toolb
Ready to connect★ 345
- View details
nextjs-performanceSkillMedia
Expert Next.js performance optimization skill covering Core Web Vitals, image/font optimization, caching strategies, streaming, bundle optimization, and Server Components best practices. Use when optimizing Next.js applications for Core Web Vitals (LCP, INP, CLS), implementing next/image and next/fo
Ready to connect★ 345
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,583 of the 54,015 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.