Discover and install skills to enhance your AI agent's capabilities.
| Name | Contains | Score |
|---|---|---|
notion-api intellectronica/agent-skills This skill provides comprehensive instructions for interacting with the Notion API via REST calls. This skill should be used whenever the user asks to interact with Notion, including reading, creating, updating, or deleting pages, databases, blocks, comments, or any other Notion content. The skill covers authentication, all available endpoints, pagination, error handling, and best practices. | Skills | 86 1.16x Agent success vs baseline Impact 100% 1.16xAverage score across 3 eval scenarios Reviewed: Version: 9f7f750 |
nano-banana-pro intellectronica/agent-skills Generate and edit images using Google's Nano Banana Pro (Gemini 3 Pro Image) API. Use when the user asks to generate, create, edit, modify, change, alter, or update images. Also use when user references an existing image file and asks to modify it in any way (e.g., "modify this image", "change the background", "replace X with Y"). Supports both text-to-image generation and image-to-image editing with configurable resolution (1K default, 2K, or 4K for high resolution). DO NOT read the image file first - use this skill directly with the --input-image parameter. | Skills | 90 2.82x Agent success vs baseline Impact 96% 2.82xAverage score across 3 eval scenarios Reviewed: Version: 9f7f750 |
mgrep-code-search intellectronica/agent-skills Semantic code search using mgrep for efficient codebase exploration. This skill should be used when searching or exploring codebases with more than 30 non-gitignored files and/or nested directory structures. It provides natural language semantic search that complements traditional grep/ripgrep for finding features, understanding intent, and exploring unfamiliar code. | Skills | 86 11.62x Agent success vs baseline Impact 93% 11.62xAverage score across 3 eval scenarios Reviewed: Version: 9f7f750 |
markdown-converter intellectronica/agent-skills Convert documents and files to Markdown using markitdown. Use when converting PDF, Word (.docx), PowerPoint (.pptx), Excel (.xlsx, .xls), HTML, CSV, JSON, XML, images (with EXIF/OCR), audio (with transcription), ZIP archives, YouTube URLs, or EPubs to Markdown format for LLM processing or text analysis. | Skills | 99 1.35x Agent success vs baseline Impact 95% 1.35xAverage score across 3 eval scenarios Reviewed: Version: 9f7f750 |
lorem-ipsum intellectronica/agent-skills Generate lorem ipsum placeholder text. This skill should be used when users ask to generate lorem ipsum content, placeholder text, dummy text, or filler text. Supports various structures including plain paragraphs, headings with sections, lists, and continuous text. Output can be saved to a file or used directly as requested by the user. | Skills | 97 3.33x Agent success vs baseline Impact 100% 3.33xAverage score across 3 eval scenarios Reviewed: Version: 9f7f750 |
here-be-git intellectronica/agent-skills Initialise a git repository with optional agent commit instructions and .gitignore. Use when users say "here be git", "init git", "initialise git", or otherwise indicate they want to set up version control in the current directory. | Skills | 87 1.20x Agent success vs baseline Impact 100% 1.20xAverage score across 3 eval scenarios Reviewed: Version: 9f7f750 |
gpt-image-1-5 intellectronica/agent-skills Generate and edit images using OpenAI's GPT Image 1.5 model. Use when the user asks to generate, create, edit, modify, change, alter, or update images. Also use when user references an existing image file and asks to modify it in any way (e.g., "modify this image", "change the background", "replace X with Y"). Supports text-to-image generation and image editing with optional mask. DO NOT read the image file first - use this skill directly with the --input-image parameter. | Skills | 87 2.29x Agent success vs baseline Impact 94% 2.29xAverage score across 3 eval scenarios Reviewed: Version: 9f7f750 |
copilot-sdk intellectronica/agent-skills This skill provides guidance for creating agents and applications with the GitHub Copilot SDK. It should be used when the user wants to create, modify, or work on software that uses the GitHub Copilot SDK in TypeScript, Python, Go, or .NET. The skill covers SDK usage patterns, CLI configuration, custom tools, MCP servers, and custom agents. | Skills | 95 1.41x Agent success vs baseline Impact 95% 1.41xAverage score across 3 eval scenarios Reviewed: Version: 9f7f750 |
context7 intellectronica/agent-skills Retrieve up-to-date documentation for software libraries, frameworks, and components via the Context7 API. This skill should be used when looking up documentation for any programming library or framework, finding code examples for specific APIs or features, verifying correct usage of library functions, or obtaining current information about library APIs that may have changed since training. | Skills | 88 3.40x Agent success vs baseline Impact 92% 3.40xAverage score across 3 eval scenarios Reviewed: Version: 9f7f750 |
anki-connect intellectronica/agent-skills This skill is for interacting with Anki through AnkiConnect, and should be used whenever a user asks to interact with Anki, including to read or modify decks, notes, cards, models, media, or sync operations. | Skills | 82 1.27x Agent success vs baseline Impact 87% 1.27xAverage score across 3 eval scenarios Reviewed: Version: 9f7f750 |
threejs-textures cloudai-x/threejs-skills Three.js textures - texture types, UV mapping, environment maps, texture settings. Use when working with images, UV coordinates, cubemaps, HDR environments, or texture optimization. | Skills | 89 Impact Pending Average score across 0 eval scenarios Reviewed: Version: b1c6230 |
threejs-shaders cloudai-x/threejs-skills Three.js shaders - GLSL, ShaderMaterial, uniforms, custom effects. Use when creating custom visual effects, modifying vertices, writing fragment shaders, or extending built-in materials. | Skills | 98 Impact Pending Average score across 0 eval scenarios Reviewed: Version: b1c6230 |
threejs-postprocessing cloudai-x/threejs-skills Three.js post-processing - EffectComposer, bloom, DOF, screen effects. Use when adding visual effects, color grading, blur, glow, or creating custom screen-space shaders. | Skills | 98 Impact Pending Average score across 0 eval scenarios Reviewed: Version: b1c6230 |
threejs-materials cloudai-x/threejs-skills Three.js materials - PBR, basic, phong, shader materials, material properties. Use when styling meshes, working with textures, creating custom shaders, or optimizing material performance. | Skills | 98 Impact Pending Average score across 0 eval scenarios Reviewed: Version: b1c6230 |
threejs-loaders cloudai-x/threejs-skills Three.js asset loading - GLTF, textures, images, models, async patterns. Use when loading 3D models, textures, HDR environments, or managing loading progress. | Skills | 89 Impact Pending Average score across 0 eval scenarios Reviewed: Version: b1c6230 |
threejs-lighting cloudai-x/threejs-skills Three.js lighting - light types, shadows, environment lighting. Use when adding lights, configuring shadows, setting up IBL, or optimizing lighting performance. | Skills | 95 Impact Pending Average score across 0 eval scenarios Reviewed: Version: b1c6230 |
threejs-interaction cloudai-x/threejs-skills Three.js interaction - raycasting, controls, mouse/touch input, object selection. Use when handling user input, implementing click detection, adding camera controls, or creating interactive 3D experiences. | Skills | 98 Impact Pending Average score across 0 eval scenarios Reviewed: Version: b1c6230 |
threejs-geometry cloudai-x/threejs-skills Three.js geometry creation - built-in shapes, BufferGeometry, custom geometry, instancing. Use when creating 3D shapes, working with vertices, building custom meshes, or optimizing with instanced rendering. | Skills | 92 Impact Pending Average score across 0 eval scenarios Reviewed: Version: b1c6230 |
threejs-fundamentals cloudai-x/threejs-skills Three.js scene setup, cameras, renderer, Object3D hierarchy, coordinate systems. Use when setting up 3D scenes, creating cameras, configuring renderers, managing object hierarchies, or working with transforms. | Skills | 99 Impact Pending Average score across 0 eval scenarios Reviewed: Version: b1c6230 |
threejs-animation cloudai-x/threejs-skills Three.js animation - keyframe animation, skeletal animation, morph targets, animation mixing. Use when animating objects, playing GLTF animations, creating procedural motion, or blending animations. | Skills | 92 Impact Pending Average score across 0 eval scenarios Reviewed: Version: b1c6230 |
Can't find what you're looking for? Evaluate a missing skill, or if you're looking for agent context for an open source dependency, request a tile.