Skip to main content
Execute qualquer Skill no Manus
com um clique
AlterLab-IEU
Perfil de criador do GitHub

AlterLab-IEU

Visão por repositório de 345 skills coletadas em 3 repositórios do GitHub.

skills coletadas
345
repositórios
3
atualizado
2026-07-02
explorador de repositórios

Repositórios e skills representativas

alterlab-skill-finder
Outras ocupações de informática

The AlterLab front door and multi-agent launcher — routes a task to the right AlterLab skill(s) when the user invokes the suite without naming one, and for a multi-stage goal (or on the keyword 'alterflow', aliases 'alterresearch' / 'ultralab') it CLARIFIES the goal with a few questions, SELECTS the skills the task needs, and runs a dynamic multi-agent workflow composing them (via alterlab-workflow-orchestration, alterlab-research-pipeline, or alterlab-ssci-orchestrator). Triggers on 'use AlterLab skills', 'which AlterLab skill for X', 'is there an AlterLab skill for…', a multi-stage research goal, 'alterflow …', or any generic AlterLab request where the user does not know skill names. It always asks clarifying questions before executing a multi-step run. Use when someone references AlterLab generically, describes a multi-stage goal, or fires the alterflow keyword; when the user already names a specific skill, defer to that skill directly. Part of the AlterLab Academic Skills suite.

2026-07-02
alterlab-meta-analysis
Sociólogos

Runs quantitative meta-analysis — computes effect sizes (Hedges' g / standardized mean difference, log odds/risk ratios) with their variances, pools them under fixed-effect and random-effects models, quantifies heterogeneity (I-squared, tau-squared, Cochran's Q), draws forest and funnel plots, and tests publication bias (Egger's regression, trim-and-fill) — using statsmodels.stats.meta_analysis in Python or the field-standard R metafor via Rscript. It enforces PRISMA reporting and the random- vs fixed-effect decision. Use when pooling effect sizes across studies, running a systematic review's quantitative synthesis, or assessing heterogeneity and publication bias. For finding and screening the literature prefer alterlab-deep-research; for a single study's statistics prefer alterlab-statistical-analysis. Part of the AlterLab Academic Skills suite.

2026-07-02
alterlab-missing-data
Assistentes de pesquisa em ciências sociais

Handles missing data with principled methods — forces an explicit MCAR / MAR / MNAR mechanism statement, then applies multiple imputation by chained equations (MICE) with Rubin's-rules pooling of estimates and standard errors, or full-information maximum likelihood (FIML) where a likelihood/SEM model applies. Uses statsmodels MICE / MICEData in Python or the field-standard R mice via Rscript, and warns that single (mean/regression) imputation and scikit-learn's IterativeImputer return one completed dataset without Rubin's-rules pooling, so they understate standard errors if used as multiple imputation. Use when a dataset has missing values, when choosing an imputation strategy, or when reporting how missingness was handled. For general modeling on complete data prefer alterlab-statistical-analysis; for latent-variable models with FIML prefer alterlab-sem-psychometrics. Part of the AlterLab Academic Skills suite.

2026-07-02
alterlab-multilevel-models
Assistentes de pesquisa em ciências sociais

Fits and reports mixed-effects / multilevel / hierarchical models for clustered, nested, longitudinal, and repeated-measures data — random intercepts and slopes, variance components and the ICC, cross-level interactions, and GLMMs (logistic/Poisson) — using statsmodels MixedLM and bambi (Bayesian on PyMC) in Python, or the field-standard R lme4 / glmmTMB / brms via Rscript. It enforces the reporting items reviews find under-reported: full fixed + random specification, centering, variance components + ICC, estimation method, assumption checks, model comparisons, and effect sizes. Use when data are grouped/nested (students in schools, repeated measures, panel/longitudinal) and the question concerns within- vs between-cluster variation. For general single-level regression prefer alterlab-statsmodels; for panel fixed effects used for causal identification prefer alterlab-causal-inference. Part of the AlterLab Academic Skills suite.

2026-07-02
alterlab-qualitative-analysis
Sociólogos

Analyzes qualitative data as a dispatched pipeline module — codebook development, thematic / framework / content analysis, and inter-coder reliability computed correctly (Krippendorff's alpha as primary via the krippendorff package or a bundled stdlib nominal calculator with bootstrap CIs; Cohen's / Fleiss' kappa via statsmodels) with 95% CIs and thresholds (alpha >= .80 reliable, .667-.80 tentative). It BRANCHES by design: coefficient-based ICR for codebook / content-analytic coding, versus consensus-and-reflexivity for reflexive thematic analysis where a statistic is not the right criterion. Supports human-vs-LLM double-coding with an alpha check against a human gold standard. Use when coding interviews or open-ended text, building a codebook, or reporting intercoder reliability. For topic modeling / embeddings / supervised text classification prefer alterlab-text-as-data; for the reflexivity gate prefer alterlab-ssci-reflexivity-gate. Part of the AlterLab Academic Skills suite.

2026-07-02
alterlab-ssci-orchestrator
Assistentes de pesquisa em ciências sociais

Coordinates a social-science study through the stage-gated methods pipeline — question then design-gate then measurement-gate then sampling-gate then the right analysis module then inference-gate then reporting — holding a single YAML Design Passport that each gate reads and appends, and enforcing gate order with PASS / WARN / BLOCK semantics (design-gate and inference-gate are fail-closed). It is thin: it routes and holds the artifact, it does not run analysis itself. Use when a researcher describes a whole social-science study end to end, asks to run the methods pipeline or a full methodology review, or wants the design-to-inference workflow coordinated rather than a single step. For a single stage trigger that gate directly (alterlab-ssci-design-gate, -measurement-gate, -sampling-gate, -inference-gate); for multi-agent execution mechanics see alterlab-workflow-orchestration. Part of the AlterLab Academic Skills suite.

2026-07-02
alterlab-ssci-reflexivity-gate
Sociólogos

Gates trustworthiness before qualitative or interpretivist claims are written — the qualitative analog of the measurement gate. Checks that researcher positionality and role are stated, that the four Lincoln & Guba trustworthiness criteria are addressed (credibility via triangulation / member-checking / prolonged engagement, transferability via thick description, dependability via an audit trail, confirmability via reflexive bracketing), and that reflexivity is evidenced rather than asserted. Fail-closed: interpretivist generalizing or causal language is refused without the corresponding warrant. Use when a study is qualitative / ethnographic / interpretivist, when reviewing trustworthiness or reflexivity, or before writing up thematic or grounded-theory findings. For quantitative measurement validity prefer alterlab-ssci-measurement-gate; for running the coding prefer alterlab-qualitative-analysis; for the final claim audit prefer alterlab-ssci-inference-gate. Part of the AlterLab Academic Skills suite.

2026-07-02
alterlab-survey-analysis
Assistentes de pesquisa em ciências sociais

Analyzes complex-sample survey data with design-based inference — declares a survey design (weights, strata, PSUs/clusters, FPC) before estimating means, totals, proportions, ratios, and quantiles, computes design-adjusted standard errors via Taylor linearization or replicate weights (BRR, Jackknife, Bootstrap), calibrates with post-stratification / raking / GREG, and fits design-adjusted GLMs (linear, logistic, Poisson). Uses samplics (stable Python), the emerging svy successor, or the field-standard R survey + srvyr via Rscript. Use when analyzing GSS/ANES/ESS/DHS/Eurobarometer or any weighted/stratified/clustered survey, when a dataset ships survey weights, or when someone quotes unweighted percentages from a complex survey. For questionnaire and sampling-plan DESIGN prefer alterlab-survey-design; for the sampling-adequacy gate prefer alterlab-ssci-sampling-gate; for causal identification prefer alterlab-causal-inference. Part of the AlterLab Academic Skills suite.

2026-07-02
Mostrando as 8 principais de 240 skills coletadas neste repositório.
alterlab-nmc-digital-campaign
Analistas de pesquisa de mercado e especialistas em marketing

This skill should be used when the user asks about "digital campaign", "social impact campaign", "digital activism", "civic tech", "awareness campaign", "advocacy campaign", "act as a digital campaign planner", "digital campaign mode", "hashtag campaign", "change.org petition", "awareness-to-action funnel", "online mobilization", "cause marketing", "social change campaign", "petition strategy", or needs expertise in designing and executing digital campaigns for social impact and civic engagement. Part of the AlterLab FC Skills collection (New Media & Communication department).

2026-03-18
alterlab-nmc-media-theory
Professores de comunicações, pós-secundário

This skill should be used when the user asks about "media theory", "critical theory", "academic writing", "Foucault", "Habermas", "McLuhan", "Baudrillard", "Stuart Hall", "act as a media theory companion", "media theory mode", "theoretical framework", "literature review", "discourse analysis", "semiotics", "cultural studies", "political economy", or needs expertise in applying media and communication theory to academic writing and critical analysis. Part of the AlterLab FC Skills collection (New Media & Communication department).

2026-03-18
alterlab-nmc-newsletter
Escritores e autores

This skill should be used when the user asks about "newsletter", "email newsletter", "email content strategy", "subject lines", "newsletter structure", "email marketing", "act as a newsletter designer", "newsletter mode", "Substack", "Mailchimp", "CTA optimization", "open rate", "email design", "subscriber growth", "Beehiiv", or needs expertise in planning, writing, and optimizing email newsletters. Part of the AlterLab FC Skills collection (New Media & Communication department).

2026-03-18
alterlab-nmc-portfolio-curator
Designers gráficos

This skill should be used when the user asks about "digital portfolio", "portfolio website", "project description", "case study", "portfolio curation", "creative portfolio", "act as a portfolio curator", "portfolio curator mode", "portfolio review", "professional presentation", "portfolio architecture", "work samples", "portfolio bio", or needs expertise in building, structuring, and writing professional digital portfolios. Part of the AlterLab FC Skills collection (New Media & Communication department).

2026-03-18
alterlab-nmc-social-analyst
Analistas de pesquisa de mercado e especialistas em marketing

This skill should be used when the user asks about "social media analytics", "platform analytics", "audience insights", "engagement rate", "social media strategy report", "competitive benchmarking", "act as a social media analyst", "social analyst mode", "social media metrics", "content performance", "follower growth", "social media audit", "social listening", or needs expertise in analyzing social media data and translating it into actionable strategy reports. Part of the AlterLab FC Skills collection (New Media & Communication department).

2026-03-18
alterlab-nmc-video-essay
Escritores e autores

This skill should be used when the user asks about "video essay", "visual essay", "narration script", "essay film", "argument-driven editing", "video analysis", "act as a video essay creator", "video essay mode", "YouTube essay", "voiceover script", "visual argument", "essay film structure", "film criticism video", or needs expertise in writing, structuring, and producing argument-driven video essays. Part of the AlterLab FC Skills collection (New Media & Communication department).

2026-03-18
alterlab-nmc-web-strategist
Analistas de pesquisa de mercado e especialistas em marketing

This skill should be used when the user asks about "web content strategy", "SEO writing", "UX writing", "information architecture", "content architecture", "website structure", "act as a web content strategist", "web strategist mode", "site map", "content audit", "microcopy", "meta descriptions", "content hierarchy", "content governance", or needs expertise in planning, structuring, and writing content for websites and digital platforms. Part of the AlterLab FC Skills collection (New Media & Communication department).

2026-03-18
alterlab-rma-abstract-writer
Redatores técnicos

This skill should be used when the user asks about "writing an abstract", "abstract format", "structured abstract", "IMRAD abstract", "conference abstract", "thesis abstract", "dissertation abstract", "abstract submission", "keyword selection", "research summary", "act as an abstract writer", "abstract writer mode", "executive summary", "abstract optimization", "abstract for publication", "paper abstract", "how to write an abstract", "abstract word limit", "abstract discoverability", "journal abstract", "poster abstract", "abstract revision", or needs expertise in crafting compelling academic abstracts, structured summaries, and keyword strategies. Part of the AlterLab FC Skills collection (Research Methods & Academic Writing department).

2026-03-18
Mostrando as 8 principais de 71 skills coletadas neste repositório.
game-godot-specialist
Desenvolvedores de software

Invoke when the user works with Godot Engine or asks about GDScript, scene composition, signals, resources, shaders, GDExtension, physics, or Godot UI. Triggers on: "Godot", "GDScript", "scene tree", "signals", ".tscn", ".tres", "GDExtension", "project.godot". Do NOT invoke for engine-agnostic architecture (use game-technical-director) or Unity/Unreal questions (use the appropriate engine specialist). Part of the AlterLab GameForge collection.

2026-03-26
game-unity-specialist
Desenvolvedores de software

Invoke when the user works with Unity or asks about C#, MonoBehaviour, DOTS/ECS, Shader Graph, Addressables, UI Toolkit, URP/HDRP, or ScriptableObjects. Triggers on: "Unity", "MonoBehaviour", "DOTS", "ECS", "Shader Graph", "Addressables", "UI Toolkit", "URP", "HDRP", "ScriptableObject", ".unity", ".cs". Do NOT invoke for engine-agnostic architecture (use game-technical-director) or Godot/Unreal questions. Part of the AlterLab GameForge collection.

2026-03-26
game-unreal-specialist
Desenvolvedores de software

Invoke when the user works with Unreal Engine 5 or asks about C++/Blueprints, GAS, replication, Nanite, Lumen, CommonUI, Enhanced Input, or World Partition. Triggers on: "Unreal", "UE5", "Blueprint", "GAS", "Nanite", "Lumen", "CommonUI", "Enhanced Input", "World Partition", ".uproject". Do NOT invoke for engine-agnostic architecture (use game-technical-director) or Godot/Unity questions. Part of the AlterLab GameForge collection.

2026-03-26
game-ci-pipeline
Desenvolvedores de software

Invoke to set up CI/CD pipelines for game builds -- automated testing, build pipelines, and deployment to Steam, itch.io, or Epic. Triggers on: "CI", "CD", "pipeline", "automated build", "deploy", "Steam deploy", "itch.io butler", "GitHub Actions game", "build automation". Do NOT invoke for general code review (use game-code-review) or manual testing guidance (use game-qa-lead). Part of the AlterLab GameForge collection.

2026-03-26
game-gdd-author
Escritores e autores

Invoke for guided game design document authoring -- section-by-section GDD creation with validation, pillar alignment, and scope tier marking. Triggers on: "write GDD", "create GDD", "game design document", "document my game", "GDD authoring", "fill in GDD". Do NOT invoke for reviewing an existing GDD (use game-design-review) or designing specific game systems (use game-designer). Part of the AlterLab GameForge collection.

2026-03-26
game-jam-mode
Desenvolvedores de software

Invoke for game jam participation -- 48-72 hour compressed development workflow. Triggers on: "game jam", "jam mode", "Ludum Dare", "GMTK Jam", "Global Game Jam", "Brackeys Jam", "48 hours", "jam submission". Do NOT invoke for normal development timelines (use game-start). Part of the AlterLab GameForge collection.

2026-03-26
game-start
Desenvolvedores de software

Invoke when the user wants to start a new game project, set up project scaffolding, onboard into an existing codebase, or initialize GameForge session state. Triggers on: "start a game", "new game project", "set up project", "project onboarding", "initialize project". Do NOT invoke for brainstorming ideas (use game-brainstorm) or prototyping mechanics (use game-prototype). Part of the AlterLab GameForge collection.

2026-03-25
game-accessibility-specialist
Designers de interfaces web e digitais

Invoke when the user asks about accessibility, inclusive design, colorblind mode, remappable controls, screen reader support, EAA compliance, CVAA, difficulty options, motor accommodations, or one-handed mode. Triggers on: "accessibility", "inclusive design", "colorblind", "remappable controls", "screen reader", "EAA", "CVAA", "difficulty options", "motor accommodation", "one-handed". Do NOT invoke for general UX design (use game-ux-designer) or art direction (use game-art-director). Part of the AlterLab GameForge collection.

2026-03-25
Mostrando as 8 principais de 34 skills coletadas neste repositório.
Mostrando 3 de 3 repositórios
Todos os repositórios foram exibidos