بنقرة واحدة
demos
Use when creating demos or POCs
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Use when creating demos or POCs
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
ALWAYS follow this style when writing Python / JavaScript code
To select, design, annotate, and verify a data visualization (chart, map, or table).
ALWAYS follow this design guide for any front-end work
Use this for non-trivial analysis, design, diagnosis, review, strategy, or judgment. Skip it for simple lookups, mechanical rewrites, and pure tone tasks.
For CloudFlare development, deployment, e.g. Python CloudFlare Workers
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.
| name | demos |
| description | Use when creating demos or POCs |
Scaffold files from ./assets/:
Guidelines:
.webp screenshotCode style:
npm install (less build steps).const pyodideWorker = new Worker("./pyworker.js", { type: "module" });
pyodideWorker.addEventListener("message", listener);
pyodideWorker.postMessage({ id, code, data, context: { } });
pyodideWorker.removeEventListener("message", listener);
GitHub:
gh api repos/:owner/:repo/pages -F 'source[branch]=main' -F 'source[path]=/'