Skip to content

jcottam/agent-resources

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Agent Resources

Battle-tested agent skills and Cursor rules from real projects. Works with Cursor, Claude Code, and any agent.

What's Inside

  • Skills -- Repeatable workflows your agent can follow (SKILL.md files)
  • Rules -- Persistent context for Cursor sessions (.mdc files)

Quickstart

Install all skills

Platform Command
Cursor / npx npx skills@latest add jcottam/agent-resources
Claude Code /plugin marketplace add jcottam/agent-resources then /plugin install agent-resources

Install a single skill

Platform Command
Cursor / npx npx skills@latest add jcottam/agent-resources/ship
Manual (any agent) Copy SKILL.md into ~/.cursor/skills/<skill-name>/

Update installed skills

npx skills update

Skills

Engineering

Skill Description
ship Validate a branch, run quality gates, update documentation and changelog, and open a pull request.
review-pr Forensic, timeline-first PR review that reconstructs commit narrative before forming opinions, with rigorous evaluation and confidence-tagged findings.

Publishing

Skill Description
host Upload files to Cloudflare R2 and return a shareable public URL with slug naming, clipboard copy, and hosting history.

Thinking

Skill Description
advisor Rigorous, no-nonsense advisory mode. Eliminates sycophancy, enforces intellectual honesty, and produces thorough analysis with explicit confidence levels.

Rules

Cursor rules (.mdc files) will be added to the rules/ directory over time. See the rules README for format and installation instructions.

Resources

Other skills and tools worth checking out.

Resource Description
skills.sh Registry and CLI for discovering, installing, and managing agent skills.
mattpocock/skills Engineering and productivity skills for real development -- TDD, diagnosis, grilling, and more.
forrestchang/andrej-karpathy-skills Behavioral guidelines derived from Karpathy's observations on LLM coding pitfalls.
garrytan/gstack 23 opinionated tools that serve as CEO, Designer, Eng Manager, Release Manager, and QA.
pbakaus/impeccable Design language that makes your AI better at design.
squirrelscan/squirrelscan Website auditing tool built for agent and LLM workflows.
JimLiu/baoyu-skills Content creation skills -- infographics, image cards, markdown formatting, and HTML conversion.
Introduction to Agent Skills Anthropic's course on writing and using agent skills.

Contributing

Add a skill

  1. Create skills/<category>/<skill-name>/SKILL.md with YAML frontmatter:
---
name: my-skill
description: One-liner explaining when to use this skill.
---

# My Skill

Skill instructions here...
  1. Add the skill path to .claude-plugin/plugin.json in the skills array.
  2. Add a row to the skills table in this README.

Add a rule

  1. Create rules/<rule-name>.mdc with YAML frontmatter:
---
description: What this rule enforces
globs: **/*.ts
alwaysApply: false
---

# Rule Title

Rule content here...
  1. Add the rule to rules/README.md.

License

MIT

Agent Resources

About

Battle-tested agent skills and Cursor rules from real projects. Works with Cursor, Claude Code, and any agent.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages