Awesome-Agent-Skills-for-Empirical-Research cs-skills

10 computer science skills. Trigger: algorithms, systems research, software engineering, security papers. Design: theory, complexity analysis, code-centric research, and security methods.

install
source · Clone the upstream repo
git clone https://github.com/brycewang-stanford/Awesome-Agent-Skills-for-Empirical-Research
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/brycewang-stanford/Awesome-Agent-Skills-for-Empirical-Research "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/43-wentorai-research-plugins/skills/domains/cs" ~/.claude/skills/brycewang-stanford-awesome-agent-skills-for-empirical-research-cs-skills && rm -rf "$T"
manifest: skills/43-wentorai-research-plugins/skills/domains/cs/SKILL.md
source content

Computer Science — 10 Skills

Select the skill matching the user's need, then

read
its SKILL.md.

SkillDescription
ai-security-papers-guideAI security papers from top-4 security conferences
algorithms-complexity-guideAnalyze algorithm complexity and computational efficiency for research
code-llm-papers-guideSurvey and paper collection on LLMs for code generation
dblp-apiSearch computer science publications, authors, and venues via DBLP
distributed-systems-guideDistributed systems design patterns and analysis for CS research
formal-verification-guideFormal methods, theorem proving, and model checking for CS research
gaussian-splatting-papers-guideCurated papers and resources for 3D Gaussian Splatting
llm-aiops-guidePapers on LLMs for IT operations and AIOps research
software-engineering-researchGuide to software engineering research topics and methodologies
software-heritage-apiArchive and retrieve source code history via Software Heritage API