All authors
panjose avatar

Claude Skills by panjose

github.com/panjose
50 skillsA× 500 installs0 views
Co Scientist PipelineA

Run the full Co-Scientist pipeline for one research run.

ai-agentspythongo
0
5
Convergence CheckA

Evaluate whether a hypothesis newly entered the current top-k set and update the convergence counter deterministically.

ai-agentsgo
0
5
Dashboard SnapshotA

Assemble a dashboard-ready snapshot from the canonical state.

ai-agentsgoapi
0
5
Evolution Strategy SupervisorA

Choose exactly one concrete evolution strategy for the active evolution round.

ai-agentsgo
0
5
Hypothesis Deep VerificationA

Run the assumption decomposition and deep verification review for a hypothesis.

ai-agentsgoaws
0
5
Hypothesis Evolution LoopA

Run the iterative evolution loop from the current persisted run state until convergence.

ai-agentspythongo
0
5
Hypothesis Evolve CoherenceA

Generate exactly one child hypothesis that improves logical coherence, causal consistency, and assumption hygiene.

ai-agentsgoreact
0
5
Hypothesis Evolve CombinationA

Generate exactly one child hypothesis by combining complementary strengths from multiple parent hypotheses.

ai-agentsgoreact
0
5
Hypothesis Evolve FeasibilityA

Generate exactly one child hypothesis that is more experimentally and operationally feasible than its parent.

ai-agentsgoreact
0
5
Hypothesis Evolve GroundingA

Generate exactly one grounded child hypothesis by strengthening evidence, specificity, and literature support.

ai-agentsgoreact
0
5
Hypothesis Evolve InspirationA

Generate exactly one cross-parent child hypothesis by transferring a useful principle from one parent context into another.

ai-agentsgoreact
0
5
Hypothesis Evolve Out Of BoxA

Generate exactly one divergent but still testable child hypothesis that challenges the shared assumptions of the parent set.

ai-agentsgoreact
0
5
Hypothesis Evolve SimplificationA

Generate exactly one child hypothesis that preserves the core idea while reducing unnecessary complexity.

ai-agentsgoreact
0
5
Hypothesis Full ReviewA

Run the full literature-grounded review for a hypothesis.

ai-agentsgoreact
0
5
Hypothesis Generate AssumptionsA

Generate exactly one hypothesis candidate by enumerating and combining testable assumptions.

ai-agentsgo
0
5
Hypothesis Generate DebateA

Generate exactly one hypothesis candidate through a structured scientific debate.

ai-agentsgo
0
5
Hypothesis Generate LiteratureA

Generate exactly one literature-grounded hypothesis candidate for the active round.

ai-agentsgo
0
5
Hypothesis Generation PipelineA

Dispatch one enabled generation strategy for a given `ResearchPlan`.

ai-agentspythongo
0
5
Hypothesis Initial ReviewA

Run the initial review gate for a hypothesis.

ai-agentsgoaws
0
5
Hypothesis Observation ReviewA

Evaluate a hypothesis against prior observations.

ai-agentsgo
0
5
Hypothesis Placement TournamentA

Judge one placement-tournament matchup between a candidate hypothesis and one opponent.

ai-agentsgo
0
5
Hypothesis Proximity UpdateA

Update hypothesis proximity state by invoking the canonical embedding bridge for one hypothesis.

ai-agentsgobackend
0
5
Hypothesis Ranked TournamentA

Judge one ranked-tournament matchup between two top frontier hypotheses.

ai-agentsgo
0
5
Hypothesis Ranking PipelineA

Update ranking artifacts for one reviewed hypothesis using canonical placement-opponent selection, ranked-frontier selection, tournament judgments, and Elo updates.

ai-agentsgo
0
5
Hypothesis Review PipelineA

Run the decomposed review pipeline for a single hypothesis and persist each review stage as a structured artifact.

ai-agentspythongo
0
5
Hypothesis Review SummaryA

Summarize the completed reviews for a hypothesis.

ai-agentsgo
0
5
Hypothesis Simulation ReviewA

Simulate the hypothesis mechanism and identify failure scenarios.

ai-agentsgo
0
5
Insights From ReviewsA

Extract recurring critique patterns from the completed review of a hypothesis.

ai-agentsgo
0
5
Island SelectA

Select the next island strategy and parent hypothesis set for one evolution round.

ai-agentsgo
0
5
Literature SearchA

Run the canonical literature search bridge for one evidence query and persist traceable evidence artifacts.

ai-agentspythongo
0
5
Ranking Elo UpdateA

Apply deterministic Elo updates for one completed tournament batch, persist touched hypotheses, and write the ranking update receipt.

ai-agentsgo
0
5
Research ConfigA

Generate a `ResearchPlan` from `input.md` or equivalent raw research input.

ai-agentsgo
0
5
Research Overview PipelineA

Generate the final research overview from the top-ranked hypotheses.

ai-agentsgo
0
5
Run Policy RouterA

Interpret the user's high-level research intent into `RUN_POLICY.yaml` and `state/POLICY_DECISION.json`.

ai-agentsgo
0
5
Co Scientist DashboardA

Goal: - Resolve the ready dashboard runtime for one Co-Scientist run and return the current run links to the user. Expected input: - one run directory such as `runs/test1` Execution steps: 1. Resolve the run directory and confirm that it contains the run-local dashboard/state artifacts. 2. Run: ```bash python -m tools.host.claude_project_cli dashboard <run-dir> ``` 3. Read: - `runs/<run_id>/dashboard/LINKS.json` - `runs/<run_id>/dashboard/LINKS.md` 4. Read the CLI JSON result and use it as th...

ai-agentspythongo
0
5
Co Scientist DoctorA

Goal: - Run the Co-Scientist environment diagnostics and explain any failing or warning checks to the user. Expected input: - no arguments for the default project-local doctor Execution steps: 1. Run: ```bash python -m tools.host.claude_project_cli doctor ``` or, when machine-readable output is needed: ```bash python -m tools.host.claude_project_cli doctor --format json ``` 2. Read the emitted diagnostic output and summarize: - Python version health - Python dependency health - active environ...

ai-agentspythongo
0
5
Co Scientist InstallA

Goal: - Explain or execute the project-local Co-Scientist skill installation flow for Claude Code users. Expected input: - no arguments for the standard install path - or a user request to reconcile or uninstall the project-local install Execution steps: 1. If the user wants a fresh install, tell them to run one of: `uv` quick install: ```powershell uv sync --extra dev --extra mcp pnpm --dir apps/dashboard install pnpm --dir apps/dashboard build powershell -File tools/install/install_co_scien...

ai-agentspythongo
0
5
Co Scientist ParamsA

Goal: - Show the user the available high-level start parameters for Co-Scientist. When to use: - The user asks what knobs or parameters are available. - The user asks how `/co-scientist-start` can be configured. - The user wants the expert-facing parameter table instead of the short guided intake. Execution steps: 1. Run: ```bash python -m tools.host.claude_project_cli params ``` 2. If the user explicitly wants machine-readable output, run: ```bash python -m tools.host.claude_project_cli para...

ai-agentspythongo
0
5
Co Scientist ResumeA

Goal: - Resume one interrupted Co-Scientist run from Claude Code. Expected input: - one run directory such as `runs/test1` Execution steps: 1. Resolve the run directory and confirm that `input.md` and `state/` artifacts exist. 2. Run: ```bash python -m tools.host.claude_project_cli resume <run-dir> --skill co-scientist-pipeline ``` 3. Read the persisted state artifacts: - `runs/<run_id>/state/PIPELINE_STATE.json` - `runs/<run_id>/state/CURRENT_STAGE.json` - `runs/<run_id>/state/HOST_AGENT_HAN...

ai-agentspythongo
0
5
Co Scientist RunA

Goal: - Start one Co-Scientist run from Claude Code and then continue with the canonical pipeline. Expected input: - one run directory such as `runs/test1` - or one compatibility config path such as `runs/test1/config.yaml` Execution steps: 1. Resolve the run directory or compatibility config path relative to the repository root when the user gives a relative path. 2. Run: ```bash python -m tools.host.claude_project_cli run <run-target> --skill co-scientist-pipeline ``` 3. Read the emitted ha...

ai-agentspythongo
0
5
Co Scientist StartA

Goal: - Start one Co-Scientist run from Claude Code using a natural-language goal or an imported brief. Expected input: - either a natural-language research goal - or a brief path such as `notes/drug_resistance_brief.md` - or no explicit arguments, which should trigger a short guided intake Guided intake: - If the user only says `/co-scientist-start`, ask at most four short questions: 1. What is the research goal? 2. Should the run favor exploration or grounded progress? 3. Should the run use...

ai-agentspythongo
0
5
Co Scientist ValidateA

Goal: - Validate one Co-Scientist run directory from Claude Code. Expected input: - one run directory such as `runs/test1` Execution steps: 1. Resolve the run directory. 2. Decide whether the user wants a fresh-run validation or a resume validation. 3. Run one of: ```bash python -m tools.validation.contract_validation <run-dir> --skill co-scientist-pipeline ``` or ```bash python -m tools.validation.contract_validation <run-dir> --resume --skill co-scientist-pipeline ``` 4. Read and summarize ...

ai-agentspythongo
0
5
Co Scientist DashboardA

Resolve dashboard links for one Co-Scientist run from Codex.

ai-agentspythongo
0
5
Co Scientist DoctorA

Diagnose the local Co-Scientist host-agent environment from Codex.

ai-agentspythongo
0
5
Co Scientist ParamsA

Show the supported Co-Scientist start parameters for Codex users.

ai-agentspythongo
0
5
Co Scientist ResumeA

Resume an interrupted Co-Scientist run from Codex.

ai-agentspythongo
0
5
Co Scientist RunA

Bootstrap an existing Co-Scientist run directory from Codex.

ai-agentspythongo
0
5
Co Scientist StartA

Start one Co-Scientist run from Codex using a research goal or imported brief.

ai-agentspythongo
0
5
Co Scientist ValidateA

Validate one Co-Scientist run directory from Codex.

ai-agentspythongo
0
5
Strategy RouterA

Produce the current `state/STRATEGY_PLAN.json` bundle for configuration, generation, review, evolution, or overview routing.

ai-agentspythongo
0
5