Skip to content

envblex/agent-skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Agent Skills

This repository stores reusable agent skills and supporting project templates.

Repository Layout

.
├── docs/
├── skills/
│   ├── bootstrap-skill/
│   │   ├── SKILL.md
│   │   ├── agents/
│   │   │   └── openai.yaml
│   │   └── templates/
│   │       ├── base/
│   │       ├── chrome-extension/
│   │       ├── go-cli/
│   │       ├── nodejs-api/
│   │       └── nodejs-fullstack-webapp/
│   ├── explain-skill/
│   ├── implement-skill/
│   ├── ops-skill/
│   ├── refine-skill/
│   ├── review-skill/
│   └── spec-skill/
├── PATCH_REQUEST.md
└── TODO.md

The bootstrap skill lives at skills/bootstrap-skill/. Its templates are kept under skills/bootstrap-skill/templates/; there is no repository-root bootstrap-skills/ directory.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors