Skip to content

dcramer/agents

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

agents

Personal agent assets managed with dotagents. The skill source repo is dcramer/agents; dotagents documentation lives at dotagents.sentry.dev.

Use These Skills

dotagents

Install skills into your user-level agent configuration:

npx @sentry/dotagents init --user
npx @sentry/dotagents add --user dcramer/agents iterate
npx @sentry/dotagents install --user

dotagents init --user creates a user-level agents.toml. dotagents add --user records this repo as the skill source, and dotagents install --user installs declared skills into the user agent skill directory.

Example agents.toml entry:

version = 1
agents = ["codex", "claude", "cursor"]

[[skills]]
name = "iterate"
source = "dcramer/agents"

skills

You can also install this repo's skills with the skills CLI:

npx skills add dcramer/agents --skill iterate

Install every skill in this repo:

npx skills add dcramer/agents --all

Structure

  • skills/ contains reusable agent skills.
  • skills/iterate/ runs an incremental implementation review-fix-verify loop with evidence-labeled concerns and optional independent verification.

Skill Format

Each skill lives in its own directory and starts with SKILL.md. New skills should include:

  • SKILL.md for runtime instructions.
  • SPEC.md for the maintenance contract when the skill intent or scope is non-trivial.
  • SOURCES.md for provenance, decisions, gaps, and changelog entries.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors