survey

Survey AI/ML literature and recommend implementation strategies for codebases.

24|3|Updated Feb 22, 2026
One-click install
npx skills add https://github.com/Borda/.home --skill survey-borda
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: survey
Source: https://github.com/Borda/.home/tree/main/.claude/skills/survey
Command: npx skills add https://github.com/Borda/.home --skill survey-borda

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of surveying the State of the Art (SOTA) literature for a given Artificial Intelligence/Machine Learning (AI/ML) topic, method, or architecture, providing actionable insights for implementation.

Core Features & Use Cases

  • Literature Survey: Identifies and summarizes top research papers on a specified AI/ML topic.
  • Comparative Analysis: Builds a comparison table of methods, including key ideas, benchmark results, compute requirements, and code availability.
  • Implementation Recommendation: Recommends the best-suited method for the current codebase based on identified constraints and provides a concrete implementation plan.
  • Use Case: When starting a new project involving "object detection for small objects," this Skill can quickly identify the most effective SOTA methods, compare their performance and resource needs, and suggest the best approach with a clear path to integration.

Quick Start

Use the survey skill to find the best methods for "efficient transformers" in our current PyTorch codebase.

Frequently Asked Questions about survey

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I survey AI and ML literature for state of the art methods?

To survey AI and ML literature, this Skill identifies relevant SOTA research papers, summarizes key ideas, and constructs comparison tables of benchmark results and compute requirements tailored to your specific codebase constraints.

Can I get an implementation plan for efficient transformers in a PyTorch codebase?

Yes, you can get an implementation plan for efficient transformers in a PyTorch codebase by evaluating SOTA architectures, comparing code availability, and recommending the best-suited method with a concrete integration strategy.

What is the best way to compare machine learning research papers for a new project?

The best way to compare machine learning research papers for a new project is to build a comparative analysis table of SOTA methods, evaluating key ideas, benchmark results, and resource requirements to recommend an optimal implementation approach.

Does this literature review process consider specific codebase constraints?

Yes, the literature review process considers specific codebase constraints by integrating findings from the ai-researcher agent and tailoring implementation recommendations to match your project's architectural requirements and resource limitations.

How do I identify relevant SOTA papers for a specific AI architecture?

To identify relevant SOTA papers for a specific AI architecture, this Skill delegates in-depth research to the ai-researcher agent, which surveys the literature and integrates findings into an actionable report with optimal implementation strategies.