Loading...
Loading...
Found 1,224 Skills
Build Blender mesh surfaces directly from extracted 2D contours/masks instead of approximate primitives. Use for 1:1 mascot/logo reconstruction, exact leaf/petal silhouettes, filled wireframe shapes, shallow bas-relief forms, or when the model outline must match a front template before adding depth.
Use when the user runs /add-voice, types Voice Mode, or asks to add Grok realtime voice to an app, including replacing an STT-LLM-TTS cascade or OpenAI Realtime. Wire speech-to-speech, safe auth, and app mic. Composer: waveform button, mic icon reserved for dictation. For mic-to-text only use /add-dictation; to speak text replies use /add-read-aloud. To add debug logging and fix from logs use /debug-voice.
Refactor Express.js/Node.js code to improve maintainability, readability, and adherence to best practices. Transforms callback hell, fat route handlers, and outdated patterns into clean, modern JavaScript/TypeScript code. Applies async/await, controller-service-repository architecture, proper middleware patterns, and ESM modules. Identifies and fixes anti-patterns including blocking event loop, improper error handling, forEach with async callbacks, and memory leaks.
Generate professional Mermaid diagrams with multiple themes, SVG/ASCII output, batch rendering, and a built-in template library for common diagram patterns. Supports flowcharts, sequence diagrams, class diagrams, state diagrams, ER diagrams, C4 architecture, and Gantt charts.
Wireframe-first pass — outputs an ASCII layout + state list + content inventory + question list before any code. Use when starting a new screen from scratch or when the user's brief is still ambiguous. Invoke when the user asks for shape on their UI, or mentions 'shape' alongside design / UI / frontend work.
Work with the @upstash/blob TypeScript/JavaScript SDK for S3-compatible object storage with direct browser uploads, presigned URLs, multipart, and signed reads. Use when storing files or blobs, uploading avatars, images, videos, attachments or user documents, letting a browser upload straight to storage without proxying bytes through a server, generating public or time-limited signed URLs, serving private files, streaming large files with pause and resume, setting cache headers on stored objects, or reaching an S3-compatible bucket from the AWS SDK.
Planning a whole-codebase simplification: audits a Go/TS codebase for needless abstraction and emits a KILL/REVIEW/KEEP plan plus a ring:running-dev-cycle task array. Plans only — no edits. Detects single-impl interfaces, pass-through shims, translation-free adapters, and dead-code cascade chains under an inverted burden of proof. Use for pre-public or post-pivot cleanup. Skip for current diff review (use ring:reviewing-code).
Authoritative reference and rules for developing with Zotero — the Web API v3 (read/write requests, file upload, syncing, streaming, OAuth, item types & fields), the desktop client's internal JavaScript API, building Zotero plugins (7–10, incl. Zotero 10 migration notes), writing translators (web/import/export/search), and creating/editing CSL citation styles. Use whenever the user asks to query or write to a Zotero library via the API, build or debug a Zotero plugin, write a Zotero translator, work with citeproc-js / CSL styles, sync Zotero data programmatically, or script the Zotero client.
MatrixScan Batch (MatrixScan, BarcodeBatch, legacy BarcodeTracking) in web/browser (TypeScript/JavaScript) projects (@scandit/web-datacapture-barcode) — tracking and scanning multiple barcodes at once. Use for integration, settings and symbologies, per-barcode brushes, HTML-element AR overlays, manual feedback, lifecycle, SDK version migration, or troubleshooting.
United Arab Emirates architectural code and regulatory reference. Covers the federal regulatory framework (UAE Fire and Life Safety Code of Practice 2018 by General Civil Defence, Federal Law 29/2006 + 2/2014 + 1/2020 for People of Determination, ESMA standards) plus the seven Emirates' independent codes: Dubai Building Code 2021 (DBC), Dubai Civil Defence regulations, Trakhees regulations for free zones, Dubai Green Building Regulations & Specifications 2011 + Al Sa'fat 2016, Dubai Universal Design Code 2017; Abu Dhabi International Building Code 2013 (ADIBC, IBC-derived), Estidama Pearl Building Rating System 2010, DMA Accessibility Code; Sharjah Department of Planning and Survey rules; northern emirates' deferral patterns to Abu Dhabi or Dubai codes. Includes climate zone hot-arid design overlays, sandstorm/ thermal expansion loads, ADM/DM approval workflows, RERA Dubai project registration, developer-master-developer-end-customer hierarchies (Emaar, Aldar, Nakheel masterplan compliance), DEWA/ADDC utility coordination, and the cross-walk between IBC, ASCE 7, NFPA, and UAE national amendments. Practitioner-grade clause-level reference for design teams working in any of the seven Emirates.
Kingdom of Saudi Arabia architectural code and regulatory reference. Covers the Saudi Building Code (SBC) nine-part series issued by the Saudi Building Code National Committee (SBCNC): SBC 201 General Building, SBC 301 Structural Loads (ASCE 7-derived), SBC 302 Concrete (ACI 318-derived), SBC 304 Soil and Foundations, SBC 305 Masonry, SBC 306 Steel (AISC-derived), SBC 401 Electrical, SBC 501 Mechanical, SBC 601 Energy Conservation, SBC 701 Plumbing, SBC 801 Fire (NFPA-aligned), SBC 901 Existing Buildings, SBC 1001 Green Buildings. Also covers the General Directorate of Civil Defence regulations, Saudi Universal Accessibility Code, Mostadamah (Saudi Green Building Program), the Vision 2030 giga-projects (NEOM, Qiddiya, Red Sea, Diriyah, ROSHN), Amana (Municipality) approval workflows, Saudi Energy Efficiency Center (SEEC) programs, and Royal Commission jurisdictions (Jubail/Yanbu/AlUla). Includes Mecca/Medina special restrictions (Hajj building regulations), Aramco housing standards reference, and the hot-arid + coastal-humid + highland design overlays for the three national climate zones.
Auto-activated geographic context router for the Architect Skills plugin. Detects the country or jurisdiction of any architectural query and routes to the correct country-specific dossier (India, UAE, Saudi Arabia, USA, UK, Germany, Singapore, Japan, China, Australia). Encodes the global regulatory landscape: which authority issues which code, the hierarchy between national/state/municipal regulation, code adoption status by version year, the dominant energy/seismic/fire/accessibility codes per jurisdiction, and the cross-walk between national codes and the international reference systems (IBC, NFPA, Eurocodes, ISO, ASCE). Maintains a precise inventory of which country uses which Eurocode National Annex, which states/emirates/ Lander/prefectures publish their own modifications, and where international standards apply by reference. Triggers country-specific skills when geographic context is detected in user query (city name, project location, language cues, code reference) and supplies global framework comparisons when no specific jurisdiction is declared.