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

yzhao062

Visão por repositório de 30 skills coletadas em 5 repositórios do GitHub.

skills coletadas
30
repositórios
5
atualizado
2026-07-18
explorador de repositórios

Repositórios e skills representativas

my-router
Desenvolvedores de software

Context-aware router that detects work type (papers, proposals, code, figures, admin) and dispatches to the right domain skill. Works within superpowers' execution phase as the inner decision loop.

2026-06-28
bibref-verify
Professores do ensino superior, todos os outros

Use when auditing a paper's existing .bib for hallucinated citations or stale metadata before submission, especially when bib entries came from co-authors or automated tools and may include fabricated authors, future arXiv IDs, or preprints already published in peer-reviewed venues. Companion to bibref-filler (which adds new citations); this skill audits existing ones.

2026-05-18
figure-prompt-builder
Especialistas em operações de negócios, todos os outros

Build copy-ready prompts for downstream LLM figure generation from source text, figure ideas, prior examples, or rough drafts. Use when Codex needs to decide whether a section needs a figure, distill the figure's core message and required visual elements, draft a model-neutral prompt pack for image-generation models, adapt prompts to a requested tool, or recommend limited cleanup after external generation.

2026-04-06
nsf-proposal-composer
Analistas de gestão

Compose NSF proposal outlines and section drafts from a project idea, prior proposal examples, and solicitation requirements. Use when Codex needs to choose between ecosystem-building and methodology-driven proposal families, turn a brief into a proposal structure, draft or refresh LaTeX sections, introduce an optional cross-section running example for abstract infrastructure proposals, or keep summary, aims, evaluation, and impact sections aligned during proposal writing.

2026-04-06
nsf-proposal-guardrail
Professores de ciências matemáticas do ensino superiorProfessores de engenharia, pós-secundário+1

Unified NSF proposal requirements, question-answering, and preflight checking for a single proposal repository. Use when a user has an NSF solicitation PDF/text and needs to (1) ingest and normalize proposal requirements, (2) ask drafting-time questions such as "do we need X?" or "where does this go?", or (3) run a pre-submission gap check against the current proposal files.

2026-04-06
nsf-thrust-refiner
Professores de engenharia, pós-secundário

Refine one or more NSF thrust, aim, or study files after the initial scaffold exists. Use when Codex needs to deepen a core proposal unit with sharper gaps, local literature grounding, concrete technical measures, evaluation hooks, reviewer-facing running examples or artifact sketches, figure ideas, or visible TODO placeholders while preserving alignment with the current intro, summary, and evaluation plan.

2026-04-06
condense-cv
Assistentes de recursos humanos (exceto folha de pagamento)

Create 1-page or 2-page CV variants from a longer master LaTeX CV. Use when the user asks for a short CV, concise CV, one-page CV, two-page CV, resume-style version, or a role-specific application CV derived from `Latex/sample_cv.tex` or another master CV source.

2026-04-02
cs-meta-review
Professores de ciência da computação, pós-secundário

Draft grounded area chair, senior area chair, or editor style meta reviews for computer science and machine learning papers from the paper PDF, external reviews, reviewer discussion, rebuttal, and venue decision scale. Use when Codex needs to synthesize reviewer consensus, summarize rebuttal impact, recommend a final decision, or write venue-specific meta reviews for venues such as TNNLS, ICML, NeurIPS, or similar.

2026-04-02
Mostrando as 8 principais de 17 skills coletadas neste repositório.
dual-update
Desenvolvedores de software

Add or update content that must appear on both the website and the LaTeX CV. Use when the user mentions adding a new paper, award, grant, service role, teaching course, PhD student, open-source project, or any other content that overlaps between the website and CV.

2026-07-17
post-to-linkedin
Desenvolvedores de software

Use when announcing a release, paper, grant, talk, award, or project update on LinkedIn from this repo. Covers drafting, OAuth setup, token refresh, and posting via scripts/post_to_linkedin.py.

2026-06-16
news-search
Analistas de pesquisa de mercado e especialistas em marketing

Systematic web search for news, media, policy, and industry coverage of FORTIS Lab publications, tools, and research. Use when the user asks for a news audit, media coverage check, broader impact evidence, or visibility search for their work.

2026-05-28
citation-audit
Cientistas sociais e trabalhadores relacionados, todos os outros

Systematic bibliometric audit of citing-paper author affiliations across OpenAlex and Dimensions Analytics. Use when the user wants to find which notable institutions (government agencies, foundation model companies, national labs, Big Tech, finance, pharma) have authors who cite their published work. Pair with the news-search skill for full external-impact evidence; this skill is the bibliometric half, news-search is the editorial-coverage half. Also use for legacy prompts: "citation audit", "affiliation audit", "citation-affiliation audit", or "Dimension 9 audit" (this skill was previously Dimension 9 inside news-search; split out 2026-05).

2026-05-20
post-to-x
Desenvolvedores de software

Use when announcing a release, paper, grant, talk, award, or project update on X (Twitter) from this repo. Covers drafting, style compliance, cost preview, and posting via scripts/post_to_x.py.

2026-04-22
condense-cv
Editores de desktop

Create 1-page or 2-page CV variants from a longer master LaTeX CV. Use when the user asks for a short CV, concise CV, one-page CV, two-page CV, resume-style version, or a role-specific application CV derived from `cv/cv-full.tex` or another master CV source.

2026-04-09
prun
Outras ocupações de informática

Parallel delegation fan-out. The Claude session coordinates (on whatever Claude model is currently selected, e.g. Opus or Fable) while task units run in parallel on workers (never on the coordinator). Codex (`codex exec`, a separate abundant account) is the prioritized default; Sonnet is reserved for units needing Claude-session-internal capabilities (MCP/email tools, Artifacts, cross-vendor web verification), with the orchestrator deciding per unit. Units may read or write code; workers never commit or push, and the session plus the user are the final integration gate.

2026-07-18
implement-review
Desenvolvedores de software

Review loop for staged changes. Detects content type, prepares a review request for Codex (Terminal-relay manual default, opt-in Auto-terminal codex-exec subprocess, or IDE plugin), categorizes feedback, revises, and iterates. Works for code, papers, proposals, or any text-based output.

2026-07-12
ci-mockup-figure
Desenvolvedores de software

Create space-efficient figures for papers and proposals. HTML mockups for systems, dashboards, and timelines; TikZ or skia-canvas for abstract diagrams with arrow routing. Covers tool selection, design, capture, and LaTeX insertion. The primary goal is maximizing information per page — every figure must earn its space.

2026-06-29
my-router
Outras ocupações de informática

Context-aware router that detects work type and dispatches to the right skill. Ships with a minimal default routing table; extend it in a fork, or register project-local skills in a consuming repo via routing-table.local.md or an AGENTS.local.md Routing section.

2026-06-28
readme-polish
Desenvolvedores de software

Audit a GitHub README and rewrite it using modern 2025-2026 patterns — centered header, badges, hero image, GitHub alert callouts, emoji-prefixed features, expandable details, Mermaid diagrams, tables over dense prose. Produces a scannable README that works for a 10-second skim and a deep dive.

2026-05-28
Mostrando 5 de 5 repositórios
Todos os repositórios foram exibidos