AI Skills & Agents
AI Skills & Agents
A catalogue of design-engineering skills for humans and agents. Each one belongs to whoever wrote it.
207 skills are hosted here, under a permissive licence and with credit. The other 62 declare no licence, so the catalogue points to the source instead of copying.
Agent, start here
Skills
Ranked by the source repository's stars
We do not measure installs: nothing is installed through here, and an invented number would be the opposite of what this catalogue stands for. The stars belong to the repository the skill came from, fetched from the GitHub API. A heavily starred repository appears at most twice in a row and the rest is collapsed, or a single author would take the whole top.
3 results
#skilltopicsstarslicence
- 221smooth-shadow-ringflornkm/shadow-pluginStyle elevated surfaces with smooth shadow ring utilities instead of combining borders or rings with shadows and creating double edges.visual, craft133MIT
- 222prefer-container-queriesflornkm/skillsEnforce Tailwind container queries over viewport breakpoints for responsive components. Use when writing or reviewing responsive Tailwind code, when a component needs to adapt to its available space (cards, sidebars, lists, panels, anything reused in different layouts), or when migrating sm:/md:/lg: classes to @container variants.frontend, systems107MIT
- 223webgl-componentsflornkm/skillsBuild small, always-on WebGL visuals (identity avatars, ambient orbs, glass and iridescent surfaces, animated textures) that ship inside a normal web app UI without wrecking performance, accessibility, SSR, or layout. Use whenever a shader-, GLSL-, or canvas-driven decorative element is added to a product UI, especially one rendered many times per page or per list; when reviewing or optimizing one; or when debugging one that renders blurry, aliased, all-black, or paints over the surrounding UI on machines without hardware acceleration.3d, performance107MIT