Cenrax

15 mods across 1 repository, 24 stars between them.

plan

02

Cenrax/researchswarm

Command Claude Code

Generate an implementation plan from paper summaries.

24 4mo ago A 7 tokens

research

04

Cenrax/researchswarm

Command Claude Code

Run the full research-to-code pipeline (read papers → plan → code → review).

24 4mo ago A 17 tokens

review

05

Cenrax/researchswarm

Command Claude Code

Review generated code for correctness and paper alignment.

24 4mo ago A 8 tokens

architecture-design

06

Cenrax/researchswarm

Skill Claude CodeCodex

Design the software architecture and component breakdown for implementing research paper techniques. Use this when creating the implementation plan to define system structure.

24 4mo ago A 25 tokens

dependency-analysis

07

Cenrax/researchswarm

Skill Claude CodeCodex

Analyze and select third-party libraries and frameworks needed to implement the research paper. Use this when planning dependencies to avoid version conflicts and bloat.

24 4mo ago A 28 tokens

extract-equations

08

Cenrax/researchswarm

Skill Claude CodeCodex

Extract and catalog all mathematical equations, formulas, and pseudocode from a research paper. Use this when you need precise mathematical details for implementation.

24 4mo ago A 28 tokens

iterate-feedback

09

Cenrax/researchswarm

Skill Claude CodeCodex

Send code back to the coder agent with reviewer feedback for a rework iteration. Use this when the reviewer reports NEEDSCHANGES or FAIL, and the user approves a rework cycle.

24 4mo ago A 38 tokens

Cenrax/researchswarm

Skill Claude CodeCodex

Verify that the generated code faithfully implements the algorithms and techniques described in the source research papers. Use this during code review to check paper-to-code alignment.

24 4mo ago A 30 tokens

pipeline-status

11

Cenrax/researchswarm

Skill Claude CodeCodex

Check the current state of the research-to-code pipeline by inspecting output directories for summaries, plans, code, and reviews. Use this when you need to understand what stages have been completed and what's pending.

24 4mo ago A 40 tokens

sandbox-execute

12

Cenrax/researchswarm

Skill Claude CodeCodex

Execute code in an isolated sandbox to verify correctness. Use this whenever you write or modify code to ensure it runs without errors before moving on.

24 4mo ago A 28 tokens

security-audit

13

Cenrax/researchswarm

Skill Claude CodeCodex

Perform a security audit on generated code checking for vulnerabilities, unsafe practices, and exposed secrets. Use this during code review to ensure the implementation is safe for production.

24 4mo ago A 32 tokens

summarize-paper

14

Cenrax/researchswarm

Skill Claude CodeCodex

Produce a structured, implementation-focused summary of a research paper. Use this when reading any paper (PDF, markdown, or arXiv) to ensure consistent, actionable summaries.

24 4mo ago A 35 tokens

write-tests

15

Cenrax/researchswarm

Skill Claude CodeCodex

Generate unit tests for implemented modules to verify correctness of individual components. Use this after writing code to create a test suite.

24 4mo ago A 24 tokens