Skip to content

danielbush/skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Claude Skills

Just a place to incubate and play with skills or related things.

There is a skill-creator skill from Anthropic if you want agents to create skills. To add to your ~/.claude:

bunx skills add anthropics/skills -g --agent claude-code --skill skill-creator

Change --agent for your editor if supported.

The main skill of interest here is the nullables skill. This is a skill for writing code that loosely follows James Shore's nullable pattern

To add to a project:

bunx skills add danielbush/skills --agent claude-code --skill nullables

To update, just re-run the above.

To validate:

uvx \
    --from "git+https://github.com/agentskills/agentskills.git#subdirectory=skills-ref" \
    skills-ref \
    validate skills/nullables

Note that agentsksills repo is a reference implementation.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors