Skip to content

team2027/2027-skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

2027 Skills

Open-source Claude Code skills for building software that AI agents can actually use — by the team behind 2027.dev, where we run real agents through 100+ dev tools and score their experience.

Each skill is a self-contained folder under skills/. Drop one into your project and your agent will use it.

Skills

Skill What it does
designing-agent-error-messages Audit and rewrite your error messages, exceptions, and API/SDK/CLI failures so an agent can self-correct from the message alone. Grounded in patterns from 3,500+ agent runs across 136 dev tools.

More coming — discoverability, agent-friendly docs, SDK design.

Install

Project scope (this repo only):

git clone https://github.com/team2027/2027-skills.git /tmp/2027-skills
mkdir -p .claude/skills
cp -r /tmp/2027-skills/skills/designing-agent-error-messages .claude/skills/

Personal scope (all your projects):

git clone https://github.com/team2027/2027-skills.git /tmp/2027-skills
cp -r /tmp/2027-skills/skills/designing-agent-error-messages ~/.claude/skills/

Then in Claude Code, the skill loads automatically when you're working on error handling — or invoke it directly with /designing-agent-error-messages.

See where a real agent gets stuck in your product

These skills fix what you can grep for. To see where a real agent actually gets stranded in your onboarding — and how you rank against 135 other dev tools — check out the agent arena and submit a tool eval request.

License

MIT © 2027.dev

About

a collection of skills developed by 2027.dev

Resources

License

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors