Skip to content

Commit e56fede

Browse files
committed
feat(site): add Skills and Prompt Builder to Web UI showcase (4+4 grid)
1 parent fb3bed7 commit e56fede

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

site/src/pages/index.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,8 @@ function WebUI() {
289289
{title: 'Epics', desc: 'Group tasks into epics, track progress', img: '/img/screenshots/epics-dark.png'},
290290
{title: 'Unified Search', desc: 'One query across all six graphs', img: '/img/screenshots/search-dark.png'},
291291
{title: 'Knowledge', desc: 'Persistent notes with relations and links', img: '/img/screenshots/knowledge-dark.png'},
292+
{title: 'Skills', desc: 'Reusable recipes with steps and triggers', img: '/img/screenshots/skills-dark.png'},
293+
{title: 'Prompt Builder', desc: 'Generate optimized system prompts', img: '/img/screenshots/prompts-simple-dark.png'},
292294
];
293295
return (
294296
<section className={s.sec}>

0 commit comments

Comments
 (0)