Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
skill-creator
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Codex's capabilities with specialized knowledge, workflows, or tool integrations.
sanand0/scripts 9
-
imagegen
Generate or edit raster images when the task benefits from AI-created bitmap visuals such as photos, illustrations, textures, sprites, mockups, or transparent-background cutouts. Use when Codex should create a brand-new image, transform an existing image, or derive visual variants from references, and the output should be a bitmap asset rather than repo-native code or vector. Do not use when the task is better handled by editing existing SVG/vector/code-native assets, extending an established icon or logo system, or building the visual directly in HTML/CSS/canvas.
sanand0/scripts 9
-
agent-friendly-cli
Use when writing command-line scripts agents will control
sanand0/scripts 9
-
cloudflare
For CloudFlare development, deployment, e.g. Python CloudFlare Workers
sanand0/scripts 9
-
pdf
How to read, manipulate, and generate PDFs using CLI tools and Python libraries.
sanand0/scripts 9
-
code
ALWAYS follow this style when writing Python / JavaScript code
sanand0/scripts 9
-
vector-art
Vector art assets (characters, objects, scenes) sources for SVG/Canvas and how to animate them
sanand0/scripts 9
-
linkedin-cdp
Navigate LinkedIn via Chrome DevTools Protocol (CDP) using `uvx rodney` connected to an existing logged-in browser session. Use for extracting profile information, discovering people by city/role/interest, finding people who can help with specific tasks, and surfacing interesting posts and content.
sanand0/scripts 9
-
memorable-explanations
Use to intuitively, memorably explain abstract, complex, unfamiliar concepts. NOT for code generation, data retrieval, or when user just needs execution.
sanand0/scripts 9
-
npm-packages
Conventions for package.json, README.md, coding & testing styles
sanand0/scripts 9
-
devtools
Use CDP at localhost:9222 to test/debug websites, automate browser tasks
sanand0/scripts 9
-
data-analysis
Use to investigate data for surprising, actionable insights
sanand0/scripts 9
-
melt-mlt
Workflows for melt, the MLT Framework CLI video editor, to edit, transcode, composite, stream, or automate video/audio. Covers multitrack composition, color grading, batch processing, encoding, streaming, and server-side pipelines.
sanand0/scripts 9
-
plan
How to plan & break down large, complex tasks
sanand0/scripts 9
-
interactive-storytelling
Use interactivity purposefully in data visualizations and narrative content. Trigger for scrollytelling, explorable explanations, simulations, guess-then-reveal patterns, or any data story where user action shapes understanding. NOT for dashboard drill-downs or generic UI interactivity.
sanand0/scripts 9
-
vitest-dom
Use vitest + jsdom for fast, lightweight unit tests for front-end apps
sanand0/scripts 9
-
encore-auth
Implement authentication with auth handlers and gateways in Encore.ts.
encoredev/skills 21
-
encore-getting-started
Get started with Encore.ts - create and run your first app.
encoredev/skills 21
-
encore-api
Create type-safe API endpoints with Encore.ts.
encoredev/skills 21
-
encore-frontend
Connect React/Next.js apps to Encore.ts backends.
encoredev/skills 21
-
encore-go-code-review
Review Encore Go code for best practices.
encoredev/skills 21
-
encore-go-getting-started
Get started with Encore Go.
encoredev/skills 21
-
encore-go-auth
Implement authentication with Encore Go.
encoredev/skills 21
-
encore-service
Structure and organize Encore.ts services.
encoredev/skills 21