things an ai can learn from a link, kept by innernet, by members, and by people around the web.
anyone with an innernet can keep skills here. share your own, or hand your ai a post where someone shared theirs. it lands here under their name, with yours beside it. how to bring one · start one
46 skills·
workflowv1.0.0bring a skill to the commonstake a skill someone shared the hard way (a markdown file pasted into a post, a github link, a gist, a thread on x or reddit) and publish it on innernet's community under its author's name, with a short link any ai can read. covers finding the skill, finding who wrote it, publishing with both attributions, and replying to the original post.skillsworkflowpublishingkept by innernet2026-09-17designv1.0.0quiet interfacea complete method for designing and building calm, coherent interfaces — one colour source, no boxes, motion that settles rather than pops — together with the craft floor a competent designer never skips: accessibility, responsiveness, every state, honest copy, performance, and a verification loop. load before writing or editing any ui, choosing a visual direction, or judging whether a screen is finished.designuifrontendkept by innernet2026-07-26workflowv1.2.0the skill formatthe document class for a shareable skill — one markdown file, a manifest at the top, a link you can hand to any ai. defines the required and diagnostic fields, what makes a skill more than a readable document, and how to write one another model can act on without further explanation.skillsformatspeckept by innernet2026-09-17designv1.0.0quiet interfacea complete method for designing and building calm, coherent interfaces — one colour source, no boxes, motion that settles rather than pops — together with the craft floor a competent designer never skips: accessibility, responsiveness, every state, honest copy, performance, and a verification loop. load before writing or editing any ui, choosing a visual direction, or judging whether a screen is finished.designuifrontendJkept by jonna2026-07-26artalgorithmic artgenerative art in p5.js with seeded randomness: flow fields, particle systems, parameters you can explore.artgenerativecodekept by anthropic · github.com2026-09-09workflowbrainstormingexplore intent, requirements and design out loud before any creative work, so the building starts from the right place.workflowplanningprocesskept by obra · github.com2026-09-09designbrand guidelinesa worked example of a brand skill: one company's colours and type, applied to anything that should wear its look.branddesigntypographykept by anthropic · github.com2026-09-09artcanvas designmake finished visual pieces, posters, covers, static art, as png or pdf, from a design philosophy rather than a template.artdesignvisualkept by anthropic · github.com2026-09-09codeclaude apithe reference for building on the claude api: model ids, pricing, streaming, tool use, caching, agents, migration.apicodeaikept by anthropic · github.com2026-09-09codecloudflare workershow to write, review and configure cloudflare workers for production, and when to look things up rather than remember them.codeengineeringapikept by cloudflare · github.com2026-09-09codev1.0.0composition patternsreact composition that scales: compound components, render props and context instead of a pile of boolean props.reactcodeengineeringkept by vercel · github.com2026-09-09workflowv3.0.0deploy to vercelput an app or a site live on vercel from an agent, preview first, production only when asked.workflowcodeengineeringkept by vercel · github.com2026-09-09writingdoc co-authoringa three-stage way to write a document with a model: gather context, refine the structure, then test it on a reader.writingdocsworkflowkept by anthropic · github.com2026-09-09workflowexecuting planswork through a written plan in a fresh session, with review checkpoints so drift gets caught early.workflowprocessagentskept by obra · github.com2026-09-09codev1.0.0expo overviewwhere to start with expo: what the sdk is, how a project is shaped, and which sibling skill to load next.reactcodeengineeringkept by expo · github.com2026-09-09codev1.0.1expo routerfile-based navigation for expo apps: routes, layouts, links, and the native stack underneath.reactcodefrontendkept by expo · github.com2026-09-09designfrontend designan opinionated way to make interfaces that don't read as templates: palette, type, layout, and one deliberate risk.designuifrontendkept by anthropic · github.com2026-09-09codegradiobuild gradio interfaces and demos in python: components, events, layouts, chatbots, and how to host them.pythoncodeaikept by hugging face · github.com2026-09-09workflowhugging face clithe hf command line: models, datasets, spaces, jobs, buckets and papers on the hub, from a terminal.aicodeworkflowkept by hugging face · github.com2026-09-09writinginternal commsformats for the writing a company does to itself: status reports, leadership updates, newsletters, faqs, incident notes.writingcommsworkflowkept by anthropic · github.com2026-09-09codemcp builderhow to build an mcp server whose tools a model can actually use well, in python or typescript, with the reasons.mcpcodeapikept by anthropic · github.com2026-09-09codev1.1.1postgres best practicespostgres rules from supabase for any postgres: schema, migrations, rls, indexes, functions, queues, vectors, slow queries.codeengineeringapikept by supabase · github.com2026-09-09codev1.0.0react best practicesreact and next.js performance patterns from vercel's engineering: what to reach for when writing or reviewing components.reactnextjscodekept by vercel · github.com2026-09-09codev1.0.0react nativereact native and expo practices for apps that stay fast: lists, animation, native modules, platform apis.reactcodeengineeringkept by vercel · github.com2026-09-09codev1.0.0react view transitionsnative-feeling page and element animations with react's view transition api, declared in components and shaped in css.reactmotionfrontendkept by vercel · github.com2026-09-09coderequesting code reviewhow to ask for a review that actually checks the work against what was asked, and what to hand the reviewer.codeprocessworkflowkept by obra · github.com2026-09-09workflowskill creatorhow to write a skill from nothing, sharpen one that exists, and test whether it actually triggers when it should.skillsformatworkflowkept by anthropic · github.com2026-09-09artslack gif creatormake animated gifs that actually fit slack: the size limits, the validation, and a handful of animation ideas.artvisualworkflowkept by anthropic · github.com2026-09-09codev0.1.2supabasethe whole supabase surface for an agent: database, auth, edge functions, realtime, storage, and the client libraries.codeapiengineeringkept by supabase · github.com2026-09-09codesystematic debugginga method for bugs and failing tests: reproduce, isolate, understand, and only then propose a fix.debuggingcodeprocesskept by obra · github.com2026-09-09codetest-driven developmentwrite the failing test first, then the code that makes it pass: the discipline, spelled out for a model.tddtestingcodekept by obra · github.com2026-09-09designtheme factoryten ready themes of colour and type for slides, docs and pages, and a way to make a new one on the spot.designslidesdocumentskept by anthropic · github.com2026-09-09codeusing git worktreesgive a piece of work its own checkout so it can't disturb the one you're in, with git worktree as the fallback.codeworkflowengineeringkept by obra · github.com2026-09-09workflowv1.0.0vercel cli with tokensdrive the vercel cli with an access token instead of an interactive login: deploys, env vars, project setup.workflowcodeapikept by vercel · github.com2026-09-09codev1.2.0vercel optimizean audit for cost and performance on a deployed project: collect the metrics first, then only chase what they point at.nextjsengineeringworkflowkept by vercel · github.com2026-09-09codeverification before completionrun the checks and read the output before saying anything is done, fixed or passing. evidence before claims.testingprocessworkflowkept by obra · github.com2026-09-09codeweb artifacts builderbuild elaborate, multi-component html artifacts with react, tailwind and shadcn, bundled to one file that runs anywhere.reactfrontendcodekept by anthropic · github.com2026-09-09designv1.0.0web interface guidelinesreview ui code against a checklist of interface guidelines: accessibility, ux, and the small things people notice.designaccessibilityuxkept by vercel · github.com2026-09-09codewebapp testingdrive a local web app with playwright to verify behaviour, capture screenshots and read the browser's logs.testingcodefrontendkept by anthropic · github.com2026-09-09codewranglerrun and troubleshoot wrangler: local development, deployment, and the cloudflare resources a worker binds to.codeworkflowengineeringkept by cloudflare · github.com2026-09-09writingv1.0.0writing guidelinesreview docs and prose against a writing handbook: voice, tone, and the rules a page should keep.writingdocsdocumentationkept by vercel · github.com2026-09-09workflowwriting plansturn a spec into a plan another engineer could follow cold: bite-sized tasks, the files to touch, how to test each one.planningworkflowprocesskept by obra · github.com2026-09-09documentsword documentscreate, read and edit .docx files properly, with tracked changes, comments and formatting, instead of faking it with text.documentsdocxkept by anthropic · github.comdocumentsspreadsheetsopen, build and fix spreadsheets with real formulas, formatting and charts: .xlsx, .csv and friends.documentsxlsxspreadsheetskept by anthropic · github.comdocumentspresentationsmake and edit slide decks as real .pptx, with layouts, speaker notes and images, not a page of bullets.documentspptxslideskept by anthropic · github.comdocumentspdfread, merge, split, fill, watermark and ocr pdfs with the right tools, and make new ones properly.documentspdfkept by anthropic · github.com