Random but helpful agent skills.
17★ Stars
0⑂ Forks
MDMarkdown
$npx skills@latest add eliasstravik/skills README.md
Personal agent skills by Elias Stravik.
Install
npx skills@latest add eliasstravik/skills
Skills
- Autoconsultant: chain Consultant into an approved Automake setup and a copy-paste handoff for a fresh agent.
- Automake: set up and run an Evaluator-Optimizer ratchet with git-backed candidates and isolated
BETTER/NOT_BETTERevaluations. - Consultant: run a consultation that turns a rough idea into an adversarially reviewed handoff plan for a downstream builder.
- Demo: create a realistic local demo for an artifact and return a verified localhost preview.
- HTML: create a durable single-file HTML artifact in
~/.html/<slug>. - Skill Issue: design and test predictable agent skills from observed behavior.
- Voice Mode: switch replies into plain spoken conversation for voice calls while keeping normal reasoning and tool use unchanged.
{
"request": {
"method": "GET",
"url": "https://api.eliasstravik.com/projects/skills"
},
"response": {
"status": "200 OK",
"headers": {
"content-type": "application/json; charset=utf-8",
"x-powered-by": "one person + systems"
},
"body": {
"name": "skills",
"description": "Random but helpful agent skills",
"language": "Markdown",
"stars": 17,
"forks": 0,
"repo": "https://github.com/eliasstravik/skills",
"readme": "https://github.com/eliasstravik/skills#readme",
"install": "npx skills@latest add eliasstravik/skills"
}
}
}