My own collection of agent skills
  • Python 97.5%
  • Just 1.3%
  • Dockerfile 1.2%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-08-03 13:43:53 +07:00
.agents/skills/writing-great-skills init 2026-07-14 11:10:18 +07:00
skills/search-engine search-engine: update to degoog 2026-08-03 11:18:19 +07:00
src/benchmark benchmark: add result option, add python to container 2026-08-03 13:43:53 +07:00
.gitignore add skill benchmarking 2026-07-14 13:09:58 +07:00
justfile add validator 2026-07-14 16:27:10 +07:00
README.md edit installation script 2026-07-14 13:36:37 +07:00
skills-lock.json init 2026-07-14 11:10:18 +07:00

Agent Skills

My own set of skills for AI agent.

Skills

Skill Description
search-engine Web search via SearXNG

Installing skills

bunx skills add https://git.napatsc.com/ns/skills.git

See each skill's SKILL.md for configuration and usage.

Benchmarking

Since I am not sure that my additional skills would improve the agent or not, I also has the skill benchmark section. It measures whether the skill inclusion actually improve agent performance: fewer tokens, better answers, or faster completion.

cd benchmark && uv run benchmark

View benchmark docs →