feat(skills): add autoresearch skill for autonomous research orchestration#7911
Open
howardleegeek wants to merge 2 commits into
Open
feat(skills): add autoresearch skill for autonomous research orchestration#7911howardleegeek wants to merge 2 commits into
howardleegeek wants to merge 2 commits into
Conversation
added 2 commits
April 11, 2026 12:28
…ation Add a new research skill that enables continuous, self-directed research with a two-loop architecture: - Inner loop: Rapid experiment iteration with measurable outcomes - Outer loop: Periodic synthesis, pattern discovery, and direction setting Features: - Research workspace templates (state, findings, log) - Example project (LoRA rank study) - Configuration options for loop intervals and auto-commit - Integration with existing research skills (arxiv, paper-writing) Updated research/DESCRIPTION.md to include autoresearch in the skill overview.
Add LoRA rank convergence study example demonstrating: - Bootstrap phase with literature search - Hypothesis formation and testing - Inner/outer loop workflow - Progress tracking and findings synthesis
5 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add
autoresearchskill for autonomous, continuous research with a two-loop architecture.What's New
Use Cases
Files Added
Testing
Related Skills
Integrates with:
arxiv,research-paper-writing,web-search,notebooklmDocumentation
Full documentation in
SKILL.mdincluding:Inspired by: Andrej Karpathy's autoresearch methodology
Compatible with: agentskills.io open standard