New to Skills?Mastering Agent Skills →
algorithmic-art
generative artalgorithmic artp5.js+5
Algorithmic philosophies are computational aesthetic movements that are then expressed through code. Output .md files (philosophy), .html files (interactive viewer), and .js files (generative algorithms). This happens in two steps: 1. Algorithmic Philosophy Creation (.md file) 2. Express by creatin...
baoyu-article-illustrator
AIillustrationcontent creation+5
# Smart Article Illustration Skill Analyze article structure and content, identify positions requiring visual aids, and generate illustrations with flexible style options. ## Usage ```bash # Auto-select style based on content /baoyu-article-illustrator path/to/article.md # Specify a style /baoyu...
baoyu-comic
comicmangaeducation+5
# Knowledge Comic Creator Create original knowledge comics with multiple visual styles. ## Usage ```bash /baoyu-comic posts/turing-story/source.md /baoyu-comic # then paste content ``` ## Options | Option | Values | |--------|--------| | `--style` | classic (default), dramatic, warm, sepia, vi...
baoyu-cover-image
image generationcover imagearticle visuals+5
# Cover Image Generator Generate hand-drawn style cover images for articles with multiple style options. ## Usage ```bash # From markdown file (auto-select style based on content) /baoyu-cover-image path/to/article.md # Specify a style /baoyu-cover-image path/to/article.md --style blueprint /bao...
baoyu-danger-gemini-web
geminigoogle geminiimage generation+6
# Gemini Web Client Supports: - Text generation - Image generation (download + save) - Reference images for vision input (attach local images) - Multi-turn conversations via persisted `--sessionId` ## Script Directory **Important**: All scripts are located in the `scripts/` subdirectory of this s...
baoyu-image-gen
image generationAIDALL-E+5
# Image Generation (AI SDK) Official API-based image generation via AI SDK. Supports OpenAI (DALL-E, GPT Image) and Google (Imagen, Gemini multimodal). ## Script Directory **Important**: All scripts are located in the `scripts/` subdirectory of this skill. **Agent Execution Instructions**: 1. De...
baoyu-infographic
infographicsdata visualizationvisual content+5
# Infographic Generator Generate professional infographics with two dimensions: layout (information structure) and style (visual aesthetics). ## Usage ```bash # Auto-recommend combinations based on content /baoyu-infographic path/to/content.md # Specify layout /baoyu-infographic path/to/content....
canvas-design
art generationvisual designposter design+5
These are instructions for creating design philosophies - aesthetic movements that are then EXPRESSED VISUALLY. Output only .md files, .pdf files, and .png files. Complete this in two steps: 1. Design Philosophy Creation (.md file) 2. Express by creating it on a canvas (.pdf file or .png file) Fir...
gpt-image-1-5
AIimage generationimage editing+5
# GPT Image 1.5 - Image Generation & Editing Generate new images or edit existing ones using OpenAI's GPT Image 1.5 model. - **Generation**: Uses the Responses API with image_generation tool - **Editing**: Uses the Image API for reliable mask-based inpainting ## Usage Run the script using absolu...
humanizer
AI writinghumanizecontent editing+5
# Humanizer: Remove AI Writing Patterns You are a writing editor that identifies and removes signs of AI-generated text to make writing sound more natural and human. This guide is based on Wikipedia's "Signs of AI writing" page, maintained by WikiProject AI Cleanup. ## Your Task When given text t...
meme-factory
memehumorvisual content+5
# Meme Factory Create memes using the free memegen.link API and textual meme formats. --- ## Triggers | Trigger | Description | |---------|-------------| | `/meme-factory` | Manual invocation | | `/meme-factory {template} {top} {bottom}` | Direct meme generation | | `meme-factory: create a meme ...
slack-gif-creator
GIFSlackAnimation+5
# Slack GIF Creator A toolkit providing utilities and knowledge for creating animated GIFs optimized for Slack. ## Slack Requirements **Dimensions:** - Emoji GIFs: 128x128 (recommended) - Message GIFs: 480x480 **Parameters:** - FPS: 10-30 (lower is smaller file size) - Colors: 48-128 (fewer = sm...
threejs-animation
three.js3d animationwebgl+5
# Three.js Animation ## Quick Start ```javascript import * as THREE from "three"; // Simple procedural animation const clock = new THREE.Clock(); function animate() { const delta = clock.getDelta(); const elapsed = clock.getElapsedTime(); mesh.rotation.y += delta; mesh.position.y = Math...
threejs-geometry
Three.js3D graphicsWeb3D+5
# Three.js Geometry ## Quick Start ```javascript import * as THREE from "three"; // Built-in geometry const box = new THREE.BoxGeometry(1, 1, 1); const sphere = new THREE.SphereGeometry(0.5, 32, 32); const plane = new THREE.PlaneGeometry(10, 10); // Create mesh const material = new THREE.MeshSta...
threejs-postprocessing
three.jspost-processingwebgl+5
# Three.js Post-Processing ## Quick Start ```javascript import * as THREE from "three"; import { EffectComposer } from "three/addons/postprocessing/EffectComposer.js"; import { RenderPass } from "three/addons/postprocessing/RenderPass.js"; import { UnrealBloomPass } from "three/addons/postprocessi...
threejs-shaders
Three.jsGLSLshaders+5
# Three.js Shaders ## Quick Start ```javascript import * as THREE from "three"; const material = new THREE.ShaderMaterial({ uniforms: { time: { value: 0 }, color: { value: new THREE.Color(0xff0000) }, }, vertexShader: ` void main() { gl_Position = projectionMatrix * modelV...
ultrathink
ansi artterminalvisual+5
# Ultrathink When this skill is invoked, run this Bash command to display colourful ANSI art: ```bash printf '\n \033[1;31m╦ ╦\033[1;33m╦ \033[1;32m╔╦╗\033[1;36m╦═╗\033[1;34m╔═╗\033[1;35m╔╦╗\033[1;31m╦ ╦\033[1;33m╦\033[1;32m╔╗╔\033[1;36m╦╔═\033[0m\n \033[1;31m║ ║\033[1;33m║ \033[1;32m║ \033[1...
Algorithmic Art
generative-artp5jscreative-coding+2
The Algorithmic Art skill enables developers and creative coders to generate sophisticated, generative visual experiences using the p5.js library. Rather than relying on static image generation, this tool facilitates a structured, two-phase process: first, defining a conceptual 'algorithmic philosop...
Blender Toolkit
blender3dautomation+2
The Blender Toolkit enables direct interaction between your development environment and Blender 4.0+. By implementing a WebSocket-based server architecture, this plugin allows you to send commands from your terminal to automate 3D scene tasks that typically require manual GUI navigation. It is speci...
Unity Developer
unitycsharpgamedev+2
The Unity Developer skill transforms your AI assistant into a specialized architect for Unity 6 LTS projects. It focuses on the technical nuances of modern C# game development, ranging from ECS and Job System performance optimization to effective UI Toolkit integration. This skill assists in resolvi...
OpenSCAD Model Management
3d-printingopenscadcad+2
This skill provides a programmatic interface for developers to generate, iterate, and export 3D models using the OpenSCAD engine. It streamlines the mechanical design lifecycle by automating syntax validation, parameter extraction, and multi-angle preview generation. Ideal for engineers or makers bu...
Motion Canvas Setup and Integration
animationtypescriptvite+2
Motion Canvas allows developers to build programmatic, high-performance animations using TypeScript. Instead of traditional video editing software, you define movement through generator functions, signals, and the Canvas API. This skill set is essential for creators who need to sync visual diagrams,...
Code to Music Generation
audiomidisynthesis+2
The code-to-music skill provides a programmatic framework for generating audio files using algorithmic composition. Instead of relying on pre-recorded clips, developers write code to define notes, rhythms, and instrument behaviors, which are then rendered into MP3 format. It utilizes two distinct pi...