Skip to content

pokl290/agent-commands

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Agent Commands

This repository contains command files and skills that I use in some form with projects. Note that I usually fine-tune these for projects so they might not work without modification for you.

They are divided into two main categories:

  • common: These are global commands I share across projects.
  • specific: These are commands tailored for specific projects and are mostly just for inspiration.
  • skills: These are skills for Claude.

Handoff/Pickup Commands

These are inspired by the idea of Ampcode to replace /compact with handoff. I generally do this already by hand with copy/paste but this is an attempt of automating this:

  • /handoff - Creates detailed handoff plan for session continuation
  • /pickup - Resumes work from previous handoff session

They are used like this:

/handoff "implement phase 1 of our plan"

It will write a handoff plan into .claude/handoffs which you can then continue in a new session:

/pickup name-of-handoff

Release Management

These are commands that do not work without tuning! But you can put claude to them and derive actually working ones. I for instsance use them in absurd and you can look at the repo to see them in use:

Browser

In the skills/web-browser folder is a Claude Skill that helps it to use puppeteer in a node environment to browse the web. This significantly improves on using a browser MCP. You will need to go intot he tools folder once to run npm i. This was stolen from Mario Zechner.

About

These are commands I use with agents, mostly Claude

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 100.0%