infrastructure-autoresearch

Solid

Skill for deterministic AutoResearch readiness planning. Use when adding, validating, or documenting opt-in autoresearch.yaml controls, stage-gate readiness, evidence-grounded claims, artifact readiness reports, or AutoResearchClaw-inspired workflow checks in template projects.

DevOps & Infrastructure 19 stars 1 forks Updated today Apache-2.0

Install

View on GitHub

Quality Score: 81/100

Stars 20%
43
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# AutoResearch Readiness Use this module for deterministic planning and readiness validation. It adapts reviewed AutoResearchClaw design ideas as file-backed template controls, not as an autonomous research agent. AutoResearch CLI-style measurement ideas are treated the same way: adopt exact metric extraction, review-status vocabulary, baseline/noise/confidence disclosure, and append-only evidence discipline; do not add lifecycle hooks, git commit/revert ownership, or no-human autonomous loops by default. ## Commands ```bash uv run python -m infrastructure.autoresearch.cli validate --project templates/template_code_project --fail-on-issues ``` ## Public API ```python from infrastructure.autoresearch import ( AutoResearchConfig, AutoResearchIssue, AutoResearchPlan, AutoResearchReport, mad_confidence, metric_unit_from_name, build_autoresearch_plan, load_autoresearch_config, parse_metric_lines, parse_string_sequence, validate_autoresearch_plan, write_autoresearch_report, ) ``` `validate_autoresearch_plan(..., phase="intrinsic"|"extrinsic"|"all")` splits pre-write structure checks from post-write artifact checks. ## Configuration Project-local `autoresearch.yaml` supports: - `enabled` - `strict` - `topic` - `quality_checks` - `stage_gates` - `required_artifacts` - `security_profile` (mapping: `enabled`, `mode`, `integrity_algorithm`, `network_policy`, `external_signing`, `threat_model_frameworks`) - `source_manifests` (l...

Details

Author
docxology
Repository
docxology/template
Created
1 years ago
Last Updated
today
Language
Python
License
Apache-2.0

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

Code & Development Solid

autoresearch

Scaffold and run Karpathy-style autoresearch loops in any git repo. This skill should be used when setting up autonomous code improvement, generating adversarial eval harnesses, running hypothesis-implement-eval-keep/discard loops, or checking autoresearch progress. Triggers on "autoresearch", "autonomous improvement", "eval loop", "hypothesis loop", "self-improvement loop".

41 Updated today
tdimino
AI & Automation Listed

autoresearch

Autonomous goal-directed iteration loop that continuously improves prompts, templates, configs, or code. Two evaluation modes — deterministic (eval.py with proxy heuristics) or AI judge (LLM rubric scoring). Uses four-way separation in both modes. Inspired by Karpathy's autoresearch.

61 Updated 1 weeks ago
naveedharri
AI & Automation Listed

auto-research

Improve any existing Claude Code skill, CLAUDE.md, subagent definition, slash-command, or prompt markdown file by combining web-researched best-practice rewrites with autonomous Karpathy-style binary eval loops. Use when the user wants to "auto-research", "self-improve", "auto-improve", "optimize", "modernize", or "research-improve" any existing SKILL.md, CLAUDE.md, agent file under .claude/agents/, slash-command file under .claude/commands/, or any prompt markdown file. Triggers on phrases like "use auto-research to improve skill X", "auto-improve this CLAUDE.md", "research best practices and rewrite Y", or "self-research and optimize this agent". Researches authoritative sources (Anthropic docs, anthropic.com engineering blog, anthropics/skills GitHub) in parallel sub-agents, proposes a cited rewrite, runs an autonomous binary-assertion eval loop with git commit and reset bookkeeping for testable artifacts, and asks the user to confirm only at the end with a before-and-after score and full source list.

22 Updated 3 weeks ago
maystudios