Skip to content

Commit 6c9bf82

Browse files
Update README.md
1 parent 27b0c26 commit 6c9bf82

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,18 @@ Most agent skills are prompt artifacts: someone writes a SKILL.md, eyeballs it,
3636
- **Packages** the skill into a release zip — only if the quality gate passes.
3737
- Emits a **static HTML report**, a machine-readable `summary.json`, structured verification events, and replay artifacts for every failed case.
3838

39+
## What can I use this for?
40+
41+
Use `agent-skill-forge` if you want to:
42+
43+
- generate AI agent skills from structured requirements
44+
- create Claude-style skills with clear tool contracts
45+
- build eval cases for agent skills
46+
- test agent skills before release
47+
- package verified skills as installable artifacts
48+
- add quality gates to LLM-powered agent workflows
49+
- avoid prompt-and-pray skill development
50+
3951
## Quickstart
4052

4153
```bash

0 commit comments

Comments
 (0)