Skip to content

robinebers/skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 

Repository files navigation

Skills

A small public repo of reusable agent skills, packaged for installation with npx skills.

Included Skills

  • agents-md - Install or update Robin Ebers's AGENTS.md in a workspace without losing local notes.
  • code-auditor - Audit codebases for duplicate code, dead code, dependency bloat, and refactoring opportunities.
  • conductor-json - Generate conductor.json files for Conductor workspaces.
  • macos-computer-use - Control macOS apps from a terminal agent with true window screenshots and synthetic input events.
  • pr-manager - Create pull requests with gh, wait for checks, and fetch or summarize review comments.

Install

Install everything from GitHub:

npx skills add robinebers/skills

Install a single skill:

npx skills add robinebers/skills --skill agents-md
npx skills add robinebers/skills --skill code-auditor
npx skills add robinebers/skills --skill pr-manager
npx skills add robinebers/skills --skill conductor-json
npx skills add robinebers/skills --skill macos-computer-use

List what the package exposes:

npx skills add robinebers/skills --list

The skills CLI will install each skill into the right location for your agent, including Cursor, Claude Code, Codex, and others.

About

A selection of personal Cursor agents/commands/rules/skills that I use for my work.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors