From swiper
Vollständige Referenz des Swiper Keyboard-Moduls: enabled, onlyInViewport, pageUpDown, Methoden enable/disable, Event keyPress — Tastaturnavigation für Swiper. Trigger: "swiper keyboard", "swiper keyboard control", "swiper keyboard navigation", "swiper keyboard module", "swiper arrow keys", "swiper page up down", "swiper onlyInViewport", "swiper keyboard enabled", "swiper keyPress event", "swiper keyboard parameters".
How this skill is triggered — by the user, by Claude, or both
Slash command
/swiper:swiper-keyboardThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Tastaturnavigation (Pfeiltasten, Page Up/Down) für Swiper-Instanzen.
Tastaturnavigation (Pfeiltasten, Page Up/Down) für Swiper-Instanzen.
import Swiper from 'swiper';
import { Keyboard } from 'swiper/modules';
const swiper = new Swiper('.swiper', {
modules: [Keyboard],
keyboard: {
enabled: true,
onlyInViewport: true,
pageUpDown: true,
},
});
// Programmgesteuert
swiper.keyboard.enable();
swiper.keyboard.disable();
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub zone1987/claude-a-dev-team --plugin swiper