From code-replication
Use this skill when tasked with replicating results from a research paper. Guides systematic reproduction of experiments, documentation of discrepancies, and validation of claims.
npx claudepluginhub aviskaar/open-org --plugin code-replication# Code Replication Reproduce results from a research paper with methodical documentation. ## Replication Protocol ### Phase 1 — Paper Audit Before writing any code: - Extract every hyperparameter mentioned in the paper and appendix. - Note any details that are ambiguous or missing. - Check for an official codebase (GitHub, project page, supplementary materials). - Identify the exact dataset split, preprocessing steps, and evaluation protocol. Document findings in a `replication-notes.md` file. ### Phase 2 — Environment Setup - Record exact package versions (use `pip freeze` or `conda e...
/SKILLGuides implementation of defense-in-depth security architectures, compliance (SOC2, ISO27001, GDPR, HIPAA), threat modeling, risk assessments, SecOps, incident response, and SDLC security integration.
/SKILLEvaluates LLMs on 60+ benchmarks (MMLU, HumanEval, GSM8K) using lm-eval harness. Provides CLI commands for HuggingFace/vLLM models, task lists, and evaluation checklists.
/SKILLApplies systematic debugging strategies to track down bugs, performance issues, and unexpected behavior using checklists, scientific method, and testing techniques.
/SKILLSummarizes content from URLs, local files, podcasts, and YouTube videos. Extracts transcripts with --extract-only flag. Supports AI models, lengths, and JSON output.
/SKILLRuns `yarn extract-errors` on React project to detect new error messages needing codes, reports them, and verifies existing codes are up to date.
/SKILLManages major dependency upgrades via compatibility analysis, staged rollouts with npm/yarn, and testing for frameworks like React.
Reproduce results from a research paper with methodical documentation.
Before writing any code:
Document findings in a replication-notes.md file.
pip freeze or conda env export).Start with the smallest possible experiment:
Compare your results against the paper:
| Metric | Paper | Reproduced | Δ |
|---|---|---|---|
| ... | ... | ... | ... |
Categorize any gap:
Produce a REPLICATION.md with: