threejs-animation: Three.js animation - keyframe animation, skeletal animation, morph targets, animation mixing. Use when animating objects, playing GLTF animations, creating…; threejs-fundamentals: Three.js scene setup, cameras, renderer, Object3D hierarchy, coordinate systems. Use when setting up 3D scenes, creating cameras, configuring renderers,…; threejs-shaders: Three.js shaders - GLSL, ShaderMaterial, uniforms, custom effects. Use when creating custom visual effects, modifying vertices,…
Updated 2026-07-10 04:45:46 +08:00
design-tokens: Generate a design tokens file (CSS variables or Tailwind config) based on a chosen aesthetic philosophy, with light and dark mode palettes, spacing scale, type…; information-architecture: Define the structural layer of a product or site before visual design begins. Covers navigation, content hierarchy, page structure, URL patterns, and user…; design-review: Run a structured design critique against the brief and codebase. Checks visual hierarchy, consistency, responsiveness, acces…
Updated 2026-07-06 22:49:09 +08:00
clean-code-guard: Review generated or changed production code before it ships, using Clean Code, SOLID, DRY, KISS, YAGNI, and LLM-specific failure-mode checks in any programming…; test-guard: Review generated or changed test code against universal testing rules before it ships. Best used reactively after an agent writes, edits, generates, or…; docs-guard: Review generated or changed documentation before it ships — READMEs, API references, docstrings, PHPDoc/JSDoc, changelogs, tutorials, and doc…
Updated 2026-07-04 23:26:29 +08:00
create-prd: Create a Product Requirements Document using a comprehensive 8-section template covering problem, objectives, segments, value propositions, solution, and…; pre-mortem: Run a pre-mortem risk analysis on a PRD or launch plan. Categorizes risks as Tigers (real problems), Paper Tigers (overblown concerns), and Elephants (unspoken…; outcome-roadmap: Transform an output-focused roadmap into an outcome-focused one that communicates strategic intent. Rewrites initiatives as outcome statemen…
agent-skill-repository
agent-skills
agentic-skills
claude-code-marketplace
claude-code-plugins
claude-cowork-plugin
product-management
Updated 2026-07-03 19:34:34 +08:00
skill does absolutely nothing, as well as the agent that uses it.
Updated 2026-06-26 22:17:42 +08:00
Svelte 5 runes, snippets, SvelteKit patterns, and modern best practices for TypeScript and component development. Use when writing, reviewing, or refactoring…
Updated 2026-06-25 19:19:05 +08:00
resume-ats-optimizer: Optimize resumes for Applicant Tracking Systems, check ATS compatibility, and analyze keyword match; linkedin-profile-optimizer: Optimize LinkedIn profile for searchability, recruiter visibility, and engagement; resume-bullet-writer: Transform weak resume bullets into achievement-focused statements with metrics and impact; resume-tailor: Customize resume for specific job postings while maintaining truthfulness; tech-resume-optimizer: Optimize resumes for software engineeri…
Updated 2026-06-19 15:20:29 +08:00
getting-started: CrewAI architecture decisions and project scaffolding. Use when starting a new crewAI project, choosing between LLM.call() vs Agent.kickoff() vs Crew.kickoff()…; design-agent: CrewAI agent design and configuration. Use when creating, configuring, or debugging crewAI agents — choosing role/goal/backstory, selecting LLMs, assigning…; ask-docs: Query the official CrewAI documentation for answers. Use when the user has a CrewAI question that isn't fully covered by the getting-start…
Updated 2026-06-17 00:43:54 +08:00
Use the Notion CLI (`ntn`) to interact with the Notion API, manage workers, and upload files. Use when the user asks to "call the Notion API", "deploy a…
Updated 2026-06-16 16:00:16 +08:00
pixijs: Use this skill first for ANY PixiJS v8 task; it routes to the right specialized skill for the job. Covers the full PixiJS surface: Application setup, the scene…; pixijs-application: Use this skill when creating and configuring a PixiJS v8 Application. Covers new Application() + async app.init() options (width, height, background,…; pixijs-core-concepts: Use this skill when understanding how PixiJS v8 renders frames: the systems-and-pipes renderer, the render loop, and how the library ad…
Updated 2026-06-04 16:21:54 +08:00
vue-best-practices: MUST be used for Vue.js tasks. Strongly recommends Composition API with `<script setup>` and TypeScript as the standard approach. Covers Vue 3, SSR, Volar,…; vue-debug-guides: Vue 3 debugging and error handling for runtime errors, warnings, async failures, and SSR/hydration issues. Use when diagnosing or fixing Vue issues.; vue-pinia-best-practices: Pinia stores, state management patterns, store setup, and reactivity with stores.; vue-router-best-practices: Vue Router 4 patt…
Updated 2026-05-31 05:31:55 +08:00
layers-conceptual-model: Techniques for defining the product's objects, relationships, states, and vocabulary independently of any interface — the most load-bearing layer; layers-intro: Framework orientation for Layers of Product Design — load this first; provides the context all other skills depend on; layers-surface: Techniques for auditing and deciding the surface against the layers below — vocabulary, object consistency, completeness, feedback, hierarchy, accessibility; layers-product-strat…
Updated 2026-05-31 04:25:48 +08:00
uml: Create UML diagrams using PlantUML syntax. Best for software modeling — Class, Sequence, Activity, State Machine, Component, Use Case, and Deployment diagrams…; architecture: Create layered system architecture diagrams using HTML/CSS templates with color-coded tiers and grid layouts. Best for technology stacks, microservices…; infographic: Create template-based infographics with space-separated key-value syntax (NOT YAML). Best for KPI dashboards, timelines, roadmaps, SWOT analysis, funnel…
Updated 2026-05-26 14:51:12 +08:00
Applies motion design principles to create emotionally-driven, technically sound animations and transitions. Provides timing, easing, choreography, and Disney…
Updated 2026-05-18 19:30:13 +08:00
PDF converter powered by MinerU — convert PDF to Word, Markdown, HTML, LaTeX, or plain text. Also handles image-to-text OCR, scanned document recognition, and…
Updated 2026-05-15 16:08:08 +08:00
rev-frida: Generate Frida hook scripts using modern Frida API. Activate when the user wants to write Frida scripts, hook functions at runtime, trace calls or arguments or…; rev-struct: Reconstruct data structures by analyzing memory access patterns across functions; rev-symbol: Restore function symbols by analyzing code patterns, strings, constants, and cross-references; rev-dex-dumper: Dump DEX files from a running Android app for unpacking/deobfuscation. Activate when the user wants to unpack…
Updated 2026-05-06 20:46:20 +08:00
gsap-core: Official GSAP skill for the core API — gsap.to(), from(), fromTo(), easing, duration, stagger, defaults, gsap.matchMedia() (responsive,…; gsap-scrolltrigger: Official GSAP skill for ScrollTrigger — scroll-linked animations, pinning, scrub, triggers. Use when building or recommending scroll-based animation, parallax,…; gsap-performance: Official GSAP skill for performance — prefer transforms, avoid layout thrashing, will-change, batching. Use when optimizing GSAP animations, reducing…
Updated 2026-04-22 07:47:02 +08:00
Behavioral guidelines to reduce common LLM coding mistakes. Use when writing, reviewing, or refactoring code to avoid overcomplication, make surgical changes,…
Updated 2026-04-20 18:05:04 +08:00
Generate engaging short video scripts (30s-3min) for social media platforms like WeChat Channels, Douyin, Xiaohongshu, TikTok, and Reels. Use when user asks…
Updated 2026-04-18 16:32:38 +08:00
agentwallet: Wallets for AI agents with x402 and MPP payment signing, referral rewards, and policy-controlled actions.; registry: Pay-per-call API gateway for AI agents. 10 services available via x402 — no API keys, no subscriptions.
Updated 2026-03-21 08:24:50 +08:00