By sawyerhood
Query an AI agent for precise answers on any library or package's APIs, usage examples, and documentation by automatically cloning its GitHub repository and analyzing the source code.
npx claudepluginhub sawyerhood/sawyer-mart
A Claude Code marketplace of my generally useful skills and plugins.
This includes my skills for:
From Claude Code, run:
/plugin marketplace add sawyerhood/sawyer-mart
Then install any plugin you want:
/plugin install <plugin-name>@sawyerhood/sawyer-mart
Restart Claude Code after installation.
Look up documentation and source code for libraries and packages. Useful when you need to understand a library's API or encounter unfamiliar library usage.
Similar to Context7, but instead of just looking at public docs, it finds the library on GitHub, clones it to a temp directory, and searches the source for answers. This can significantly improve Claude's ability to use up-to-date versions of libraries correctly.
Install:
/plugin install library-docs@sawyerhood/sawyer-mart
Usage:
"Implement this using ai-sdk v6 and use library-docs to make sure you understand the api."
Generate detailed markdown walkthroughs of code changes and opens a readable html version in your browser. It has a focus on walking you through the change showing the highlights of the main code patterns and architectural choices using code snippets. This is perfect the middle ground between pure vibe coding and doing full code review and this lets me ship code quickly while still knowing what is going on and being able to flag issues quickly.

Install:
/plugin install change-walkthrough@sawyerhood/sawyer-mart
Usage:
"Create a walkthrough of the changes I just made"
Git worktree management commands for task-based development. A lightweight alternative to Conductor for managing parallel workstreams in your terminal.
Install:
/plugin install workflow@sawyerhood/sawyer-mart
Commands:
| Command | Description |
|---|---|
/workflow:workspace <task> | Create a new git worktree and branch for a task |
/workflow:cleanup [branch] | Merge a worktree branch into main and clean up |
Usage:
/workflow:workspace add user authentication
Creates a new worktree at ../repo-add-user-authentication with a branch named add-user-authentication and installs dependencies.
/workflow:cleanup
Merges the current branch into main, removes the worktree, and deletes the branch.
See CONTRIBUTING.md for guidelines.
MIT
Dig into library source code - clone and explore repos to answer API questions
Share bugs, ideas, or general feedback.
Git worktree workflow commands for task-based development
Fetch up-to-date library documentation via Context7 for accurate coding
Developer utilities: modern CLI tools, git worktrees, docs lookup, web research, brainstorming
5 methods to retrieve code context: DeepWiki, Context7, Exa, git clone, and web search+fetch
Analyze open-source libraries for contribution readiness with parallel agents