研究与知识

研究、检索、摘要和知识工作

759 個 Skills 可用

Skills 列表

backward-traceability

backward-traceability

299research-knowledge

Make every number in the final PDF traceable to the exact code line that produced it. Uses \hypertarget/\hyperlink LaTeX commands and \num{formula} evaluated at compile time. Use for reproducibility and data integrity verification.

lingzhi227 avatarlingzhi227
獲取
related-work-writing

related-work-writing

299research-knowledge

Write Related Work sections that compare and contrast prior work with your approach. Organize by theme, cite broadly, and explain how your work differs. Use when writing or improving the Related Work section of a paper.

lingzhi227 avatarlingzhi227
獲取
table-generation

table-generation

299research-knowledge

Generate publication-quality LaTeX tables from experimental results. Convert JSON/CSV data to booktabs-styled tables with bold best results, multi-row layouts, and proper captions. Use when creating result tables, comparison tables, or ablation tables for papers.

lingzhi227 avatarlingzhi227
獲取
self-review

self-review

299research-knowledge

Automatically review an academic paper using the NeurIPS review form with three reviewer personas, ensemble scoring, and reflection refinement. Extracts text from PDF, runs structured review, and outputs actionable feedback. Use when the user wants to review a paper before submission or get feedback on a draft.

lingzhi227 avatarlingzhi227
獲取
slide-generation

slide-generation

299research-knowledge

Convert a completed paper into presentation slides (Beamer LaTeX) or poster. Extract key figures, tables, equations, and create a narrative flow for oral presentation. Identified gap in existing tools — designed from best practices.

lingzhi227 avatarlingzhi227
獲取
atomic-decomposition

atomic-decomposition

299research-knowledge

Decompose research ideas into atomic, self-contained concepts with bidirectional math-code mapping. For each concept, extract the math formula from papers and find code implementations. Use for complex system papers requiring formal grounding.

lingzhi227 avatarlingzhi227
獲取
experiment-code

experiment-code

299research-knowledge

Write ML experiment code with iterative improvement. Generate training/evaluation pipelines, debug errors, and optimize results through code reflection. Use when implementing experiments for a research paper.

lingzhi227 avatarlingzhi227
獲取
symbolic-equation

symbolic-equation

299research-knowledge

Discover scientific equations from data using LLM-guided evolutionary search (LLM-SR). Multi-island algorithm with softmax-based cluster sampling, island reset, and LLM-proposed equation mutations. Use for symbolic regression and equation discovery.

lingzhi227 avatarlingzhi227
獲取
bailian-protocol

bailian-protocol

296research-knowledge

阿里云百炼 `bl` 家族共享执行协议(consent 确认、版本预检、鉴权/安装、错误上报、本地文件与输出约定)。 不是面向用户意图的业务入口;当任一 bailian-* 业务 skill(bailian-cli / bailian-gen / bailian-finetune / bailian-managed-agent)执行前需要公共上下文,或用户首次安装/鉴权/`bl` 报错需上报时读取本 skill。 官方安装为整包:`npx skills add modelstudioai/cli --all -g`(与业务 skill 同装);Agent Skills / `npx skills` 不会按 metadata 自动拉依赖。

modelstudioai avatarmodelstudioai
獲取
layers-observed-behaviour

layers-observed-behaviour

296research-knowledge

Techniques for planning user research and synthesising it into grounded, confidence-rated findings about what users actually do

jamiemill avatarjamiemill
獲取
research-planning

research-planning

296research-knowledge

Design research plans and paper architectures. Given a research topic or idea, generate structured plans with methodology outlines, paper structure, dependency-ordered task lists, UML diagrams, and experiment designs. Use when starting a new research project or paper.

lingzhi227 avatarlingzhi227
獲取
survey-generation

survey-generation

296research-knowledge

Generate complete academic survey papers using multi-LLM parallel outline generation, RAG-based subsection writing, citation validation, and local coherence enhancement. Based on AutoSurvey pipeline. Use for writing comprehensive literature surveys.

lingzhi227 avatarlingzhi227
獲取
pdf-extraction

pdf-extraction

295research-knowledge

Extract text, tables, and metadata from PDFs using pdfplumber

claude-office-skills avatarclaude-office-skills
獲取
layers-domain

layers-domain

295research-knowledge

Techniques for mapping a domain's concepts, terminology conflicts, and bounded contexts — the raw material the conceptual model is built from

jamiemill avatarjamiemill
獲取
paper-revision

paper-revision

295research-knowledge

Revise papers based on reviewer feedback. Map reviewer concerns to specific sections, apply targeted edits, run additional experiments if needed, and verify improvements. Use after receiving peer review with revision requests.

lingzhi227 avatarlingzhi227
獲取
paper-writing-section

paper-writing-section

295research-knowledge

Write a specific section of an academic paper (Abstract, Introduction, Background, Related Work, Methods, Experiments, Results, Discussion/Conclusion) with section-specific guidance and two-pass refinement. Use when the user wants to write, draft, or improve a paper section.

lingzhi227 avatarlingzhi227
獲取
novelty-assessment

novelty-assessment

295research-knowledge

Assess research idea novelty through systematic literature search. Multi-round search-evaluate loops with harsh critic persona. Binary novel/not-novel decision with justification. Use before committing to a research direction.

lingzhi227 avatarlingzhi227
獲取
experiment-design

experiment-design

295research-knowledge

Design experiment plans with progressive stages — initial implementation, baseline tuning, creative research, and ablation studies. Plan baselines, datasets, hyperparameter sweeps, and evaluation metrics. Use when planning experiments for a research paper.

lingzhi227 avatarlingzhi227
獲取
github-research

github-research

295research-knowledge

Explore and analyze GitHub repositories related to a research topic. Reads deep-research output, discovers repos from multiple sources, deeply analyzes code, and produces integration blueprints.

lingzhi227 avatarlingzhi227
獲取
idea-generation

idea-generation

294research-knowledge

Generate novel research ideas with iterative refinement and novelty checking against literature. Score ideas on Interestingness, Feasibility, and Novelty. Use when brainstorming research directions or validating idea novelty.

lingzhi227 avatarlingzhi227
獲取
pixijs-migration-v8

pixijs-migration-v8

293research-knowledge

Use this skill when upgrading to PixiJS v8 from v7 or diagnosing broken v7 code after an upgrade. Covers async app.init, single pixi.js package (deprecated @pixi/* sub-packages), Graphics shape-then-fill, BaseTexture → TextureSource, shader/uniform rework, ParticleContainer+Particle, constructor options objects, DisplayObject removal, settings/utils removal, Ticker signature, events rewrite. Triggers on: migrate v7, v8 breaking changes, @pixi/ import, DisplayObject, beginFill, endFill, cacheAsBitmap, BaseTexture, deprecated.

pixijs avatarpixijs
獲取
deep-research

deep-research

289research-knowledge

Conduct systematic academic literature reviews in 6 phases, producing structured notes, a curated paper database, and a synthesized final report. Output is organized by phase for clarity.

lingzhi227 avatarlingzhi227
獲取
data-analysis

data-analysis

288research-knowledge

Generate statistical analysis code with 4-round review. Select appropriate statistical tests, interpret results, and produce analysis reports with p-values, effect sizes, and confidence intervals. Use when analyzing experimental data for a paper.

lingzhi227 avatarlingzhi227
獲取
math-reasoning

math-reasoning

285research-knowledge

Formal mathematical reasoning for research papers — derive equations, write proofs, formalize problem settings, select statistical tests, and generate LaTeX math notation. Use when the user needs mathematical derivations, theorem proofs, notation tables, or statistical analysis formalization.

lingzhi227 avatarlingzhi227
獲取