xuansenpa1/skillrevise

Official release for SkillRevise: trace-conditioned revision of LLM-authored agent skills

56Stars on the repository
186Mods indexed here, across every type
6d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

exoplanet-workflows

49

xuansenpa1/skillrevise

Skill Claude CodeCodex

General workflows and best practices for exoplanet detection and characterization from light curve data. Use when planning an exoplanet analysis pipeline, understanding when to use different methods, or troubleshooting detection issues.

not rated 56 +1 6d ago A 45 tokens copy · 100% MIT

xuansenpa1/skillrevise

Skill Claude CodeCodex

Preprocessing and cleaning techniques for astronomical light curves. Use when preparing light curve data for period analysis, including outlier removal, trend removal, flattening, and handling data quality flags. Works with lightkurve and general time series data.

not rated 56 +1 6d ago A 54 tokens copy · 100% MIT

xuansenpa1/skillrevise

Skill Claude CodeCodex

Lomb-Scargle periodogram for finding periodic signals in unevenly sampled time series data. Use when analyzing light curves, radial velocity data, or any astronomical time series to detect periodic variations. Works for stellar rotation, pulsation, eclipsing binaries, and general periodic phenomena. Based on…

not rated 56 +1 6d ago A 72 tokens copy · 100% MIT

xuansenpa1/skillrevise

Skill Claude CodeCodex

Transit Least Squares (TLS) algorithm for detecting exoplanet transits in light curves. Use when searching for transiting exoplanets specifically, as TLS is more sensitive than Lomb-Scargle for transit-shaped signals. Based on the transitleastsquares Python package.

not rated 56 +1 6d ago A 62 tokens copy · 100% MIT

pubchem-database

53

xuansenpa1/skillrevise

Skill Claude CodeCodex

Query PubChem via PUG-REST API/PubChemPy (110M+ compounds). Search by name/CID/SMILES, retrieve properties, similarity/substructure searches, bioactivity, for cheminformatics.

not rated 56 +1 6d ago A 49 tokens copy · 86% MIT

rdkit

54

xuansenpa1/skillrevise

Skill Claude CodeCodex

Cheminformatics toolkit for fine-grained molecular control. SMILES/SDF parsing, descriptors (MW, LogP, TPSA), fingerprints, substructure search, 2D/3D generation, similarity, reactions. For standard workflows with simpler interface, use datamol (wrapper around RDKit). Use rdkit for advanced control, custom…

not rated 56 +1 6d ago A 80 tokens copy · 100% MIT

analyze-ci

55

xuansenpa1/skillrevise

Skill Claude Code

Analyze failed GitHub Action jobs for a pull request.

not rated 56 +1 6d ago A 15 tokens copy · 100% MIT

xuansenpa1/skillrevise

Skill Claude CodeCodex

Test Temporal workflows with pytest, time-skipping, and mocking strategies. Covers unit testing, integration testing, replay testing, and local development setup. Use when implementing Temporal workflow tests or debugging test failures.

not rated 56 +1 6d ago A 45 tokens copy · 100% MIT

testing-python

57

xuansenpa1/skillrevise

Skill Claude CodeCodex

Write and evaluate effective Python tests using pytest. Use when writing tests, reviewing test code, debugging test failures, or improving test coverage. Covers test design, fixtures, parameterization, mocking, and async testing.

not rated 56 +1 6d ago A 45 tokens copy · 100% MIT

uv-package-manager

58

xuansenpa1/skillrevise

Skill Claude CodeCodex needs its repo

Master the uv package manager for fast Python dependency management, virtual environments, and modern Python project workflows. Use when setting up Python projects, managing dependencies, or optimizing Python development workflows with uv.

not rated 56 +1 6d ago C 42 tokens copy · 100% MIT

xuansenpa1/skillrevise

Skill Claude CodeCodex

Use when working with Maven build phases, goals, profiles, or customizing the build process for Java projects.

not rated 56 +1 6d ago A 27 tokens copy · 100% MIT

xuansenpa1/skillrevise

Skill Claude CodeCodex

Use when managing Maven dependencies, resolving dependency conflicts, configuring BOMs, or optimizing dependency trees in Java projects.

not rated 56 +1 6d ago A 28 tokens copy · 100% MIT

xuansenpa1/skillrevise

Skill Claude CodeCodex

Use when configuring Maven plugins, setting up common plugins like compiler, surefire, jar, or creating custom plugin executions.

not rated 56 +1 6d ago A 31 tokens copy · 100% MIT

jackson-security

62

xuansenpa1/skillrevise

Skill Claude CodeCodex

Security considerations for Jackson JSON deserialization in Java applications. Covers timing of validation, raw input interception, and common deserialization attack patterns.

not rated 56 +1 6d ago B 31 tokens copy · 100% MIT

senior-java

63

xuansenpa1/skillrevise

Skill Claude CodeCodex

World-class Java and Spring Boot development skill for enterprise applications, microservices, and cloud-native systems. Expertise in Spring Framework, Spring Boot 3.x, Spring Cloud, JPA/Hibernate, and reactive programming with WebFlux. Includes project scaffolding, dependency management, security implementation, and…

not rated 56 +1 6d ago A 65 tokens copy · 98% MIT

erlang-concurrency

64

xuansenpa1/skillrevise

Skill Claude CodeCodex

Use when erlang's concurrency model including lightweight processes, message passing, process links and monitors, error handling patterns, selective receive, and building massively concurrent systems on the BEAM VM.

not rated 56 +1 6d ago A 42 tokens copy · 100% MIT

erlang-distribution

65

xuansenpa1/skillrevise

Skill Claude CodeCodex

Use when erlang distributed systems including node connectivity, distributed processes, global name registration, distributed supervision, network partitions, and building fault-tolerant multi-node applications on the BEAM VM.

not rated 56 +1 6d ago A 43 tokens copy · 100% MIT

xuansenpa1/skillrevise

Skill Claude CodeCodex

Use when oTP behaviors including genserver for stateful processes, genstatem for state machines, supervisors for fault tolerance, genevent for event handling, and building robust, production-ready Erlang applications with proven patterns.

not rated 56 +1 6d ago A 52 tokens copy · 100% MIT

find-bugs

67

xuansenpa1/skillrevise

Skill Claude CodeCodex

Find bugs, security vulnerabilities, and code quality issues in local branch changes. Use when asked to review changes, find bugs, security review, or audit code on the current branch.

not rated 56 +1 6d ago A 40 tokens copy · 100% MIT

senior-security

68

xuansenpa1/skillrevise

Skill Claude CodeCodex

Comprehensive security engineering skill for application security, penetration testing, security architecture, and compliance auditing. Includes security assessment tools, threat modeling, crypto implementation, and security automation. Use when designing security architecture, conducting penetration tests…

not rated 56 +1 6d ago A 57 tokens copy · 100% MIT

xuansenpa1/skillrevise

Skill Claude CodeCodex

This skill should be used when the user asks to "pentest SSH services", "enumerate SSH configurations", "brute force SSH credentials", "exploit SSH vulnerabilities", "perform SSH tunneling", or "audit SSH security". It provides comprehensive SSH penetration testing methodologies and techniques.

not rated 56 +1 6d ago C 63 tokens copy · 97% MIT

browser-testing

70

xuansenpa1/skillrevise

Skill Claude CodeCodex

VERIFY your changes work. Measure CLS, detect theme flicker, test visual stability, check performance. Use BEFORE and AFTER making changes to confirm fixes. Includes ready-to-run scripts: measure-cls.ts, detect-flicker.ts.

not rated 56 +1 6d ago A 49 tokens copy · 100% MIT

xuansenpa1/skillrevise

Skill Claude CodeCodex

IMPORTANT: Any change to React or Next.js code must read through this skill first. React and Next.js guidelines from Vercel Engineering covering visual instability, layout shifts, CLS, flickering, hydration issues, and font loading.

not rated 56 +1 6d ago A 54 tokens copy · 70% MIT

xuansenpa1/skillrevise

Skill Claude CodeCodex

Vercel's comprehensive UI guidelines for building accessible, performant web interfaces. Use this skill when reviewing or building UI components for compliance with best practices around accessibility, performance, animations, and visual stability.

not rated 56 +1 6d ago A 45 tokens copy · 100% MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: