How this skill is triggered — by the user, by Claude, or both
Slash command
/rae:config-improvementThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
When you discover a better pattern, configuration, or guideline during work, this skill guides you through proposing it upstream to the Reproducible Agent Environment repository.
When you discover a better pattern, configuration, or guideline during work, this skill guides you through proposing it upstream to the Reproducible Agent Environment repository.
Determine if the improvement is universal or project-specific.
Constraints:
Decision:
Prepare a clear description of the change.
Constraints:
Constraints:
improve/ruff-config, guideline/async-patterns)After PR is merged:
See references/propose-upstream.md for the detailed upstream contribution workflow.
User: "I found a better ruff configuration for catching common issues" Agent: Evaluates if it's universal (yes), documents the change with before/after examples, creates PR to update templates/pyproject.toml.
User: "/config-improvement guideline 'Add guidance on async/await patterns'" Agent: Checks if async guidance exists (no), drafts new section for python-standards.md, creates PR with examples.
npx claudepluginhub peabody124/reproducible_agent_environment --plugin raeFiles a GitHub issue requesting changes to an existing takeToMarket skill, automatically using gh CLI if installed or opening a pre-filled URL in your browser.
Creates structured GitHub issues from session reflections or improvement ideas using the gh CLI. Bridges the gap between noticing a problem and tracking a fix.
Provides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.