Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
pymc-labs
ملف منشئ GitHub

pymc-labs

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

skills مجمعة
54
مستودعات
9
محدث
2026-07-26
خريطة المستودعات

أين توجد skills

أهم المستودعات حسب عدد skills المجمعة، مع حصتها من كتالوج هذا المنشئ وانتشارها المهني.

#01
decision-lab
12 skills · 2026-07-20
مطوّرو البرمجياتعلماء البياناتمحللو ضمان جودة البرمجيات والمختبرون
3 فئات مهنية · 100% مصنفة
22%الحصة
#02
CausalPy
11 skills · 2026-07-22
مطوّرو البرمجياتعلماء البياناتمحللو ضمان جودة البرمجيات والمختبرون
3 فئات مهنية · 100% مصنفة
20%الحصة
#03
pymc-marketing
10 skills · 2026-05-19
مطوّرو البرمجياتعلماء البياناتمتخصصو إدارة المشاريعمحللو ضمان جودة البرمجيات والمختبرون
4 فئات مهنية · 100% مصنفة
19%الحصة
#04
python-analytics-skills
6 skills · 2026-06-22
مطوّرو البرمجياتعلماء البياناتمحللو ضمان جودة البرمجيات والمختبرون
3 فئات مهنية · 100% مصنفة
11%الحصة
#05
decision-hub
5 skills · 2026-07-26
المهن الحاسوبية الأخرىمطوّرو البرمجيات
2 فئات مهنية · 100% مصنفة
9.3%الحصة
#06
agent-skills
3 skills · 2026-02-05
علماء البياناتالمهن الحاسوبية الأخرىمطوّرو البرمجيات
3 فئات مهنية · 100% مصنفة
5.6%الحصة
#07
pymc-modeling
3 skills · 2026-06-11
مطوّرو البرمجياتعلماء البيانات
2 فئات مهنية · 100% مصنفة
5.6%الحصة
#08
daimon
3 skills · 2026-07-18
مطوّرو البرمجيات
1 فئات مهنية · 100% مصنفة
5.6%الحصة
نعرض هنا أهم 8 مستودعات؛ تستمر القائمة الكاملة أدناه.
مستكشف المستودعات

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

create-decision-pack-interactively
مطوّرو البرمجيات

Guide a human through creating a dlab decision-pack by asking questions and then calling generate_dpack(). Use this skill whenever the user wants to create, set up, or scaffold a new decision-pack, agent environment, or Docker-sandboxed config for dlab — even if they don't use the word "decision-pack" explicitly. Trigger on phrases like "set up a new agent", "create an environment for X", "I want to run opencode for Y", "scaffold a project", or "make a new config".

2026-07-20
create-decision-pack-programmatically
مطوّرو البرمجيات

How to create a dlab decision-pack directory using generate_dpack() from Python code

2026-07-20
dlab-cli
مطوّرو البرمجيات

Complete reference for decision-lab (dlab). Use when the user asks about creating decision-packs, designing data science agents, running sessions, analyzing results, or anything related to dlab CLI, agent architecture, parallel subagents, or decision-pack configuration. Covers the full workflow from scaffolding to analysis.

2026-07-20
event-forecasting
علماء البيانات

Methodology for probabilistic forecasting of when and whether a future event will occur. Covers Bayesian survival models, reference class reasoning, driver threshold models, leading indicator models, scenario decomposition, and causal mechanism models. Use for any question of the form "When will X happen?" or "What is the probability that Y occurs by date Z?"

2026-06-25
design-data-science-agent-systems
مطوّرو البرمجيات

Design agent system prompts, parallel architectures, and methodological guardrails for data science decision-packs. Use when creating orchestrator, subagent, or parallel agent systems for analytical workflows. Covers anti-fabrication rules, epistemic humility, when to stop, conflict detection, uncertainty reporting, retry protocols, prompt design principles, and the decision-lab runtime mechanics.

2026-03-31
analyze-dlab-session-runs
محللو ضمان جودة البرمجيات والمختبرون

Navigate and analyze completed dlab session directories. Use when pointed at a work directory to understand what happened during a run — explore logs, outputs, parallel agent results, and the skills/prompts that shaped the analysis.

2026-03-31
tui-design-system
مطوّرو البرمجيات

Visual language and UX patterns for Textual TUI applications in dlab

2026-03-31
pymc-data-handling
مطوّرو البرمجيات

Expert on PyMC data management including pm.Data and pm.Minibatch for handling datasets, updating data containers, and mini-batch training. Use for data container errors or dataset handling issues.

2026-03-31
عرض أهم 8 من أصل 12 skills مجمعة في هذا المستودع.
review-pr
محللو ضمان جودة البرمجيات والمختبرون

Review CausalPy pull requests end-to-end by classifying PR type, checking branch freshness, mergeability, remote CI, correctness, security, tests, docs, and maintainer concerns. Use when asked to review a PR, assess a branch before merge, summarize PR risks, or request changes.

2026-07-22
pr-workflows
مطوّرو البرمجيات

Turn issues into PRs, handle commits, and run prek checks consistently.

2026-07-22
github-issues
مطوّرو البرمجيات

Create, evaluate, and triage GitHub issues for CausalPy. Use when filing a bug, proposing an enhancement, analyzing existing issues, or splitting large work into parent-child sub-issues.

2026-06-10
pr-to-green
مطوّرو البرمجيات

Bring a pull request to green by syncing with main, resolving conflicts safely, and fixing failing checks with CausalPy conventions.

2026-06-10
choosing-causalpy-methods
علماء البيانات

Choose the appropriate CausalPy experiment class from a causal or impact question, data structure, treatment assignment, and identification assumptions. Use before writing analysis code when the method is not yet settled, including plain-English questions about whether a campaign, policy, or intervention worked.

2026-06-10
feature-exploration
مطوّرو البرمجيات

Explore unfamiliar APIs, libraries, or implementation behavior with minimal reproducible examples and documented findings. Use when implementation details are unclear and can be resolved by reading docs, inspecting code, and running focused experiments.

2026-06-08
python-environment
مطوّرو البرمجيات

Detect, configure, and use a conda-compatible tool. Use before tasks that need the project environment, such as importing project code, running tests, building docs, or invoking repo tooling.

2026-06-08
research-and-planning
مطوّرو البرمجيات

Perform structured research and turn findings into an implementation plan.

2026-06-08
عرض أهم 8 من أصل 11 skills مجمعة في هذا المستودع.
عرض أهم 8 من أصل 10 skills مجمعة في هذا المستودع.
model-evaluation
علماء البيانات

Load when the user is comparing Bayesian models, computing LOO-CV / ELPD, calling arviz_stats.loo or arviz_stats.compare, doing model stacking/averaging, or computing Bayes factors. Covers the ArviZ 1.1 LOO/ELPD/stacking APIs exclusively (no waic). Triggers include: model comparison, LOO, ELPD, compare, loo_expectations, loo_metrics, loo_r2, Pareto k, stacking, Bayes factor, cross-validation, predictive accuracy, information criterion.

2026-06-22
prior-elicitation
مطوّرو البرمجيات

Load when the user is choosing priors, running prior predictive checks, calling find_constrained_prior, using PreliZ, or otherwise eliciting domain knowledge into a Bayesian model. Covers weakly informative priors, constrained priors, sensitivity analysis, and elicitation workflows. Triggers include: prior selection, elicitation, find_constrained_prior, PreliZ, prior predictive, expert/informative priors, weakly informative priors, constrained priors.

2026-06-22
pymc-extras
مطوّرو البرمجيات

Load when the user is working with pymc-extras (pmx) features: splines / BSplineBasis, distributional regression / GAMLSS, R2D2M2CP or horseshoe priors, discrete variable marginalization, or Laplace approximation via fit_laplace. Triggers include: pymc_extras, pymc-extras, pmx, splines, BSplineBasis, distributional regression, GAMLSS, R2D2, horseshoe (regularized/Finnish), marginalize, fit_laplace, penalized splines.

2026-06-22
pymc-modeling
مطوّرو البرمجيات

Load whenever the user is working on code that imports pymc, pytensor, or arviz, or asks about Bayesian modeling, MCMC, priors, posteriors, sampling, or model diagnostics. Covers PyMC 6+, PyTensor 3+, ArviZ 1.1+ (DataTree API), pymc-bart, pymc-extras, nutpie, and JAX/NumPyro backends. Use for building probabilistic models, specifying priors, running MCMC, diagnosing convergence, or comparing models. Triggers include: Bayesian inference, posterior sampling, hierarchical/multilevel models, GLMs, time series, Gaussian processes, HSGP, BART, mixture models, prior/posterior predictive checks, MCMC diagnostics, LOO-CV, model comparison, causal inference with do/observe, and any PyTensor Op or graph work.

2026-06-22
pymc-testing
محللو ضمان جودة البرمجيات والمختبرون

Load when writing or modifying pytest tests that touch pymc.Model, pm.sample, or any PyMC model code. Covers pymc.testing.mock_sample, pytest fixtures for Bayesian models, and the distinction between fast structure-only tests (mocking) and slow posterior inference tests. Triggers include: testing PyMC, pytest with pymc, unit tests for Bayesian models, mock sampling, test fixtures for models, CI/CD for PyMC.

2026-06-22
marimo-notebook
مطوّرو البرمجيات

ALWAYS use when: creating/editing marimo notebooks, working with any .py file containing @app.cell decorators, building reactive Python notebooks, doing exploratory data analysis in notebook form, converting Jupyter (.ipynb) to marimo, or when user mentions "marimo", "reactive notebook", or asks for an interactive Python notebook. Covers marimo CLI (edit, run, convert, export), UI components (mo.ui.*), layout functions, SQL integration, caching, state management, and wigglystuff widgets. If a task involves notebooks and Python, invoke this skill first.

2026-02-05
pymc-modeling
علماء البيانات

Bayesian statistical modeling with PyMC v5+. Use when building probabilistic models, specifying priors, running MCMC inference, diagnosing convergence, or comparing models. Covers PyMC, ArviZ, pymc-bart, pymc-extras, nutpie, and JAX/NumPyro backends. Triggers on tasks involving: Bayesian inference, posterior sampling, hierarchical/multilevel models, GLMs, time series, Gaussian processes, BART, mixture models, prior/posterior predictive checks, MCMC diagnostics, LOO-CV, WAIC, model comparison, or causal inference with do/observe.

2026-02-05
marimo-notebooks
علماء البيانات

ALWAYS use when: creating/editing marimo notebooks, working with any .py file containing @app.cell decorators, building reactive Python notebooks, doing exploratory data analysis in notebook form, converting Jupyter (.ipynb) to marimo, or when user mentions "marimo", "reactive notebook", or asks for an interactive Python notebook. Covers marimo CLI (edit, run, convert, export), UI components (mo.ui.*), layout functions, SQL integration, caching, state management, and wigglystuff widgets. If a task involves notebooks and Python, invoke this skill first.

2026-01-20
skill-name
مطوّرو البرمجياتالمهن الحاسوبية الأخرى

A clear description of what this skill does and when to use it. Include specific trigger keywords and task types that should activate this skill. Be specific about capabilities so the AI can decide when to load it. Maximum 1024 characters.

2026-01-20
pymc-modeling
علماء البيانات

Load whenever the user is working on code that imports pymc, pytensor, or arviz, or asks about Bayesian modeling, MCMC, priors, posteriors, sampling, or model diagnostics. Covers PyMC 6+, PyTensor 3+, ArviZ 1.0+ (DataTree API), pymc-bart, pymc-extras, nutpie, and JAX/NumPyro backends. Use for building probabilistic models, specifying priors, running MCMC, diagnosing convergence, or comparing models. Triggers include: Bayesian inference, posterior sampling, hierarchical/multilevel models, GLMs, time series, Gaussian processes, HSGP, BART, mixture models, prior/posterior predictive checks, MCMC diagnostics, LOO-CV, model comparison, causal inference with do/observe, and any PyTensor Op or graph work.

2026-06-11
model-evaluation
مطوّرو البرمجيات

Load when the user is comparing Bayesian models, computing LOO-CV / ELPD, calling az.loo or az.compare, doing model stacking/averaging, or computing Bayes factors. Covers the ArviZ 1.0 LOO/ELPD/stacking APIs exclusively (no waic). Triggers include: model comparison, LOO, ELPD, az.compare, az.loo, loo_expectations, loo_metrics, loo_r2, Pareto k, stacking, Bayes factor, cross-validation, predictive accuracy, information criterion.

2026-06-07
prior-elicitation
مطوّرو البرمجيات

Load when the user is choosing priors, running prior predictive checks, calling find_constrained_prior, using PreliZ, or otherwise eliciting domain knowledge into a Bayesian model. Covers weakly informative priors, constrained priors, sensitivity analysis, and elicitation workflows. Triggers include: prior selection, elicitation, find_constrained_prior, PreliZ, prior predictive, expert/informative priors, weakly informative priors, constrained priors.

2026-06-07
عرض 9 من أصل 9 مستودعات
تم تحميل كل المستودعات