Skip to main content
pproenca
ملف منشئ GitHub

pproenca

عرض على مستوى المستودعات لـ ٢٢٥ skills مجمعة عبر ٥ مستودعات GitHub.

skills مجمعة
٢٢٥
مستودعات
٥
محدث
١٥ أغسطس ٢٠٢٦
مستكشف المستودعات

المستودعات و skills الممثلة

ray-llm
مطوّرو البرمجيات

LLM workloads on open-source Ray (pinned to 2.57) — OpenAI-compatible serving with ray.serve.llm (vLLM-backed LLMConfig + build_openai_app) and batch inference with ray.data.llm (build_processor). Corrects the stale defaults a model produces — the archived…

١٥ أغسطس ٢٠٢٦
ray
مطوّرو البرمجيات

Production Ray (open-source, pinned to 2.57) for classic-ML workloads from training to serving — Ray Train, Tune, Data, Serve, Core, and cluster deployment on KubeRay. Corrects the older-corpus defaults a model reaches for (ray.air session reporting,…

١٥ أغسطس ٢٠٢٦
mlflow-3
مطوّرو البرمجيات

MLflow 3 (open-source, pinned to 3.15) for classic-ML MLOps — logging and registering models, promoting versions across dev/staging/prod, standing up a tracking server, evaluating with gates, and serving. Corrects the MLflow 2-era defaults a model reaches for…

١٥ أغسطس ٢٠٢٦
mlflow-mlops-migration
مطوّرو البرمجيات

Guided workflow for taking any ML codebase — including one with no experiment tracking at all, or one full of MLflow 2-era idioms — to a production-grade open-source MLflow 3 setup with dev/staging/prod environments, registry-based promotion, and served…

١٥ أغسطس ٢٠٢٦
drizzle-nextjs-postgres
مطوّرو البرمجيات

Drizzle ORM against PostgreSQL inside a Next.js App Router app. Covers client construction (globalThis singleton across HMR, serverless pool sizing, `prepare:false` behind PgBouncer/Supavisor, driver choice when you need interactive transactions,…

٢٤ يوليو ٢٠٢٦
relational-data-modeling
مصممو قواعد البيانات

Corrects the wrong defaults a model has when designing a relational schema — the DDL decisions an experienced engineer makes differently. Use when creating or reviewing tables, migrations, ER models, or ORM schema definitions. Covers identity and keys…

٢٣ يوليو ٢٠٢٦
relational-database-design
مصممو قواعد البيانات

Distills a logical relational-database design methodology into rules an agent applies while designing or reviewing a schema. Covers the design sequence (mission → tables → fields → keys → relationships → business rules → views → integrity review),…

٢٣ يوليو ٢٠٢٦
ast-grep-typescript-react
مطوّرو البرمجيات

Use this skill when writing, debugging, or reviewing ast-grep patterns, YAML rules, or codemods against TypeScript or React (.ts/.tsx) code — searching for JSX elements, props, hooks, imports, or type constructs, and rewriting them. Covers the…

٢٣ يوليو ٢٠٢٦
عرض 8 من أصل ٢٠٧ skills مجمعة.
dev-cmake
مطوّرو البرمجيات

Write CMake and Make files like a principal engineer with decades of experience. Use when creating, refactoring, reviewing, or debugging CMakeLists.txt, Makefiles, or build system configurations for C/C++ projects. Produces elegant, minimal, modern build…

١٢ يناير ٢٠٢٦
node-gyp
مطوّرو البرمجيات

Build and troubleshoot native Node.js addons using node-gyp. Use when working with native addon compilation, binding.gyp configuration, NODE_MODULE_VERSION mismatch errors, Electron native module rebuilds, or packages like bcrypt, node-sass, sqlite3, sharp.…

١٢ يناير ٢٠٢٦
openspec-apply-change
مطوّرو البرمجيات

Implement tasks from an OpenSpec change. Use when the user wants to start implementing, continue implementation, or work through tasks.

١١ يناير ٢٠٢٦
openspec-archive-change
متخصصو إدارة المشاريع

Archive a completed change in the experimental workflow. Use when the user wants to finalize and archive a change after implementation is complete.

١١ يناير ٢٠٢٦
openspec-continue-change
مطوّرو البرمجيات

Continue working on an OpenSpec change by creating the next artifact. Use when the user wants to progress their change, create the next artifact, or continue their workflow.

١١ يناير ٢٠٢٦
openspec-ff-change
مطوّرو البرمجيات

Fast-forward through OpenSpec artifact creation. Use when the user wants to quickly create all artifacts needed for implementation without stepping through each one individually.

١١ يناير ٢٠٢٦
openspec-new-change
مطوّرو البرمجيات

Start a new OpenSpec change using the experimental artifact workflow. Use when the user wants to create a new feature, fix, or modification with a structured step-by-step approach.

١١ يناير ٢٠٢٦
openspec-sync-specs
مطوّرو البرمجيات

Sync delta specs from a change to main specs. Use when the user wants to update main specs with changes from a delta spec, without archiving the change.

١١ يناير ٢٠٢٦
build-mcp-server
مطوّرو البرمجيات

This skill should be used when the user asks to "build an MCP server", "create an MCP", "make an MCP integration", "wrap an API for Claude", "expose tools to Claude", "make an MCP app", or discusses building something with the Model Context Protocol. It is…

٧ أبريل ٢٠٢٦
code-change-verification
محللو ضمان جودة البرمجيات والمختبرون

Run the verification stack (format, lint, typecheck, test) when changes affect runtime code, tests, or build config.

٧ أبريل ٢٠٢٦
docs-sync
مطوّرو البرمجيات

Audit documentation coverage by comparing implementation against docs/. Use when asked to check doc coverage, sync docs with code, or after significant API surface changes. Produce a report and ask for approval before editing.

٧ أبريل ٢٠٢٦
implementation-strategy
مطوّرو البرمجيات

Decide how to implement runtime and API changes before editing code. Use when a task changes exported APIs, MCP tool definitions, runtime behavior, or configuration, and you need to choose the compatibility boundary and implementation shape.

٧ أبريل ٢٠٢٦
pr-draft-summary
مطوّرو البرمجيات

Generate a PR-ready summary block with branch suggestion, title, and description. Use in the final handoff after moderate-or-larger code changes; skip for trivial or conversation-only tasks.

٧ أبريل ٢٠٢٦
typescript
مطوّرو البرمجيات

This skill should be used when the user asks to "optimize TypeScript performance", "speed up tsc compilation", "configure tsconfig.json", "fix type errors", "improve async patterns", or encounters TS errors (TS2322, TS2339, "is not assignable to"). Also…

٧ أبريل ٢٠٢٦
عرض ٥ من أصل ٥ مستودعات
تم تحميل كل المستودعات