
ahoym/dotfiles
3 skills3 installs6 starsGitHub
Install
npx skills add https://github.com/ahoym/dotfilesSkills in this repo
1Compoundcompound is a Claude Code skill that captures learnings from the current session and saves them into global skills, guidelines, or reference docs under ~/.claude/. It reads a providers config to route by scope, categorizes each candidate against a type table (Skill, Skill fix, Guideline, Learning), rates utility, and auto-writes High or Medium items while requiring per-fix confirmation for skill edits. A developer uses it to consolidate what worked in a session into reusable, persistent knowledge.1installs2Extract Request Learningsextract-request-learnings reads a repository's pull request or merge request history and pulls out review patterns, architectural decisions, conventions, and engineering insights. It processes reviews in batches using parallel subagents and writes the findings to docs/learnings/ files. A plan file tracks progress so a developer can resume extraction across sessions. It supports both GitHub (gh api) and GitLab (glab api).1installs3Initinit bootstraps an autonomous consolidation loop by creating a dated git worktree and branch, scaffolding output files from templates, and running pre-flight checks. It counts learnings, skills, references, guidelines, and personas in the collection and analyzes recent commit cadence to suggest how many loop iterations to run. It then prints the launch command for the consolidation runner script. It is the setup step for a periodic corpus-curation workflow.1installs